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

@font-face {
    font-family: 'Futura-Std-Md';
    src: url('fonts/FuturaStd-Medium.woff2') format('woff2'),
        url('fonts/FuturaStd-Medium.woff') format('woff'),
        url('fonts/FuturaStd-Medium.ttf') format('truetype'),
        url('fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Aachen Pro';
    src: url('fonts/NeueAachenPro-Bold.woff2') format('woff2'),
        url('fonts/NeueAachenPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



	html, body {
		width:100%;
        height: auto;
		margin: 0px;
		padding: 0px;
        font-family: "Neue Aachen Pro", Helvetica, sans-serif;
        font-style: normal;
        text-transform: uppercase;
        color: #beadd4;
        overflow-x: hidden;
        background: #fff;
	}


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

.mobileonly {
    position: fixed;
    top: 50px;
    color: black;
    width: 80%;
    height: 100%;
    text-align: center;
    font-size: 15dvw;
    line-height: 15dvw;
    display: none;
    z-index: 111111111;
}

    #menu {
        display: table;
        width: auto;
        margin: 0 auto;
        position: absolute;
        top: 20px;
        left: 30px;
        z-index: 1111;
        font-family: 
        
        
    }

    #menu a {
        font-size: 21px;
        text-transform: uppercase;
        color: #beadd4;
        padding: 10px 20px;
        opacity: 1;
        transition: 0.4s;
        opacity: 1;
        font-weight: bold;
    }

    #menu a.social {
        padding: 10px 5px;
    }

    #menu a:hover {
        color: #fff;
    }


#socials {
    position: absolute;
    display: table;
    top: 20px;
    right: 30px;
    z-index: 12;  
    height: 50px;
}

#socials a {
    color: #beadd4;
    opacity: 1;
    font-size: 16px;  
    padding: 10px;
    opacity: 0.7;
}

#socials a svg {
    height: 15px;
    width: auto;
    fill: #beadd4;
    color: #beadd4;
}

#socials a:hover {
    opacity: 1;
}


.title {
    width: 300px;
    display: block;
    margin: 50px auto;
}

#tour .title {
    width: 400px;
}

#footer .title {
    margin: 30px 0px;
    width: auto;
    height: 80px;
}


	#home, #tour, #videos, #merch, #footer, #signupmobile {
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
        -webkit-display: flex;
        display: flex;
        z-index: 1;
	}

#home {
    padding: 15px;   
    height: 100vh;
background: url("../img/redux.jpg");
    background-size: cover;
    background-position: top right;
}

.border {
    background: #beadd4;
    display: block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 1111;
}

.border.top {
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0px;
}

.border.bottom {
    width: 100%;
    height: 15px;
    bottom: 0px;
    left: 0px;
}

.border.left {
    width: 15px;
    height: 100%;
    top: 0px;
    left: 0px;
}

.border.right {
    width: 15px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.packshot {
    height: 50vh;
    display: block;
    margin: 0 auto;
}

.wrap {
    padding: 15px;
    z-index: 100;
}

#merch {
    padding: 100px 0px 0px 0px;
}

#signupmobile {
    background: #beadd4;
}

#signupmobile .signupcontainer {
    display: table;
    margin: 0 auto;

}

    .wrap {
        -webkit-flex: 1;
        flex: 1;
        -webkit-object-fit: fill;
        object-fit: fill;
    }



    #home .wrap .bg {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        z-index: -1;
        background: url('../img/bg1.jpg');
        background-size: cover;
        background-position: bottom center;
    }

    .catpowermenu {
        font-size: 2dvw;
        text-align: center; 
        position: absolute;
        bottom: 50px;
        font-weight: bold;
        left: 30px;
        z-index: 10000;
        font-family: 'Neue Aachen Pro'
    }


.catpowermenu span {
    display: block;
    margin: 0px auto 20px auto;
}

    .topsignup {
        position: absolute;
        bottom: 50px;
        left: 50%;
        z-index: 10000;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 20px;
        text-align: center; 
    }

