body{
	font-family: "CentaurMTPro-Bold";
	font-family: "CentaurMTPro-Regular";
	color:#DCC48C;
	background:black;
	text-transform:uppercase;
}
a{
	color:#DCC48C;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover{
	color:#fff;
}
header {
    display: table;
    width: 100%;
    font-size:11px;
    letter-spacing:2px;
    padding-bottom:10px;
}
#preloaderShape{
	width: 100%;
    height: 100%;
}
nav.socials{
	float:left;
	position: relative;
	top:-3px;
}
header div.left{
	float:left;
	padding-top:40px;
	margin-left:20px;
}

header div.right{
	float:right;
	padding-top:40px;
	margin-right:20px;
}
header div.middle{
	margin:auto;
	width:75px;
	padding-top:20px;
}
header h1{
	width:75px;
	height:75px;
	background-image:url('../gfx/f+tm.png');
	background-size:75px;
	margin-bottom:10px;
}
.headerNavItem{
	width:auto;
	margin-left:30px;
	margin-right:30px;
	display:inline-block;
	text-align: center;
	position: relative;
}
*{
	outline:none!important;
}
footer a{
	position: relative;
}
.headerNavItem:before, footer a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
a.headerNavItem:hover:before, footer a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}


#container{
	display:flex;
	flex-direction: column;
	width:100%;
	min-height:100vh;

}
section{
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer{
	width:100%;
	font-size:8px;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	letter-spacing:2px;
}
.carousel__button svg{
	stroke:#DCC48C!important;
}
#cards{
	display: block;
    width: calc(100% - 20px);
    max-width: 1300px;
	margin:auto;
}
#cards li{
	display:block;
	padding-top:23.6%;
	width:20%;
	float:left;
	position: relative;
	transform: scale(0.90);
	transition: all, 0.3s;
	opacity:0;
}
#cards li.move{
	transform: scale(0.90);
	transition: all 0.3s;
}
#cards li.move:hover{
	transform: scale(0.95);
	transition: all, 0.3s;
}
#cards li span{
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url('../gfx/card0.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:23px;
}
#mobile{
	display:none;
}
#preloader{
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:black;
	z-index:9999;
}
#preloaderInner{
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:black;
	background-size:125px;
	background-repeat:no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	display:none;
	justify-content: center;
}
#newsletter{
	display:none;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	min-height:100vh;
	background:rgba(0,0,0,0.9);
	z-index:2;
	overflow: auto;
}
#newsletterInner{
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
#close{
	position: absolute; 
	top:15px;
	right:15px;
	transform: rotate(0deg);
	transition: transform 0.3s;
}
#close:hover{
	transform: rotate(90deg);
}


.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{
	transform: rotate(0deg);
	transition: transform 0.3s;
}
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close:hover{
transform: rotate(90deg);
}
.carousel__button svg{
	stroke-width: 1px!important;
}



#formHolder{
	margin:auto;
    padding-top: 30px;
}

