/*
Theme Name: valley
Theme URI: http://www.pushentertainment.com
Author: Self Service
Author URI: http://selfserivce.umg-wp.com
Description: This is a skeleton theme. Expect nothing.
Version: 1.0
*/

/*
Nimbus Sans Extd Regular

font-family: nimbus-sans-extended, sans-serif;
font-weight: 400;
font-style: normal;

Nimbus Sans Extd Bold

font-family: nimbus-sans-extended, sans-serif;
font-weight: 700;
font-style: normal;
*/


/**** COLOURS ****/
:root {
	--cobalt: #1c63b3;
	}
	
@font-face {
  font-family: 'Druk-Wide-Bold';
  src:  url('inc/fonts/Druk-Wide-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, html {
	font-family: nimbus-sans-extended, sans-serif;
	font-weight: 400;
	font-style: normal;
	scroll-behavior: smooth;
	color: #111;
	font-size: 14px;
}

.no-mb{
	margin-bottom: 0;
}
a {
  text-decoration: none;
}
a:hover {
  color: #111;
  text-decoration: none;
}
img{
	width: 100%;
}
iframe {
	border: none;
}
.mobile{
	display: none;
}
@media (max-width: 810px){
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
}
/* NAV -----------------------
	-------------------------------*/
/* NAVIGATION STYLES -------
	--------------------------------*/ 
nav.ham{
	display: none;
}
nav{
	position: relative;
} 
nav.desknav, stickynav{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 9999;
	padding: 0 25px;
	display: flex;
}
nav.desknav ul.page-sections a:hover{
	transition-duration: .3s;
	display:block;
	text-decoration: underline;
}

nav.desknav ul a, li.list-inline-item {
	color:#fff;
	font-size:20px;
}

nav.desknav ul a:hover {
	color:var(--cobalt);
	text-decoration:none;
}

@media (max-width: 810px){
	nav.desknav, stickynav{
		display: none; 
	}
	nav.ham{
		display: block;
		display:flex;
		justify-content:space-between;
		position: absolute;
		z-index:1;
	}
}



ul.shop-dropdown li {
	padding:0px 10px!important;
}
ul.shop-dropdown li a:hover {
	text-decoration:underline;
}

nav.ham ul.shop-dropdown {
	padding-left:0px;
}

nav.ham ul.shop-dropdown li {
	list-style-type:none;
	padding:0px!important;
}

nav.ham ul.shop-dropdown li a {
	font-size:.75em;
}


@media (max-width: 768px){
	ul.socials{
		order: 1;
		position: relative;
		bottom: 20px;
	}
}
.slideInDown{
	top: 0;
}

.slideInLeft {
	left:30px;
}


nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;

	}