.catpowermenu a {
    margin: 0px 5px;
    border-radius: 5px;
    transition: 0.7s;
    text-shadow: none;
    cursor: pointer;
    padding: 10px 30px;
      background-size: 400% auto;
    color: #beadd4;
     background-image: linear-gradient(to right, #fff 0%, #fff 51%, #575757 100%);
    text-transform: uppercase;
}

.catpowermenu a:hover {
background-position: right center;   
}



    .logo {
        position: absolute;
        top: 50vh;
        left: 50%;
        z-index: 10000;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: calc(100% - 30px);
        height: auto;
        display: block;
        margin: 0 auto;
    }


    .catpowermenu .preorder {
        width: 200px;
        height: 100px;
        display: inline-block;
        background: black;
        margin: 0px 10px;
        -moz-border-radius: 100px / 50px;
        -webkit-border-radius: 100px / 50px;
        border-radius: 100px / 50px;
    }

.catpowermenu .preorder span {
    position: relative;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center center;
    color: #f9f9ed;
    margin-top: 3px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
        font-family: "Futura Std", Helvetica, sans-serif;
    }

    .catpowermenu .preorder:hover {
        background: #fff;
    }

    .play {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 111;    
        line-height: 75px;
        font-size: 30px;
        padding: 20px;
        color: #beadd4;
    }


    .play span {
        opacity: 0;
        margin-left: 20px;
        transition: 0.6s;
        line-height: 50px;
        color: #beadd4;
        font-size: 15px;
        text-transform: uppercase;
        vertical-align: middle;    
    }

    .play:hover, .play:hover span {
        color: #fff;
        opacity: 1;
    }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 30px 0px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embed-container iframe {margin: 0px auto;}

    #tour {
     background-image: url("../img/bgdark.jpg");
        background-size: cover;
    }

.noise {
    width: 100%;height: 100%;position: absolute; background: url('../img/noise.jpg');background-repeat: repeat; mix-blend-mode: multiply;opacity: 0.5;
    background-size: 250px;
}

     #videos {
        background: #beadd4;
        display: block;
    }

#tour p {
    text-align: center;
}

#videos {
    padding: 50px 0px 0px 0px;
}

    .tourdates {
        display: block;
        max-width: 1000px;
        margin: 70px auto 30px auto;
    }

 h4 {
        font-size: 14dvw;
        line-height: 8dvw;
        text-transform: uppercase;
        color: #beadd4;
        display: block;
        font-weight: normal;
        margin: 0px auto;
        text-align: left;
        width: 100%;
        top: calc(5% + 70px);
        left: 45px;
     position: absolute;
        font-family: 'Neue Aachen Pro';
    }

h4 span.title {
    font-size: 6dvw;
    margin: 0px auto;
    line-height: 6dvw;
    display: block;
    width: 100%;
}

h4 span.sub {
        margin: 0px auto 0px auto;
    font-size: 2.5dvw;
    line-height: 1dvw;
    display: block;
}

    h1 {
        font-size: 5dvw;
        line-height: 5dvw;
        text-transform: uppercase;
        color: #beadd4;
        display: block;
        font-weight: normal;
        margin: 0px auto;
        text-align: center;
        width: 100%;
        font-family: 'Neue Aachen Pro';
    }

h1 span.title {
    font-size: 5dvw;
    margin: 0px auto;
    line-height: 5dvw;
    display: block;
    width: 100%;
}

h1 span.sub {
        margin: 0px auto 0px auto;
    font-size: 2dvw;
    line-height: 2dvw;
    display: block;
}

    h2 {
        font-size: 30px;
        text-transform: uppercase;
        color: #beadd4;
        display: block;
        font-weight: normal;
        margin: 30px 0px;
        text-align: left;
    }

