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

* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

@font-face {
    font-family: 'Tolyer No.4';
    src: url('fonts/TolyerNo4-Bold.woff2') format('woff2'),
        url('fonts/TolyerNo4-Bold.woff') format('woff'),
        url('fonts/TolyerNo4-Bold.svg#TolyerNo4-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



html, body {
    width:100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-family: "Tolyer No.4", Times, serif;
    text-align: center;
    text-transform: uppercase;
    overscroll-behavior: none;
    background: #000;
}

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

.preorderbuttonnew  {
position: absolute; bottom: 5vh; left: 50%; transform: translateX(-50%); font-size: 30px; display: table; margin: 20px auto; padding: 15px 30px; border: 2px solid #fff; text-transform: uppercase; z-index: 10; color: #fff !important
}   

.preorderbuttonnew:hover {
    background: #fff;
    color: #000 !important;
    }   

.smallbutton {
    font-size: 20px; display: table; margin: 20px auto; padding: 15px 30px; border: 1px solid #fff; text-transform: uppercase; color: #fff;
    }   

font-size: 20px; display: table; margin: 20px auto; padding: 15px 30px; border: 1px solid #fff; text-transform: uppercase

.gradientbg {
    position: fixed;
    top: 0px;
    opacity: 1;
    left: 0px;
    height: 110px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.7777704831932774) 0%, rgba(0,0,0,0.5396752450980392) 35%, rgba(0,0,0,0) 100%);
    z-index: 1111;
}   

.gradient {
    background: url("../img/gradient.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 100vh;
    left: 0px;
    z-index: 0;
}

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

.preorderimg {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 25vw;
    height: auto;
    z-index: 11;
    filter: hue-rotate(0deg) brightness(1);
    transition: 0.4s;
    cursor: pointer;
}

.preorderimg:hover {
    filter: hue-rotate(150deg) brightness(1.2);
}

.socials.top {
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 400px;
    z-index: 1111111;
}

.socials.top a {
    font-size: 1rem;
}

.title {
    position: absolute;
    top: 49%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 7vw;
    line-height: 7vw;
    z-index: 100;
    color: #fff;    
}

.bandlogo {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100; 
}

.biglogo {
    position: relative;
    width: 300px;
    display: block;
    margin: 20px auto;
}

.center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100;
    position: absolute;
}

.hoe {
    height: 15vh;
    width: auto;
    display: block;
    margin: 0px auto 20px auto;
}

.fireball {
    height: 30vh;
    width: auto;
    display: block;
    margin: 0px auto 0px auto;
}

.band {
position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: normal;
    font-size: 2vw;
    line-height: 2vw;
    color: #fff;
    z-index: 100;
    mix-blend-mode: unset;
}

.buttons {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: normal;
    z-index: 100;
    mix-blend-mode: unset;    
}

.buttons a {
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 2.3vw;
    line-height: 2.3vw;
    background: transparent;
    color: #fff;
    border: 5px solid #fff;    
    padding: 20px 70px;
}

.buttons a:hover {
    background: #5dafbe;
    color: #000;
    border-color: #5dafbe;
}

.links {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: normal;
    z-index: 1111111;
    mix-blend-mode: unset;
}

.links a {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 10px 15px;
    color: #fff;
    opacity: 1;
    transition: 0.3s;
}

.links a:hover {
    color: #000;
}


.links .dropdown {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 10px;
    color: #fff;
  position: relative;
    text-align: left;
    padding: 0px 10px;
  display: inline-block;
}

.links .dropdown * {
    transition: 0.3s;
}

.dropdown span {
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0;
    display: block;
    color: #000;
}

.dropdown a {
margin: 0px;
    color: #000;
    padding: 5px 0px;
    display: block;
    font-size: 0.8em;
}

.dropdown a:hover {
    color: #5dafbe;
}

.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.dropdown-inner {
    mix-blend-mode: normal;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
    color: #000;
    background: #fff;
         padding: 6px 5px;
    margin-top: 3px;    
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
  opacity: 1;
  visibility: visible;
}

.dropdown-hover:hover ~ .dropdown-overlay,
.dropdown-open:checked ~ .dropdown-overlay {
  display: block;
}



.noise {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    mix-blend-mode: overlay;
	background: url("https://mrrmrr.s3.us-east-1.amazonaws.com/circa/noise.gif");
    background-repeat: repeat;
    opacity: 0.3;
    top: 0px;
    left: 0px;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;    
    background: url("../img/flowers.jpg");
    background-position: 50% 50%;
    background-size: cover; 
    top: 0px;
    left: 0px;
}


.circalogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4.5vw;
    width: auto;
    left: 2%;
    mix-blend-mode: screen;
    z-index: 11;
}

.dllogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4.5vw;
    width: auto;
    right: 2%;
    mix-blend-mode: screen;
    z-index: 11;
}

#home .noise {
    z-index: 9;
}

#main .noise {
    mix-blend-mode: multiply;
    opacity: 0.15;
}

