/**************** GLOBAL ****************/

* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}
@font-face {
    font-family: 'MADE GoodTime Grotesk';
    src: url('fonts/MADEGoodTimeGrotesk.woff2') format('woff2'),
        url('fonts/MADEGoodTimeGrotesk.woff') format('woff'),
        url('fonts/MADEGoodTimeGrotesk.ttf') format('truetype'),
        url('fonts/MADEGoodTimeGrotesk.svg#MADEGoodTimeGrotesk') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newsagent';
    src: url('fonts/Newsagent-Regular.woff2') format('woff2'),
        url('fonts/Newsagent-Regular.woff') format('woff'),
        url('fonts/Newsagent-Regular.ttf') format('truetype'),
        url('fonts/Newsagent-Regular.svg#Newsagent-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    font-size: 16px;
}

html, body {
    width:100%;
    margin: 0px;
    padding: 0px;
    font-family: 'MADE GoodTime Grotesk', sans-serif;
    text-align: center;
    overscroll-behavior: none;
}

body {
    background: #000;
    overflow: auto;
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.maintitle {
    width: 70%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 111;
}

.footertitle {
    width: 500px;
    height: auto;
    display: block;
    margin: -40px auto 40px auto;
}



* {
  box-sizing: border-box;
}


#home {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.bengibbard {
    position: absolute;
    z-index: 4;
    display: block;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    mix-blend-mode: multiply;
}


#tour, #merch, #videos, #discography, #footer {
    position: relative;
    display: block;
    margin: 0px auto;
}

.tour-container {
    width: 1100px;
    padding: 50px 50px 20px 50px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

h1 {
    font-family: "Newsagent", sans-serif;    
    font-size: 7vw;
    line-height: 4.7rem;
    padding: 0px 0px 50px 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;    
}

#content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
    padding: 100px 0px;
}

.noise {
    background: url("../img/paper.jpg");
    background-size: 25vw;
    background-repeat: repeat;    
    mix-blend-mode: multiply;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;    
}

#videos, #tour, #discography {
    padding: 200px 0px;
}

#tour {
    padding-top: 100px;
}

#videos {
    background: #f1b419;
    padding-bottom: 100px;
}

#tour {
    background: #94402c;
}

#discography {
    background: #be6e3b;
}

#home, #footer {
    background: #f1e8db;  
}

#merch, #footer {
    padding-top: 0px;
}

#tour h1, #discography {
    color: #f1e8da;
}

#tour h1 {
    padding-bottom: 50px;
}

#tour {
    padding-bottom: 100px;
}


#footer a {
    color: #000;
}

#footer a:hover {
    color: #94402c;
}

#footer a {
    transition: 0.3s;
}


a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #b9b09b;
}

a.link {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #000;
    font-size: 1.3rem;
    border: 2px solid #b9b09b; 
}

#merch .links {
    display: table;
    margin: 0 auto;    
}

#merch .links a.link {
    display: inline-block;
    margin: 0px 5px;
}

a.link:hover {
    color: #000;
    background: #b9b09b;
}

#videos a.link {
    color: #000;
    border-color: #000;
    margin-bottom: 20px;
}

#videos a.link:hover {
    background: #000;
    color: #b9b09b;
}

#merch a.link {
    background: transparent;
    color: #b9b09b;
}

#merch a.link:hover {
    background: #b9b09b;
    color: #000;
}

#mobile {
    display: none;
}

.buttonrow {
    display: block;
}


.button:hover {
    color: #000;
    border-color: #b9b09b;
    background: #b9b09b;
}



#merch a.link {
    color: #b9b09b;
}

.cutout {
    position: absolute;
    top: 220px;
    left: 5%;
    width: 23vw;
    height: 4.5vw;
    display: block;
    z-index: 0;
}

#tour .cutout {
    top: 120px;
}

.cutout.right {
    left: auto;
    right: 5%;
}


/**************** HOME ****************/

#play {
    font-size: 2rem;
    color: #b9b09b;
    position: absolute;
    top: calc(100vh - 80px);
    left: 10px;
    padding: 20px;
}

#play span {
    font-size: 1.1rem;
    margin-top: -0.8rem;
    margin-left: 25px;
    transition: 0.3s;
    opacity: 0;
}

#play:hover span {
    opacity: 1;
}

.arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    transition: 0.3s;
    z-index: 10;
}

.arrow img {
    display: block;
    margin: 0px;
    width: 40px;
    height: auto;
}




/****************  TOUR ****************/ 