h2.red {
    color: #fff;
}

    h3 {
        font-size: 20px;
        text-transform: uppercase;
        color: #beadd4;
        display: block;
        font-weight: normal;
        margin: 30px 0px;
        text-align: center;
        letter-spacing: 5px;
        font-family: FuturaItalic, Futura-Std-Md;
    }


#videos h1 {
    color: #fff;
}



#footer h1 {
    text-align: center;
    margin: 0 auto;
    color: #fff;
}



h1.red {
    color: #fff;
}

p {
    font-size: 20px;
    color: #fff;
}

#footer .wrap {
    display: block;
    margin: 0 auto;
    padding: 100px 0px;
}

    #merch {
        background: url('../img/denimlight.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        background-position: top center;
    }

    #merch .lyric {
        display: block;
        padding: 200px 0px 0px 0px;
        margin: 0px auto;
        position: relative;
        width: 600px;
        height: auto;
        text-align: center;
    }

    #merch .lyric.two {
            padding-bottom: 200px;
    }

    #footer {
 background: url("../img/bgdark.jpg");
        background-size: cover;
    }

#footer p {
    margin: 30px 0px;
    color: #101648;
}

#footer wrap {
    padding: 50px 0px;
    
}

	a {
		text-decoration: none;
        color: #f9f9ed;
	}

	a:hover {

	}

#footer a {
    color: #101648;
    font-size: 14px;
    line-height: 14px;
    transition: 0.4s;
    opacity: 0.5;
}

#footer a:hover {
    opacity: 1;
}


#footer #socials {
    margin: 20px auto;
    display: table;
}

#footer #socials a {
    color: #fff;
    transition: 0.5s;
    font-size: 30px;
    padding: 15px;
    opacity: 1;
}


	.mobile {
		display: none;
	}



#video, .royalSlider, #video-gallery, .rsContainer, .rsVideocontainer, .rsImg {
    max-width: 100% !important;
}

#video-gallery {
    display: block;
    margin: 40px auto 100px auto;
}

#video-gallery.lyricsGallery {
    margin: -20vh auto 0px auto;
}


@media (min-width: 800px) {
#video-gallery.lyricsGallery  {
    width: 1000px !important;
    height: 1054px !important;
}

#video-gallery.lyricsGallery .rsImg, #video-gallery.lyricsGallery .rsSlide {
    width: 800px !important;
    height: 1054px !important;    
}

#video-gallery.lyricsGallery .rsImg {
    margin-left: 100px !important;
    margin-top: 0px !important;
}


}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: transparent !important;
}

#video-gallery.lyricsGallery.rsDefault .rsArrow.rsHidden {
    opacity: 1;
    visibility: visible;
}


.play.mobile svg {
    display: none;
}


/***** MAILCHIMP *****/

.signup {
	position: relative;
    margin: 20px 0px 0px 0px;
}

.signup h1 {
	padding: 0px 0px 40px 0px;
}
   
#mc_embed_signup {
	position: relative;
    opacity: 1;
    background:transparent;
    font-family: "Futura Std", Helvetica, sans-serif;
    font-style: normal;
    display: table;
    margin: 0 auto;
}
    

#mc_embed_signup form {
    width: 100% !important;
    padding: 0px;       
}

label, input {
    font-family: "Futura Std", Helvetica, sans-serif;
font-style: normal;    
}

#mc_embed_signup .button {
    clear: none;
    background-color: transparent;
    border: 0 none;
    border-radius: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 70px;
    margin: 0px !important;
    border-radius: 5px;
    padding: 0 10px;
    transition: 0.3s;    
    text-align: left;
    text-transform: uppercase;
    text-decoration: none; 
    cursor: pointer;
    font-family: "Neue Aachen Pro";
}


#mc_embed_signup input.email {
    margin: 0px !important;
    width: 300px !important;
    color: #101648;
    padding: 12px 10px 11px 10px;
    border: 0px;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    border-radius: 5px;
    outline: 0px;
    text-align: left;    
}
#mc_embed_signup .button:hover {
    color: #000;
}


