/*------------ GLOBAL -----------*/
@font-face {
    font-family: 'font';
    src: url('../fonts/font.eot');
    src: url('../fonts/font.eot') format('embedded-opentype'),
         url('../fonts/font.woff2') format('woff2'),
         url('../fonts/font.woff') format('woff'),
         url('../fonts/font.ttf') format('truetype'),
         url('../fonts/font.svg#font') format('svg');
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

a, b, body, button, div, em, h1, h2, h3, html, img, label, p, span {
    border: 0;
    font: inherit;
    font-size: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    background: #080402;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    color: #fff;
}

/*body {
    background: #000 url(../img/Barr-Bros-1920x1080-crop-titles.jpg) no-repeat 50% 0% fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

#parallax {
    background: #000 url(../img/cover.png) no-repeat;
    opacity: 0.5;
    background-size: cover;
    position: fixed;
    background-position: 50% 100%;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#wrapper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#wrapper #description {
    font-family: 'font';
    font-size: 14px;
    max-width: 500px;
    text-align: center;
    line-height: 20px;
    padding-top: 50px;
}

h1 {
    display: none;
    text-align: center;
    font-family: 'font';
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 150px;
    z-index: 2;
    width: 100%;
    font-size: 30px;
}

.mobile h1 {
    display: block;
}

/*------------ DATE -----------*/
#date {
    text-align: center;
    position: fixed;
    bottom: 175px;
    left: 50%;
    margin-left: -265px;
    font-size: 56px;
    color: #f2f0e7;
    font-family: 'font';
    letter-spacing: 5px;
}

#mobile-date {
    text-align: center;
    margin: 0 auto;
    display: none;
    width: 600px;
    font-size: 56px;
    color: #f2f0e7;
    font-family: 'font';
    letter-spacing: 5px;
    padding: 20px;
}

#date p, #mobile-date p {
    height: 75px;
}

#mobile-background {
    display: none;
    width: 100%;
    text-align: center;
}

#mobile-background img{
    width: 80%;
}

#buttons {
    text-align: center;
    font-family: 'font';
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 35px;
}

.mobile #buttons {
    z-index: 2;
    top: 250px;
}

#buttons a, #mobile-buttons a {
    vertical-align: top;
    margin: 0 10px 15px;
    display: inline-block;
}

#mobile-buttons {
    text-align: center;
    margin: 0 auto;
    display: none;
    width: 640px;
    padding: 00px;
}
/*------------ SOCIAL -----------*/
#social {
    text-align: center;
    bottom: 55px;
    width: 100%;
    margin-top: 60px;
}

.mobile #social {
    z-index: 2;
    top: 680px;
}

#social img {
    height: 18px;
    margin-top: 9px;
}

#social .tour, #mobile-social .tour {
    border-radius: 0;
    margin-right: 40px !important;
    cursor: pointer;
    width: auto;
    padding: 7px 20px;
    font-weight: 600;
}

.mobile #tour {
    width: 90%;
    position: absolute;
    z-index: 2;
    top: 950px;
    left: 5%;
}

#social .twitter img {
    height: 15px;
    margin-top: 11px;
}

#social .spotify img {
    height: 18px;
    margin-top: 9px;
}

#social .deezer img {
    height: 13px;
    margin-top: 12px;
}

#social .store img {
    height: 15px;
    margin-top: 11px;
}

#social .mailchimp img {
    height: 32px;
    margin-top: 12px;
}

#social .youtube img {
    height: 13px;
    margin-top: 12px;
}

.sound {
    background: url(../img/sound.png) 0 36px;
    width: 38px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
}

.mute {
    background: url(../img/sound.png) 0 0;
}

.mobile .sound {
    display: none;
}

.buylisten, .musicfollow, #social .mailchimp {
    text-decoration: none;
    /*color: #fff;
    background: #C92E62;
    padding: 16px 14px 16px;
    border-radius: 25px;
    border: 4px solid #fff;
    font-family: 'font';
    font-size: 24px;
    font-weight: 600;*/
    padding: 0 !important;

}

