/*
==================================================================
Theme Name: Sanfercai
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================

Yellow
color: #ebb304;

Green
color: #009d5f;

Purple
color: #8b3088;

*/


/* General */

html, body {
	font-family: 'Raleway', sans-serif;
}

body {
	width: 100%;
	padding: 50px 50px 0 50px;
	float: left;
}

.popping {
	overflow: hidden;
}

p {
	width: 100%;
	margin: 0 0 30px 0;
	font-size: 22px;
	line-height: 32px;
	text-align: justify;
	hyphens: auto;
	color: #666;
	float: left;
}

* > p:last-child {
	margin-bottom: 0;
}

a {
	color: #000;
	transition: all 280ms ease;
	text-decoration: none;
}

.sep {
	width: 100%;
	margin: 25px 0;
	text-align: center;
	float: left;
}

.sep.noma {
	margin: 0;
}

.sep svg {
	width: 35px;
	display: inline-block;
}


/* Header */

#header {
	width: calc(100vw - 100px);
	height: 200px;
	max-width: 1920px;
	transform: translateX(-50%);
	justify-content: center;
	align-items: center;
	display: flex;
	border-top: 50px solid #fff;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0ms ease 280ms;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 10;
}

#header.fixed {
	height: 250px;
	transition: opacity 0ms ease 0ms;
	border-bottom: 50px solid transparent;
	opacity: 1;
}

#header.fixed.border {
	border-bottom: 50px solid #fff;
	box-shadow: -1000px 0 0 0 #fff, 1000px 0 0 #fff;
}

#header .logo {
	width: 80px;
	opacity: 0;
	transform: scale(0.9);
	transition: all 280ms ease;
	float: left;
	position: relative;
	z-index: 3;
}

#header .logo svg {
	float: left;
}

#header.fixed .logo {
	opacity: 1;
	transform: scale(1);
}

#header::after {
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#header span {
	width: 100%;
	height: calc(100vh - 100px);
	filter: brightness(200%);
	position: absolute;
	top: 0;
	left: 0;
}

#header span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}


/* Intro */

#intro {
	width: calc(100vw - 100px);
	height: calc(100vh - 100px);
	max-width: 1920px;
	padding-bottom: 50px;
	transform: translateX(-50%);
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	position: fixed;
	top: 50px;
	left: 50%;
}

#intro::after {
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#intro > span {
	width: 100%;
	height: 100%;
	filter: brightness(200%);
	position: absolute;
	top: 0;
	left: 0;
}

#intro > span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

#intro .content {
	text-align: center;
	opacity: 1;
	position: relative;
	z-index: 3;
}

#intro #logo {
	width: 150px;
	display: inline-block;
}

#intro #logo svg {
	float: left;
}

#intro h1 {
	width: 100%;
	margin: 50px 0 0 0;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	float: left;
}

#intro .dates {
	width: 100%;
	opacity: 1;
	color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 10;
}

#intro .dates .event-date {
	margin-right: 50px;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	transition: all 280ms ease;
	cursor: pointer;
	float: left;
}

#intro .dates .event-date:hover {
	transform: translateY(-10px);
}

#intro .dates .event-date .event-day {
	width: 100%;
	font-size: 34px;
	display: block;
}

#intro .dates .event-date .event-month {
	width: 100%;
	clear: both;
	text-transform: uppercase;
	display: block;
}

#intro .dates .event-date .event-time {
	width: 100%;
	font-weight: 400;
	display: none;
}


/* Main */

#main {
	width: 100%;
	margin-top: 150px;
	background-color: #fff;
	box-shadow: -1000px 0 0 0 #fff, 1000px 0 0 #fff;
	transition: all 280ms ease;
	float: left;
	position: relative;
	z-index: 3;
}

.home #main {
	padding-top: 50px;
	margin-top: 100vh;
}

#events {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

#events .event {
	width: 100%;
	padding: 30px 30px 30px 60px;
	margin-bottom: 20px;
	background-color: rgba(240, 240, 240, 0.85);
	border-bottom: 3px solid #eaeaea;
	justify-content: space-between;
	align-items: center;
	display: flex;
	float: left;
	position: relative;
}

#events .event:last-child {
	margin-bottom: 0;
}

#events .event h3, #events .event h4 {
	margin: 0;
}

#events .event .event-date {
	margin-right: 50px;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	float: left;
}

#events .event .event-date .event-day {
	width: 100%;
	font-size: 34px;
	display: block;
}

#events .event .event-date .event-month {
	width: 100%;
	clear: both;
	text-transform: uppercase;
	display: block;
}