nav a {
	display:block;
	padding:0 10px;	
	color:#fff;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}

nav.desknav a {
	padding:0 25px;
}

nav.desknav a.logolink {
	padding:0;
}

nav a:hover { 
 text-decoration:none!important;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
	background:rgba(0,0,0,.4);
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:auto;
	float:none;
	display:list-item;
	position: relative;
	line-height:46px;
}

nav ul ul li a {
	line-height:46px;
	font-size:1.25em!important;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }



/* HAM MENU STYLES -------
	--------------------------------*/

#menuToggle
{
	display: block;
    position: fixed;
    z-index: 1;
    top: 38px;
    right: 20px;
    -webkit-user-select: none;
    user-select: none;
    width: 10%;
    text-align: center;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0666ad;
    background-size: cover;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(200%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

@media (max-width: 810px){

nav a {	
	font-size: 30px;
	line-height: 76px;
  }
  
#menu li {
padding: 8px 0;
font-size: 28px;
/* font-family: 'Another Danger'; */
letter-spacing: 5px;
}

#menu li.smallshop {
	padding:0;
}

nav li.smallshop a {
	line-height: 47px;
    font-size: 18px;
}

.shoplink {
	line-height:30px;
}
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


	
/* MAIN ------------------------------------------------
	------------------------------------------------------- */
header{
/*
	display: flex;
	justify-content: center;
*/
	width: 100%;
	margin:0 auto;
}
header .flex-container{
display:block;
margin:0 auto;
}

.homepage-background {
/*
 	background-image: url("inc/img/cobaltBG2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position:center;
*/
background-color:#000;
	min-height:100vh;
	display:flex;
	align-items:center;
}
@media (max-width: 810px){
	.homepage-background {
		align-items:flex-end;
		
	}
}


header .logo{
	max-width: 180px;
	top: 25px;
	
}
@media (max-width: 810px){
	header .nevermind{
		max-width: 90%;
	}
	header .logo{
		top: 0;
	}
}

@media (max-width: 810px){
	header{
		height: auto;
	}
	header .flex-container{
		display: flex;
		flex-direction:column;
		text-align: center;
		margin: 0 auto;
	}
	header .album{
		max-width: 500px;
	}
	header .logo{
		max-width: 150px;
		margin-top: 18px;
		margin-bottom: 70px;
	}
}


.presave {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	text-align:center;
	margin-top:50px;
	margin-left:50px;
	max-width:280px;
}

@media (max-width: 810px){
	.presave {
		margin-left:0px!important;
		margin:0 auto;
		background:rgba(0,0,0,.35);
		flex-direction:column;
		width: 100%;
		max-width: 100%;
		padding: 15px;
	}
	}

.presave .album-cover {
	max-width:100%;
}

@media (max-width: 810px){
	.presave .album-cover {
		width:50%;
	}
	}

.presave .lockup {
	width:75%;
	margin:0 auto;
}
.presave h2 {
	text-align:Center;
	padding:20px 0 5px 0;
	font-size:1.7rem;
	color:#fff;
	font-family:'nimbus-sans-extended',sans-serif;
	font-weight:400;
}

.presave h3 {
	font-size:1.3rem;
	margin-bottom:20px;
	color:#fff;
	font-family:'nimbus-sans-extended',sans-serif;
	font-weight:400;

}

.presave .btn {
	display:inline-block;
	margin:0 auto;
	background-color:transparent;
	color:#fff;
	border:1px solid #fff;
	position:relative;
	padding:10px 70px;
	width:100%;
}

.presave .btn:hover {
	top:1px;
	color:#000;
	background:#fff;
	border:1px solid #fff;
}

.presave .lockup {
	margin-top:30px;
	width:100%;
}

.presave h2 {
	font-size:2em;
}
.presave h3 {
	font-size:1.5rem;
}

}
@media (max-width: 768px){
.presave {

}
}



#_evidon_banner.evidon-banner {
	display:none!important;
}

.packshot-top {
display:flex;
	text-align:center;
}


@media screen and (max-width: 810px){
	.packshot-top {
		position: relative;
		top:auto;
		left:auto;
		text-align: center;
		padding: 15px 15px 35px 15px;
		width: 100%;
		z-index:1;
	}
}
.packshot-top img {
	max-width:100%;
}


.packshot-top span {
	color: #000;
	font-size: 16px;
	text-transform:uppercase;
	line-height: 25px;
	display: block;
	padding: 15px 0 7px 0;
}

@media screen and (max-width: 768px){
	.packshot-top span {
	    font-size: 20px;
	    line-height: 30px;
	}
}

.packshot-top .btn {
	background-color:#aed2e7;
	color:#000;
	margin-top:5px;
	border-radius:0;
	padding:13px 35px;
	transition:.5s;
	letter-spacing:1.5px;
	border:none;
}

.packshot-top .btn:hover {
	background-color:#000;
	color:#000;
	color:#fff;
	border:none;
}


.site-background {
	background-color: #333;
}
.site-background-2, body {
/* 	background-image: url("inc/img/noise.png"); */
	background-repeat: repeat;
	background-size: auto;	
}