.ie .noise {
    display: none;
}



#main {
    position: relative;
    padding: 0px 0px 100px 0;
    display: block;
    margin: 0px auto;
}

#merch {
    padding-top: 0px;
}

#main {
    padding-bottom: 20px;
}


#main, #merch, #disco {
    background: transparent;
}

#main {
 background-image:
                linear-gradient(45deg,
                    rgba(189,39,48, 0.75),
                    rgba(43,127,148, 0.75)), 
                      url(
'../img/paper.jpg'); 
    background-repeat: repeat;
}


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

.video-container {
    max-width: 100%;
    margin: 0 auto 50px auto;
    padding: 0 16px;
    position: relative;
    z-index: 1111;
}

#disco a, #main h1, #videos h1, #disco h1, #footer h1 {
    color: #fff;
    mix-blend-mode:unset;
    padding-top: 100px;
}

#videos a {
    color: #fff;
}

#buy a, #buy h1, #footer h1, #videos h1 {
    color: #fff;
}

#videos h1 {
    padding-bottom: 30px;
}

#videos h1.musicheading {
    padding-top: 100px;
}

#buy a:hover, #footer a:hover, #merch a:hover, #disco a:hover {
    color: #fff;
}

#footer a {
    transition: 1s;
    color: #fff;
}


#home p {
    font-family: "Tolyer No.4", Times, serif;
}

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

a:hover {
    color: #fff;
}

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

a.link:hover, #videos a.link:hover {
    color: #fff;
    background: #e1e1e1;
}

#mobile {
    display: none;
}

.buttonrow {
    display: block;
}


.button:hover {
    color: #e1e1e1;
    border-color: #fff;
    background: #fff;
}

h1 {
    font-size: 5rem;
    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;    
    font-style: normal;
}

#footer h1 {
        padding: 0px 0px 0px 0px;
}


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

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

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

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

#main .track a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

#main .track a:hover {
    color: #191718;
}


/****************  EMAIL SIGNUP ****************/ 


form.emailform {
  display: block;
  margin: 30px auto 20px auto;
  text-align: center;
    outline: 0;
    border: 0px; 
    width: 100%;
    max-width: 100%;
}


input  {
    font-family:  'Tolyer No.4';    
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;   
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
  text-decoration: none;
  transition: 0.3s;
    text-align: center;
    font-style: normal;
  padding: 10px 15px;
    outline: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
} 


form input.email {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    text-align: center;
}


.buttoncontainer {
    display: block;
    margin: 0px auto 0px auto;
}

input.formbutton {
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    border: none;
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: bold:
}

input.formbutton:hover {
    color: #12baff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */     
    color: #fff !important;
        opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
        opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    opacity: 1;
}       
:placeholder { /* Firefox 18- */  
    color: #fff !important;
        opacity: 1;
}       


.fade {
    -webkit-animation: fade 1s forwards;
    animation: fade 1s forwards;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

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


#footer {
/*    background: url(../img/paperbg1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; */
    background: transparent;
    text-transform: none;
    padding: 0px;
    font-family: 'Tolyer No.4';
}

.footer-content div.socials {
    display: block;
    margin: 50px auto;
    line-height: 0px;
}

.socials a {
    color: #fff;
    font-size: 1.3em;
    padding: 10px;
}

#footer a {
    opacity: 1;
    transition: 0.4s;
}

#footer a:hover {
    color: #12baff;
}

.footer-content {
    width: 100%;
    max-width: 500px;
    display: block;
    position: relative;
    margin-left: 10%;
    font-size: 1em;
    margin: 0 auto;
    color: #fff;
    padding: 70px 0 0 0;
    text-align: center;
    font-style: normal;
    z-index: 1111;
}

.footer-content p {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin: 10px 0px;
}

.footer-content div {
    display: inline-block;
    margin: 20px 20px 20px 20px;
    line-height: 150px;
    vertical-align: middle;
}

.footer-content h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 10px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

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

.footer-content a:hover {
    color: #12baff !important;
}

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


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

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



/** 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: #fff !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;
    font-family: 'Tolyer No.4';
}

.mailinglist p {
    font-size: 1rem;
    color: #e1e1e1;
    text-align: center;
}

.terms {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #e1e1e1;
    -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: #e1e1e1;
    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: #191718 !important;
    background: #e1e1e1;
    padding: 15px 40px;
    font-size: 1.5rem;
}    

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

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


@media (max-width: 800px) {
	
/* MOBILE GLOBAL */    
    
.preorderbuttonnew  {
position: absolute; bottom: auto; top: 50%; width:80%; left: 50%; transform: translate(-50%,-50%); font-size: 30px; display: table; margin: 20px auto; padding: 15px 30px; border: 2px solid #fff; text-transform: uppercase; z-index: 10; color: #fff !important
}       
    
#desktop {
    display: none;
}	

#mobile {
    display: block;
}

