/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)

#241f20
#777


red
76323f
#cd5459
#c83a46
#cb0013

  */
/*=========================GOOGLE FONTS======================== */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
body {
    background-image: url("../img/bg88.jpg");
    background-repeat: repeat;
    background-color: #fff;
}
/*=========================TYPE======================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: #241f20;
    font-weight: 700;
}
p {
    font-family: 'Raleway', sans-serif;
    color: #241f20;
    font-weight: 500;
    font-size: 15px;
}

.margin_bottom20
{
margin-bottom: 20px;
}

.margin_bottom40
{
margin-bottom: 40px;
}
 
.margin_top20
{
margin-top: 20px;
}

.margin_top10
{
margin-top: 10px;
}

.border_right {
border-right: 1px solid #565656;

}



/*=====================buttons============================ */

.btn-custom {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #cd5459;
    border-color: none;
    border-radius: 0;
    margin: 10px;
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:active {
    background-color: #c83a46;
    border-color: none;
    color: #ffffff;
    letter-spacing: 2px;
}

.btn,
.daty-lity:focus {
    outline: none!important
}
.btn-email {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #edebe4;
    background-color: #565656;
    border-color: none;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
}

.btn-email:hover,
.btn-email:focus,
.btn-email:active,
.btn-email:active {
    background-color: #241f20;
    border-color: none;
    color: #edebe4;
    letter-spacing: 2px;
}

.btn-store {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
    color: #565656;
    background-color: none;
    border-color: #565656;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 15px 25px;
    border-width: 2px;
    text-transform: uppercase;
}

.btn-store:hover,
.btn-store:focus,
.btn-store:active,
.btn-store:active {
    background-color: none;
    border-color: #241f20;
    color: #241f20;
    letter-spacing: 2px;
    border-width: 2px;
}


.btn-track {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    color: #565656;
    background-color: none;
    border-color: #565656;
    border-radius: 0;
    text-decoration: none;
    padding: 10px 20px;
    border-width: 1px;
    text-transform: uppercase;
}

.btn-track:hover,
.btn-track:focus,
.btn-track:active,
.btn-track:active {
    background-color: none;
    border-color: #241f20;
    color: #241f20;
    letter-spacing: 2px;
    border-width: 1px;
}

.btn-group {
    width: 100%;
}

.btn-group .btn {
    width: 50%;
}



/*==========================LINKS======================= */
a {
  color: #cd5459;
  text-decoration: underline;
  font-weight: 600;
  font-size: 17px;
}
a:hover,
a:focus {
  color: #c83a46;
  text-decoration: underline;
  font-weight: 600;
}



/*================================================= */

.img-hover:hover {
    opacity: 0.8;
}

.page-header {
    max-width: 100%;
  border-bottom: 1px solid #565656;
  margin-top: 20px;
}


hr {
    max-width: 100%;
    margin: 10px 0px 10px 0px;
    border-top: 2px dotted #565656;
}



/*====================== NAV =========================== */

.brand {
    display: none;
}
.navbar-nav {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 20px;
    text-align: center;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
}
ul.nav a:hover {
    color: #000 !important;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    background: rgba(255, 255, 255, 0);
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    /* Removes border color */
    
    float: right;
    /* Move navbar toggle to left */
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #565656;
    /* Changes regular toggle color */
}
.navbar-default .navbar-toggle .icon-bar:hover {
    background-color: #565656;
    /* Changes toggle color on hover */
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
}
.navbar.navbar-default .navbar-collapse .navbar-nav > li {
    border-top: none;
    background: rgba(86, 86, 86, 1.0);
}
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 35px;
    line-height: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0px;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
    background: none !important;
    border-color: none !important;
}
.brand-before {
    margin: 15px 0;
}
.brand-name {
    margin: 0;
}




@media screen and (min-width: 768px) {
    
  
    .navbar-default .navbar-nav .selected>li>a {
    color: #fff;
}
    
    .navbar.navbar-default .navbar-collapse .navbar-nav > li {
        border-top: none;
        background: none;
    }
    .navbar {
        border-radius: 0;
        margin-bottom: 10px;
    }
    .navbar-header {
        display: none;
    }
    .navbar {
        min-height: 0;
    }
    .navbar-default {
        border: none;
        background-color: transparent;
    }
    .nav>li>a {
        padding: 15px 10px 10px 10px;
    }
 
    .navbar-nav>li>a {
        line-height: normal;
    }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 18px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #565656;
    }
    

    .navbar.navbar-default .navbar-nav > li {
        border-bottom: none;
        padding: 0px;
    }
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 0px;
        text-align: center;
    }
    .top-divider {
        margin-top: 0;
    }
    .img-left {
        float: left;
        margin-right: 25px;
    }
}
@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
/*====================== HERO =========================== */