.buylisten img {
    height: 20px;
    /*margin-right: 15px;*/
}

.musicfollow img {
    height: 10px;
}

.buylisten img:last-child {
    height: 32px;
    /*margin-left: 15px;*/
    margin-right: 0;
}

button {
    background: transparent;
    border-radius: 500px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 11px;
    margin: 0;
    margin-right: 0px;
    min-width: 92px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    border: 2px solid #fff;
}

#iframeWrap {
    max-width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 10px
}

iframe {
    max-width: 100%;
}

.bt-icon {
    background-image: url("../img/spotify-white.svg");
    background-position: 0 0;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 7px;
    width: 10px;
    left: 10px;
}

.bt-text {
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    margin-left: 13px;
    font-family: 'font';
    padding: 5px 10px 7px;
    font-weight: 600;
}

#trdt {
    position: absolute;
    bottom: 130px;
    width: 100%;
    text-align: center;
}

.mobile #trdt {
    position: absolute;
    z-index: 2;
    top: 575px;
}

#trdt .tour {
    margin-right: 0 !important;
    font-family: 'font';
    border: 2px solid #fff;
    padding: 10px 20px 7px;
}
#playBtn, #mobilePlay, #mobilePause {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    background: url(../img/play.png);*/
    width: 60px;
    height: 60px;
    min-width: 60px;
    z-index: 1;    
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: transparent;
    margin-bottom: 40px;
}
#playBtn img, #mobilePlay img, #mobilePause img {
    width: 20px;
    vertical-align: middle;
    margin-left: 2px;
}
#buttons a#mobilePause {
    background: url(../img/pause.png);
}

.mobile #playBtn {
    display: none;
}
#buttons a#mobilePlay, #buttons a#mobilePause {
    position: static;
    display: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 40px;
}

#buttons a#mobilePlay img, #buttons a#mobilePause img {
    margin: 15px 0 0 4px;
}

.mobile #buttons a#mobilePlay, .mobile #buttons a#mobilePause {
    display: block;
}
video.hidden, #playBtn.hidden, .mobile #buttons a#mobilePlay.hidden, #pauseBtn.hidden, .mobile #buttons a#mobilePause.hidden, #parallax.hidden, .iOS #mobilePause {
    display: none !important;
}
/*------------ VIDEO PLAYER -----------*/
/*video#bgvid { 
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
}*/

#play {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    background: url(../img/play.png);
    width: 64px;
    height: 64px;
    z-index: 1;    
}

#video-player {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    height: 250px;
    z-index: 2;
    position: absolute;
    top: 40px;
}
video { display: block; } 

#video-wrapper {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}
#video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  #video-wrapper video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #video-wrapper video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  #video-wrapper video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}
/*------------ mailchimp -----------*/

#overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    cursor: pointer;
    display: none;
    top: 0;
    left: 0;
}

#mc_embed_signup {
    position: fixed;
    z-index: 2;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    bottom: 120px; 
    display: none;
}

.mobile #mc_embed_signup {
    width: 100%;
    top: 10%; 
    margin-left: 0;
    left: 0;
    bottom: auto;
    top: 10%;
    position: absolute;
}
/*------------ Tour Dates -----------*/

#tour h2 {
    display: block;
    text-align: center;
    margin: 0 0 40px;
    font-family: 'font';
    text-transform: uppercase;
    font-size: 30px;
}

#tour {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 5%;
    z-index: 2;
}

#back {
    position: fixed;
    top: 10%;
    left: 10px;
    z-index: 2;
}

.bit-widget .bit-button {
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'font';
    letter-spacing: 1px;
    font-weight: normal;
    background-color: transparent !important;
    border: 2px solid;
}

