/*!
Theme Name: Hangar
Theme URI: https://apn.works
Author: APN
Author URI: https://apn.works
Version: 1.0.0
*/
html{-webkit-text-size-adjust: 100%; height: 100%;}
body{font-family: 'Neue Regular'; letter-spacing: -0.04em; color: #4f4d6a; height: 100%; font-size: 20px; margin: 0; line-height: 1.15; transition: opacity .3s ease; font-weight: 400; overflow-x: hidden;}
/*body.fade-out{opacity: 0;}*/
* {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
h1, h2, h3, h4, h5, h6{font-family: 'Neue Regular'; margin:0; font-weight: 400; font-size: 20px;}
p{margin: 0;}
a {background-color: transparent; color: inherit; text-decoration: none;}
input{border: 0; padding: 0; font-family: 'Neue Regular'; font-size: 20px;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px white inset !important;}
.white-color input:-internal-autofill-selected {color: white!important;}
.white-color input:-webkit-autofill {-webkit-text-fill-color: white!important;}
.white-color input:-webkit-autofill, .white-color input:-webkit-autofill:hover, .white-color input:-webkit-autofill:focus, .white-color input:-webkit-autofill:active{color: white;}
.white-color input:-webkit-autofill, .white-color input:-webkit-autofill:hover, .white-color input:-webkit-autofill:focus, .white-color input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px #818181 inset !important;}
:focus {outline: -webkit-focus-ring-color auto 0px;}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration, #cv-add-file{-webkit-appearance: none;}
::-webkit-scrollbar{display: none; -webkit-appearance: none; width: 0!important;}
*:focus {outline: none;}
*::-moz-selection {background: transparent; color: #fff;}
*::selection {background: transparent; color: #fff;}
.medium{font-family: 'Neue Bold';}
.bold{font-family: 'Neue Medium';}
/*


COLORS


*/
.summer{background: #d6b9f7;}
.spring{background: #7269f7;}
.fall{background: #f8cd5e;}
.winter{background: #8d6276;}
/*


GENERAL


*/
header,
#header-fixed{
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	padding: 5px 12px 6px;
	width: calc(100% - 24px);
	color: #4f4d6a;
}
#header-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 24px);
	z-index: 10;
	pointer-events: none;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 24px);
	z-index: 9;
	transition: top .3s ease;
}
header.hidedat{
	top: -34px;
}
header.supersupershowdat,
header.supershowdat{
	top: 0!important;
}
#header-fixed a{
	pointer-events: auto;
}
header a.hidden,
#header-fixed a.hidden{
	opacity: 0;
	pointer-events: none;
}
#header-fixed a.purple,
header a.purple{
	color: #4f4d6a!important;
}
#header-fixed.backed{
	background: #fff;
}
/*


HOMEPAGE


*/
#intro{
	position: fixed;
	z-index: 100000000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #4f4d6a;
}
.intro-item{
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 20px;
	display: none;
}
#intro-electronic{
	left: 20px;
	transform: translateY(-50%);
}
#intro-music{
	left: 50%;
	transform: translate(-50%, -50%);
}
#intro-experience{
	right: 20px;
	transform: translateY(-50%);
}
.fullscreen-homepage{
	height: 100vh;
	width: 100%;
	background: #ebe9e0;
	position: relative;
}
#swiper-intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}
#swiper-intro .title {
	display: block;
	position: relative;
	font-size: 6vw;
	z-index: 12;
	text-align: center;
	line-height: .9;
	letter-spacing: -0.06em;
	line-height: .825;
	color: #191919;
}
#swiper-intro-pagination {
	text-align: center;
	margin-top: 40px;
}
#swiper-intro-pagination .swiper-pagination-bullet {
	margin: 0 10px !important;
}
#swiper-intro-navigation .swiper-button:after {
	font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 35px;
	transition: transform .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#swiper-intro-navigation .swiper-button-prev:after {
	content: "\ea60";
	margin-left: 20px;
}
#swiper-intro-navigation .swiper-button-next:after {
	content: "\ea6c";
	margin-right: 20px;
}
#swiper-intro-navigation .swiper-button-prev:hover:after {
	transform: translateX(-10px);
}
#swiper-intro-navigation .swiper-button-next:hover:after {
	transform: translateX(10px);
}
.intro-module{
	overflow: hidden;
}
.artist-permalink.noclick{
	pointer-events: none;
}
#fullscreen-logo{
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: inline-block;
	line-height: 0;
	width: 30%;
	min-width: 120px;
	height: 15vw;
	min-height: 40.56px;
	max-width: 375px;
}
#fullscreen-logo.fixed{
	position: absolute;
}
#fullscreen-logo.fullscreen-logo-news{
	width: 120px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	height: auto!important;
}
#fullscreen-logo svg{
	fill: #4f4d6a;
}
.fullscreen-circle{
	border-radius: 50%;
	position: absolute;
	bottom: -63vw;
	width: 85vw;
	height: 85vw;
	border: 2px dotted #4f4d6a;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.fullscreen-homepage.light-color header{
	color: #ebe9e0;
}
.light-color-main #fullscreen-logo svg{
	fill: #ebe9e0;
}
.light-color-main #fullscreen-logo.purple svg,
#fullscreen-logo.purple svg{
	fill: #4f4d6a;
}
.fullscreen-homepage.light-color .fullscreen-circle{
	border: 2px dotted #ebe9e0;
}
.fullscreen-homepage.light-color.intro-module .center-quote{
	color: #ebe9e0;
}
.fullscreen-homepage.light-color.intro-module .title{
	color: #ebe9e0 !important;
}
.fullscreen-homepage.light-color.intro-module .about-social-media-link{
	background: #ebe9e0;
	color: #4f4d6a;
}
.fullscreen-homepage.light-color.intro-module .about-social-media-link:hover{
	background: #4f4d6a;
	color: #ebe9e0;
}
#about-logo{
	position: sticky;
	bottom: 10px;
	margin: calc(100vh - 200px) 0 0 calc(50% - 60px);
	width: 120px;
	display: inline-block;
	line-height: 0;
	z-index: 3;
}
#about-logo svg{
	fill: #4f4d6a;
}
#news-logo{
	margin: 0 auto;
	width: 120px;
	display: block;
	line-height: 0;
}
#news-logo svg{
	fill: #4f4d6a;
}
#about-section-homepage .fullscreen-homepage:nth-child(2){
	/*margin-bottom: -24px;*/
}
.about-title,
.about-content{
	text-align: center;
}
.about-title{
	font-size: 6vw;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: #4f4d6a;
}
#news-title-empty{
	font-size: 6vw;
	position: relative;
	text-align: center;
	z-index: 2;
	color: #4f4d6a;
	line-height: .9;
	width: 55%;
	letter-spacing: -0.06em;
	line-height: .825;
}
.about-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 20px;
	width: calc(100% - 60px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #4f4d6a;
}
.about-body-text{
	max-width: 540px;
	margin: 0 auto;
}
.media-about{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.about-social-media-link{
	padding: 4px 0 5px;
	margin: 40px auto;
	width: 150px;
	/*border: 2px dotted #4f4d6a;*/
	border-radius: 40px;
	display: inline-block;
	background: #4f4d6a;
	color: #ebe9e0;
}
.featured-event-links{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.about-content .about-social-media-link:hover,
.featured-event-links .about-social-media-link:hover{
  background: #ebe9e0;
  color: #4f4d6a;
}
.featured-event-links .about-social-media-link{
	text-align: center;
}
.intro-module .center-quote{
	top: 50%;
}
.intro-module.news-intro .center-quote{
	top: calc(50%);
}
.news-intro{
	overflow: hidden;
}
.about-social-media-link-new{
	margin-right: 90px;
}
.about-social-media-link-new:last-child{
	margin-right: 0;
}
.about-social-media-link-new svg{
	width: 20px;
}
#current-event-section-homepage{
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.current-event-section-name{
	position: sticky;
	top: 0;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.current-event-section-name .bg-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 25, 25, .4);
}
.current-event-section-name .event-infos,
.current-event-section-name .event-title{
	color: #ebe9e0;
}
.current-event-section-name .about-social-media-link{
	background: #ebe9e0;
	color: #4f4d6a;
}
.current-event-section-name .about-social-media-link:hover{
	background: #4f4d6a;
	color: #ebe9e0;
}
.current-event-section-name .event-all-events {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #191919;
	text-align: left;
	padding: 40px 20px;
	box-sizing: border-box;
	font-size: 2.5em;
	letter-spacing: -0.06em;
    line-height: .825;
}
.current-event-section-name .event-all-events:after {
	content: '\ea6c';
	font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.current-event-line-up{
	position: relative;
}
.current-event-line-up .line-up{
	opacity: 1;
	pointer-events: auto;
	position: relative;
	height: auto;
	min-height: 100vh;
	top: auto;
	left: auto;
}
.current-lineup-index,
.current-edition-label-section{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
}
#current-event-section-homepage #back{
	top: auto!important;
	left: auto!important;
	bottom: 22px;
	right: 10px;
	line-height: .75;
}
.back-to-top{
	position: fixed;
	right: 12px;
	bottom: 10px;
	z-index: 3;
	display: inline-block;
	cursor: pointer;
	display: none;
	line-height: 1.15;
}
.back-to-homepage{
	position: fixed;
	bottom: 10px;
	left: 12px;
	z-index: 1;
	display: none;
	line-height: 1.15;
}
.back-to-homepage.fixed,
.back-to-top.fixed{
	position: absolute;
}
.about-body-text-big-new{
	font-size: 4.5vw;
	letter-spacing: -0.04em;
	max-width: 90%;
	line-height: .9;
	margin-bottom: 60px;
}
.fullscreen-homepage-about-second{
	text-align: center;
}
.fullscreen-homepage-about-second svg{
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
.fullscreen-homepage-about-second .about-social-media-link-new svg,
.fullscreen-homepage-about-second .about-social-media-link-new:nth-child(3) svg path{
	fill: #B5BDBF!important;
}
.fullscreen-homepage-about-second .about-social-media-link-new{
	display: inline-block;
	vertical-align: middle;
	margin: 20px 50px;
}
.contact-creates{
	font-family: 'Playfair Display';
	color: #B5BDBF;
	display: inline-block;
	width: fit-content;
	vertical-align: middle;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-creates span{
	font-family: 'Neue Bold';
	display: block;
}
.fullscreen-homepage-about-second .about-content{
	display: block;
}
/*


NEWS AND DEALS


*/
#news-content{
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 20px;
}
#news-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 12px;
	padding: 12px 12px 120px;
	row-gap: 48px;
}
.news{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#news-empty, #deals-empty {
	display: none;
	padding: 20px 12px;
}
#news-filter {
	list-style: none;
	margin: -5px;
	padding: 12px;
}
#news-filter li {
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #ffffff;
	margin: 5px;
	border-radius: 99em;
	transition: all .2s ease-in-out;
}
#news-filter li.active {
	background-color: #fff;
	color: #191919;
}
.media-news{
	width: 100%;
}
.news-link{
	padding: 4px 0 5px;
	margin: 40px 3px 0;
	width: 185px;
	text-align: center;
	/*border: 2px dotted #4f4d6a;*/
	background: #4f4d6a;
	color: #ebe9e0;
	border-radius: 40px;
	display: inline-block;
}
.news-link:hover{
  background: #ebe9e0;
  color: #4f4d6a;
}
.center-quote{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 6vw;
	z-index: 3;
	text-align: center;
	line-height: .9;
	width: 55%;
	letter-spacing: -0.06em;
	line-height: .825;
}
/*


FAQ


*/
#faq-banner {
	position: relative;
	width: 100%;
	height: 50vh;
}
#faq-banner .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 6vw;
    letter-spacing: -0.06em;
    line-height: .825;
	color: #191919;
}
#faq-container-main{
	line-height: 0;
	background: #ebe9e0;
	position: relative;
}
#faq-featured-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#faq-title{
	line-height: 1;
	width: 50%;
	display: inline-block;
	height: 100vh;
	max-height: 50vh;
	vertical-align: top;
	position: sticky;
	top: 0;
	transition: max-height .1s ease;
	margin-bottom: -50px;
}
#faq-title p{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	font-size: 6vw;
	letter-spacing: -0.06em;
	line-height: .825;
}
#faq-logo{
	position: sticky;
	bottom: -5px;
	left: calc(50% - 60px);
	z-index: 3;
}
#faq-logo svg{
	fill: #4f4d6a;
	width: 120px;
	padding-bottom: 10px;
}
.faq-section-content *::-moz-selection { /* Code for Firefox */
	color: #191919;
  }