#events .event .event-date .event-time {
	width: 100%;
	font-weight: 400;
	display: block;
}

#events .event .event-data {
	transform: translateY(-50%);
	position: absolute;
	left: 180px;
	top: 50%;
}

#events .event .event-venue {
	margin-right: 100px;
	float: left;
}

#events .event .event-venue, #events .event .event-title {
	font-weight: 500;
	float: left;
}

#events .event .event-title {
	margin-top: 10px;
}

#events .event .event-venue span, #events .event .event-title span {
	display: block;
	clear: both;
}

#events .event .event-title span {
	font-style: italic;
}

#events .event .event-venue .city {
	font-size: 24px;
	margin-bottom: 5px;
}

#events .event .event-actions {
	height: 100px;
	float: right;
}

#events .event .event-actions.info {
	width: 130px;
}

#events .event .event-actions.tickets {
	width: 170px;
}

#events .event .event-actions.info.tickets {
	width: 310px;
}

#events .event .event-actions a {
	height: 100px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	transition: all 280ms ease;
	justify-content: center;
	align-items: center;
	display: flex;
	overflow: hidden;
	position: relative;
	float: left;
}

#events .event .event-actions a:hover {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15), 0 3px 2px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
	color: #fff !important;
}

#events .event .event-actions a:active {
	transition: all 120ms ease;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.15);
	transform: translateY(2px);
	color: #fff !important;
}

#events .event .event-actions .event-info {
	width: 130px;
	background-color: #ccc;
	float: left;
}

#events .event .event-actions .event-tickets {
	width: 170px;
	float: right;
}


/* Popups */

.popping > *:not(.popup) {

	
	/* filter: grayscale(100%); */

}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	opacity: 0;
	pointer-events: none;
	transition: all 720ms ease;
	justify-content: center;
	align-items: center;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
}

.popup.active {
	opacity: 1;
	pointer-events: all;
}

.popup > div:not(.close) {
	width: 50%;
	max-height: calc(100% - 180px);
	border: 50px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 20px solid #fff;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	transition: all 560ms ease;
	transition-delay: 120ms;
	opacity: 0;
	flex-direction: column;
	display: flex;
	transform: scale(1.1);
	float: left;
}

.popup.active .wrapper {
	transform: scale(1);
	opacity: 1;
}

.green .popup > div:not(.close) {
	box-shadow: 0 5px 0 0 #009d5f;
}

.yellow .popup > div:not(.close) {
	box-shadow: 0 5px 0 0 #ebb304;
}

.purple .popup > div:not(.close) {
	box-shadow: 0 5px 0 0 #8b3088;
}

.popup .close {
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all 560ms ease;
	opacity: 0;
	transform: translateX(-50%) translateY(calc(-100% - 20px));
	transition-delay: 720ms;
	position: fixed;
	top: -40px;
	right: -25px;
}

.popup.active .close {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.popup .close::before, .popup .close::after {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
	transition: all .28s ease;
	position: absolute;
	top: 50%;
	left: 0;
}

.popup .close::before {
	transform: rotate(45deg);
}

.popup .close::after {
	transform: rotate(-45deg);
}

.green .popup .close:hover::after, .green .popup .close:hover::before {
	background-color: #009d5f;
}

.yellow .popup .close:hover::after, .yellow .popup .close:hover::before {
	background-color: #ebb304;
}

.purple .popup .close:hover::after, .purple .popup .close:hover::before {
	background-color: #8b3088;
}

.popup > div p {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	float: left;
}

.popup > div .content {
	width: 100%;
	height: 100%;
	padding-right: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
}

.popup > div .content .scroll {
	width: 100%;
	float: left;
}

.popup .event-actions {
	width: 100%;
	padding-top: 20px;
	padding-right: 40px;
	background-color: #fff;
	float: left;
	position: sticky;
	bottom: 0;
}

.popup .event-actions a {
	width: 140px;
	height: 60px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	transition: all 280ms ease;
	justify-content: center;
	align-items: center;
	display: flex;
	overflow: hidden;
	position: relative;
	float: right;
}

.popup .event-actions a:hover {
	color: #fff !important;
}

/* .
popup .event-actions a:hover {

box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15), 0 3px 2px rgba(0,0,0,0.15);
transform: translateY(-5px);
color: #fff !important;
}
.popup .event-actions a:active {
transition: all 120ms ease;
box-shadow: inset 0 0 0 rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.15);
transform: translateY(2px);
color: #fff !important;
} */
#content {
	width: 60%;
	margin-top: 150px;
	background-color: rgba(255, 255, 255, 0.75);
	transform: translateX(-50%);
	float: left;
	position: relative;
	left: 50%;
}