section{
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
@media (max-width: 768px){
	section{
		padding-bottom: 0;
	}
}

/* SOCIALS */
nav ul.socials a {
	padding:0 10px;
}
ul.socials li{
	padding-right: 1.6em;
}
ul.socials li:last-of-type{
	padding-right: 0;
}
ul.socials {
	display: flex;
	flex-direction:row;
	margin: 0 auto;
	margin: 0;
}
.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.arrow{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 10px;
	width: 30px;
	max-width: 700px;
	display: block;
	padding-bottom: 30px;
}
@media (max-width: 768px){
	.arrow{
		display: none;
	}
}
.album{
	width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    }
@media (max-width: 768px){
	.album{
		margin-bottom: 25px;
	}
}

.album img {
	    box-shadow:1px 1px 37px rgba(0,0,0,.3);

}
.circles{
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 45px;
	width: 100%;
}
@media (max-width: 768px){
	.circles{
		margin-bottom: 25px;
	}
}

/* FEATURED IMAGE */
.feature-img {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
@media (max-width: 768px){
	.feature-img{
		margin-bottom: 25px;
	}
}
.signup {
	  margin: 25px 0 !important;
}
@media screen and (max-width: 736px) {
.signup {
	  margin: 12px 0 !important;
}
}
.signup a{
  color: #29635a;
  text-transform: uppercase;
}
input#submit.btn{
	margin-top: 0;
}

/* TYPOGRAPHY ------------------------------------------------
	------------------------------------------------------- */
h2, h3{
	font-weight: 700;
	font-size: 1.8em;
	font-family:'Druk-Wide-Bold';
}
h4{
	margin-bottom: 1rem;
	font-size: 22px;
}
@media screen and (max-width: 768px) { 
	h2{
		font-size: 2.3em;
	}
}
.copyright{
	font-size: 9px;
	padding: 15px 0;
	color: #111;
}
.section-title{
	text-align: center;
	color: #111;
	position: relative;
    top: -35px;
}
.subheader{
	font-weight: 700;
}
.center{
	text-align: center;
	display: block;
	margin: 0 auto;
}
.thin{
	font-weight: 300;
	font-size: 15px;
}
.single{
	font-size: 32px;
	font-weight: 700;
}
.maybe{
	font-size: 50px;
}
/* BUTTONS ------------------------------------------------
	------------------------------------------------------- */
.btn {
	color: #000;
	background-color: #fff;
	padding: 10px 35px;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 700;
	border-radius: 0;
	transition: .5s;
}
.btn:hover {
	background-color: #333;
	color: #fff;	
}
.btn-listen {
	margin-top: 20px;
}

.newsletter-btn {
    border: 2px solid #244477;
    background-color: none;
    padding: 10px 35px;
    color: #f4eb73;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    display: table;
    margin: 0 auto;
    margin-left: 50px;
    
   }
   @media (max-width: 768px){
	 	.btn, newsletter-btn{
			margin-bottom: 25px;
	}
}
.sign-up-btn {
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  color: #29635a !important;
  background-color: #333;
    font-size: 16px;
    letter-spacing: 2px;
  padding: 10px 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 1rem;
}
@media screen and (max-width: 736px) {
	.btn {
	  letter-spacing: 1px;
	}
}


/****** SHOP ********/

@media screen and (max-width: 736px) {
	.shopify-buy__product {
	  max-width: 39%!important;
	  min-width:0!important;
	  }
	 }

/* SECTION TOUR -----------------------------------------
------------------------------------------------------- */
.tour-background {
	background-image: url("inc/img/cobalt2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position:top center;
	background-color:#0666ad;
	min-height:100vh;
}

.bit-location {
	margin-top:15px!important;
}

.bit-widget .bit-vertical-date {
  background: #fff;
  color: #000;
  }
  
  .bit-widget-container {
	  background: rgba(0,0,0,.6);
	  padding: 40px 25px;
  }
  
  .bit-widget.bit-layout-desktop .bit-event .bit-button {
  	background: #fff;
  	color: #000;
  }
  
  .bit-widget.bit-layout-desktop .bit-event {
	  padding:22px 6px;
  }

.bit-widget .bit-follow-section-cta {
	font-size:13px!important;
}

section.tour{
	padding-top:18%;
}

@media screen and (max-width: 810px) {
	section.tour {
		padding-top:110px;
	}
}
.tour h2 {
	text-align:center;
	padding-bottom:20px;
	font-weight:700;
	font-size:3em;
}

.tour h3 {
	font-size:1.5em;
	text-align:center;
	padding-bottom:0px;
	margin-bottom:0;
}

.tour h3 span {
	font-weight:400;
	font-size:.85em;
	padding-top: 15px;
	display: inline-block;
	max-width:600px;
}

.tour h4{
	font-size: 1.1em;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align:center;
}

.tour a.signuplink {
	margin-bottom: 40px;
margin-top: 4px;
text-decoration: underline;
	text-align:center;
	display:block;
}

.tour a.vip {
	background-color: #333;
	color: #fff;
	padding: 10px 35px;
	border: 1px solid #111;
	display: inline-block;
	margin: 25px auto 50px auto;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 700;
	border-radius: 0;
	transition: .5s;
}

.tour a.vip:hover {
	background-color: transparent;
	color: #000;
}

.tour-poster {
	margin-bottom:50px;
	width:60%;
}
@media (max-width: 768px){
	.tour-poster {
		width:100%;
	}
}
section.tour iframe{
	max-width: 600px!important;
	display: flex;
	margin: auto;
}

.tour .red {
	color:#cd2525;
	display:inline-block;
	padding-right:4px;
}

.tour .red::after {
	content:' - ';
	color:#000;
}

@media (max-width: 768px){
	.tour .red {
	display:block;
	line-height:1;
	}
	
	.tour .red::after {
	content:none;
}
}


.tour ul {
	margin:0 auto;
	padding-left:0px;
}

.tour ul li {
	list-style-type:none;
	text-align:left;
	padding-bottom:7px;
}

@media (max-width: 768px){
	.tour ul li {
	padding-bottom:14px;
}
}

/* SECTION CONTACT -----------------------------------------
------------------------------------------------------- */

section.contact{
	position: relative;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 768px){
	section.video{
/* 		padding-top: 100px; */
	}
}
section.contact span{
	font-size: 12px;
}


/* SECTION MUSIC -----------------------------------------
------------------------------------------------------- */
.music {
	text-align:center;
}

.music .btn {
	width:40%;
}

.music h2 {
	font-size:2.5rem;
}
.music h3 {
	font-weight: 500;
	font-size: 1.45rem;
	text-transform:uppercase;
}

.single-wrapper {
	background: rgb(238,237,232);
background: radial-gradient(circle, rgba(238,237,232,1) 58%, rgba(211,213,210,1) 100%);
	padding: 50px 0 70px 0;
}

/* SECTION VIDEO -----------------------------------------
------------------------------------------------------- */

.videos-background {
	padding-top:15%;
	background-image: url("inc/img/videoBG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position:top right;
	min-height:100vh;
	text-align:center;
	padding-bottom:50px;
}

@media only screen and (max-width: 810px) {	
	.videos-background {
		background-image: url("inc/img/videoBG-mbl.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment:fixed;
		background-position:top center;
	}
}


.video-outer-wrapper {
	display:grid;
	grid-template-columns: 1fr 1fr;
	width:75%;
	margin:0 auto;
}
@media only screen and (max-width: 810px) {
	.video-outer-wrapper {
		width:90%;
		grid-template-columns:1fr;
		margin-top:100px;
	}
}

.video-outer-wrapper div {
	margin-bottom:20px;
}

@media only screen and (max-width: 810px) {
	.video-outer-wrapper div {
		margin-bottom:10px;
	}
}

.videos-background .btn {
	margin-top:30px;
	display:inline-block;	
	background:transparent;
	color:#fff;
}

.videos-background .btn:hover {
	margin-top:30px;
	display:inline-block;	
	background:#fff;
	color:#000;
	border:1px solid #fff;
}

@media only screen and (max-width: 810px) {
	.video .btn {
		margin-top:0px;
	}
}

@media only screen and (max-width: 810px) {
	.csslider > .arrows {
	  left: 10px!important;
	  padding: 0 0px!important;
	}
	.csslider > .arrows label {
		padding:13px!important;
	}
}

#slider1 {
	z-index:0;
}

.csslider {
  -moz-perspective:100%;
  -ms-perspective:100%;
  -webkit-perspective:100%;
  perspective:100%;
  display:block;
  text-align:left;
  position:relative;
  margin-bottom:22px
}
.csslider>input {
  display:none
}
.csslider>input:nth-of-type(10):checked~ul li:first-of-type {
  margin-left:-900%
}
.csslider>input:nth-of-type(9):checked~ul li:first-of-type {
  margin-left:-800%
}
.csslider>input:nth-of-type(8):checked~ul li:first-of-type {
  margin-left:-700%
}
.csslider>input:nth-of-type(7):checked~ul li:first-of-type {
  margin-left:-600%
}
.csslider>input:nth-of-type(6):checked~ul li:first-of-type {
  margin-left:-500%
}
.csslider>input:nth-of-type(5):checked~ul li:first-of-type {
  margin-left:-400%
}
.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
  margin-left:-300%
}
.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
  margin-left:-200%
}
.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
  margin-left:-100%
}
.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
  margin-left:0
}
.csslider>ul {
  position:relative;
  z-index:1;
  font-size:0;
  line-height:0;
  margin:0 auto;
  padding:0;
  overflow:hidden;
  white-space:nowrap;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.csslider>ul>li {
  position:relative;
  display:inline-block;
  width:100%;
  height:100%;
  overflow:hidden;
  font-size:15px;
  font-size:initial;
  line-height:normal;
  -moz-transition:all .5s cubic-bezier(.4,1.3,.65,1);
  -o-transition:all .5s ease-out;
  -webkit-transition:all .5s cubic-bezier(.4,1.3,.65,1);
  transition:all .5s cubic-bezier(.4,1.3,.65,1);
  vertical-align:top;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  white-space:normal
}
.csslider>.navigation {
  position:absolute;
  bottom:-8px;
  left:50%;
  z-index:10;
  margin-bottom:-10px;
  font-size:0;
  line-height:0;
  text-align:center;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.csslider>.navigation>div {
  margin-left:-100%
}
.csslider>.navigation label {
  position:relative;
  display:inline-block;
  cursor:pointer;
  border-radius:50%;
  margin:0 4px;
  padding:4px;
  background:#fff
}
.csslider>.navigation label:hover:after {
  opacity:1
}
.csslider>.navigation label:after {
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-6px;
  margin-top:-6px;
  background:red;
  border-radius:50%;
  padding:6px;
  opacity:0
}
.csslider>.arrows {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.csslider.inside .navigation {
  bottom:10px;
  margin-bottom:10px
}
.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after,
.csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
  opacity:1
}
.csslider>.arrows {
  position:absolute;
  left:-31px;
  top:50%;
  width:100%;
  height:26px;
  padding:0 31px;
  z-index:0;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box
}
.csslider>.arrows label {
  display:none;
  position:absolute;
  top:-50%;
  padding:30px;
  box-shadow:inset 5px -5px 0 1px #fff;
  cursor:pointer;
  -moz-transition:box-shadow .3s,margin .3s;
  -o-transition:box-shadow .3s,margin .3s;
  -webkit-transition:box-shadow .3s,margin .3s;
  transition:box-shadow .3s,margin .3s
}
.csslider>.arrows label:hover {
  box-shadow:inset 5px -5px 0 2px #a5a5a5;
  margin:0
}
.csslider>.arrows label:before {
  content:'';
  position:absolute;
  top:-100%;
  left:-100%;
  height:500%;
  width:500%
}
.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
.csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
  display:block;
  left:-50px;
  right:auto;
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg)
}
.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
  display:block;
  right:-30px;
  left:auto;
  -moz-transform:rotate(225deg);
  -ms-transform:rotate(225deg);
  -o-transform:rotate(225deg);
  -webkit-transform:rotate(225deg);
  transform:rotate(225deg)
}
* {
  margin:0;
  padding:0
}
ul {
  padding-left:40px
}
#slider1 {
  margin:20px;
  font-family:'Lato'
}
#slider1>input:nth-of-type(3):checked~ul #bg {
  width:80%;
  padding:22px;
  -moz-transition:.5s .5s;
  -o-transition:.5s .5s;
  -webkit-transition:.5s .5s;
  transition:.5s .5s
}
#slider1>input:nth-of-type(3):checked~ul #bg div {
  -moz-transform:translate(0);
  -ms-transform:translate(0);
  -o-transform:translate(0);
  -webkit-transform:translate(0);
  transform:translate(0);
  -moz-transition:.5s .9s;
  -o-transition:.5s .9s;
  -webkit-transition:.5s .9s;
  transition:.5s .9s
}