.faq-section-content *::selection {
	color: #191919;
}
.faq-section-content a{
	text-decoration: underline;
	font-weight: bold;
}
.faq-section-content ul{
	margin: 10px 0;
}
.faq-question{
	cursor: pointer;
	display: block;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	font-family: 'Neue Medium';
}
.faq-title{
	margin: 30px 0 20px;
	font-size: 1.08em;
}
.faq-title:first-child{
	margin: 10px 0 20px;
}
.faq-answer{
	display: none;
}
#faq-container-main header{
	line-height: 1.3;
}
.faq-plus span{
	width: 11px;
	display: inline-block;
	text-align: center;
}
.faq-answer{
	padding: 4px 0 10px 15px;
}
#faq-container-main .back-to-homepage{
	display: block;
}
.faq-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.faq-section-title {
	padding: 40px;
}
.faq-section-title h2 {
	position: sticky;
	top: 50%;
	font-size: 4vw;
    letter-spacing: -0.06em;
    line-height: .825;
	margin-top: 40px;
	transform: translateY(-50%);
}
.faq-section-content {
	padding: 10px;
	background-color: #fff;
	color: #191919;
	line-height: 1;
}

.faq-sections .faq-section:not(:last-child) .faq-section-title {
	border-bottom: 1px dashed rgba(255, 255, 255, .3);
}
.faq-sections .faq-section:not(:last-child) .faq-section-content {
	border-bottom: 1px dashed rgba(25, 25, 25, .7);
}
.faq-sections .faq-section:last-child .faq-section-content {
	margin-bottom: -50px;
	padding-bottom: 80px;
}
/*


FOOTER


*/
#footer-top{
	line-height: 0;
}
#footer-featured-image{
	height: 50vh;
	width: 100%;
	object-fit: cover;
}
#subscribe-form{
	background: #4f4d6a;
	color: #ebe9e0;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	position: relative;
	padding: 5px 0;
	align-items: center;
	overflow: hidden;
}
#subscribe-result{
	position: absolute;
	top: 0;
	left: 0;
}
#newsletter-quote{
	font-size: 14px;
	text-align: center;
	width: 240px;
	height: fit-content;
	grid-column: 2;
}
.newsletter-email-field,
.newsletter-email-field::placeholder,
#newsletter-submit{
	color: #ebe9e0;
	background: transparent;
	font-size: 6vw;
	line-height: 1;
	letter-spacing: -0.06em;
}
.newsletter-email-field{
	padding-left: 8px;
	position: absolute;
	width: calc(100% - 62vw);
	height: 100%;
}
.newsletter-email-field.focused{
	width: calc(100% - 32vw);
	background: #4f4d6a;
}
#newsletter-submit{
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
}
#footer-bottom{
	background: #000;
}
#footer-sponsors{
	text-align: center;
	padding: 10px 0 30px;
	max-width: 1100px;
	margin: 0 auto;
	height: calc(50vh - 52px - 10px - 8.8vw);
}
.sponsor{
	max-width: 100px;
	max-height: 60px;
	margin: 10px 20px;
}
#footer-copy{
	font-size: 14px;
	color: #fff;
}
#footer-logo{
	width: 120px;
}
#footer-logo svg{
	fill: #fff;
}
#footer-copy{
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	align-items: flex-end;
	padding: 8px 16px 8px;
	font-family: 'Neue Medium';
}
#footer-rights a {
	display: none;
	padding-top: 4px;
    text-decoration: underline;
    font-size: .9em;
    opacity: 0.6;
}
#footer-rights,
#footer-social-media{
	margin-bottom: 7px;
}
#footer-social-media{
	text-align: right;
}
#footer-top{
	position: relative;
	text-align: center;
}
#footer-top a{
	padding: 4px 0 5px;
	margin: 25px auto 0;
	width: 185px;
	/*border: 2px dotted #4f4d6a;*/
	background: #4f4d6a;
	color: #ebe9e0;
	border-radius: 40px;
	display: block;
	font-size: 20px;
	letter-spacing: -0.04em;
	line-height: 1.15;
}
#footer-top a:hover{
  background: #ebe9e0;
  color: #4f4d6a;
}
#footer-top .center-quote{
	top: calc(50% + 25px);
}
.footer-social-media-label{
	margin-right: 10px;
	display: inline-block;
	vertical-align: bottom;
}
.footer-social-media-link-new{
	display: inline-block;
	line-height: 0;
	margin-left: 8px;
}
.footer-social-media-link-new svg{
	height: 16px;
}
.footer-social-media-link-new svg,
.footer-social-media-link-new path{
	fill: #fff!important;
}
/*


404


*/
#main-404{
	width: 100%;
	height: 100%;
	background: #ebe9e0;
}
#main-404 p{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 6vw;
	line-height: .9;
	text-align: center;
}
/*


CONTACTO


*/
#contact-header{
	position: relative;
	line-height: 0;
}
.center-quote span{
	font-size: 20px;
	display: block;
	line-height: 1.3;
}
.wpforms-form{
	padding-top: 5px;
}
.wpforms-field-label{
	display: none;
}
.wpforms-field-medium{
	padding: 0 0 5px;
	margin: 5px 12px 12px;
	display: inline-block;
	resize: none;
	color: #4f4d6a;
	text-align: left;
	font-family: 'Neue Bold';
	font-size: 20px;
	width: calc(100% - 24px);
	border: 0;
	background: transparent!important;
}
.wpforms-field-medium::placeholder{
	color: #4f4d6a;
	text-align: left;
	font-family: 'Neue Bold';
	font-size: 20px;
}
#wpforms-71-field_3{
	height: calc(50vh - 250px);
}
#contact-form-container{
	min-height: 50vh;
}
#wpforms-submit-71{
	background: transparent;
	border: 0 dotted #4f4d6a;
	background: #4f4d6a;
	color: #ebe9e0;
	padding: 4px 0 5px;
	border-radius: 20px;
	width: 13vw;
	font-size: 20px;
	font-family: 'Neue Bold';
	margin: 0 12px 0 auto;
	float: right;
	cursor: pointer;
}
#wpforms-submit-71:hover{
	background: #ebe9e0;
  color: #4f4d6a;
}
#full-contact-form-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: -57px;
}
#contact-form-left{
	background: #ebe9e0;
	height: 50vh;
	position: relative;
}
#contact-form-left p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	text-align: center;
}
#contact-container-main .back-to-homepage{
	display: block;
}
/*


UPCOMING EVENTS


*/
#single-main-event-mobile .back-to-homepage{
	display: block;
}
#upcoming-events-main,
#single-main-event-mobile{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#swiper-events{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	text-align: center;
	color: #ebe9e0;
	overflow: hidden;
}
#swiper-events .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#swiper-events .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 25, 25, .4);
}
#swiper-pagination{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 12px;
	width: fit-content;
}
.swiper-pagination-bullet{
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: 2px dotted #ebe9e0;
	margin-bottom: 20px;
}
.swiper-pagination-bullet:last-child{
	margin-bottom: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ebe9e0;
}
.event-title{
	font-size: 6vw;
	line-height: .9;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	transform: translate(-50%, -50%);
	letter-spacing: -0.06em;
	line-height: .825;
}
.event-infos{
	position: absolute;
	bottom: 20%;
	left: 50%;
	width: calc(100% - 40px);
	transform: translateX(-50%);
}
.event-links{
	position: absolute;
	top: calc(50% + 6vw);
	left: 50%;
	width: calc(100% - 40px);
	display: flex;
	justify-content: space-between;
	transform: translate(-50%, -50%);
	z-index: 3;
	max-width: 800px;
}
#swiper-events .about-social-media-link{
	/*border: 2px dotted #ebe9e0;*/
	background: #ebe9e0;
	color: #4f4d6a;
}
#swiper-events .about-social-media-link:hover{
  background: #4f4d6a;
  color: #ebe9e0;
}
#upcoming-logo{
	position: fixed;
	width: 120px;
	bottom: 5px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