.ae-cform-social-link{
	width: 48%;
	background-color: #dbc38b!important;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11px;
}
.ae-cform-social-link i.socicon, .ae-cform-social-link i.mdi, .ae-cform-social-link i.fa, .ae-cform-social-link i.fab, .ae-cform-social-link i.fas{
	background-color: transparent;
	color: black;
	letter-spacing:2px;
}
.ae-cform-modal-container hr, .ae-cform-container hr{
	margin-top: 0px;
    opacity: 0;
    margin-bottom: 4px;
}
.ae-cform-title {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 2px;
}
.ae-cform-social-link:hover{
	color:black!important;
}
.ae-cform-optin label span{
	 margin-left: 10px;
    font-size: 82%;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
    display: inline-block;
}
#ac-cform-optin-1-1_optin-similar-artists input,
#ac-cform-optin-checkbox-1-2{
	float:left;
}
.ae-cform-optin label span{
	margin-left: 10px;
    font-size: 82%;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 130%;
    display: inline-block;
    width: calc(100% - 30px);
}
#terms, #sms-terms{
    overflow: auto;
    display: block;
    margin: 0 auto;
    font-size: 9px;
    padding: 0px 0 12px;
    text-align: center;
    text-transform: none;
    line-height: 110%;
}
.ae-optin-holder{
	margin-bottom:10px;
}
.ae-cform-item label div, #ae-cform-reg-item-mobilephone-1 label span{
	text-align: center;
    padding-bottom: 4px;
    color: #dbc38b!important;
    display:block;
    letter-spacing: 1px;
}
#ae-cform-reg-item-mobilephone-1 label span{
	margin-bottom: 2px;
}
.ae-cform-item span{
	color: #dbc38b!important;
}
div.cform-required-field.ae-cform-item{
	text-align: center;
    letter-spacing: 1px;
    font-size: 10px;
}
div.ae-cform-email-container{
	width: 90%;
    margin: auto;
    max-width: 400px;
}
.ae-cform-item label {
    display: inline-block;
    width: 100%;
    position: relative;
}
.ae-cform-item input[type="submit"]{
	background: none;
    background-color: #dbc38b;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    border: 0px!important;
    border-radius: 3px;
    width: 120px;
    margin: auto;
    display: block;
}
.ae-cform-item input[type="submit"]:hover{
	border: 0px;
    background: none;
    background-color: #dbc38b;
    color: black;
}

.ae-cform-item input[type="text"]:focus, .ae-cform-item input[type="email"]:focus, .ae-cform-item input[type="password"]:focus, .ae-cform-item input[type="tel"]:focus{
	border:0px!important;
}
.ae-cform-item{
	position: relative;
    margin: 0px;
    margin-bottom: 9px;
}

.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"], .ae-cform-item input[type="tel"]{
	border: 0px;
    border-radius: 3px;
}
.ae-cform-item ul.parsley-errors-list li{
	text-align: center;
    padding-top: 4px;
    font-size: 9px;
}
.iti input:hover, .iti input[type=tel]:hover, .iti input[type=text]:hover,
.ae-cform-item input[type="text"]:hover, .ae-cform-item input[type="email"]:hover, .ae-cform-item input[type="password"]:hover,
.ae-cform-item input[type="text"].parsley-error, .ae-cform-item input[type="email"].parsley-error, .ae-cform-item input[type="password"].parsley-error{
	    border: 0px solid #dd4b39;
}

#cards li i{
    position: fixed;
    top: -10px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    opacity:0;
    transition: all 0.3s;
}

#cards li:hover i{
    position: fixed;
    top: -14px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    opacity:1;
}

.items{
	height: 80%;
    display: block;
    position: relative;
    background-image:url('../gfx/preloader.jpg');
    background-size:auto 60%;
    background-repeat:no-repeat;
    background-position: center;
}
.items .item{
	float: left;
    width: 50%;
    height: 50%;
	display:none;
}
.item1{
	background-image:url('../gfx/1.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
    left: 0px;
    top: 0px;
}
.item2{
	background-image:url('../gfx/2.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
    right: 0px;
    top: 0px;
}
.item3{
	background-image:url('../gfx/3.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0px;
    bottom: 0px;
}
.item4{
	background-image:url('../gfx/4.png');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0px;
    bottom: 0px;
}



@media (max-aspect-ratio: 1/1) {
	.items{
		height: auto!important;
		width: 80%!important;
	}
}

/*===================*/
/* SPLASH
/*===================*/
#splash {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	height: 100svh;
	height: 100dvh;
	background-color: black;
	background-image: url("/wp-content/uploads/2024/10/splash-background.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: grid;
	place-items: center;
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.5s;
	z-index: 9999999;
}

#splash.hide,
#splash.close {
	opacity: 0;
	pointer-events: none;
}

#splash .underline::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 1px;
	transition: width 0.3s;
}

#splash .underline:hover::after {
	width: 100%;
}

#splash #close-splash {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0px;
	font-size: 17px;
	font-family: "CentaurMTPro-Regular";
	background-color: transparent;
	border: none;
	color: #fdfaef;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 0.3s;
}

#splash #close-splash::after {
	background-color: #b81806;
}

#splash #close-splash:hover {
	color: #b81806;
}