section.video{
	position: relative;
	padding-top: 100px;
}
@media (max-width: 768px){
	section.video{
/* 		padding-top: 100px; */
	}
}
.video-flex-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
section.video iframe{
}
section.video .btn-watch{
	color: #000;
	background-color: #333;
	padding: 10px 35px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
    font-size: 16px;
    letter-spacing: 2px;
	font-weight: 700;
}

/* SECTION MUSIC -----------------------------------------
------------------------------------------------------- */
.music-background {
	padding-top:10%;
	padding-bottom:5%;
	background-color:var(--cobalt);
	background-image: url("inc/img/bluetextureBG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position:top center;
	min-height:100vh;
}

@media only screen and (max-width: 810px) {
	.music-background {
/*
		background-image: url("inc/img/musicBG-mbl.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment:fixed;
		background-position:32% 0;
*/
	}
}

.full-music-wrapper {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	width:80%;
	margin:0 auto;
/* 	background: rgba(0,0,0,.5); */
	padding: 30px 0 0 0;
}

@media only screen and (max-width: 810px) {
	.full-music-wrapper {
		grid-template-columns:1fr 1fr;
		width:90%;
		margin-top:50px;

	}
}

.full-music-wrapper img {
	margin-bottom:30px;
}

.tilt {
	position:relative;
}


/* SECTION UPDATES -----------------------------------------
------------------------------------------------------- */

.updates h2 {
	text-align:center;
	padding-bottom:0px;
	font-weight:500;
}

select.form-control:not([size]):not([multiple]) {
    height: 46px;
    color: #555 !important;
}
input[type="text"], input[type="hidden"], input[type="email"]{
	font-size: 16px;
	padding-top: 1px;
}
.styled-select select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
section.updates{
	position: relative;
	padding: 0;
	margin-top:50px;
}
section.updates#email{
	margin-top: 15px;
}