#main, #buy, #merch, #videos, #disco, #footer {
    padding: 70px 0px;
}
    
    .footersocials a { 
font-size: 4.5vw;
    padding: 8px;     
}      

.circalogo {
    position: absolute;
    top: 15%;
    transform: translateX(-50%);
    height: 7vh;
    width: auto;
    left: 50%;
    mix-blend-mode: screen;
    z-index: 11;
}

.dllogo {
    position: absolute;
    top: 75%;
    transform: translateX(-50%);
    height: 7vh;
    width: auto;
    left: 50%;
    mix-blend-mode: screen;
    z-index: 11;
}    

    .preorderimg {
        height: 13%;
        bottom: 10px;
        width: auto;
    }    


.biglogo {
    position: relative;
    width: 200px;
    display: block;
    margin: 20px auto;
}

.center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100;
    position: absolute;
}


    
h1, h2 {
    font-size: 17vw;
    line-height: 17vw;
    padding: 30px 0px 30px 0px;    
}

    h1#tourdates {
        padding-top: 20px;
        padding-bottom: 20px;
    }  
    
    h1#circavideos {
        padding-top: 50px;
    }    
    
.biglogo {
    position: relative;
    width: 200px;
    display: block;
    margin: 20px auto;
}    
 
.footer-content {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    width: 80%;
}
         
    
    .footer-content div {
        margin: 0px auto;
        padding: 10px;
    }    

.footer-content p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 8px 0px;
}    
    
    .footer-content p.notopmargin {
        margin: 10px 0px 0px 0px;
    }    
    
    .footer-content p.nomargin {
        margin: 0px;
    }    
    
h2 {
    text-align: center;
}
    
    
#main, #buy, #merch, #news, #disco, #footer {
    padding: 50px 0px;
}    
    
a.link {
    font-size: 1.2rem;
}   
    
.footer-content div.socials {
    margin: 20px auto 0px auto;
}    
    
.tour-container {
    width: 90%;
    padding: 20px 0px;
}    
  
  

/* MOBILE HOME */
    
.bg, .noise {
    background-position: 50% 50%;
}    
    
.bg {
    background: url("../img/bg-mobile.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}    

.title {
    font-size: 10vw;
    line-height: 10vw;
}




.buttons {
    top: auto;
    bottom: 5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.buttons a {
    display: table;
    margin: 0 auto;
    padding: 15px 40px;
    font-size: 6vw;
    line-height: 6vw;
    color: #fff;
    border: 2px solid #fff;
}

.buttons a:hover {
    background: #5dafbe;
    color: #000;
}



.links .dropdown {
    font-size: 1.3em;
    line-height: 1.3em;
}    
    
.links {
    position: fixed;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: normal;
    z-index: 111111;
    mix-blend-mode: unset;
}

.links a {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 10px 8px;
    color: #fff;
    opacity: 1;
    transition: 0.3s;
}
    
    .links .dropdown a {
    font-size: 1.3rem;
    line-height: 1.3rem;
        padding: 10px 3px;
        color: #000;
    }

.links a:hover {
    color: #5dafbe
}
    
    
#title span {
    margin: 5px auto;
    text-shadow: 0px 0px 5px rgba(165,0,0,1)
}    
    
#play {
    display: block;
}
    
    
#play span {
    display: none;
}   

.arrow {
    bottom: 20px;
}    
    
#body .arrow {
    bottom: 0px;
}
    

    
/* MOBILE TOUR */
    

    
    ul div {
        text-align: center !important;
    }    
    
    ul.musicslider div {
        margin-top: 60px;
    }
   
    #music.flex-grid {
        margin-top: -60px !important;
    } 
    
/* MOBILE VIDEOS */ 
    
    .video-container {
        padding: 0px;
    }    
    
    
    
    
/* MOBILE FOOTER */
    
#footer {
    padding-bottom: 30px; 
}

#footer h1 {
    font-size: 4rem;
    line-height: 4rem;        
    padding: 0px 5vw;
}    
    
#footer .fa, #footer .fab, #footer .fal, #footer .far, #footer .fas {
    display: inline !important;
    margin: 0 auto;
}   
    
.footersocials {
    display: table;
    margin: 0px auto 20px auto
}    

    #footerfooter {
        padding: 40px 0px;
    }    
    
.footersocials a {
    margin: 0px 0px;
    padding: 10px 9px;
    font-size: 1rem;
    display: table-cell;        
}  
    
.mailinglist {
    margin-top: 30px;
}    

    .footercontent {
        padding: 0px;
    }    


input.email {
    width: 100%;
    max-width: 300px;
    display: inline;
    text-align: center;
    margin-right: 5px;
}   
    
form input.email {
padding: 12px;
}    
    
    .button, form, form.emailform {
        max-width: 300px;
        margin: 30px auto 40px auto;
    }    
    
    input.formbutton {
        opacity: 1;
    }
    
    #wrap, .container {
        padding: 0px;
        margin: 0px;
    }   
    
    .button, input.email {
        font-size: 18px;
    }    

    
}