#upcoming-logo svg{
	fill: #ebe9e0;
}
#swiper-index{
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	color: #4f4d6a;
	z-index: 2;
}
#line-ups-container{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	text-align: center;
	color: #4f4d6a;
}
#lineup-index{
	position: absolute;
	top: 50px;
	right: 50%;
	transform: translateX(50%);
	pointer-events: none;
	color: #4f4d6a;
}
.artists{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 6vw;
	line-height: .9;
	padding: 100px 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.06em;
	text-align: center;
}
.line-up{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	transition: opacity .3s ease;
}
#single-main-event-mobile .line-up,
.line-up.active{
	pointer-events: auto;
	opacity: 1;
}
.artists li:last-child a span{
	display: none;
}
#back{
	font-size: 6vw;
	line-height: .9;
	position: fixed;
	z-index: 10000000000;
	color: #ebe9e0;
	top: 0;
	left: 0;
	transform: translateY(1vw);
	display: none;
	cursor: pointer;
}
.artist-inner-bio,
.artist-inner-social-media{
	font-size: 20px;
	line-height: 1.3;
}
.artist-inner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	color: #ebe9e0;
}
.artist-inner.active{
	pointer-events: auto;
	opacity: 1;
}
.artist-inner-image{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	object-fit: cover;
	width: 100%;
}
.artist-inner-ig{
	position: absolute;
	top: 5px;
	left: 12px;
}
.artist-inner-buy-tickets{
	position: absolute;
	top: 5px;
	right: 12px;
}
.artist-inner-name{
	font-size: 6vw;
	line-height: .9;
	margin-top: 30px;
	height: 5.5vw;
	margin-left: 10px;
}
.artist-inner-bio{
	margin-left: 12px;
	width: 50%;
}
.artist-inner-timeline{
	position: absolute;
	top: calc(5.5vw + 30px);
	right: 12px;
	text-align: right;
}
.artist-inner-social-media{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: calc(50% + 8px);
	right: 12px;
	text-align: right;
}
#upcoming-events-main .back-to-homepage{
	position: absolute;
	bottom: 10px;
	left: 12px;
	z-index: 1;
	display: block;
}
.soundcloud-embed-container{
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-100%);
	left: 12px;
	width: 50%;
	max-width: 500px;
}
.soundcloud-embed-container iframe{
	height: 100px;
}
.soundcloud-embed-container div{
	display: none;
}
@media only screen and (min-width: 1250px) {
.fullscreen-circle{
	height: 1066.5px;
	width: 1066.5px;
	bottom: -790.465px;
}
#fullscreen-logo{
	height: 188px;
}
}
/*





MOBILE





*/
#menu-mobile,
#menu-trigger-mobile,
#news-title-mobile,
#footer-rights br,
#faq-mobile{
	display: none;
}
.event-title{
	pointer-events: none;
}
@media only screen and (max-width: 900px) {
body,
h1, h2, h3, h4, h5, h6,
input,
header,
#header-fixed,
.about-content,
#news-content,
#footer-top a,
.center-quote span,
.wpforms-field-medium,
.wpforms-field-medium::placeholder,
#wpforms-submit-71,
.artist-inner-bio,
.artist-inner-social-media,
.intro-item,
.newsletter-email-field,
.newsletter-email-field::placeholder,
#newsletter-submit,
#newsletter-quote{
	font-size: 16px;
}
.about-title,
.center-quote,
#faq-title p,
#main-404 p,
.event-title,
.artists,
#back,
.artist-inner-name,
#news-title-mobile,
#faq-mobile,
#news-title-empty{
	font-size: 10vw;
}
.fullscreen-homepage-about-second .about-content{
	display: grid;
	grid-template-columns: 1fr;
}
.contact-creates{
	margin: 20px auto;
}
.contact-creates:nth-child(2){
	grid-column: 1;
	grid-row: 1;
}
.fullscreen-homepage-about-second .about-social-media-link-new:nth-child(4){
	grid-column: 1;
	grid-row: 2;
}
.fullscreen-homepage-about-second .about-social-media-link-new{
	margin: 50px;
}
.fullscreen-homepage-about-second .about-social-media-link-new svg{
	transform: translateX(4px);
}
.about-body-text-big-new{
	font-size: 8vw;
}
.about-title{
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	padding: 60px 0;
}
.about-content{
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	margin: 0 auto;
}
.fullscreen-homepage-about-second{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
#header-fixed a{
	display: none;
}
#header-fixed a:first-child,
#header-fixed a:last-child{
	display: block;
}
.about-social-media{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 225px;
	margin: 0 auto;
	row-gap: 30px;
}
#about-section-homepage .fullscreen-homepage:first-child .about-social-media-link-new{
	margin: 0 auto!important;
	width: fit-content;
}
header{
	display: none!important;
}
.event-links,
.featured-event-links{
	top: 60%;
}
#menu-trigger-mobile{
	display: block;
	position: fixed;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000000;
}
#menu-trigger-mobile.light-color-menu{
	color: #ebe9e0;
}
#menu-trigger-mobile.light-color-menu.purple{
	color: #4f4d6a;
}
#menu-mobile{
	display: block;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	padding: 44px 0 10px;
	transform: translateY(-100%);
	transition: transform .3s ease;
}
#menu-mobile.light-color-menu{
	background: #4f4d6a;
	color: #ebe9e0;
}
#menu-mobile.light-color-menu.purple{
	background: #ebe9e0;
	color: #4f4d6a;
}
#menu-mobile.active{
	transform: translateY(0);
}
#menu-mobile a{
	display: block;
	margin-bottom: 20px;
}
.about-content{
	min-height: 0;
}
.about-social-media{
	margin-top: 40px;
}
.fullscreen-homepage-about-second .about-social-media-link{
	margin-bottom: 0;
}
.fullscreen-circle{
	bottom: -100vw;
	width: 124.5vw;
	height: 124.5vw;
	display: none;
}
#fullscreen-circle-mobile{
	position: fixed;
	bottom: -100vw;
	width: 124.5vw;
	height: 124.5vw;
	border-radius: 50%;
	border: 2px dotted #4f4d6a;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	pointer-events: none;
}
.light-color-main #fullscreen-circle-mobile{
	border: 2px dotted #ebe9e0;
}
.light-color-main #fullscreen-circle-mobile.purple{
	border: 2px dotted #4f4d6a;
}
#fullscreen-circle-mobile.fixed{
	position: absolute;
}
#fullscreen-logo{
	width: 110px!important;
	min-width: 110px!important;
	height: auto!important;
	bottom: 18px;
}
.back-to-top{
	display: none!important;
}
#current-event-section-homepage{
	grid-template-columns: 1fr;
}
.current-event-section-name{
	position: relative;
	top: auto;
	height: auto;
}
.current-event-section-name .current-edition-label-section{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin: 50px auto;
}
.current-event-section-name .event-title{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin: 50px 20px 0;
}
.current-event-section-name .event-links{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin: 0 20px;
}
.current-event-section-name .event-links .about-social-media-link{
	margin-top: 0;
}
.current-event-section-name .event-infos{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin: 0 20px;
	bottom: auto;
}
.current-event-section-name .event-all-events {
	position: relative;
	font-size: 2em;
	margin-top: 40px;
}
.current-event-line-up .line-up,
.current-event-line-up .artists{
	min-height: 0;
}
.center-quote{
	width: calc(100% - 50px);
}
#news-grid{
	grid-template-columns: 1fr 1fr;
}
#news-title-mobile{
	display: block;
	text-align: center;
}
.sponsor{
	max-width: 80px;
	max-height: 50px;
}
#footer-sponsors{
	height: auto;
}
#newsletter-quote{
	text-align: left;
}
.newsletter-email-field,
.newsletter-email-field.focused{
	position: relative;
	width: calc(100% - 120px);
}
#subscribe-form{
	display: block;
	color: #fff;
}
.newsletter-email-field,
.newsletter-email-field::placeholder,
#newsletter-submit{
	font-family: 'Neue Bold';
}
#newsletter-quote,
.newsletter-email-field{
	padding-left: 12px;
}
#newsletter-quote{
	width: calc(100% - 24px);
	padding-bottom: 20px;
}
#newsletter-submit{
	float: right;
}
#subscribe-form{
	padding: 8px 0;
}
#footer-logo{
	display: none;
}
#footer-copy{
	grid-template-columns: 1fr 1fr;
}
.footer-social-media-label{
	margin-right: 0;
}
#faq-title{
	display: none;
}
.faq-section-content{
	padding: 9px 12px 80px;
	width: calc(100% - 24px);
}
#faq-mobile{
	display: block;
	position: absolute;
	z-index: 1;
	line-height: .9;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 25vh;
}
#contact-form-left{
	display: none;
}
#full-contact-form-container{
	grid-template-columns: 1fr;
}
#faq-logo{
	position: fixed;
	bottom: 18px;
	width: 110px;
	height: auto;
}
#faq-logo.fixed{
	position: absolute;
}
#faq-banner {
	height: 30vh;
	min-height: 200px;
}
#faq-banner .title {
	font-size: 10vw;
}
.faq-section-content{
	margin-bottom: 0;
}
.faq-section {
	grid-template-columns: 1fr;
}
.faq-section-title {
	padding: 20px 10px;
}
.faq-title {
	font-size: 1.2em;
}
.faq-question {
	font-size: 1.1em;
	line-height: 1.25em;
}
.faq-answer {
	font-size: 1.06em;
	line-height: 1.2em;
}
.faq-section-title h2 {
	position: static;
	margin: 0;
	transform: none;
	font-size: 8vw;
	line-height: 1;
}
.faq-sections .faq-section:last-child .faq-section-content {
	margin: 0;
}
.faq-sections .faq-section:not(:last-child) .faq-section-content {
	padding-bottom: 20px;
}
.back-to-homepage{
	display: none!important;
}
#wpforms-71-field_3{
	height: 40vh;
}
#contact-container-main{
	position: relative;
}
#full-contact-form-container{
	margin-bottom: 0;
	padding-bottom: 12px;
}
.wpforms-submit{
	margin-bottom: 100px!important;
}
#wpforms-submit-71{
	padding: 4px 20px 5px;
	width: auto;
}
main{
	overflow: hidden;
}
#upcoming-events-main{
	height: 100%!important;
}