#signupmobile h2, #signupmobile form, #signupmobile #mc_embed_signup {
    width: auto;
    display: inline;
    font-size: 20px;
    line-height: 20px;
    max-width: 400px;
}

#signupmobile input.email {
    background: #fff;
    color: #f9f9ed;
}

#signupmobile .signup {
    display: inline;
    margin: 15px auto 0px auto;
}

#signupmobile {
    padding: 30px 0px 50px 0px;
}

#signupmobile h2 {
    text-align: center;
    margin: 0px 10px 0px 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(48,59,64,0.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(48,59,64,0.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(48,59,64,0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(48,59,64,0.5);
}



#signupmobile ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(249,249,237,0.5);
}
#signupmobile ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(249,249,237,0.5);
}
#signupmobile :-ms-input-placeholder { /* IE 10+ */
  color: rgba(249,249,237,0.5);
}
#signupmobile :-moz-placeholder { /* Firefox 18- */
  color: rgba(249,249,237,0.5);
}


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


@media (max-width: 800px) {
    
    html, body {
        -webkit-overflow-scrolling: touch;
    }
    
    
    #menu {
        position: fixed;
    }    

#home {
    padding: 15px;   
    height: 100dvh;
background: url("../img/reduxmobile.jpg");
    background-size: cover;
    background-position: top center;
}    
    
    .catpowermenu {
    font-size: 4dvw;
    bottom: 50px;
    left: 50%;
    width: 80dvw;
    transform: translateX(-50%);     
    }    

 h4 {
        font-size: 25dvw;
        line-height: 18dvw;
        text-transform: uppercase;
        color: #beadd4;
        display: block;
        font-weight: normal;
        margin: 0px auto;
        text-align: center;
        width: 100%;
        bottom: 100px;
     text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
     top: auto;
        left: 0px;
     position: absolute;
        font-family: 'Neue Aachen Pro';
    }
    
    #socials {
        top: -20px;
    }    

h4 span.title {
    font-size: 10dvw;
    margin: 0px auto;
    line-height: 8dvw;
    display: block;
    width: 100%;
}

h4 span.sub {
        margin: 0px auto 0px auto;
    font-size: 4dvw;
    line-height: 5dvw;
    display: block;
}    
	
	.desktop, #menu a.social.desktop {
		display: none;
	}	
    
    .mobileonly {
        display: block;
    }    


#home .wrap .bg {
    display: none;
}

    #tour {
        background: url("../img/bgdarkmobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }    
    
    .mobile {
        display: block;
    }
    
    #menu {
    display: table;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1111;
        width: 100%;
    background: #beadd4;
    }
    
    #menu a {
        padding: 10px;
        font-size: 15px;
        text-align: center;
        color: #fff;
        display: table-cell;
    }
    

    
    
    #tour {
        margin-top: 0px;
    }
    
    h1 {
        font-size: 5.5vh;
        line-height: 5.5vh;
        margin-bottom: 3vh;
    } 
    
    h3 {
            font-size: 2.2vh;
    max-width: 75%;
    line-height: 2.2vh;
        margin: 30px auto;
    }

#footer h1 {
    text-align: center;
    font-size: 30px;
    margin-left: auto;
margin-block-start: auto;
    margin-block-end: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;        
}    

    #footer p {
        display: none;
    }    
    
    #footer #socials {
        width: 80%;
        margin-top: 0px;
    }    
    
    #footer #socials a {
    color: #fff;
    transition: 0.5s;
    font-size: 7vw;
    margin: 0px;
    padding: 10px;
    opacity: 1;
    display: table-cell;        
    }
    
    #tour h1 {
        max-width:220px
    }    
    
    .play {
position: absolute;
bottom: 30%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 111;
width: auto;
height: 20px;
line-height: 0px;
    }    
    
    .tourdates {
        margin: 50px auto;
    }  
    
    .ineedahug {
        width: 80%;
        margin: 30px auto 0px auto;
    }    
    
    #footer {

    }   