#content h2 {
	width: 100%;
	margin: 0;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	position: relative;
}

#editions {
	width: 100%;
	margin-top: 150px;
	float: left;
	position: relative;
	z-index: 3;
}

#editions h3 {
	width: 100%;
	margin: 0;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	position: relative;
}

#editions .slider-nav {
	transform: translateX(-50%);
	float: left;
	position: relative;
	left: 50%;
}

#editions .slider-nav .marker {
	content: '';
	width: 0;
	height: 27px;
	background-color: #000;
	transition: all 280ms ease;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.green #editions .slider-nav .marker {
	background-color: #009d5f;
}

.yellow #editions .slider-nav .marker {
	background-color: #ebb304;
}

.purple #editions .slider-nav .marker {
	background-color: #8b3088;
}

#editions .slider-nav a {
	margin: 0 10px;
	font-size: 22px;
	font-weight: 500;
	transition: all 280ms ease;
	color: #999;
	float: left;
}

#editions .slider-nav a.active {
	color: #fff !important;
	pointer-events: none;
}

#editions .editions {
	width: 100%;
	margin-top: 35px;
	float: left;
}

#editions .editions a {
	width: 100%;
	height: 0;
	padding-bottom: 150%;
	font-size: 32px;
	font-weight: 900;
	overflow: hidden;
	background-color: #f5f5f5;
	color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	float: left;
}

#editions .editions a::after {
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.green #editions .editions a::after, .green #editions .editions a:hover {
	background-color: #009d5f;
	color: #fff !important;
}

.yellow #editions .editions a::after, .yellow #editions .editions a:hover {
	background-color: #ebb304;
	color: #fff !important;
}

.purple #editions .editions a::after, .purple #editions .editions a:hover {
	background-color: #8b3088;
	color: #fff !important;
}

#editions .editions a span {
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: all 280ms ease;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#editions .editions a:hover span:not(.background) {
	transform: translateY(-20px);
}

#editions .editions a span.background {
	overflow: hidden;
	filter: brightness(150%);
	z-index: 0;
}

#editions .editions a span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 280ms ease;
	float: left;
}

#editions .editions a:hover span.background img {
	transform: scale(1.1);
}

#editions .editions .owl-dots {
	width: 100%;
	text-align: center;
	float: left;
}

#editions .editions .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	margin-top: 20px;
	background-color: #eaeaea;
	display: inline-block;
}

.green #editions .editions .owl-dots .owl-dot.active {
	background-color: #009d5f;
}

.yellow #editions .editions .owl-dots .owl-dot.active {
	background-color: #ebb304;
}

.purple #editions .editions .owl-dots .owl-dot.active {
	background-color: #8b3088;
}


/* Regular content */

.regular #main {
	margin-top: 250px;
}

.regular #content {
	margin-top: 0;
}

.regular #content h1, .regular #content h2, .regular #content h3 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

.regular #content h1 {
	text-align: center;
	margin: 0;
	font-size: 36px;
}

.regular #content .content {
	width: 100%;
	margin-bottom: 120px;
	float: left;
}

.regular #content .wp-block-image {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}

.regular #content .wp-block-embed {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	float: left;
	position: relative;
}

.regular #content .wp-block-embed .wp-block-embed__wrapper, .regular #content .wp-block-embed iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.regular #content .wp-block-gallery {
	margin-bottom: 20px;
}

.regular #content .wp-block-gallery ul {
	margin-bottom: -16px;
}

.regular #links, .regular #links .links {
	width: 100%;
	float: left;
}

.regular #links h2 {
	width: 100%;
	margin-bottom: 0;
	float: left;
}

.regular #links h3 {
	width: calc((100% / 3) - (40px / 3));
	padding: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	border: 2px solid #eaeaea;
	font-size: 26px;
	float: left;
}

.regular #links h3:nth-child(3n+2) {
	margin: 0 20px;
}

.regular #links a {
	width: 100%;
	color: #666;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	float: left;
	position: relative;
}

.regular #links h3 a .src {
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	word-break: break-all;
	color: #ccc;
	clear: both;
	float: left;
}

.regular #links h3 a .icon {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: opacity 280ms ease;
	position: absolute;
	top: 0;
	left: 0;
}

.regular #links h3 a:hover .icon {
	opacity: 1;
}

.regular #links h3 a .icon i {
	transition: transform 280ms ease, color 0ms ease 0ms;
	transform: scale(0);
}