#tour .line {
    width: 400px;
    height: 3px;
    background: #231f20;
    display: block;
    margin: 30px auto 10px auto;
}

#tour .track {
    display: block;
    margin: 30px auto 0px auto;
    color: #231f20;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.2rem;
}

#tour .track span {
    display: block;
    margin: 0px auto 15px auto;
}

#tour .track a {
    color: #b9b09b;
    font-size: 1.2rem;
    line-height: 1.3rem;
    letter-spacing: 0.2rem;
}

#tour .track a:hover {
    color: #749a9d;
}

.tournote {
    display: block;
    margin: 0px auto;
    color: #f1e8da;
    font-size: 1.3rem;    
    text-align: center;
}

/****************  FOOTER ****************/ 


.footer-logo {
    display: block;
    margin: 0px auto 30px auto;
    width: 250px;
    height: auto;
}

.footer-pic {
    display: block;
    margin: 0 auto;
    width: 600px;
    height: auto;
    border: 10px solid #000;
}

.footer-content {
    width: 100%;
    display: block;
    position: relative; 
    font-size: 1em;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 30px 0px 50px 0px;
}

.footer-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 20px 0px;
}

.footer-content h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 30px 0px 10px 0px;
    color: #94402c;
    font-weight: normal;
    font-family: Newsagent, serif;
}

.footer-content a {
    color: #000;
    transition: 0.3s;
}

#footerfooter {
    background: #161012;
    display: block;
    padding: 70px 0px;
    width: 100%;
}

#row {
    display: flex;
    width: 600px;
    margin: 0 auto;
}

.col {
    flex: 1;
    padding: 10px;
    margin: 0px auto;
}

.footersocials {
    display: block;
    margin: 50px auto 20px auto;
}

.footersocials a {
    padding: 10px 15px;
    color: #b9b09b;
    font-size: 1.8em;
    transition: 0.3s;
}

.footersocials a:hover {
    color: #94402c;
}

.footerlogo {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}

h2 {
    font-size: 4rem;
    letter-spacing: 0rem;
    display: block;
    margin: 20px 0px;
    color: #000;
    text-align: left;
    font-weight: normal;
}


.flicker {
    animation: flicker 2s linear infinite;
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: .8;
  }

  6% {
    opacity: .75;
  }

  8% {
    opacity: .95;
  }

  10% {
    opacity: .90;
  }

  11% {
    opacity: .922;
  }

  12% {
    opacity: .9;
  }

  14% {
    opacity: .95;
  }

  16% {
    opacity: .98;
  }

  17% {
    opacity: .9;
  }

  19% {
    opacity: .93;
  }

  20% {
    opacity: .99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: .84;
  }

  28% {
    opacity: .88;
  }

  37% {
    opacity: .93;
  }

  38% {
    opacity: .5;
  }

  39% {
    opacity: .96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: .97;
  }

  46% {
    opacity: .94;
  }

  56% {
    opacity: .9;
  }

  58% {
    opacity: .9;
  }

  60% {
    opacity: .99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: .9;
  }

  72% {
    opacity: .95;
  }

  93% {
    opacity: .93;
  }

  95% {
    opacity: .95;
  }

  97% {
    opacity: .93;
  }

  to {
    opacity: 1;
  }
}

/** NIVO LIGHTBOXPLUGIN **/


.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px;
    padding: 5px;
    opacity: 1;
    top: 15px !important;
    right: 15px !important;
    transition: 0.3s;
    background: url('../js/lightbox/lightbox-close.png') !important;
    background-size: 100% !important;
    background-position: top left !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}


.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.95) !important;
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
    display: block;
}

a.nivo-lightbox-nav  {
    opacity: 0.7;
    transition: 0.3s;
    padding: 0px 30px;
    box-sizing: border-box;
    color: #b9b09b !important;
    font-size: 20px;
    -webkit-transform: tranlsateY(-50%);
    -ms-transform: tranlsateY(-50%);
    transform: tranlsateY(-50%);
}

a.nivo-lightbox-nav:hover {
    opacity: 1;
}


/****************  SIGNUP WIDGET ****************/ 


.mailinglist {
    display: block;
    margin: 20px 0px 40px 0px;
}

.mailinglist p {
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.05rem;
    text-align: center;
}