#merch .lyric {
    display: block;
    padding: 100px 0px 0px 0px;
    margin: 0px auto;
    position: relative;
    width: 90%;
    height: auto;
    text-align: center;
}    
    
#merch .lyric.two {
    padding-bottom: 100px;
}    
    
h2 {
    font-size: 25px;
    line-height: 25px;

}    
    
#signupmobile h2 {
text-align: center;
margin: 0px auto;
    display: block;    
}    

#signupmobile {
padding: 30px 0px 0px 0px;
}    
    
    
#menubg {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 80vh;
    width: 50vw;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    display: block;
    background: rgba(0,0,0,0.7);
    padding: 50px;
    box-sizing: border-box;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 1;
}
    
    
    .signup {
        margin: 0px auto;
    }    
    
 #mc_embed_signup .button {
 width: 100% !important;
 margin: 0px !important;
     text-align: center;
     margin-right: -10px !important; 
     min-width: 300px !important;
 }    
    
#signupmobile #mc_embed_signup .button {
    width: 100% !important;
    margin: 0px auto !important;
    line-height: 40px;
    text-align: center;
    margin-right: 0px !important;
    min-width: 300px !important;
}    
    
    #signupmobile #mc_embed_signup input.email    {
    margin: 0 auto !important;
        display: table;
        text-align: center;
}
    
#signupmobile #mc_embed_signup form {
    margin: 10px auto 20px auto;
}    
    
    #mc_embed_signup {
        width: 100% !important;
        left: 0px;
    }
    
    .button, .email {
        display: inline;
        outline: 0px;        
    }
    
#mc_embed_signup input.email {
    border-radius: 0px;  
    border-radius: 5px;
    font-size: 17px;
    color: #f9f9ed;
    background: #fff;
    margin-top: -7px !important;
	width: 80% !important;    
    }
    
#mc_embed_signup form {  
        margin: 30px auto 0px auto;    
        padding: 0px;  
        display: table;
}    
    
#mc_embed_signup .button:hover {
    background: transparent;
    color: #f9f9ed;
}  

    

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f9f9ed;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #f9f9ed;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #f9f9ed;
}
:-moz-placeholder { /* Firefox 18- */
  color: #f9f9ed;
}
    
    #footer .wrap {
    float: none;
    text-align: center;    
        margin-left: 0px;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 50px 0px; 
    }
    
 
    
    #footer #mc_embed_signup input.email {
        text-align: center;
    }
    
    #footer {
        min-height: 110vh;
        background: url('../img/catpowermobile.jpg');
        background-size: cover;
        background-position: top center;        
    }
    
.play.mobile svg {
    display: block;
    color: #fff;
    margin: 0 auto;

}
    .play.mobile img {
        display: none;
    }   
    
    .title, #footer .title {
        width: 90%;
        height: auto;
    }    
    
    #footer .title {
        margin: 30px auto;
    }
    
    #tour .title {
        width: 90%;
    }

    
    .wrap {
        max-width: 100%;
    }   
    

    
    #videos {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1024px)
  and (orientation: landscape) {

    #home {
        width: 100%;
        height: 100%;
        height: 100vh;
        background: url(../img/catpower.jpg);
        background-size: cover;
        background-position: bottom center;
    }
    
}


@media (max-width: 320px) {
#menu a {
    font-size: 14px;
    padding: 10px 6px;
}
#mobilesocials a {
    padding: 5px 0px;
}
    
    
    #home {
        height: 100%;
        background: url('../img/bgmobile2.jpg');
        background-size: cover;
        background-position: auto;
        background-repeat: no-repeat;
    }
 
    .play {
position: absolute;
bottom: 25%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 111;
width: auto;
height: 20px;
line-height: 0px;
    }  

}