.regular #links h3 a:hover .icon i {
	transform: scale(1);
}

.regular #past {
	width: 60%;
	transform: translateX(-50%);
	float: left;
	position: relative;
	left: 50%;
}

.regular #past h2 {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	float: left;
}


/* End */

#end {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 100px;
	box-shadow: -1000px 0 0 0 #fff, 1000px 0 0 #fff;
	background-color: #fff;
	float: left;
	position: relative;
	z-index: 1;
}

#end .wrapper {
	width: 60%;
	transform: translateX(-50%);
	float: left;
	position: relative;
	left: 50%;
}

#end h2 {
	width: 100%;
	margin: 0 0 70px 0;
	font-size: 32px;
	font-weight: 400;
	float: left;
}

.green #end h2 {
	color: #009d5f;
}

.yellow #end h2 {
	color: #ebb304;
}

.purple #end h2 {
	color: #8b3088;
}

#end .contact-title {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #666;
	float: left;
}

#end nav {
	float: left;
}

#end nav#social {
	width: auto;
	float: right;
	position: relative;
	top: -2px;
}

#end nav#social a {
	margin-left: 20px;
	font-size: 32px;
	color: #ddd;
	align-items: center;
	display: flex;
	float: left;
}

#end nav#social a:first-child {
	margin-left: 0;
}

#end nav #menu-contacto {
	float: left;
}

#end nav #menu-contacto li {
	font-size: 24px;
	color: #666;
	float: left;
}

#end nav #menu-contacto li::after {
	content: '/';
	margin: 0 20px;
	float: left;
}

#end nav #menu-contacto li:last-child::after {
	display: none;
}

#end nav #menu-contacto li a {
	color: #666;
	float: left;
}

#contact > div .wpcf7 {
	width: 100%;
	height: 100%;
	padding-right: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
}

#contact > div .wpcf7 form {
	width: 100%;
	float: left;
}

#contact h3 {
	width: 100%;
	margin: 0;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	position: relative;
}

#contact .sep {
	margin: 0;
}

#contact .block {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

#contact .block.last {
	margin-bottom: 0;
	position: relative;
}

#contact .block > span {
	width: 50%;
	float: left;
	position: relative;
}

#contact .block > span:first-child {
	padding-right: 20px;
}

#contact .block > span:last-child {
	padding-left: 20px;
}

#contact .block.msg > span {
	width: 100%;
	padding: 0;
}

#contact .block input:not([type="checkbox"]):not([type="submit"]), #contact .block select, #contact .block textarea {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	border: 2px solid #eaeaea;
	border-radius: 0;
	color: #666;
	font-weight: 500;
	background-color: #fff;
	float: left;
}

#contact .block textarea {
	height: 75px;
	padding-top: 15px;
	resize: none;
}

#contact .block .select i {
	color: #ccc;
	pointer-events: none;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15px;
}

#contact .block select {
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#contact .block.policy .show {
	width: 100%;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	transition: color 280ms ease;
	float: left;
}

#contact .block.policy .show i {
	right: 5px;
}

.green #contact .block.policy .show:hover, .green #contact .block.policy .hide:hover {
	color: #009d5f;
}

.yellow #contact .block.policy .show:hover, .yellow #contact .block.policy .hide:hover {
	color: #ebb304;
}

.purple #contact .block.policy .show:hover, .purple #contact .block.policy .hide:hover {
	color: #8b3088;
}

#contact .block.policy .text .hide {
	transition: all 280ms ease;
	font-weight: 700;
	cursor: pointer;
}

#contact .block.policy .text {
	width: 100%;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	float: left;
	display: none;
}

#contact .block span.acceptance {
	width: calc(100% - 120px);
	padding-right: 0;
	padding-left: 0;
	transform: translateY(-50%);
	float: left;
	position: absolute;
	top: 50%;
}

#contact .block .acceptance span {
	width: 100%;
	margin: 0;
	float: left;
}

#contact .block .acceptance span .wpcf7-list-item-label {
	width: auto;
	color: #666;
	margin-top: 2px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: 600;
}

#contact .block .acceptance span .wpcf7-list-item-label a {
	color: #000000;
}

#contact .block .acceptance span .wpcf7-list-item-label a i {
	opacity: 0;
	font-size: 12px;
	transform: scale(0) translateY(-2px);
	transition: transform 280ms ease, opacity 280ms ease;
}

#contact .block .acceptance span .wpcf7-list-item-label a:hover i {
	transform: scale(1) translateY(-2px);
	opacity: 1;
}

#contact .block .acceptance input {
	opacity: 0;
	position: absolute;
	left: 0;
}

