body,
html {
    height: 100%;
}

body {
    margin: 0 auto;
    font-family: "termina", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #fefefe;
    text-align: center;
    font-weight: 400;
    background-color: #010101;
}

a:link,
a:visited {
    color: #fefefe;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    color: #b11f31;
}

.hidetext {
    font-size: 5%;
    text-indent: -9999em;
    text-align: left;
    color: transparent;
    white-space: nowrap;
    outline: none;
}

.sr {
    border: 0;
    height: 1px;
    left: -99999px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearboth {
    clear: both;
}

img {
    max-width: 100%;
    height: auto !important;
}

.no_break {
    white-space: nowrap;
}

.outer-wrap {
    position: relative;
    margin: 0 auto;
    min-height: 100%;

}

.container-outer {
    position: relative;
    margin: 0 auto 0px;
    width: 100%;
}


/************ START NAVIGATION ****************/

.header_wrap {
    position: relative;
    margin: 0 auto;
    text-align: left;
    background: transparent;
    z-index: 99999;
    width: 100%;
    position: absolute;  /* "fixed" if header should always be present */
}

.header_wrap a, .social-wrap ul a {color: #b11f31; letter-spacing: 1px;font-size: 24px;}
.header_wrap a:hover, .social-wrap ul a:hover {color: #010101;}

.header_wrap .header {
    margin: 0 auto;
}

/* .nav-mobile {display: none;} */

.nav-desktop ul.menu, .nav-desktop ul.external-link {
    list-style: none;
    padding-left: 0px;
    margin-top: 18px;
}

.nav-desktop ul.menu li, .nav-desktop ul.external-link li {
    display: inline;
    margin: 0 15px 0 0;
    line-height: 100%;
}

.nav-desktop ul.external-link {
    flex: 1;
    padding-left: 0;
    list-style: none;
}

.nav-desktop .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto;
}

.social-wrap img {
    max-height: 24px;
    margin: 0 2px;
}

.social-wrap {
    position: relative;
    margin: 0;
    /* margin-top: 7px; */
}

#footer .social-wrap {
    margin: 0 auto 30px;
    text-align: center;
}

#footer .social-wrap ul {
    justify-content: center;
}

#footer .social-wrap ul a {
    color: #010101;
}

#footer .social-wrap ul a:hover {
    color: #b11f31;
}

.social-wrap ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.social-wrap ul li {
    padding-right: 12px;
}

.social-wrap ul li:last-child {
    padding-right: 0;
}

.social-wrap img:hover {opacity: 0.6;}

body.mailinglist .social-wrap {
    margin-bottom: 20px;
}

body.mailinglist .social-wrap ul li:last-child {
    padding-right: 0;
}

/*
nav {
    margin-top: 3px;
    height: 18px;
} */

.header_wrap .header {
    margin: 0 auto;
    padding: 15px 30px;
    max-width: none;
}

body.mailinglist .top_content .logo {
    position: relative;
    margin: 0px auto 0;
    width: 600px;
    max-width: 80%;
    padding-top: 80px;
    margin-bottom: -30px;
}

.nav-mobile {display: block;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 30px;
}
.nav-desktop {display: none;}

.nav-mobile #nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #b11f31;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    /* margin-left: 12px; */
}

.nav-mobile #nav-toggle:hover span {
    background: #010101;
}

.nav-mobile #nav-toggle span+span {
    margin-top: 3px;
}

.nav-mobile .inner-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    text-align: center;
}

.nav-mobile .inner-nav #close {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    max-width: 16px;
    position: absolute;
    left: 30px;
    top: 0px;
}

.nav-mobile .inner-nav #close:hover {
    opacity: 0.8;
}

.nav-mobile .inner-nav .menu {
    list-style: none;
    padding: 65px 0 0;
    margin: 0;
}

.nav-mobile .inner-nav .external-link {
    list-style: none;
    padding: 0px 0 0;
    margin: 0;
}

.nav-mobile .inner-nav .menu>li, .nav-mobile .inner-nav .external-link>li {
    display: block;
    margin-top: 20px;
    font-family: "termina", Arial, Helvetica, Sans-serif;
}

.nav-mobile .inner-nav .menu>li>a, .nav-mobile .inner-nav .external-link>li>a {
    font-weight: normal;
    font-size: 40px;
    line-height: 100%;
    color: #b11f31;
    font-family: "amador", sans-serif;
}

.nav-mobile .inner-nav .menu>li>a:hover, .nav-mobile .inner-nav .external-link>li>a:hover, .inner-nav .menu>li>a:focus {
    color: #fefefe;
}

