/*------------ 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');
}

@font-face {
    font-family: 'monument';
    src: url('../fonts/monument.eot');
    src: url('../fonts/monument.eot') format('embedded-opentype'),
         url('../fonts/monument.woff2') format('woff2'),
         url('../fonts/monument.woff') format('woff'),
         url('../fonts/monument.ttf') format('truetype'),
         url('../fonts/monument.svg#monument') format('svg');
}

@font-face {
    font-family: 'monumentultrabold';
    src: url('../fonts/monumentultrabold.eot');
    src: url('../fonts/monumentultrabold.eot') format('embedded-opentype'),
         url('../fonts/monumentultrabold.woff2') format('woff2'),
         url('../fonts/monumentultrabold.woff') format('woff'),
         url('../fonts/monumentultrabold.ttf') format('truetype'),
         url('../fonts/monumentultrabold.svg#monumentultrabold') 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/background.jpg) no-repeat 50% fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile #parallax, .iPad #parallax {
    background: #000 url(../img/background.jpg) no-repeat;
    background-size: cover;
    position: fixed;
    background-position: 50%;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

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;
}*/

#bgopac {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
}

.title {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem !important;
    line-height: 1.2rem;
    color: #fff;
    font-family: 'font';
    width: 12rem;
    transition: top 0.5s ease 0s, left 0.5s ease 0s;
}

.title span {
    font-size: 3rem;
    line-height: 2.5rem;
    font-family: 'monumentultrabold';
}

.subtitle {
    /*position: absolute;*/
    z-index: 1;
    bottom: 150px;
    left: 0;
    color: #fff;
    font-family: font;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
}

.subtitle span {
    font-size: 2rem;
    font-family: 'monumentultrabold';
    line-height: 2rem;
    text-transform: uppercase;
    display: block;
}

.subtitle br {
    display: none;
}

/*------------ 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 {
    position: absolute;
    text-align: center;
    bottom: 115px;
    width: 100%;
    font-family: 'font';
    z-index: 1;
}

.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;
    position: absolute;
    bottom: 55px;
    width: 100%;
    z-index: 1;
}

.mobile #social {
    z-index: 3;
    bottom: 20px;
    /*top: 680px;*/
}

#social a, #mobile-social a {
    margin: 0 15px 0 0;
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    font-family: 'font';
}

#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;
    top: 950px;*/
    padding-top: 50px;
    z-index: 2;
    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: 13px;
    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 {
    text-decoration: none;
    color: #fff;
    background: transparent;
    padding: 3px 10px 5px;
    border-radius: 25px;
    border: 2px solid #fff;
    font-family: 'font';
    font-size: 12px;
    font-weight: 600;
}

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

.musicfollow img {
    height: 10px;
}

.buylisten img:last-child {
    height: 10px;
    /*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;
}

.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;
    z-index: 1;
    cursor: pointer;
}

.mobile #trdt {
    position: absolute;
    z-index: 3;
    /*top: 435px;*/
}

.tour {
    color: #fff;
    line-height: 0.7rem;
}

#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, #pauseBtn {
    background-image: url(../img/pause-white.svg);
    background-size: 30%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.mobile #playBtn, .iPad #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: block;
    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: 3;
    cursor: pointer;
    display: none;
    top: 0;
    left: 0;
}

#mc_embed_signup {
    position: fixed;
    z-index: 3;
    width: 100%;
    max-width: 400px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; 
    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;
    color: #fff;
}

#tour {
    width: 90%;
    /*margin: 0 auto;*/
    position: relative;
    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;
}


#partnerWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    z-index: 2;
    
}
#partnerWrap .partner {
    max-height: 5em;
    /*max-width: 15em;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
#partnerWrap .partner img {
    height: 5rem;
    filter: invert(100%);
}

#partnerWrap #factor img {
    height: 3em;
}

#partnerWrap #wordmark img {
    height: 2em;
}
#partnerWrap #sodec {
    width: 12em;
}
#partnerWrap #sodec img {
    height: 7em;
}

#partnerWrap #canCouncil img {
    height: 15em;
}

/*------------ SEATED -----------*/
.seated-event-date-cell, .seated-event-venue-name, .seated-event-venue-location, .seated-events-table {
    color: #fff;
    font-family: 'font';
}