@media (max-width: 768px){
	section.updates{

	}
}
section.updates .updates-signup{
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 20px 50px 0 50px;
	color: #333;
	text-align: center;
}
@media (max-width: 768px){
	section.updates .updates-signup{
		width: 100%;
	}
}

section.updates .updates-signup iframe {
	width:75%!important;
	min-height:100vh;
	overflow:visible;
}
section.updates .btn-signup{
	color: #333;
	background-color: #000;
	padding: 10px 35px;
	display: block;
	margin: 0 auto;
    font-size: 16px;
    letter-spacing: 2px;
	border: none;
}
section.updates .form-control{
  background-color: white;
  border: 1px solid black;
}
/* NEWSLETTER ------------------------------------------------
	------------------------------------------------------- */
.newsletter-hide{
	display: none;
}
.modal-body {
	background-color: ;
}
.modal-title{
  color:#333 !important ;
}
.modal-content {
	background-color: rgba(0,0,0, 0.45);
	padding: 15px;
	border: none;
}
label {
	color:#333 !important ;
}
#success, #failure, #duplicate {
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #FFF;
  padding: 15px;
  margin-top: 20px;
  color: wheat;
}
.messages, #nl-loader {
	display: none;
}
.form-control{
  display: block;
  width: 100%;
  padding-left: 30px;
  font-size: 0.9rem;
  line-height: 2.25;
  color: #000;
  background-color: gray;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  border: 3px solid #fff;
}
.form-control:focus {
    color: #000;
    background-color: #333;
    border-color: #333;
    outline: 0;
    box-shadow: none;
}
@media screen and (max-width: 736px) {
.mt-3-mbl {
	margin-top: 1rem;
}
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555 !important;
    font-size: 0.7rem !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555 !important;
    font-size: 0.7rem !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #44#5554 !important;
    font-size: 0.7rem !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #555 !important;
    font-size: 0.7rem !important;
   font-size: 0.7rem !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #555 !important;
    font-size: 0.7rem !important;
   font-size: 0.7rem !important; 
}