.bit-widget .bit-offers {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.mobile .bit-widget .bit-no-dates-container .bit-track-button {
    width: 100%;
}

#ground {
    background-image: url('../img/test2.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
}

/*------------ MEDIA QUERIES -----------*/
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

    #date {
        top: 50%;
        margin-left: 0 !important;
        left: 0;
        color: #fff;
        width:100%;
        margin-top: -170px;
        font-size: 40px !important;
    }

    #bgvid, #audioVid { display: none; }  

    #video-player {
        width: 50%;
        height: 400px;
        left: 25%;
    }

    .mobile #buttons {
        top: 275px;
    }

    .mobile #social {
        top: 570px;
    }

    .mobile #tour {
        top: 720px;
    }

    .mobile .bit-widget .bit-no-dates-container .bit-track-button {
        width: 250px;
    }

    .mobile h1 {
        top: 100px;
    }

    #buttons .buylisten, #buttons .musicfollow {
        padding: 8px 10px 5px !important;
    }

    .bt-text {
        padding: 8px 10px 7px !important;
    }

    #social .tour {
        padding: 10px 20px;
    }
}


/***** MEDIA QUERIES *****/
@media (min-width: 320px) {
    #buttons {
        bottom: 200px;
    }

    #social {
        bottom: 0px;
    }

    #social .tour {
        display: none;
    }

    #social a, #mobile-social a {
        margin: 0 10px 10px;
    }

    .mobile #buttons, .mobile #social, .mobile #trdt {
        bottom: auto;
    }
 
    .mobile #trdt {
        padding: 40px 0 15px;
    }

    #buttons .buylisten, #buttons .musicfollow {
        padding: 16px 14px 16px;
    }

    .bt-text {
        padding: 7px 10px 7px;
    }
}

@media (min-width: 450px) {

    #buttons .buylisten, #buttons .musicfollow {
        padding: 16px 14px 16px;
    }

    .bt-text {
        padding: 7px 10px 7px;
    }

    #social .mailchimp {
        padding: 16px 14px 16px;
     }
}

@media (min-width: 555px) {

    #social {
        bottom: 40px;
    }

    #buttons .buylisten, #buttons .musicfollow {
        padding: 11px 14px 11px;
    }

    #social .mailchimp {
        padding: 16px 14px 16px;
     }

    .bt-text {
        padding: 5px 10px 7px;
    }
}

@media (min-width: 560px) {

    #social {
        bottom: 40px;
    }

    #social a, #mobile-social a, .sound {
        margin: 0 10px 10px;
    }

    .mobile #buttons, .mobile #social, .mobile #trdt {
        bottom: auto;
    }

    .mobile #social, .mobile #trdt {
        padding: 15px 0;
    }

}

@media screen and (max-width: 600px) and (orientation: landscape) {

    #buttons .buylisten, #buttons .musicfollow {
        padding: 11px 14px 11px;
    }

     #social .mailchimp {
        padding: 16px 14px 16px;
     }

    .bt-text {
        padding: 7px 10px 7px;
    }

    .mobile #social {
        top: 720px;
    }

    .mobile #trdt {
        top: 655px;
    }
}

@media (min-width: 650px) {
    #buttons {
        bottom: 200px;
    }

    #social .tour {
        display: none;
    }

    #trdt {
        display: block;
    }

    #social a, #mobile-social a, .sound {
        margin: 0 15px;
    }

    #social {
        bottom: 55px;
    }
}

@media (min-width: 700px) {
    #buttons {
        bottom: 115px;
    }

    #social {
        bottom: 55px;
    }

    #social .tour {
        display: inline-block;
    }

    #trdt {
        display: none;
    }

    #social a, #mobile-social a, .sound {
        margin: 0 15px 0 0;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #buttons .buylisten, #buttons .musicfollow {
        padding: 16px 14px 16px;
    }

    .bt-text {
        padding: 9px 10px 6px;
    }

    #social .tour, #mobile-social .tour {
        padding: 12px 20px;
    }

    .bt-icon {
        top: 8px;
        width: 9px;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    #buttons .buylisten, #buttons .musicfollow {
        padding: 8px 10px 5px;
    }

    .bt-text {
        padding: 9px 10px 6px;
    }

    #social .tour, #mobile-social .tour {
        padding: 12px 20px;
    }

    .bt-icon {
        top: 8px;
        width: 9px;
    }
}