.terms {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.terms span {
    opacity: 0.8;
}

.terms a, .evidon-notice-link, .terms a.evidon-notice-link, .evidon-consent-link {
    font-size: 0.8rem;
    color: #000;
    letter-spacing: 0.05rem;
    opacity: 0.8;
    transition: 0.3s;
}

.terms span.evidon-notice-link {
    opacity: 1;
}

.evidon-consent-link-image {
    display: none !important;
}

#_evidon-link-text {
    opacity: 1 !important;
}

.terms a:hover {
    opacity: 1;
}
#footer .cta {
    display: block;
    margin: 0px auto;
    max-width: 500px;
}

#footer a.ae-cform-modal-display-cta {
    color: #749a9d !important;
    background: #000;
    padding: 15px 40px;
    font-size: 1.5rem;
}    

.blocker.current {
    z-index: 99999;
}

/****************  MEDIA QUERIES ****************/ 

@media (min-width: 2200px) {
    #footer {
        background-position: center right;    
    }
}

@media (min-width: 800px) and (max-height: 780px) {
#body #title {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}

#body #title p {
    display: block;
    margin: 0px auto 30px auto;
}

#body #title span {
    display: block;
    margin: 5px auto 0px auto;
    color: #000;
    font-size: 3rem;
    text-shadow: 0px 0px 6px rgba(252,65,54,1);
}    
  
    
}

@media (min-width: 800px) and (max-height: 680px) {
#body #home-top {
    padding: 30px 0px 0px 0px;
}    
#body .biglogo {
    margin: 0 auto 2vh auto        
}    
.button {
    padding: 10px 15px;
    font-size: 1.1rem;
}    
}


@media (min-width: 800px) and (max-width: 1550px) {

}
    



@media (max-width: 800px) {
	
/* MOBILE GLOBAL */    
    
#desktop {
    display: none;
}	

#mobile {
    display: block;
}
    
    html, body {
        overflow-x: hidden;
    }
    
.bengibbard {
    height: auto;
    width: 100%;
}    

    .tear {
        display: none;
    }    
    
    .footertitle {
    width: 90%;
    height: auto;
    display: block;
    margin: -40px auto 40px auto;
}
    
h1, h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    line-height: 5rem;
    padding-bottom: 00px;
    padding-top: 50px;
}
    
    
    
    #tour h1 {
        padding-bottom: 20px;
    }
 
.footer-content {
    text-align: center;
    margin: 0px auto;
}    

.footer-content p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 20px 0px;
}    
    
h2 {
    text-align: center;
}
    
    
#tour, #merch, #merch, #videos, #news, #discography, #footer {
    padding: 50px 0px;
}
    
    
    
    
    #tour {
        padding-bottom: 0px;
    }    
    
a.link {
    font-size: 1rem;
    letter-spacing: 0.03rem;
}   
    
    #merch .links a.link {
        display: block;
        margin: 10px 5px;
    }    
    
.tour-container {
width: 100%;
}    
    
    .cutout {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 70vw;
    height: 10vw;
    display: block;
    z-index: 0;
    transform: translateX(-50%);        
    }    
    
    #tour .cutout {
        top: 50px
    }
    
    .cutout.right {
        display: none;
    }

/* MOBILE HOME */
  

    

#background.bg1 {
    
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

#background  {
   
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}    

#play {
    display: block;
}
    
    
#play span {
    display: none;
}   

.button {
    font-size: 0.8rem;
    padding: 10px 0px;
    max-width: 80%;
    margin: 5px;
    width: 150px;      
}    
    
.arrow {
    bottom: 20px;
}    
    
    .arrow img {
        width: 30px;
    }

    
    #videos .white {
        top: -20px;
    }    
    

    
/* MOBILE TOUR */
    
#tour {
    z-index: 10;
    margin-top: -2px;
}    
    
#tour .line {
    width: 100px;
}    
    
/* MOBILE FOOTER */
    
#footer {
    padding-bottom: 30px;
    padding-top: 0px;
  
}    
    
#footer .fa, #footer .fab, #footer .fal, #footer .far, #footer .fas {
    display: inline !important;
    margin: 0 auto;
}   
    
    .footer-pic {
        width: 80%;
        border-width: 5px;
    }    
    
.footersocials {
    display: table;
    margin: 30px auto 20px auto
}    

    #footerfooter {
        padding: 40px 0px;
    }    
    
.footersocials a {
    margin: 0px 0px;
    padding: 10px 9px;
    font-size: 5vw;
    display: table-cell;        
}  
    
.mailinglist {
    margin-top: 30px;
}   
    
    #row, col {
        width: 100%;
        display: block;
        margin: 0 auto;
    }    

    
    
    
}