/*------------ 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;*/
        padding-top: 0;
    }

    .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) {

    .subtitle .small {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }

    #buttons {
        bottom: 200px;
    }

    #social {
        bottom: 10px;
    }

    .mobile #social {
        bottom: 5px;
    }

    .mobile #buttons {
        bottom: 130px;
    }

    #social a {
        width: 35px;
        height: 35px;
    }

    #social img {
        margin-top: 7px;
    }

    #social .twitter img, #social .store img {
        margin-top: 8px;
    }

    #social .youtube img, #social .mailchimp img {
        margin-top: 9px;
    }

    #social .tour {
        display: none;
    }

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

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

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

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

    #partnerWrap .partner img {
        height: 3.5rem;
    }

    .mobile .subtitle {
        bottom: 235px;
        padding: 0 2rem 1rem;
    }

    .mobile .subtitle span {
        font-size: 1.7rem;
        line-height: 1.55rem;
    }
}

@media (min-width: 320px) and (orientation: landscape) {

    .title {
        left: 2rem;
        transform: translate(0);
        width: fit-content;
    }

    
}

@media (min-width: 450px) {

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

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

    .mobile #trdt {
        bottom: 90px;
    }

    .mobile #buttons {
        bottom: 130px;
    }

    #social .tour {
        display: none;
    }
}

@media (min-width: 555px) {

    #social {
        bottom: 40px;
    }

    #buttons .buylisten, #buttons .musicfollow {
        padding: 3px 10px 5px;
    }

    .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 (orientation: landscape) {
    .mobile #buttons {
        bottom: 60px;
    }

    .mobile #social {
        bottom: 0px;
    }

    .mobile .subtitle {
        bottom: 115px;
    }
}


@media screen and (orientation: portrait) {
    
    .mobile #parallax, .iPad #parallax {
        background: #000 url(../img/background-mobile.jpg) no-repeat;
        background-size: 170%;
        background-position: 65% 50%;
    }

    .mobile .subtitle br {
        display: block;
    }
}

@media (min-width: 450px) and (orientation: landscape) {

    .mobile #trdt {
        display: none;
    }

    #social .tour {
        display: inline-block;
        width: fit-content;
        margin-right: 10px !important;
    }

}

@media screen and (min-width: 700px) and (orientation: portrait) {
    .mobile #buttons {
        bottom: 100px;
    }

    .mobile .subtitle {
        bottom: 160px;
    }

}

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

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

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

    /*.mobile #social {
        top: 305px;
    }

    .mobile #trdt {
        top: 270px;
    }

    .mobile #buttons {
        top: 130px;
    }*/
}

@media (min-width: 650px) {

    .title {
        font-size: 1.5rem !important;
        line-height: 1.5rem;
    }

    .subtitle .small {
        font-size: 1.7rem !important;
        line-height: 1.7rem !important;
    }

    #buttons {
        bottom: 190px;
    }

    #social .tour {
        display: none;
    }

    #trdt {
        display: block;
    }

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

    #social {
        bottom: 55px;
    }

    #partnerWrap .partner img {
        height: 3.5rem;
    }
}

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

    #social {
        bottom: 55px;
    }

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

    #trdt {
        display: none;
    }

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

}

@media (min-width: 750px) and (orientation: portrait) {

    .title {
        left: 2rem;
        transform: translate(0);
        
        width: fit-content;
    }

    .title span {
        font-size: 8rem;
        line-height: 7rem;
    }
}

@media (min-width: 850px) {

    .title {
        left: 2rem;
        transform: translate(0);
        width: fit-content;
    }

    .title span {
        font-size: 5rem;
        line-height: 4rem;
    }
}


@media (min-width: 1100px) {

    .title {
        top: 2rem;
        left: 2rem;
        transform: translate(0);
        width: fit-content;
    }

    .title span {
        font-size: 10rem;
        line-height: 8rem;
    }
}

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

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

    #social .tour, #mobile-social .tour {
        padding: 10px 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;
    }
}

/*@media (max-width: 450px) {
    .mobile #trdt {
        bottom: 90px;
    }

    .mobile #buttons {
        bottom: 130px;
    }

    #social .tour {
        display: none;
    }
}*/