.nav-mobile .inner-nav .social-wrap {
    margin-top: 60px;
}


/************ END NAVIGATION ****************/


.content-wrap {
    position: relative;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

.top_content {
    position: relative;
    background-color: #fefefe;
   width: 100%;
   margin: 0 auto;
 /*    z-index: 999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh; */
}


.hero_content {
    display: flex;
    justify-content: center;
}

.hero_content img {
    display: block;
}

.hero_content img.banner_mobile {
    display: none;
}



.spacer {
    height: 15px;
}

.header {
    text-transform: lowercase;
    font-size: 60px;
    line-height: 120%;
    font-weight: 400;
    color: #fefefe;
    margin: 0 auto 30px;
    max-width: 80%;
    font-family: 'amador', sans-serif;
}

.sub_headline {
    font-size: 22px;
    font-weight: 400;
    margin: -15px auto 30px;
    max-width: 94%;
    text-transform: uppercase;
    line-height: 130%;
}

.video-outer {
    position: relative;
    margin: 0 auto;
    /* background-color: #2a3456; */
    padding: 0px 0 70px;
}

.video-wrap {

    margin: 0 auto;
    /* clear: both; */
    padding: 0;
    width: 1200px;
    max-width: 94%;
   /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%; */
}


.video-wrap .sub_headline {
    margin-bottom: 20px;
}

.video-row {
    width: 100%;
     display: flex;
    flex-direction: row; 
}

.video-row.video-row-two .video-embed {
    flex-basis: 48%;
}

.video-row.video-row-three .video-embed {
    flex-basis: 31%;
}


.video-embed {
    position: relative;
    margin: 0 auto;
  /*  width: 600px;
    max-width: 100%; */
    padding: 0px 0px 24px;
}

/*
.video-embed:last-child {
    padding-bottom: 0px;
} */

.video-embed .embed-container {
    /* border: 1px #f1d9d9 solid; */
}

.music-outer {
    position: relative;
    margin: 0 auto;
    padding: 60px 0 20px;
}

.music-wrap {
    width: 1200px;
    margin: 0 auto;
    max-width: 94%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 2.6%;
    justify-content: center;
}



.music-wrap.featured-item {
    width: 500px !important;
    max-width: 50% !important;
    margin-bottom: 10px;
}

body.mailinglist .music-wrap.featured-item .music-item {
    margin-bottom: 0;
}


.music-wrap .music-item {
    flex-basis: 23%;
    margin-bottom: 50px;
} 

.music-wrap.featured-item .music-item {
    flex-basis: 100%;
}


.listen_button, .watch_button {
    min-height: 50px;
    margin: 15px auto 5px;
}

.music-wrap.featured-item .listen_button {
    margin-bottom: 30px !important;
    margin-top: 0;
}

.music-wrap.featured-item .listen_button a {
    width: 180px;
}

.watch_button a {
    width: 220px;
}

.listen_button a.btn, .watch_button a.btn {
    border: 2px #fefefe solid;
    padding: 12px 5px 8px;
    font-size: 12px;
    color: #fefefe;
    font-family: "termina", Arial, Helvetica, Sans-serif;
    transition: all 0.5s ease;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    width: 80%;
    display: block;
    margin: 0 auto;
    letter-spacing:-0.1px;
    line-height:100%;
}

.listen_button a.btn:hover, .watch_button a.btn:hover {
    background-color: #fefefe;
    color: #010101;
}



.tour-outer {
    position: relative;
    margin: 0 auto;
    padding: 0px 0 80px;

}

.tour-wrap {
    position: relative;
    margin: 0 auto;
    clear: both;
    /* padding: 30px 0 0px; */
    width: 1200px;
    max-width: 94%;
}


/*
.tour-inner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    max-width: 80%;
    padding: 0px 0px 0px;
} */





/* Bands in Town */

.bit-widget.bit-layout-desktop .bit-event {
    padding: 12px 6px !important;
}

.bit-widget.bit-layout-ipad .bit-event .bit-details {text-align: left;}
a.bit-top-track-button {
    display: none !important;
}

.bit-widget .bit-nav-bar-container .bit-nav-bar {
    display: none !important;
}


.bit-widget.bit-layout-ipad .bit-event .bit-details, .bit-widget.bit-layout-desktop .bit-event, .bit-widget {
    font-family: "termina", Arial, Helvetica, Sans-serif !important;
    text-transform: uppercase;
    /* font-size: 15px; */
}
.bit-widget .bit-event .bit-date, .bit-widget .bit-event .bit-location {
    font-weight: 400 !important;
}

a.bit-details {
    font-size: 12px;
    line-height: 170%;
}

.bit-widget .bit-offers {
    background-color: transparent !important;
    border: 2px solid #fefefe !important;
    padding: 6px 15px 6px !important;

letter-spacing: 0px;
   

    font-weight: 700;
    color: #fefefe !important;
    transition: all 0.5s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: "termina", Arial, Helvetica, Sans-serif;
}

.bit-widget .bit-event .bit-offers-text {
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.bit-widget .bit-rsvp {
    color: #fefefe !important;
}

.bit-widget .bit-rsvp:hover {
    color: #000 !important;
}

.bit-rsvp-container {
    display: none;
}

.bit-widget .bit-offers:hover, .bit-widget .bit-event .bit-rsvp:hover {
 background-color: #fefefe !important;   
 color: #000000 !important;
}   

.bit-widget .bit-event .bit-event-buttons {
    margin-top: 0 !important;
}


.bit-details.bit-event-buttons {
    font-family: "termina", Arial, Helvetica, Sans-serif;
}

.bit-details.bit-event-buttons .bit-button {
    font-weight: 600 !important;
    font-size: 20px  !important;
    padding: 8px 0 4px;
    line-height: 100% !important;
    width: 110px !important;
}


.bit-widget .bit-no-dates-container {
    padding: 0;
}

.bit-widget .bit-no-dates-container .bit-no-dates-title {
    font-weight: 400 !important;
    padding-bottom: 30px;
}

.bit-widget .bit-no-dates-container {
    padding: 0 !important;
    border-top: 0 !important;
}

.bit-upcoming-events {
    margin: 0 auto !important;
}
.bit-widget.bit-layout-ipad .bit-event {
    padding: 16px 0;
}

/* iframe responsive */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

/* form details */

.form-wrap {
    position: relative;
    margin: 0px auto 0px;
    width: 100%;
    /* background: #2a3456; */


}

#form-outer {
    position: relative;
    margin: 0px auto 0px;
    padding: 0px 0 70px;
    max-width: 90%;
}

/*
form#form {
    display: flex;
} */

.form-wrap .header {

}

#Form-Wrapper {
    position: relative;
    margin: 0px auto 0px;
}