#splash #content {
	height: min(80vh, 80vw);
	font-size: min(80vh, 80vw);
	aspect-ratio: 1;
	background-image: url("/wp-content/uploads/2024/10/frame.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: grid;
	place-items: center;
	padding: 0.08em 0.06em 0.03em;
}

#splash #content #symphony-of-lungs {
	width: 55%;
	height: auto;
}

#splash #content h1 {
	font-size: 0.0185em;
	color: #d1cdc2;
	letter-spacing: 0.2em;
	line-height: 1em;
}

#splash #content h1 span {
	font-size: 0.6em;
	letter-spacing: 0.1em;
}

#splash #content #lungs {
	width: 45%;
	height: auto;
	margin-bottom: 0.01em;
}

#splash #content #title {
	width: 45%;
	height: auto;
}

#splash #content #link-out {
	width: auto;
	height: auto;
	padding: 0.005em 0.006em;
	background-color: transparent;
	transition: background-color 0.3s;
}

#splash #content #link-out span {
	display: block;
	font-size: 0.02em;
	font-family: "CentaurMTPro-Regular";
	color: #fdfaef;
	text-align: center;
	line-height: 3em;
	width: 19em;
	height: 3em;
	background-image: url("/wp-content/uploads/2024/10/link-out-border.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: filter 0.3s;
}

#splash #content #link-out:hover {
	background-color: white;
}

#splash #content #link-out:hover span {
	filter: invert(1);
}

#splash #content #sign-up {
	position: relative;
	top: -1.5em;
	font-size: 0.02em;
	text-transform: uppercase;
	color: #fdfaef;
	line-height: 1.2em;
}

#splash #content #sign-up::after {
	background-color: #fdfaef;
}

@media(max-width: 500px) {
	#splash #content #symphony-of-lungs {
		width: 65%;
	}

	#splash #content #lungs {
		width: 50%;
		margin-bottom: 0px;
	}

	#splash #content #title {
		width: 50%;
		margin-bottom: 0px;
	}

	#splash #content #link-out span {
		font-size: 0.0225em;
	}

	#splash #content #sign-up {
		font-size: 0.025em;
	}
}

/*===================*/
/* Cookie Link
/*===================*/
#_evh-link {
	z-index: 9999998 !important;
}

/*===================*/
/* PULSE GROW
/*===================*/

@-webkit-keyframes pulse-grow-on-hover {
  10%, 90% {
    transform: translate3d(-0.5px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(0.5px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}
@keyframes pulse-grow-on-hover {
  0% { transform: rotate(0.5deg); }
  50% { transform: rotate(-0.5deg); }
  100% { transform: rotate(0.5deg); }
}
.pulse-grow-on-hover:hover span {
	animation: pulse-grow-on-hover 0.82s cubic-bezier(.36,.07,.19,.97) both;  	
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}



@media only screen and (max-width: 768px) {
 	#cards li{
		display: block;
    	padding-top: 39.9%;
    	width: 33.3%;
	}
}

@media only screen and (max-width: 650px) {
 	a.headerNavItem, header div.right{
 		display:none;
 	}
 	header div.left{
 		width:100%;
 		margin:0px;
 		padding-top:10px;
 		text-align:center;
 	}
 	nav.socials{
 		float:none;
 		top:0px;
 	}
 	header div.middle{
 		clear:both;
 		padding-top:8px;
 	}
 	header nav.socials a{
 		font-size:13px;
 	}
	#mobile{
		display: block;
	    width: 100%;
	    text-align: center;
	    padding-top: 10px;
	    clear: both;
	}
	#mobile a{
		display:inline-block;
		margin-left:8px;
		margin-right:8px;
	}
	@media only screen and (max-width: 500px) {
		#cards li {
		    display: block;
		    padding-top: 121%;
		    width: 100%;
		}
	}
	@supports (-webkit-touch-callout: none) {
        #container{
          height: -webkit-fill-available;
          overflow: hidden;
        }
        #newsletter{
        	height: -webkit-fill-available;
          overflow: hidden;
        }
        body{
        	height: -webkit-fill-available;
        	min-height:-webkit-fill-available;
          	overflow: hidden;
        }
      }
}