::placeholder { /* Most modern browsers support this now. */
    color:    #555 !important;
    font-size: 0.7rem !important;
   font-size: 0.7rem !important;
   position: absolute !important;
}
.clickable {
	cursor: pointer;	
}

.modal-content, 
.modal-dialog, 
.modal-body { 
  height: inherit; 
/*   min-height: 100%;  */
}
.modal { 
  min-height: 100%; 
}
@media screen and (max-width: 677px) {
	label {
		font-size: 0.75rem;
	}
}
/* FOOTER ------------------------------------------------
	------------------------------------------------------- */
footer{
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: block;
	padding-bottom: 1.5rem;
	padding-top: 50px;
	background:var(--cobalt);
	color:#fff;
}

footer p, .copyright, footer a {
	color:#fff;
}

footer a:hover {
	color:#000;
}
.footer-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px){
	footer{
	    padding: 50px 0;
	}
	.footer-container{
		flex-direction: column;
	    padding-top: 30px;
	}
	.newsletter-btn{
		margin-left: 0;
		margin-top: calc(25px - 12px);
	}
}
.fa-envelope {
	color: #29635a !important;
}

.close {
	color: #333;
	opacity: 1;
}
.close:hover {
	color: #333;
	outline: none;
}
.close:active {
	outline: none;
}