.form-field {

    display: inline;
    vertical-align: top;
    margin: 0 5px;
}

.form-field.submit-button {
    display: block;
}

.form-field input {
    padding: 6px 15px 6px;
    margin-bottom: 25px;
    width: 150px;
    max-width: 80%;
    background-color: transparent;
    border-bottom: 1px solid #fefefe;
    border-top: 1px transparent solid;
    border-left: 0px;
    border-right: 0px;
    font-size: 12px;
    font-family: "termina", Arial, Helvetica, Sans-serif;
    letter-spacing: 0.5px;

    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

/* .form-field input:focus {border-bottom: 1px #000000 solid !important;} */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-field select {
    padding: 16px 15px 13px;
    margin-bottom: 15px;
    width: 180px;
    max-width: 80%;
    background-color: transparent;
    border-bottom: 1px solid #fefefe;
    border-top: 1px transparent solid;
    border-left: 0px;
    border-right: 0px;
    font-size: 12px;
    font-family: "termina", Arial, Helvetica, Sans-serif;
    letter-spacing: 1px;

    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    color: #fefefe;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-field select:invalid {
    color: #ffffff !important;
}

.form-field.submit-button button {
    background-color: transparent;
    border: 2px solid #fefefe;
    padding: 8px 15px 6px;
    margin-bottom: 15px;
    font-size: 12px;
    width: 130px;
    max-width: 80%;
    letter-spacing: 0px;
    text-transform: uppercase;

    font-weight: 600;
    color: #fefefe;
    transition: all 0.5s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: "termina", Arial, Helvetica, Sans-serif;
}

.form-field.submit-button button:hover {
    cursor: pointer;
    color: #000000;
    border-color: #fefefe;
    background-color: #fefefe;
}

.input-group.hidden {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fefefe;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fefefe;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fefefe;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fefefe;
}

/* Change the to any color, but not transparent */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #010101 inset;
    -webkit-text-fill-color: #fefefe !important;
    border-bottom: 1px solid #fefefe;
    border-top: 1px solid #010101;
    border-left: 0px;
    border-right: 0px;
}

/* for iOS */
textarea,
input,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    /* border-radius: 0; */
}

#thankyou-mailinglist {
    margin: 0 auto;
    max-width: 84%;
    padding: 5px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

/**** FOOTER ****/


#footer {
    clear: both;
    position: relative;
    margin: 0px auto;
    text-align: center;
    font-size: 9px;
    color: #010101;
    text-transform: none;

    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    background: #fefefe;
}