#contact .block .acceptance label {
	width: auto;
	cursor: pointer;
	float: left;
	position: relative;
}

#contact .block .acceptance label::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid black;
	float: left;
}

#contact .block .acceptance label::after {
	content: '';
	color: white;
	width: 14px;
	height: 14px;
	background-color: #000000;
	transform: scale(0);
	opacity: 0;
	transition: all 320ms ease;
	position: absolute;
	top: 3px;
	left: 3px;
}

#contact .block .acceptance label.checked::after {
	opacity: 1;
	transform: scale(1);
}

#contact .block .acceptance label input {
	cursor: pointer;
}

#contact input[type="submit"] {
	width: 120px;
	height: 50px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	transition: all 280ms ease;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	float: right;
}

#contact input[type="submit"]:not(:disabled):hover {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15), 0 3px 2px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
	color: #fff !important;
}

#contact input[type="submit"]:not(:disabled):active {
	transition: all 120ms ease;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.15);
	transform: translateY(2px);
	color: #fff !important;
}

.green #contact input[type="submit"] {
	background-color: #009d5f;
	border-color: #009d5f;
}

.yellow #contact input[type="submit"] {
	background-color: #ebb304;
	border-color: #ebb304;
}

.purple #contact input[type="submit"] {
	background-color: #8b3088;
	border-color: #8b3088;
}

#contact input[type="submit"]:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

#contact .block > span.wpcf7-spinner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	top: 0;
	left: 0;
}

#contact div.wpcf7-response-output {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: 600;
	float: left;
	border: 0;
    color: #4caf50;
}

#contact div.wpcf7-validation-errors {
	border: 0;
	border-top: 0px;
	position: relative;
}

#contact div.wpcf7-mail-sent-ok {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	color: #009688;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 560ms ease;
	position: absolute;
	top: 0;
	left: 0;
}

#contact div.wpcf7-mail-sent-ok.show {
	opacity: 1;
}

#contact span.wpcf7-not-valid-tip {
	color: #f44336;
	font-size: 20px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

#contact .block > span:first-child span.wpcf7-not-valid-tip {
	right: 32px;
}

#contact span.wpcf7-not-valid-tip::after {
	content: '\f06a';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


/* Footer */

#footer {
	width: 100vw;
	height: 80px;
	margin-left: -50px;
	border-top: 2px solid #eaeaea;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
	display: flex;
	float: left;
	position: relative;
	z-index: 3;
}

#footer .wrapper {
	width: 100%;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer nav {
	float: left;
}

#footer nav a {
	font-weight: 500;
	font-size: 14px;
	color: #666666;
}

#footer nav a::after {
	content: ' - ';
}

#footer nav a:last-child::after {
	display: none;
}

#footer #neobrand {
	width: auto;
	overflow: hidden;
	transition: all 280ms ease;
	float: right;
	position: relative;
	top: 2px;
	opacity: .4;
}

#footer #neobrand:hover {
	opacity: 1;
}

#footer #neobrand img {
	width: auto;
	height: 20px;
	float: left;
}


/* Misc */

.rellax {
	opacity: 0.3;
	position: absolute;
	z-index: 0;
}

#bubble {
	width: 270px;
	left: -50px;
	top: 10%;
	pointer-events: none;
}

#lines {
	width: 325px;
	right: -50px;
	top: 110%;
}

#cookie-notice.cookie-notice-hidden {
	display: none !important;
}

#cookie-notice, #cookie-notice .cookie-notice-container {
	height: 50px !important;
}

#cookie-notice .cn-button {
	font-size: 18px;
	font-weight: 700;
}

#cookie-notice #cn-notice-text a {
	font-weight: 500;
	text-decoration: underline;
}

.wpcf7-spinner {
    visibility: hidden !important;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px !important;
    height: 24px !important;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
}



/* Colors */

.green #header::after, .green #intro::after {
	background-color: #009d5f;
}

.green #header path.green, .green #intro path.green {
	fill: #000;
}

.yellow #header::after, .yellow #intro::after {
	background-color: #ebb304;
}

.yellow #header path.yellow, .yellow #intro path.yellow {
	fill: #000;
}

.purple #header::after, .purple #intro::after {
	background-color: #8b3088;
}

.purple #header path.purple, .purple #intro path.purple {
	fill: #000;
}

.green .event-tickets {
	background-color: #009d5f;
}

.yellow .event-tickets {
	background-color: #ebb304;
}

.purple .event-tickets {
	background-color: #8b3088;
}


/* Misc */

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}