#single-main-event-mobile{
	min-height: 100vh;
}
#single-main-event-mobile .line-up{
	position: relative;
	top: auto;
	left: auto;
	opacity: 1;
}
#single-main-event-mobile .artists{
	min-height: 0;
	padding-bottom: 40vw;
	padding-top: 0;
}
#grid-mobile-event{
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	margin: 48px 12px 12px;
}
.title-event-mobile{
	text-align: right;
}
#line-ups-container{
	display: none;
}
#swiper-events{
	width: 100%;
}
.event-title{
	pointer-events: auto;
}
.event-links{
	pointer-events: none;
}
.event-links a{
	pointer-events: auto;
}
.newsletter-email-field, .newsletter-email-field::placeholder, #newsletter-submit{
	color: #fff;
}
/* #swiper-slide-inner-page-single{
	display: none;
} */
#single-main-event-mobile{
	position: relative;
	top: auto;
	left: auto;
	height: auto;
}
#single-main-event-mobile #line-ups-container{
	display: block;
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	height: auto;
}
#single-main-event-mobile #swiper-index,
#single-main-event-mobile #lineup-index{
	display: none;
}
.swiper-events-single {
	position: static !important;
}
.swiper-events-single .swiper-slide {
	padding: 30px 20px;
	box-sizing: border-box;
}
.swiper-events-single .bg-overlay {
	z-index: 0;
}
#single-main-event-mobile .event-title,
#single-main-event-mobile .event-infos,
#single-main-event-mobile .event-links {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	transform: none;
}
#single-main-event-mobile #line-ups-container {
	padding: 30px 20px;
	box-sizing: border-box;
}
}

@media only screen and (max-width: 600px) {
	#swiper-intro .title {
		font-size: 12vw;
	}
	#swiper-intro .featured-event-links {
		position: static;
		transform: none;
	}
	#swiper-intro .featured-event-links a {
		margin: 20px auto;
	}
	#swiper-intro-navigation {
		display: none;
	}
	#swiper-intro-pagination {
		margin-top: 20px;
	}
	#news-filter {
		margin: 10px 0;
		text-align: center;
	}
	#news-empty, #deals-empty {
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
#news-grid{
	grid-template-columns: 1fr;
}
#footer-rights br{
	display: block;
}
}
@media only screen and (min-width: 900px) {
#fullscreen-circle-mobile{
	display: none!important;
}
#single-main-event-mobile #fullscreen-logo{
	width: 120px;
	height: auto!important;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
}
#grid-mobile-event{
	display: none;
}
}















/* END */