.footer-wrap {
    padding: 70px 0 70px;
    width: 94%;
    margin: 0 auto;
    position: relative;
 
}

.footer-inner {
    max-width: 94%;
    position: relative;
    margin: 0 auto;
}

#footer .logo {
    font-size: 60px;
    font-family: 'Amador', sans-serif;
    position: relative;
    margin: 0 auto 15px;
    text-transform: none;
}

#footer .copyright {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    max-width: 90%;
}

#footer .copyright .footer_links {
    padding-top: 8px;
    line-height: 160%;
}

#footer a {
    color: #010101;
    text-decoration: underline;
}

#footer a:hover {
    color: #b11f31;
    text-decoration: underline;
}






/* Responsive CSS */





@media only screen and (max-width: 1340px) {
    .video-wrap, .music-wrap, .tour-wrap {
        width: 1100px;
    }

}

@media only screen and (max-width: 1200px) {
    
    .press-outer .press-wrap, .video-wrap, .music-wrap, .tour-wrap  {
        max-width: 90%;
    }

}



@media only screen and (max-width: 920px) {
    

    /*
    .listen_button a.btn, .watch_button a.btn {
        width: 100%;
    } */

    .form-field input {
        width: 30%;
    }

    #Form-Wrapper {
        width: 600px;
        max-width: 100%;
    }

    .press-outer .press-wrap, .video-wrap, .music-wrap, .tour-wrap {
        max-width: 84%;
    }

    .listen_button, .watch_button {
        min-height: auto;
    }

    .music-wrap .music-item {
        flex-basis: 31.5%;
        margin-bottom: 50px;
    }

    .release_title.sub_headline {
        font-size: 19px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    /*
    a.bit-details {
        font-size: 18px;
    } */

    .listen_button a.btn, .watch_button a.btn {
        font-size: 11px !important;
        padding: 12px 9px 10px;
    }

    .bit-details.bit-event-buttons .bit-button {
        font-size: 19px !important;
        width: 90px !important;
    }

    .music-wrap.featured-item .listen_button a {
        width: 140px;
    }

    .video-embed {
        padding-bottom: 15px;
    }

}


@media only screen and (max-width: 870px) {
    .hero_content img.banner_desktop {
        display: none;
    }
    
    .hero_content img.banner_mobile {
        display: block;
    }
    
    }


@media only screen and (max-width: 766px) {
    

    /*
    .nav-mobile .inner-nav .menu>li>a, .nav-mobile .inner-nav .external-link>li>a {
        font-size: 26px;
    } */

    .music-wrap .music-item {
        flex-basis: 47.5%;
    }

    .music-wrap {
        gap: 5%;
    }

    
/*
    .video-outer, .music-outer, .tour-wrap, #form-outer {
        padding: 50px 0 50px;
    } */



    .video-row {
        flex-direction: column;
    }
    .video-row.video-row-two .video-embed, .video-row.video-row-three .video-embed {
        width: 100%;
    }
   

}

@media only screen and (max-width: 570px) {
 


    .header {
        font-size: 48px;
    }

    #footer .logo {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .sub_headline {
        font-size: 16px;
    }


    .form-field input {
        width: 60%;
    }

    .listen_button a.btn {
        min-height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


}



@media only screen and (max-width: 440px) {
   /* .header_wrap {
        background: #000000;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
        position: fixed;
    } 
    .container-outer {
        padding-top: 46px;
    } */

    .nav-mobile .inner-nav #close {
        top: 5px;
        left: 20px;
    }

    body.mailinglist .container-outer {
        padding-top: 0px;
    }

    body.mailinglist .top_content .logo {
        padding-top: 60px;
    }

    .header_wrap .header {
        padding: 8px 15px !important;
    }


    .header {
        font-size: 36px;
    }

    .sub_headline {
        font-size: 15px;
    }

    .music-wrap .music-item {
        margin-bottom: 35px;
    }
    .music-outer {
        padding-bottom: 35px;
    }

    #footer .logo {
        font-size: 42px;
        margin-bottom: 25px;
        line-height: 100%;
    }

    .bit-widget .bit-event .bit-event-buttons {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .bit-event {
        flex-direction: column !important;
        align-items: center;
    }

    a.bit-details {
        align-items: center !important;
        text-align: center !important;
    }


}

@media only screen and (max-width: 375px) {
    .form-wrap .header {
        letter-spacing: 0px;
        max-width: 90%;
        margin: 0 auto 20px;
    }

    
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) { /* iPad Pro Portrait */


  }