.image-bg-fixed-height {
    background: url('../img/header.jpg') no-repeat center center scroll;
    height: 400px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fixed-height-beautifulbastards {
    background: url('../img/beautifulbastards_bg.jpg') no-repeat center center scroll;
    height: 400px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




.iyield_button {
      vertical-align: middle;
    padding: 318px 0;
   
}


.btn-yield {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: none;
    border-color: #ffffff;
    border-radius: 0;
    margin: 10px;
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
}

.btn-yield:hover,
.btn-yield:focus,
.btn-yield:active,
.btn-yield:active {
    background-color: #000000;
    border-color: #ffffff;
    color: #ffffff;
    letter-spacing: 2px;
}


.intro_button {
      vertical-align: middle;
    padding: 300px 0;
   
}


.btn-black {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
    border-radius: 0;
    margin: 10px;
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black:active {
    background-color: #000000;
    border-color: #ebd67d;
    color: #ebd67d;
    letter-spacing: 2px;
}






.introbb {
    vertical-align: middle;
    padding: 110px 0;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 3px #000000, 0px 0px 9px #ebd67d;
    font-family: 'Raleway', sans-serif;
    
}


.intro {
    vertical-align: middle;
    padding: 110px 0;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 3px #000000, 0px 0px 9px #c33a00;
    font-family: 'Raleway', sans-serif;
    
}
.line1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.line2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
    padding: 5px 0px 5px 0px;
}
.line3 {
    font-weight: 500;
    font-size: 24px;
    padding: 0px 0px 5px 0px;
}


@media(min-width:768px) {
    .intro {
        padding: 110px 0;
    }
    .line1 {
        font-weight: 500;
        font-size: 34px;
    }
    .line2 {
        font-weight: 700;
        font-size: 52px;
        padding: 20px 0px 20px 0px;
    }
    .line3 {
        font-weight: 500;
        font-size: 34px;
        padding: 0px 0px 10px 0px;
    }
}





.intro2 {
    vertical-align: middle;
    padding: 200px 0;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-family: 'Raleway', sans-serif;
}


@media(min-width:768px) {
    .intro2 {
        padding: 200px 0;
    }

 }

/*====================== buzz =========================== */

.buzz {
    margin: 30px 0px 30px 0px;
}
.buzz_title {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
}
.buzz_body {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    padding: 0px 0px 10px 0px;
}
/*====================== home page video row =========================== */

.video_row {
    margin: 10px 0px 30px 0px;
    text-transform: uppercase;
    font-size: 18px;
font-weight: 600;
}

 /* CONTACT =============== */
 .booking {
 font-size: 16px;
}

 

  /* FORM =============== */

 .success_wrapper {
background-color: #dff0d9;
border: 1px solid #009306;
padding:15px;
font-size: 18px;
margin-top: 10px;
margin-top: 20px;
}

 .success_head {

 color: #009306;

}

  /* MUSIC =============== */


.album_title {
font-family: 'Raleway', sans-serif;
font-size: 24px;
font-weight: 600;
margin-top: 20px;
}

.track {
font-size: 16px;
border-bottom: 1px solid #565656;
  width:100%;
  display:inline-block;
  overflow: auto;
  white-space: nowrap;
}
.trackbtn {
float: right;
margin: 3px 0px 5px 0px;
}

.tracklabel{
padding: 12px 0px 0px 0px;
float: left;
}

.tracklabel2{
padding: 8px 0px 10px 0px;
float: left;
}


  /* NEWS =============== */
  
  
  .news_post{
font-family: 'Raleway', sans-serif;
margin-bottom: 0px;

}
 
 .news-img {
 margin-top: 20px;
 margin-bottom: 20px;
 
 }

  .news_date{
  font-size: 16px;
  color: #565656;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;

}
  .news_title{
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
}
  
  hr.news {
    max-width: 100%;
    margin: 35px 0px 35px 0px;
    border-top: 3px double #565656;
}

  /* SHOWS =============== */  


.no_color_bg{
padding: 15px 0px 15px 0px;
}

.color_bg{
padding: 15px 0px 15px 0px;
background: rgba(0, 0, 0, 0.1)
}


.show_date{
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
margin: 0px 0px 0px 0px;
}

.show_time{
 font-family: 'Raleway', sans-serif;
    color: #241f20;
    font-weight: 500;
    font-size: 17px;
text-transform: uppercase;
margin: 0px 0px 10px 0px;
}
  
.venue{
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}

.address{
 font-family: 'Raleway', sans-serif;
    color: #241f20;
    font-weight: 500;
    font-size: 17px;
margin: 0px 0px 10px 0px;
}

  
  
  /* ABOUT =============== */  
  
  .image-bg-fixed-height-about {
    background: url('../img/about2.jpg') no-repeat center center scroll;
    height: 300px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
  
  
  
  
.about_title {
font-family: 'Raleway', sans-serif;
font-size: 34px;
font-weight: 400;
margin-top: 20px;
}
  .about_quote {
font-family: 'Raleway', sans-serif;
font-size: 20px;
margin-bottom: 10px;
font-weight: 500;
}
  

/*====================== footer =========================== */

footer {
    padding: 40px 0 65px
}
footer .list-inline {
    margin: 0;
    padding: 0
}
footer .copyright {
    font-size: 14px;
    margin-bottom: 0
}
.logos {
    margin: 0;
    padding: 0;
    text-align: center;
}
.logos ul {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
.logos ul li {
    margin-right: 15px;
    list-style: none outside none;
    display: inline-block;
}

.social {
    margin: 0;
    padding: 0;
}
.social ul {
    margin: 0;
    padding: 5px;
}
.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 50px;
    height: 50px;
    color: #FFF;
    background-color: #565656;
    font-size: 28px;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover {
    background: #241f20;
}
.social .fa-youtube:hover {
    background: #241f20;
}
.social .fa-spotify:hover {
    background: #241f20;
}