/* ==================CSS ANIMATE CUSTOM STYLES======================= */

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(1000%, 0, 0);
    transform: translate3d(1000%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(1000%, 0, 0);
    transform: translate3d(1000%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight1 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .1s;
}
.slideInRight2 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .2s;
}
.slideInRight3 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .3s;
}
.slideInRight4 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .4s;
}
.slideInRight5 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .5s;
}
.slideInRight6 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .6s;
}
.slideInRight7 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .7s;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  transition-timing-function: ease-in-out;
  animation-duration: .8s;
  top: 0;

}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
  }
}

.slideOutRight1 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;

}
.slideOutRight2 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
   animation-delay: .2s;
}
.slideOutRight3 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
  animation-delay: .3s;
}
.slideOutRight4 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
  animation-delay: .4s;
}
.slideOutRight5 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
  animation-delay: .5s;
}


@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft-fire {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft-fire {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
    animation-duration: 1.3s;
  right: 50px!important;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
    transition-timing-function: ease-in-out;
  animation-duration: 1.6s;

}
.slideInLeft-fire {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
    transition-timing-function: ease-out;
  animation-duration: 1s;
}


@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}



/********* NEWSLETTER MODAL POPUP ********/

.btn-primary[disabled]:hover {
    background-color: #403f3f!important;
    border-color: #4d5357!important;
}
.modal-backdrop {
    z-index: 104000000;
   }
.modal-backdrop.show {
    opacity: .9;
}
.modal {
	    z-index: 105000000;
	}
.modal-content {
	background-color:#ffffff;
	min-height:95vh;
}

.modal-header .close, .close {
	color:#000!important;
	font-size:3.5em;
	opacity:1!important;
	border-bottom:none!important;
	padding: 1rem 1rem;
	margin: -3rem 0rem -1rem auto;
}

.modal-header {
		border-bottom: 0px!important;
    position: absolute!important;
    width: 100%!important;
}
.modal-dialog {
	height:80vh;
}

.modal-body {
	height:90vh;
	min-height:650px;
}

.nl-logo {
	width:350px;
	margin:20px auto;
	display:block;
}
.modal iframe {
 height:80vh;
 width:100%;
 border:0px;
}
button.close {
    z-index: 999999999;
}
