/*
Theme Name: Manofim Theme
Author: Formanta Studio
Author URI: https://formantastudio.com/
Version: 1.0.0
Text Domain: manofim-theme
*/

@font-face{
	font-family: 'Fedra';
	font-weight: 400; /*(book)*/
	font-style: normal;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-Book.woff2) format('woff2')
}
@font-face{
	font-family: 'Fedra';
	font-weight: 400; /*(book)*/
	font-style: italic;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-BookItalic.woff2) format('woff2')
}
@font-face{
	font-family: 'Fedra';
	font-weight: 500; /*(demi)*/
	font-style: normal;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-Demi.woff2) format('woff2')
}
@font-face{
	font-family: 'Fedra';
	font-weight: 500; /*(demi)*/
	font-style: italic;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-DemiItalic.woff2) format('woff2')
}
@font-face{
	font-family: 'Fedra';
	font-weight: 600; /*(Medium)*/
	font-style: normal;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-Medium.woff2) format('woff2')
}
@font-face{
	font-family: 'Fedra';
	font-weight: 600; /*(Medium)*/
	font-style: italic;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-MediumItalic.woff2) format('woff2')
}
@font-face{
	font-family: 'Fedra';
	font-weight: 700; /*(Bold)*/
	font-style: normal;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-Bold.woff2) format('woff2')
}
@font-face{
	font-family: 'Fedra';
	font-weight: 700; /*(Bold)*/
	font-style: italic;
	src: url(../../../../../../themes/manofim-theme/inc/fonts/FedraSerifH+L-BoldItalic.woff2) format('woff2')
}


:root {
	--white: #fff;
	--lightbg: #F2F2F2;
	--light: #F7F3C8;
	--black: #170F21;
	--accent: #1751E5;
	--lightaccent: #E2EBFF;

	--font-size-reg: 18px;
	--font-mobile-small: 15px;
}


/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */

body,
button,
input,
select,
textarea {
	color: var(--black);
	font-family: Fedra, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background-color: white !important;
	-webkit-box-shadow: 0 0 0 34px white inset !important;
}
textarea:focus, input:focus{
    outline: none;
}
body {
	background: var(--lightbg);
}
.icon {
	display: inline-block;
	vertical-align: text-bottom;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
div {
	box-sizing: border-box;
	position: relative;
}
button {
	cursor: pointer;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
a {
	color: #1751E5;
	text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
a:focus {
	outline: 1px solid #ababab;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height:1;
	margin: 0 0 40px;
}
ul,
ol {
	padding:0;
	margin:0;
}
ul.nostyle,
ol.nostyle {
	list-style: none;
}
::selection {
	background: var(--accent);
	color: var(--lightbg);
	text-shadow: none;
}
::-moz-selection {
	background: var(--accent);
	color: var(--lightbg);
	text-shadow: none;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
} 
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 100px;
	width: auto;
	z-index: 100000;
}
#sloc {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 140px;
	left: 0;
}

/**
 * Typography
 * -----------------------------------------------------------------------------
 */
h1 {
	font-size: 80px;
	font-style: italic;
	font-weight: 400;
}
h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
}
h3 {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
}
h4 {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
}
h5 {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
}
p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}
p:not(:last-child) {
	margin: 0 0 20px;
}
strong {
	font-weight:700;
}
#exhibition_events li {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

/**
 * contact form
 * -----------------------------------------------------------------------------
 */
::-webkit-input-placeholder {
	color: var(--black);
	opacity:1; 
}
:-moz-placeholder { 
	color: var(--black);  
	opacity:1; 
}
::-moz-placeholder {  
	color: var(--black);  
	opacity:1;   
}
:-ms-input-placeholder {  
	color: var(--black);
	opacity:1;   
}
#mc-embedded-subscribe, #form-submit-button, .wpcf7-form-control-wrap input, #mc-embedded-subscribe-form input[type=email] {
	-webkit-appearance: none !important;
	-webkit-border-radius: 0 !important;
}
#hp-contact {
	flex-wrap: nowrap;
	margin-top: -1px;
} 
#hp-contact #newsletter,
#hp-contact #contact-form {
	padding: 108px 82px;
	flex: 1;
	width: 50%;
	border-top: 1px solid var(--black);
} 
.dark #newsletter,
.dark #contact-form {
	border-top: none;
} 
#hp-contact .spacer {
	max-width: 670px;
	width: 100%;
}
#hp-contact #newsletter .spacer {
	margin-left: 0;
	margin-right: auto;
	height: 100%;
}
.wpcf7-form .form_row {
	display: flex;
	border-top: 1px solid var(--black);
	margin-top: 50px;
}
.wpcf7-form .form_row.second {
	align-items: flex-end;
	justify-content: space-between;
}
.wpcf7-form .form_row > div {
	width: 33%;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	color:var(--black);
	border: none;
	border-right: 1px solid var(--black);
	padding: 7px 10px;
}
.rtl .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-email {
	text-align: right;
}
.wpcf7-form .form_row > div.textarea-wrp {
    width: calc(100% - 220px);
	border-bottom: 1px solid var(--black);
}
.wpcf7-form .form_row > div.submit-wrp, #form-submit-button  {
    width:200px;
	height: 48px;
}
.wpcf7-form-control-wrap textarea {
	border-right: none;
	padding: 7px 10px;
	line-height: 23.25px;
	border-right: 1px solid var(--black);
	display: block;
	resize: none;
}
#form-submit-button {
    border: none;
    border-left: 2px solid  var(--black);
    border-bottom: 2px solid  var(--black);
    background-color: transparent;
    color:  var(--black);
    cursor: pointer;
    position: relative;
}
.dark #form-submit-button:hover {
	background-color:  var(--light);
	color: var(--black);
}
.wpcf7-form .submit-wrp::after, 
.wpcf7-form .submit-wrp::before {
	content: '';
	position: absolute;
	background-color:  var(--black);
	transition: all 0.5s ease-out;
}
.dark .wpcf7-form .submit-wrp::after, 
.dark .wpcf7-form .submit-wrp::before {
	background-color:  var(--light);
}
.wpcf7-form .submit-wrp::after {
	width: 88%;
	height: 2px;
	top: -1px;
	left: 0;
}
.wpcf7-form .submit-wrp::before {
	height: 26px;
	width: 2px;
	bottom: 0;
	right: -1px;
}
.wpcf7-form .submit-wrp:hover::after {
	width: 100%;
}
.wpcf7-form .submit-wrp:hover::before {
	height: 100%;
}
/*** 
	dark theme contact form 
	*/
.dark ::-webkit-input-placeholder {
	color: var(--light);
	opacity:1; 
}
.dark :-moz-placeholder { 
	color: var(--light);  
	opacity:1; 
}
.dark ::-moz-placeholder {  
	color: var(--light);  
	opacity:1;   
}
.dark :-ms-input-placeholder {  
	color: var(--light);
	opacity:1;   
}
.dark #contact-form .wpcf7-form .form_row,
.dark #contact-form .wpcf7-form-control-wrap input, 
.dark #contact-form .wpcf7-form-control-wrap select, 
.dark #contact-form .wpcf7-form-control-wrap textarea,
.dark #contact-form .wpcf7-form .form_row > div.textarea-wrp,
.dark #contact-form #form-submit-button  {
	border-color: var(--light);
}
.dark #contact-form .wpcf7-form-control-wrap input, 
.dark #contact-form .wpcf7-form-control-wrap select, 
.dark #contact-form .wpcf7-form-control-wrap textarea,
.dark #contact-form #form-submit-button {
	color:var(--light);
}
.dark #contact-form #form-submit-button:hover {
	background-color: transparent;
}
/* END dark theme contact form */


#mc_embed_shell, #mc_embed_signup {
	height: 100%;
}
#newsletter #mc-embedded-subscribe-form {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/**
 * page stracture
 * -----------------------------------------------------------------------------
 */
.container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
}
.container.nowrap {
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.padding-container {
	padding-right:48px;
	padding-left:48px;
}
.content-block {
	width: 864px;
	max-width: 100%;
	display: -webkit-flex;
    display: flex;
	flex-direction: column;
	margin: 0 auto;
}
#primary-content {
	width: 100%;
}
/**
 * page
 * -----------------------------------------------------------------------------
 */
#primary.single {
	padding: 180px 48px 100px;
}
#content-body .page-title {
	text-align: center;
	padding: 80px 0;
}
/**
 * event
 * -----------------------------------------------------------------------------
 */
.event-title {
	text-align: center;
	padding:0 0 100px;
}
.event-title > *:last-child {
	margin-bottom: 0;
}
.content-block .event-meta {
	padding:0 0 100px;
	text-align: center;
}
.event-meta span, .event-title .event_location {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}
.event-meta span:not(:last-child):after {
	content: '|';
	padding: 0 12px;
}
/*
.event-desc {
	border-bottom: var(--black) solid 1px;
	padding-bottom: 40px;
}
*/
.main-event-desc .main-event-desc-content > *:last-child {
	margin-bottom: 0;
}
.event-info-acc > div:first-child::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: var(--black) solid 1px;
	margin-top: 40px;
}
.event-template-single-event-multi .event-desc {
	border-bottom: none;
}
.event-info-tab {
	border-bottom: var(--black) solid 1px;
}
.main-event-desc .event-info-tab {
    border-bottom: none;
}
.event-info-tab-title {
	background-color: var(--lightbg);
	padding: 20px 0;
	align-items: center;
	cursor: pointer;
}
.event-info-tab-title h4 {
    margin: -5px 0 0;
}
.event-info-tab-title .icon {
    height: 32px;
    font-size: 30px;
	transition: all 0.35s ease-in;
}
.event-info-tab-title .icon.icon-minos {
	position: absolute;
	left: 0;
	color: #1751E5;
}
.event-info-tab-title .icon.icon-minos, .active .event-info-tab-title .icon.icon-Cross {
	visibility: hidden;
	opacity: 0;
}
.event-info-tab-title .icon.icon-Cross, .active .event-info-tab-title .icon.icon-minos {
	visibility: visible;
	opacity: 1;
}
.event-info-tab-block > div {
	padding: 28px 0 40px;
}
.event-info-tab-block ul li:not(:last-child) {
	margin: 0 0 36px;
}
.event-info-tab-block ul li h5 {
    margin: 0 0 12px;
    font-size: 18px;
	font-weight: 700;
}
.event_location {
	color: var(--accent);
}
.event_location .icon {
	font-size: 24px;
	vertical-align: middle;
}
/**
 * Teams and Credits lists
 * -----------------------------------------------------------------------------
 */
#team-list li:not(:last-child),
#about_project p:not(:last-child) {
    margin: 0 0 32px;
} 
 #team-list li,  #team-list li > p, #about_project p  {
    font-size: 18px;
	line-height: 1.5;
} 
#team-list li > p {
	margin: 0;
}
#team-list li h5, #about_project h5 {
    font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
}

/**
 * CTA
 * -----------------------------------------------------------------------------
 */
#sticky-cta:not(.free) {
	position:-webkit-sticky; position:sticky; top:80px;
} 
#sticky-cta {
    margin-bottom: -20px;
	text-align: left;
	height: 20px;
	padding-top: 20px;
}
#sticky-cta .cta-button {
	margin-left: 0;
    margin-right: auto;
}
.cta-button {
	display: block;
	text-align: center;
	font-size: var(--font-size-reg);
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	padding: 15px 45px;
	background-color: var(--lightbg);
	max-width: 200px;
	box-sizing: border-box;
	position: relative;
	border: var(--accent) solid 2px;
}
.cta-button .icon {
    background-color: var(--lightbg);
    position: absolute;
    bottom: -2px;
    left: -9.5px;
    height: 22px;
    width: 16px;
    padding: 6px 6px 0 0;
}
#sticky-cta .cta-button:hover .icon {
	-webkit-animation: mover 0.8s infinite  alternate;
    animation: mover 0.8s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}
.mobile-cta, .event-entrance-mobile {
	display: none;
}
.program-item .cta-button, .cta-default {
	width: 154px;
	padding: 15px;
	border-top-color: transparent;
	border-right-color: transparent;
	background-color: transparent;
}
.program-item .cta-button::after,
.program-item .cta-button::before,
.cta-default::after, .cta-default::before {
	content: '';
	display: block;
	background: var(--accent);
	position: absolute;
	transition: all 0.3s linear;
}
.program-item .cta-button::after, .cta-default::after {
	width: calc(100% - 16px);
	height: 2px;
	top: -2px;
	left: -2px;
}
.program-item .cta-button::before, .cta-default::before {
	height: calc(100% - 16px);
	width: 2px;
	right: -2px;
	bottom: -2px;
}
.program-item .cta-button:hover::after,
.cta-default:hover::after {
	width: calc(100% + 3px);
}
.program-item .cta-button:hover::before,
.cta-default:hover::before {
	height: calc(100% + 3px);
}
#sticky-cta > span {
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: var(--accent);
}
.event-banner {
    display: block;
    width: 152px;
    height: 152px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.event-banner > span {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    transform: rotate(-45deg);
    background: var(--lightbg);
    transform-origin: right center;
    text-align: center;
    width: 225px;
    padding: 8px 0;
    position: absolute;
    top: -36px;
    left: -80px;
	color:var(--black);
}
.event-last_tickets .event-banner > span {
	color:#DB1F18;
}
/**
 * single event
 * -----------------------------------------------------------------------------
 */
#primary.single-event-container {
	padding: 180px 48px 100px;
}
#event-hero-img {
	width: 100%;
	height: 618px;
	overflow: hidden;
}
#event-hero-img::after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0; left: 0;
	background: linear-gradient(1deg, rgba(0, 0, 0, 0.58) 6.2%, rgba(13, 13, 13, 0.49) 40.93%, rgba(42, 42, 42, 0.00) 95.38%);
	background: transparent;
	z-index: 5;
}

#event-hero-img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 1;
}
#event-hero-img.align-top img {
	top: 0;
	transform: translate(0, 0);
}
#event-hero-img.align-bottom img {
	top: auto;
	bottom: 0;
	transform: translate(0, 0);
}
.single-event.postid-219 #event-hero-img img {
	top: 0;
	transform: translate(0, 0);
}
#event-hero .credit {
	position: absolute;
	right: 0;
	bottom: -30px;
	font-size: 14px;
	line-height: 1;
}
.single-event-container #content-body {
	padding-top: 80px;
	padding-bottom: 0;
}
#event-tickets {
	min-height: 300px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 100px;
}
.multi_single_event_tickets {
	min-height: 200px;
	margin: 68px 0 0;
}
.multi_single_event .multi_single_event_tickets {
	padding-left: 100px;
}
#event-tickets iframe, .multi_single_event_tickets iframe {
	width: 100%;
    height: 300px;
    border: none;
}
#event-sponsorship {
	margin:0 auto 0;
}
#event-sponsorship > .container {
	flex-direction: column;
	max-width: 1222px;
	margin: 0 auto;
	gap: 44px;
}
#event-sponsorship h2 {
	text-align: center;
	margin: 0;
}
#logos  {
	gap: 80px;
}
#logos .logo-img {
	width:calc(25% - 60px);
	aspect-ratio: 1.5;
	justify-content: center;
	align-items: center;
}
#logos .logo-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
/**
 * single event - exhibition
 * -----------------------------------------------------------------------------
 */
.gallery-about p {
	margin: 40px 0;
} 
.gallery-about img {
	max-width: 180px;
}
.gallery-about a {
	direction: ltr;
	text-align: right;
} 
.gallery_contact span:not(:last-child)::after {
	content:'|';
	padding: 0 12px;
}

/**
 * single event - conference
 * -----------------------------------------------------------------------------
 */
#multi_dates_tabs {
	min-height: 106px;
	margin: 120px auto 0;
	/*max-width: 864px;*/
	-webkit-justify-content: center;
    justify-content: center;
}
#multi_events #multi_dates_tabs {
	margin-top: 80px;
}
.date_button {
	padding: 28px 20px;
	border-right: 1px solid var(--black);
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	background-color:var(--lightbg);
	cursor: pointer;
	transition: all 0.5s ease-out;
}
.date_button:last-child {
	border-left: 1px solid var(--black);
}
.date_button.active, .date_button:hover {
	background-color: var(--lightaccent);
}
.date_button span:first-child {
	font-size: 60px;
	font-style: italic;
	padding-left: 10px;
}
.date_button span:nth-child(2){
	white-space: nowrap;
}

/**
 * conference - table
 * -----------------------------------------------------------------------------
 */
#conference_events_blocks {
	border-top: 1px solid var(--black);
	/*
	overflow-x: hidden;
	overflow-y: clip;*/
} 
.conference_event {
	border: 1px solid var(--black);
	border-top: none;
	padding: 20px 120px 20px 20px;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0);
    transition: all 0.5s linear;
}
.conference_event.read_more_info_opt:hover {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}
.conference_event.open {
	padding: 20px 120px 20px 20px;
}

.single-event .conference_event.conference_event_multidays > .accordion_content {
	opacity: 0;
	transform: translate(-5px, 0);
	transition: all 0.6s linear;
}
.single-event .conference_event.conference_event_multidays.active-event-tab > .accordion_content {
	opacity: 1;
	transform: translate(0, 0);
}

.accordion_toggl {
	position: absolute;
	top: 60px;
	right: 36px;
	border: none;
	background: transparent;
	width: 48px;
	height: 48px;
	z-index: 50;
	padding: 0;
	transform-origin: 40% 40%;
	transition: all 0.35s ease;
}
.accordion_toggl.pressed {
	transform: rotate(-90deg) translate(-10px, 0);
}
.accordion_toggl {
	top: 60px;
}
.accordion_toggl .icon {
	width: 48px;
	height: 48px;
	color:var(--black);
}

.conference_event:not(.open) .event-artist {
	margin-bottom: 24px;
}
.conference_event .accordion_content_title > *:last-child {
	margin-bottom: 0;
}
.conference_event .block_content {
	padding-left: 104px;
	padding-top: 48px;
	padding-bottom: 48px;
	width: 55.4%;
	flex: 0 1 auto;
}
.conference_event .block_img {
	width: 44.6%;
	flex: 1 0 auto;
}
.block_img .block_img_holder, 
.multi_single_event .event-img .block_img_holder  {
    width: 308px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.333;
	margin: 0 auto 0 0;
}
.open .block_img .block_img_holder, 
.multi_single_event.open .event-img .block_img_holder {
	margin-bottom: 12px;
}
.block_img .block_img_holder img,
.multi_single_event .event-img .block_img_holder img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.sticky_img {
	position:sticky;
	top: 0;
}
.conference_event:not(.open) .block_img .sticky_img span,
.archive-item.daily-schedule-event:not(.open) .event-img span {
	opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.conference_event .block_img .sticky_img span,
.multi_single_event .event-img .sticky_img span,
.daily-schedule-event .event-img span,
.archive-item.daily-schedule-event .event-img span {
	font-size: 12px;
	display: block;
	text-align: left;
	margin: 12px 0 0;
	opacity: 1;
	transition: all 0.35s ease;
}
.archive-item.daily-schedule-event .event-img span,
.conference_event .block_img .sticky_img span {
	text-align: initial;
	transition: all 0.35s ease 0.5s;
}
.event-img.event-soldout .block_img_holder::after,
.program-item .item-img.event-soldout::after  {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	top: 0;
}
.conference_event .event-date, 
.conference_event .event-artist, 
.event-data .event-date, 
.event-data .event-areas,
.daily-schedule-event .event-artist  {
	font-size: 24px;
	font-style: normal;
	display: block;
	margin: 0 0 24px;
}
.daily-schedule-event .event-artist {margin-bottom: 0;}
.conference_event h4,
.event-data h4 {
	font-weight: 700;
	margin: 0 0 24px;
}
.conference_event p:not(.about) {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.6;
}
.conference_event .expand-text .spacer, 
.daily-schedule-event .expand-text .spacer {
	display: block;
	height: 48px;
}
.conference_event .expand-text p:first-child {
	margin-top: 0;
}
.conference_event p.about {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
/*.event-data p {
	margin: 48px 0 0;
}*/
.meetup {
	font-size: 16px;
	font-style: normal;
	color: var(--accent);
	margin-top: 64px;
	display: block;
}
.meetup .icon {
	font-size: 24px;
}

.expand-text .mini_sub_event {
	padding-top: 80px;
}
.expand-text .mini_sub_event .mini_sub_event_title {
	margin: 0 0 48px;
}
.expand-text .mini_sub_event .mini_sub_event_title :last-child {
	margin-bottom: 0;
}
.expand-text .mini_sub_event > *:last-child {
	margin-bottom: 0;
}


/**
 * multi - table
 * -----------------------------------------------------------------------------
 */
.events_onday_block {
	border-top: 1px solid var(--black);
	/*overflow: hidden;*/
}
.events_onday_block:not(.single_day) > div:not(.archive-item) > div {
	opacity: 0;
	transform: translate(-5px, 0);
	transition: all 0.6s linear;
}
.events_onday_block:not(.single_day).active-event-tab > div:not(.archive-item) > div {
	opacity: 1;
	transform: translate(0, 0);
}
.multi_single_event {
	border: 1px solid var(--black);
	border-top: none;
	padding: 20px 120px 20px 20px;
}
.multi_single_event .event-data {
	padding-left: 104px;
	width: 55.4%;
	flex: 0 1 auto;
	padding-top: 48px;
	padding-bottom: 48px;
}
.multi_single_event .event-data .meetup {
	margin: 64px 0;
}
.multi_single_event .event-img {
	width: 44.6%;
	flex: 1 0 auto;
}
.multi_single_event .event-img .block_img_holder {
	width: 100%;
}
.multi_single_event .event-img .extra_event_img {
	margin-top: 24px;
}
.multi_single_event .event-data-title {
	margin-bottom: 48px;
}

/**
 * schedule - table
 * -----------------------------------------------------------------------------
 */
.multi_single_event.daily-schedule-event {
    padding: 20px 116px 20px 20px;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0);
	transition: all 0.5s linear;
}
.multi_single_event.daily-schedule-event:hover {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}
.multi_single_event.daily-schedule-event .multi_single_event_details  {
	align-items: flex-start;
	align-items: stretch;
	min-height: 95px;
}
.multi_single_event.daily-schedule-event.open .multi_single_event_details  {
	align-items: flex-start;
	align-items: stretch;
}
.multi_single_event.daily-schedule-event .event-data {
    width: calc(100% - 200px);
    flex: auto;
	padding: 40px 0 40px 40px;
}
.multi_single_event.daily-schedule-event .event-img {
    width: 260px;
	max-width: 100%;
}
.multi_single_event.daily-schedule-event:not(.archive-item) .event-img {
    flex: auto;
}
.schedule-content-togg {cursor: pointer;}
.multi_single_event.daily-schedule-event .accordion_toggl {
    top: 52px;
}
/*
.multi_single_event.daily-schedule-event .accordion_toggl.pressed {
	top: 40px;
    transform: rotate(-90deg) translate(0, -50%);
}
*/
.daily-schedule-event .expand-text .tickets-cta-wrp {position: relative; margin-bottom: 0;}
.tickets-cta-wrp .cta-button { position: absolute; left: 0; bottom: 0; }
.daily-schedule-event .expand-text p.with_ticktes {   
	height: 52px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.multi_single_event.daily-schedule-event .event-data .visible-text a {
	color: var(--black);
}

.daily-schedule-event .visible-text {
	align-items: flex-start;
	gap: 100px;
}
.daily-schedule-event .visible-text .container {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.daily-schedule-event .event-tag {
	font-size: 18px;
	line-height: 1;
}
.daily-schedule-event .event-data .times-all {
    width: 155px;
    flex: 0 0 auto;
}
.daily-schedule-event .event-data .event-date {
	display: inline-block;
}
.daily-schedule-event .visible-text h4 {
	margin: 0 0 10px;
}
.daily-schedule-event .event-data p,
.daily-schedule-event .visible-text h4,
.daily-schedule-event .event-artist  {
	max-width: 750px;
}
@media only screen and (max-width: 1440px) {
	.daily-schedule-event .event-data p,
	.daily-schedule-event .visible-text h4,
	.daily-schedule-event .event-artist  {
		max-width: 520px;
	}
}
.daily-schedule-event .expand-text {
    padding-right: 176px;
}
.daily-schedule-event .expand-text p:first-child {
	margin-top: 0;
}
.daily-schedule-event .expand-text p {
	margin: 0 0 20px;
}
.daily-schedule-event .event-img .block_img_holder {
    width: 100%;
    aspect-ratio: 1.33;
}
.daily-schedule-event .event-img .block_img_holder.extra_img {
	display: none;
	margin-top: 24px;
}
.daily-schedule-event .event-img .block_img_holder.extra_img.extra_vid {
	aspect-ratio: auto;
}
.daily-schedule-event .event-img span {
	display: none;
	transition: all 0.5s ease 0.1s;
}
.daily-schedule-event p.event-sub-credits > span {
	display: block;
}
.daily-schedule-event .schedule_eventer {margin: 48px 0 0;}

#schedule-head h1 {
	margin: 50px auto 0;
	text-align: center;
}
#schedule-main #multi_dates_tabs {
    margin: 90px auto 0;
	/*-webkit-justify-content: flex-start;
    justify-content: flex-start;*/
}
#multi_dates_tabs .swiper-slide {
    height: 116px;
}
#days_slider_holder {
	max-width: 1360px;
	margin: 0 auto;
}
#days_slider .swiper-button-next, #days_slider .swiper-button-prev {
	color: var(--black);
	top: auto;
	height: 90px;
    bottom: 0;
	background-color:var(--lightbg);
}
#days_slider .swiper-button-next, #days_slider.swiper-rtl .swiper-button-prev {
    right: 0;
	left: auto;
	justify-content: flex-start;
}
#days_slider .swiper-button-prev, #days_slider.swiper-rtl .swiper-button-next {
    left: 0;
	right: auto;
	justify-content: flex-end;
}
#days_slider .swiper-button-next:after, #days_slider .swiper-button-prev:after {
	font-size: 26px;
}
@media only screen and (max-width: 1024px) {
	#days_slider {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media only screen and (max-width: 767px) {
	#days_slider .swiper-button-next, #days_slider .swiper-button-prev {
		width: 40px;
	}
	#days_slider .swiper-button-next, #days_slider.swiper-rtl .swiper-button-prev {
		justify-content: center;
	}
	#days_slider .swiper-button-prev, #days_slider.swiper-rtl .swiper-button-next {
		justify-content: center;
	}
	#days_slider .swiper-button-next:after, #days_slider .swiper-button-prev:after {
		font-size: 22px;
	}
}

/**
 * Program - top
 * -----------------------------------------------------------------------------
 */
#program-head {
	background-color: var(--black);
	background-image: var(--wpr-bg-a7da87db-f249-464d-861d-efa2b399e115);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0;
	z-index: 50;
}
#program-head .container {
	flex-direction: column;
    justify-content: flex-end;
    height: 516px;
	z-index: 50;
}
#program-head h1 {
	text-align: center;
	margin: 0 0 100px;
	color:var(--light);
}
#program-filter {
	min-height: 58px;
	transition: all 0.5s ease-in;
}
#program-filter.sticky-filter {
	top: 0;
	position: fixed;
    width: 100%;
}
#program-filter .filters_wrap {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row-reverse;
}
#program-filter .select_wrap{
	width:418px;height:auto;
	max-width: 33%;
}
#program-filter .select_box {
    padding: 20px 24px 20px 44px;
	border: 1px solid var(--black);
	border-bottom: none;
	background-color: var(--lightbg);
	width: 100%;
	cursor: pointer;
	display: flex;
	line-height: 1;
	font-size: 18px;
	flex-direction: row-reverse;
    justify-content: space-between;
}
#program-filter .select_wrap:nth-child(2) .select_box {
	border-width: 1px 0 0 0;
}
#program-filter.sticky-filter .select_box, #program-filter.sticky-filter .select_wrap:nth-child(2) .select_box {
	border-bottom: 1px solid var(--black);
}
#program-filter .select_box .icon {
	position: absolute;
    left: 20px;
	font-size: 16px;
	transition: all 0.35s;
}
#program-filter .select_box.pressed .icon {
	transform: rotate(180deg);
}
#program-filter .select_box .choose{
	color:var(--accent);
}
#program-filter .select_box .filter_name{
	font-weight: 700;
}



#program-filter .select_table {
	width:100%;
	height:auto;
	border: 1px solid var(--black);
	background-color:var(--lightbg);
	padding:24px 0;
	color:#000;  
	/*display:none;*/
	
	position: absolute;
	top: 100%;
	z-index: 105;
	left: 0;
	transition: transform 0.6s ease-out, opacity 0.35s ease-out;
	transform: translate(0 , 30px);
	opacity: 0;
	visibility: hidden;
}
#program-filter .select_table.select_open {
	transform: translate(0 , 0);
	opacity: 1;
	visibility: visible;
}

#program-filter .st_option {
	padding: 12px;
	font-size: 18px;
	line-height: 1;
	margin: 8px 12px;
	cursor: pointer;
	transition: all 0.35s;
	position: relative;
}
#program-filter .st_option::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
	border: 1px solid var(--black);
	background: transparent;
}
#program-filter .st_option:hover,
#program-filter .st_option.choosen {
	background: var(--lightaccent);
}
#program-filter .st_option.choosen::after {
	background: var(--wpr-bg-74364361-e928-4078-9a77-4f20776bd0c5) no-repeat;
	background-size: contain;
}

#fliter_back {
	position: fixed;
    bottom: -57px;
    right: 0;
    width: 100%;
    background-color: var(--black);
    z-index: 110;
    border-top: 1px solid var(--light);
	font-weight: 700;
}
#fliter_back a {
	display: block;
	height: 56px;
	box-sizing: border-box;
	padding: 20px 24px 20px 44px;
	color: var(--light);
}
#fliter_back a .icon {
    position: absolute;
    left: 20px;
    font-size: 16px;
	transform: rotate(180deg);
}
#fliter_back.bright {
    background-color: var(--lightbg);
    border-top: 1px solid var(--black);
}
#fliter_back.bright a {
	color: var(--black);
}
@media only screen and (min-width: 769px) {
	#fliter_back {display: none;}
}


/**
 * Program - table
 * -----------------------------------------------------------------------------
 */
#program-main {
	width: 100%;
	overflow: hidden;
	z-index: 10;
	background: var(--lightbg);
} 
#program-grid {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    padding-right: 1px;
    padding-bottom: 1px;
    width: calc(100% + 4px);
	margin-bottom: -1px;
}
#program-grid::before {
	content: '';
    display: block;
    height: 1px;
    width: calc(100% - 8px);
    position: absolute;
    top: 0;
    right: 4px;
    background: var(--black);
    z-index: 50;
}

/**
 * Program - event card
 * -----------------------------------------------------------------------------
 */
.program-item, .grid-gap {
	width: 25%;
	/*aspect-ratio: 1 / 1.3796;*/
	/*height: 596px;*/
	margin: -.5px;
}
.grid-gap {
	background-image: var(--wpr-bg-35fda8b0-e963-4dc5-be4a-c7f13dff5eb2);
	background-size: 100% 100%;
	border: 1px solid var(--black);
}
.program-item {
	border: 1px solid var(--black);
	padding: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	background:var(--lightbg);
	z-index: 10;
	transition: box-shadow 0.35s linear;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0);
}
.program-item:hover {
	z-index: 15;
	/*transform: scale(1.035);
	transform-origin: center center;*/
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
}
.program-item.double:not(.filtered-sb3):not(.filtered-sb2):not(.filtered-sb1) {
	width: calc(50% - 1px);
}
.program-item .item-img {
	width: 100%;
    padding-top: 71.35%;
	background-color: #ababab;
	overflow: hidden;
}
.program-item.double:not(.filtered-sb3):not(.filtered-sb2):not(.filtered-sb1) .item-img {
	padding-top: 33.980%;
}
.program-item .item-img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%) scale(1);
	transition: all 1s linear;
}
.program-item:hover .item-img img {
	transform: translate(0,-50%) scale(1.04);
}
.program-item .item-top a {
	color:var(--black);
}
.program-item h2 {
	margin: 28px 0 20px;
}
.program-item .item-info {
	min-height: 162px;
}
.program-item .item-bottom {
	min-height: 48px;
	margin-top: 44px;
}
.program-item .item-bottom .container {
	align-items: center;
}
.program-item .tickets {
	color: var(--accent);
	font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.program-item .dates > span,
.program-item .dates .icon {
	font-size: 24px;
}
.program-item .dates .icon {
	padding-left: 8px;
}
/**
 * Archive Page
 * -----------------------------------------------------------------------------
 */
.archive-template .cta-button {
	padding: 15px 25px;
}
.archive-template .event-info-acc > div:first-child::before {
	border-bottom: none;
	margin-top: 0;
}
.archive-template .event-info-tab:first-child {
	margin-bottom: 0;
}
.archive_list {
	gap: 40px;
	justify-content: space-between;
	align-items: flex-start;
}
.archive_list li {
	width: calc(25% - 30px);
} 
.archive_list li a {
	display: block;
}
.event-info-tab-block ul.archive_list li {
	margin: 0;
}
.event-info-tab-block ul.archive_list li h5 {
	margin: 20px 0 0;
	font-weight: 400;
}
.archive_list li a .thumb_img_holder {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
}
.archive_list li a .thumb_img_holder img {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.single-festival_archive .daily-schedule-event .expand-text {
    padding-right: 0;
}
.single-festival_archive .daily-schedule-event .expand-text .spacer {
	height: 80px;
	display: block;
}
.single-festival_archive .daily-schedule-event .expand-text p:first-child {
    margin-top: 0;
}
#archive-events .title-section h3 {
	text-align: center;
	width: 100%;
	margin: 120px 0 56px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.archive-template .embed-container {
    margin: 100px 0;
    aspect-ratio: 560 / 315;
}
.archive-template .event-info-acc .divider {
	display: block;
	height: 1px;
	width: 100%;
	background-color: var(--black);
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.event-info-tab-title.readmore span {
    color: var(--accent);
	font-size: 18px;
}
.archive-readmore .event-info-tab .event-info-tab-title.readmore span {
	transition: opacity 0.35s linear;
}
.archive-readmore .event-info-tab.active .event-info-tab-title.readmore span {
	opacity: 0;
}
/**
 * Archive Lobby
 * -----------------------------------------------------------------------------
 */
#archive-head {
    height: 370px;
    padding-top: 180px;
    text-align: center;
}
#lobby-archive {
	margin: 0 0 80px;
	margin: 0 0;
}
#lobby-archive .archive-year, #lobby-archive .gap {
	aspect-ratio: 1;
	width: 25%;
	padding: 20px;
	border: 1px solid var(--black);
	border-bottom: none;
	border-left: none;
	box-sizing: border-box;
}
#lobby-archive .gap {
	background-image: var(--wpr-bg-25997ced-7907-40c2-b037-51734d7596f3);
    background-size: 100% 100%;
	aspect-ratio: auto;
    padding: 0;
}
#lobby-archive ul {
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#lobby-archive ul li:nth-child(4n+1) {
	border-right: none;
}
#lobby-archive .archive-year a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#lobby-archive .archive-year a span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 40;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: var(--lightbg);
    width: 100%;
    text-align: center;
}
#lobby-archive .archive-year a .img-archive-cover {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
	max-width: none;
	filter: grayscale(100%);
	transition: all 0.5s ease-out;
}
#lobby-archive .archive-year:hover a .img-archive-cover {
	filter: grayscale(0%);
}

/**
 * About
 * -----------------------------------------------------------------------------
 */
#hero-swiper {z-index: 10;} 
#hero-swiper, 
#hero-swiper .swiper-slide, 
#event-hero-img.hero-slider-wrp {
	height: 648px;
} 
#hero-swiper .swiper-slide {
	position: relative;
}
#hero-swiper .swiper-slide .img-holder {
	height: calc(100% - 30px);
	overflow: hidden;
}
#event-hero #hero-swiper .swiper-slide .credit {
	bottom: 0;
}
#hero-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #D6D6D6;
}
#hero-swiper .swiper-pagination {
	bottom: 0;
}
.about-title h1 {
	margin-bottom: 0;
}
.section_title {
	margin-bottom: 48px;
}
.about-section > p a {
	color: var(--accent);
}
.divider1 {
	background: var(--wpr-bg-70090f79-4bd0-485d-b35a-9eae65288082);
	background-size: 100% 100%;
	width: 100%;
	height: 60px;
	margin: 60px 0;
}
.page-content .about-section:first-child .divider1 {
	margin-top: 0;
}
.about-section #event-sponsorship h2 {
	display: none;
}
.about-section #logos {
    gap: 40px;
}
.about-section-content .cta-button,
.about-section #logos {
	margin-top: 60px;
}
#about_project .section_title {
	margin-top: 48px;
}
#page-sticky-navbar {
	width: 242px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	padding-top: 80px;
}
#sticky-navbar {
    position: sticky;
    top: 140px;
}
#sticky-navbar ul .navbar_link {
	margin: 0 0 8px;
}
#sticky-navbar ul .navbar_link a {
	display: block;
	font-size: 24px;
	line-height: 1;
	color:#B3B3B3;
	border-right: 3px solid #B3B3B3;
	padding: 8px 22px;
}
#sticky-navbar ul .navbar_link a:hover, #sticky-navbar ul .navbar_link a.active {
	color:var(--black);
	border-color: var(--black);
}
#sticky-navbar ul .navbar_link a:focus {outline: none;}
@media only screen and (max-width: 1500px) {
	#about_nav { padding-right: 100px;}
}
@media only screen and (max-width: 1300px) {
	#about_nav { padding-right: 220px;}
}
@media only screen and (max-width: 1024px) {
	#page-sticky-navbar {width: 190px;}
	#sticky-navbar ul .navbar_link a {font-size: 18px;}
}
@media only screen and (max-width: 767px) {
	#page-sticky-navbar {display: none;}
	#about_nav {padding-right: 0;}
	.page-content .about-section .about-section-content, #about_project > div {padding-right: 25px; padding-left: 25px;}
}

/**
 * HOME
 * -----------------------------------------------------------------------------
 */
#primary.dark {
	background-color: var(--black);
	color: var(--light);
}  
#hp-hero {
	min-height: 100vh;
	background-color: var(--black);
	margin-top: 0;
}
#hp-hero::before, #program-head::before {
	content: '';
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	background: linear-gradient(0deg, rgba(23, 15, 33, 0.00) 0%, var(--black) 100%);
	z-index: 35;
}
#hp-top-hero {
	/*min-height: calc(100vh - 50px);*/
	height: calc(100vh - 50px);
	height: calc((var(--vh, 1vh) * 100) - 50px);
	background-color: var(--black);
	border-bottom: solid 2px var(--light);
	align-items: center;
	z-index: 30;
	overflow: hidden;
}
#hp-top-hero::after, #hp-top-hero::before {
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	height: 45vh;
	z-index: 10;
}
#hp-top-hero::after {
	background-image: var(--wpr-bg-9512d3bd-bbdc-4a02-9b4e-b27a8fa0fad1);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
	bottom: 0;
	right: 0;
	height: 30vh;
}
#hp-top-hero::before {
	background-image: var(--wpr-bg-5a3b57be-5103-4818-baea-931eb2779f63);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
	top: 0;
	left: 0;
}
#video-holder, #slider-holder {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#slider-holder {
	padding-top: 0;
    transform: translate(0, 0);
    top: 0;
    left: 0;
}
#video-holder iframe, #video-holder::after,
#video-holder video  {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#video-holder::after {
	content: '';
	display: block;
	z-index: 2;
	background-color: rgb(23 15 33 / 50%);
}
#hp-hero .logo-holder {
	width: 846px;
	max-width: 100%;
	padding: 140px 60px 100px;
	margin: 0 auto;
	z-index: 15;
}


#hp-hero #fes-dates {
	min-height: 100px;
    width: 727px;
    max-width: 96%;
    margin: -50px auto 0;
	z-index: 60;
}
#hp-content {
	background-color: var(--black);
	padding: 100px 60px 152px;
}
#hp-content .content-full-width {
	max-width: 1170px;
	margin: 0 auto;
	color: var(--light);
}
#intro_readmore.content-full-width {
	max-width: 864px;
}
#intro p {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}
#intro_readmore {
	padding-top: 46px;
}
#intro_readmore p {
	font-size: 18px;
}

#hp-content .readmore_toggl {
	display: block;
    margin: 40px auto 0;
	color:var(--light);
}
.readmore_toggl {
	border:none;
	font-size: 32px;
	height: 32px;
	width: 32px;
	padding: 0;
	cursor: pointer;
	background: transparent;
}
.readmore_toggl .icon {
	vertical-align: top;
	transition: all 0.35s ease-in;
}
.readmore_toggl.pressed .icon {
	transform: rotate(45deg);
}
.event-desc .readmore_wrp {	text-align: left;}
.event-desc .readmore_wrp #intro_readmore {	text-align: initial;}
.event-desc .readmore_wrp .readmore_toggl {font-size: 30px;}

#hp-events-holder {
	border-top: 1px solid var(--light);
	border-bottom: 1px solid var(--light);
}
#hp-events, .swiper-slide, .event-img-holder {
	height: 70vh;
}
#hero-slider-holder-wrp .swiper-slide, #hero-slider-holder-wrp {
	height: 100vh;
}
.event-img-holder {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--light);
	background-position: center;
	background-size: cover;
}
.event-img-holder a::after {
	content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(23, 15, 33, 0.0) 0%, rgba(23, 15, 33, 0.6) 35%, var(--black) 100%);
    z-index: 3;
	transition: all 0.35s linear;
}
#hp-events .swiper-slide .event-img-holder a::after {
	height: 100%;
}
.event-img-holder a {
	display: block;
	height: 100%;
	width: 100%;
	color:var(--light);
}
/*
.event-img-holder img {
	height: auto;
	width: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
*/
.event-img-holder > a > span {
	display: block;
	position: absolute;
	text-align: center;
	bottom: 48px;
	left: 0;
	z-index: 5;
	width: 100%;
	font-size: 64px;
	font-style: italic;
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.5s ease-in 0.2s;
}
.event-img-holder > a > span > span {
	display: block;
	margin-bottom: 4px;
}
.swiper-slide.swiper-slide-active .event-img-holder span {
	opacity: 1;
	transform: translate(0, 0);
}
#hp-events .swiper-slide.swiper-slide-active .event-img-holder a::after {
	height: 40%;
}
#hp-events .swiper-slide.swiper-slide-prev .event-img-holder a,
#hp-events .swiper-slide.swiper-slide-next .event-img-holder a {
    pointer-events: none;
}
#hp-events-holder .swiper-button-next, #hp-events-holder .swiper-button-prev {
	color:var(--light) !important;
	top: calc(100% - 66px);
	width: 48px;
	height: 36px;
}
#hp-events-holder .swiper-button-next::after, #hp-events-holder .swiper-button-prev::after {
	font-size: 0;
}
#hp-events-holder.swiper-rtl .swiper-button-prev {
    right: 56px;
    left: auto;
}
#hp-events-holder.swiper-rtl .swiper-button-next {
    left: 56px;
    right: auto;
}
#hp-events-holder .swiper-button-prev {
	background-image: var(--wpr-bg-b769ea09-53a2-4e42-874b-f55a7a8bc82c);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#hp-events-holder .swiper-button-next {
	background-image: var(--wpr-bg-151900b7-cf40-4f59-b816-3ebc41507e52);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#newsletter {
	width: 50%;
	border-left: 1px solid var(--black);
	padding: 100px;
	overflow: hidden; 

	/*display: none;*/
}
.dark #newsletter {
	border-left: 2px solid var(--light);
}
.page-template-template-landing #newsletter {
    width: 100%;
    border-left: none;
    padding: 0;
}

/**
 * header
 * -----------------------------------------------------------------------------
 */
#masthead {
	background-color:var(--lightbg);
	height: 140px;
	padding: 20px 48px;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	gap: 100px;
	align-items: center;

	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: ease 0.4s;
} 
.admin-bar #masthead {
	top: 32px;
}
#masthead.dark {
	background-color: transparent;
}
#masthead.dark.header--scrolled {
	background-color: var(--black);
}
#logo img {
	transition: all 0.8s ease-in;
}
#logo:hover img {
	transform: scale(1.05);
}
.light #logo .black,
.dark #logo .white {
	display: block;
}
.dark #logo .black,
.light #logo .white {
	display: none;
}
#masthead .cta-button {
    padding: 28px 68px;
    max-width: none;
}
#masthead .cta-button .icon.icon-arrow2, #masthead .cta-button .icon.icon-program-arrow-M-1 {
	display: none;
}
#masthead .cta-button .icon {
	font-size: 26px;
    height: 26px;
    width: 28px;
	left: -3px;
    bottom: -2px;
	z-index: 25;
}
#masthead .cta-button:hover .icon{
	-webkit-animation: mover2 1.2s infinite  reverse;
	animation: mover2 1.2s infinite  reverse;
}
@-webkit-keyframes mover2 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px) translateX(5px); }
	100% { transform: translateY(0); }
}
@keyframes mover2 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px) translateX(5px); }
	100% { transform: translateY(0); }
}

#masthead.dark .cta-button {
	border: var(--light) solid 2px;
	background-color: var(--black);
	color: var(--light);
}
#masthead.dark .cta-button .icon {
	background-color: transparent;
	padding: 0;
	left: -3px;
    bottom: -2px;
}
#masthead .cta-button .spacer {
	content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    background-color: var(--lightbg);
    z-index: 1;
}
#masthead.dark .cta-button .spacer {
	background-color: var(--black);
}

#logo {
	width: 100px;
    flex: 1 0 auto;
}

#nav {
	align-items: center;
    justify-content: flex-start;
    gap: 60px;
}
#nav .header-nav-menu li, #languages li {
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
#nav .header-nav-menu li:not(:last-child) {
	margin-left: 60px;
}
#languages li:not(:last-child):after {
	content:'|';
	padding: 0 4px;
}
#nav .header-nav-menu li a {
	transition: all 0.4s ease-in;
	display: inline-block;
}
#nav .header-nav-menu li a:hover {
	transform: scale(1.1);
}
#masthead #languages li, #masthead #languages li a, #nav .header-nav-menu li a  {
	color: var(--black);
}
#masthead.dark #languages li, #masthead.dark #languages li a, #masthead.dark #nav .header-nav-menu li a {
	color: var(--light);
}
#nav .header-nav-menu li.current-menu-item a {
	opacity: 0.8;
}

#masthead #languages li a:focus, #nav .header-nav-menu li a:focus  {
	outline: none;
}

/**
 * mobile nav
 * -----------------------------------------------------------------------------
 */
.menu-togg {
	padding: 0;
	border: none;
	width: 28px;
	height: 28px;
	font-size: 28px;
	cursor: pointer;
	background-color:transparent;
	z-index: 50;
} 
.light .menu-togg {
	color:var(--black);
}
.dark .menu-togg {
	color:var(--light);
}
.menu-togg .icon {
	line-height: 1;
	vertical-align: top;
	margin-top: 2px;
}
#mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--white);
	width: 100%;
	height: 100vh;
	z-index: 120;
	display: none;
}
#mobile-nav a {
	color: var(--black);
}
#mobile-main {
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#mobile-nav .mobile-nav-menu li {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 1;
	margin: 0 auto 20px;
}
#mobile-nav .mobile-nav-menu {
	margin-bottom: 20px;
}
#mobile-top {
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 20px;
	flex-direction: row-reverse;
	align-items: center;
}
#mobile-nav-logo {
	display: block;
}
#mobile-nav-logo img {
	width: auto;
	height: 50px;
}
#mobile-nav-open, .mobile-header-link {
	display: none;
}
/**
 * Responsive Header
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width: 768px) {
	#page {
		overflow: hidden;
	}
	#masthead .cta-button .icon.icon-arrow2, #masthead .cta-button .icon.icon-program-arrow-M-1 {
		display: inline-block;
	}
	#masthead #languages, #nav .header-nav-menu, #masthead .cta-button .icon.icon-Arrow {
		display: none;
	}
	#masthead {
		padding: 6px 20px 6px;
		gap:20px;
		height: 74px;
		align-items: center;
		flex-direction: row-reverse;
	}
	#masthead .cta-button {
		padding: 0;
		border: none;
		width: 70px;
	}
	#masthead .cta-button .spacer {display: none;}
	#cfa-head {
		flex: 1 0 auto;
	}
	#masthead .cta-button .icon {
		font-size: 9px;
		height: 10px;
		width: 10px;
		left: 0;
		position: relative;
		padding: 0 4px 0 0;
		display: inline-block;
		vertical-align: baseline;
	}
	#logo {
		flex: 0 1 auto;
		width: 60px;
	}
	#logo img {
		width: 100%;
		height: auto;
	}
	#nav {
		gap: 0;
		order: 1;
		width: 28px;
	}


	#mobile-nav-open {
		display: block;
	}
	#mobile-nav {
		display: block;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: all 0.5s ease-in;
	}
	#mobile-nav.open {
		visibility: visible;
		opacity: 1;
		z-index: 200;
	}
	.mobile-header-link {
		display: inline-block;
	}
	.mobile-header-link.light {color: var(--light);}
}

/**
 * footer
 * -----------------------------------------------------------------------------
 */
#colophon, #colophon-wrp {
	background-color: var(--black);
} 
#colophon {
	padding: 60px 48px;
	color:var(--light);
	gap: 110px;
} 
#colophon a {
	color:inherit;
}
#colophon-wrp::before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
	background-color: var(--black);
    background-image: var(--wpr-bg-30de62a2-f4a4-4257-afdb-d1f319166972);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
#footer-1 .container {
	flex-direction: row;
}
#footer-1 .container img {
	width: 320px;
	max-width: 100%;
}
#footer-1 .container .footer-nav {
	width: calc(100% - 320px);
	padding-right: 94px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
    justify-content: flex-end;
    gap: 50px;
}
#footer-3 {
	width: 300px;
	max-width: 100%;
}
#footer-2 {
	width: 245px;
}

#harama {
	border:1px solid var(--light);
	padding: 12px 12px 20px;
	max-width: 245px;
	margin: 0 auto;
}
#harama a {
	display: block;
	width: 100%;
	height: 100%;
}
#harama .img {
	width: 220px;
	max-width: 100%;
	height: 220px;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
}
#harama span {
	font-size: 30px;
	font-style: italic;
	line-height: 1;
	display: block;
	text-align: left;
	padding-left: 28px;
	box-sizing: border-box;
}
#harama .icon {
    position: absolute;
    bottom: -2px;
    left: -2px;
    padding: 10px 10px 1px 1px;
    background-color: var(--black);
    z-index: 15;
}

#footer-1 {
	flex: 1 0 auto;
}
#footer-1, #footer-3 {
	flex-direction: column;
	justify-content: space-between;
	display: flex;
}
#colophon .contact-info {
	font-size: 18px;
	line-height: 1.8;
	color:var(--light);
}
#footer-3 > div > a {
	font-size: 18px;
} 
#footer-3 > a {
	font-size: 24px;
	font-weight: 500;
}
.footer-credits {
	font-size: 14px;
	color:var(--light);
	align-items: flex-end;
}
#colophon .socials li {
	display: inline-block;
	color: var(--light);
	font-size: 32px;
	margin: 0 0 0 20px;
}
#mobile-footer {
	display: none;
}

/**
 * Responsive
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width: 1600px) { 
	#colophon {
		gap: 60px;
		flex-wrap: nowrap;
		overflow: hidden;
	}
	#footer-1 {
		flex-shrink: 1;
	}
	#footer-1 .container img {
		max-width: 40%;
	}
	#footer-1 .container .footer-nav {
		padding-right: 20px;
		gap: 30px;
	}
}
@media only screen and (max-width: 1360px) {
	#program-filter .select_wrap {
		width: 33%;
	}
	.program-item, .grid-gap {
		width: 50%;
	}
	.program-item.double:not(.filtered-sb3):not(.filtered-sb2):not(.filtered-sb1) {
		width: 100%;
	}
	#program-filter {
		height: 59px;
	}
} 
@media only screen and (max-width: 1024px) {
	#event-hero-img {
		height: 272px;
	}
	#event-hero-img img {
		position: relative;
		min-height: 100%;
		width: auto;
		min-width: 100%;
		/*top: 0;
		transform: translate(0, 0);*/
	}
	#colophon {
		gap: 60px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#footer-1 .container {
		gap: 60px;
		justify-content: center;
	}
	#footer-3, #footer-2 {
		text-align: center;
		width: 100%;
	}
	#mobile-footer {
		display: block;
		text-align: center;
	}
	#footer-3 .contact-info, #footer-1 .footer-credits {
		display: none;
	}
	#colophon .contact-info {
		margin: 60px auto;
		font-size: var(--font-mobile-small);
	}
	#mobile-footer > span {
		display: block;
		font-size: var(--font-mobile-small);
		line-height: 1.8;
		color: var(--light);
	}
/** Schedule **/
	.multi_single_event.daily-schedule-event .multi_single_event_details {
		align-items: flex-start;
	}
	.multi_single_event.daily-schedule-event .event-data {
		width: 100%;
		padding: 24px 0 40px 0;
	}
	.multi_single_event.daily-schedule-event {
		padding: 20px;
	}
	.multi_single_event.daily-schedule-event.open {
		padding: 20px 20px 80px;
		padding: 20px 20px 0;
	}
	.daily-schedule-event .visible-text .container, .daily-schedule-event .visible-text {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.daily-schedule-event .visible-text .container {gap: 0;}
	.daily-schedule-event .visible-text {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0;
		flex-direction: column-reverse;
	}
	.daily-schedule-event .expand-text {
		padding-right: 0;
		padding-bottom: 48px;
	}
	.daily-schedule-event .event-data p {
		margin: 10px 0 0;
	}
	.daily-schedule-event .expand-text p:first-child {margin-top: 35px;}
	.daily-schedule-event .expand-text p:not(.tickets-cta-wrp):last-child {margin-top: 35px;}
	.daily-schedule-event .expand-text p.tickets-cta-wrp { margin-bottom: 30px; margin-top: 0;}
	.daily-schedule-event .expand-text p.with_ticktes {margin-top: 0;}
	.daily-schedule-event .event-tag, .daily-schedule-event .event-data .times-all, .tickets-cta-wrp .cta-button {
		font-size: var(--font-mobile-small);
	}
	.multi_single_event.daily-schedule-event .accordion_toggl {
		top: 100%;
		transform: translate(0, calc(-100% - 20px));
	}
	.multi_single_event.daily-schedule-event .accordion_toggl.pressed {
		top: 100%;
		transform:rotate(90deg) translate(calc(100% - 100px), 0);
	}
/** dates slider **/
	#multi_dates_tabs {
		min-height: 90px;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#multi_dates_tabs .swiper-slide {
		height: 90px;
	}
	.date_button {
		font-size: var(--font-mobile-small);
		line-height: 1.1;
		text-align: center;
		padding: 12px 18px;
	}
	.date_button span:last-child {
		display: block;
	}
	.date_button span:first-child {
		font-size: 36px;
		line-height: 1;
		padding-left: 0;
	}
	.date_button span:last-child {
		padding-top: 10px;
	}

	
	.about-section #logos {
		gap: 10px;
	}
	#logos .logo-img {
		width: calc(25% - 7.5px);
	}
	#hero-swiper, 
	#hero-swiper .swiper-slide, 
	#event-hero-img.hero-slider-wrp {
		height: 300px;
	} 

	#lobby-archive .archive-year, #lobby-archive .gap {	width: 50%;	}
	#lobby-archive .archive-year {	aspect-ratio: 1;}
	#lobby-archive .archive-year:last-child {border-bottom: 1px solid var(--black);}
	#lobby-archive {border-bottom: 1px solid var(--black);}
	#lobby-archive ul {margin-bottom: -1px;}
	#lobby-archive ul li:nth-child(4n+1), #lobby-archive ul li:nth-child(odd) {	border-right: none;	}
	#lobby-archive .gap:last-child, #lobby-archive .gap:nth-last-child(2) {display: none;}
	#lobby-archive .gap:nth-last-child(3) {border-left: none;}

	#sticky-cta {
		display: none;
	}
	.cta-button.mobile-cta,
	.event-entrance-mobile {
		display: block;
		margin: 0 auto 35px;
	}
}
@media only screen and (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
		margin: 0 0 20px;
	}
	p, .event-info-tab-block ul li, .event-info-tab-block ul li h5, .daily-schedule-event .event-artist, #team-list li, #team-list li > p, 
	#team-list li h5, #about_project h5, #about_project p, .conference_event p:not(.about)  {
		font-size: var(--font-mobile-small);
	}
	h1 {
		font-size: 36px;
		line-height: 1;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 20px;
	}
	.event-info-tab-title .icon {
		height: 22px;
		font-size: 20px;
	}
	.conference_event .event-date, .conference_event .event-artist, .event-data .event-date, .event-data .event-areas {
		font-size: 18px;
	}
	#lobby-archive .archive-year a span {
		font-size: 20px;
	}
	#mc_embed_signup h3, #contact-form h3 {
		font-size: 20px;
	}
/** footer **/
	#colophon {
		padding: 0 20px 60px;
	}
	#colophon-wrp::before {
		height: 92px;
		background-position: center top;
	}
	#footer-1 .container .footer-nav {
		padding-right: 0;
		width: 100%;
		justify-content: center;
		gap: 20px;
	}
	#footer-1 .container img {
		max-width: 100%; 
		margin-top: 60px;
		width: 320px;
	}
/** single events **/
	.event-title {
		padding: 0 0 35px;
	}
	.event-title h1 {
		text-align: initial;
	}
	.event-title h3 {
		font-weight: 700;
		text-align: initial;
		font-size: 15px;
		margin-bottom: 0;
	}
	.event-title .event_location {
		text-align: initial;
		font-size: 15px;
		display: block;
	}
	#event-hero-img {
		height: 272px;
	}
	#event-hero-img::after {
		height: 55%;
		top: auto;
		bottom: 0;
		background: linear-gradient(1deg, rgba(0, 0, 0, 0.4) 6.2%, rgba(13, 13, 13, 0.2) 40.93%, rgba(42, 42, 42, 0.00) 95.38%);
		background: transparent;
	}
	.single-event-container #content-body {
		padding-top: 34px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.event-meta span {
		font-size: var(--font-mobile-small);
	}
	.event-banner {
		transform: scale(.7);
		transform-origin: top center;
		left: calc(100% - 283px);
	}
	.content-block .event-meta {
		padding: 0 0 35px;
		text-align: initial;
		line-height: 145%;
		margin-top: -35px;
	}
	#multi_dates_tabs {
		margin: 64px 0 0 0;
	}
	#multi_events #multi_dates_tabs {
		margin-top: 64px;
	}
	.multi_single_event, .conference_event {
		border-right: none;
		border-left: none;
		padding: 20px;
	}
	.multi_single_event_details.container,
	.accordion_content.container {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.multi_single_event .event-data, .multi_single_event .event-img {
		padding-left: 0;
		padding-top: 0;
    	width: 100%;
	}
	.multi_single_event .event-data {padding-top: 24px;}
	.conference_event .event-date, .conference_event .event-artist, .event-data .event-date, .event-data .event-areas {
		font-size: var(--font-mobile-small);
	}
	.conference_event .block_img .sticky_img span, .multi_single_event .event-img .sticky_img span {
		margin: 8px 0 0;
		text-align: right;
	}
	.conference_event .block_img .sticky_img span {
		margin-bottom: 12px;
	}
	.conference_event .accordion_toggl {bottom: 20px;}
	.conference_event .accordion_toggl.pressed {bottom: 60px;}
	.expand-text .mini_sub_event {
		padding-top: 48px;
	}
	.expand-text .mini_sub_event .mini_sub_event_title {
		margin: 0 0 24px;
	}
	.expand-text .mini_sub_event .mini_sub_event_title h4 {
		margin-top: 0;
	}
	#sticky-cta {
		margin-bottom: 48px;
		top: 0;
		z-index: 40;
	}
	#sticky-cta > span {
		display: block;
		background-color: var(--lightbg);
		text-align: center;
		padding: 12px 20px;
	}
	.cta-button.mobile-cta,
	.event-entrance-mobile {
		max-width: 100%;
		margin: 0 0 35px;
	}
	.event-entrance-mobile {
		color: var(--accent);
		line-height: 1;
		font-size: 15px;
	}
	.event-desc p:not(:last-child) {
		margin: 0 0 1em;
	}
	#event-hero .credit {
		right: 0;
		bottom: 0;
		font-size: 12px;
		position: relative;
		padding: 8px 20px 0;
		display: block;
		line-height: 1.5;
	}
	#team-list li:not(:last-child), #about_project p:not(:last-child) {margin: 0 0 24px;}
	#team-list li h5, #about_project h5 {margin-bottom: 4px;}
	.conference_event h4, .event-data h4 {margin: 12px 0; line-height: 1.3;}
	.multi_single_event .event-data h4 {margin-top: 0;}
	.multi_single_event_tickets {margin: 16px 0 0;}
	.multi_single_event .multi_single_event_tickets {padding-left: 0;}
	.conference_event .event-date, .conference_event .event-artist, .event-data .event-date, .event-data .event-areas {margin-bottom: 12px;}
	.meetup {
		font-size: 15px;
		margin-top: 35px;
	}
	.multi_single_event_details .meetup {
		margin-top: 64px;
	}
	.event-data p {
		margin: 1em 0 0;
	}
	.conference_event, .conference_event.open {
		padding: 20px 20px 40px;
	}
	.conference_event .block_content {
		padding-left: 0;
		padding-top: 24px;
		width: 100%;
	}
	#event-tickets {
		min-height: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding: 80px 20px 80px;
		border-bottom: 1px solid;
	}

	.conference_event .block_img {
		width: 100%;
	}
	.block_img .block_img_holder, .multi_single_event .event-img .block_img_holder {
		width: 260px;
		margin: 0 0 0 auto;
	}
	.accordion_toggl {
		position: absolute;
		top: auto;
		bottom: 36px;
		right: auto;
		left: 20px;
	}
	.accordion_toggl .icon, .accordion_toggl {
		width: 32px;
		height: 26px;
	}
	.accordion_toggl.pressed {
		transform: rotate(90deg) translate(20px, 0);
	}
	.date_button span:last-child {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.gallery_contact > span {
		display: block;
		line-height: 1.6em;
		font-size: var(--font-mobile-small);
	}
	.gallery_contact span:not(:last-child)::after {
		display: none;
	}
	#days_slider { padding-left: 20px; padding-right: 20px;	}
/** Program **/
	#program-grid {
		padding-right: 0;
		width: 100%;
	}
	#program-filter.sticky-filter {
		top: auto;
		position: relative;
		width: 100%;
	}
	#program-filter .filters_wrap {
		flex-direction: column-reverse;
		align-items: center;
	}
	#program-filter .select_wrap {
		width: 100%;
		max-width: 100%;
	}
	#program-filter .select_wrap:nth-child(2) .select_box {
		border-width: 1px 1px 0 1px;
	}
	#program-filter .select_box, #program-filter .st_option {
		font-size: var(--font-mobile-small);
	}
	.program-item, .grid-gap, .program-item.double {
		width: 100%;
		margin: -.5px 0;
	}
	.program-item.double .item-img {
		padding-top: 71.35%;
	}
	.program-item .item-bottom {
		min-height: 48px;
		margin-top: 22px;
	}
	.program-item .dates > span, .program-item .dates .icon {
		font-size: 18px;
	}
	.program-item .item-info {
		min-height: 120px;
	}
	.daily-schedule-event .event-artist {
		font-weight: 700;
	}
	.daily-schedule-event .event-tag {
		position: absolute;
		top: 0;
		left: 0;
	}
	#schedule-head {padding-top: 74px;}

	#primary.single-event-container,
	#primary.single {
		padding: 74px 0 100px;
	}

	#hp-top-hero {
		min-height: calc(94vh - 50px);
		border-width: 3px;
	}
	#video-holder {
		width: 100%;
		max-width: none;
		height: 0;
		padding-top: 300%;
	}
	#video-holder iframe, #video-holder video {
		width: 1260px;
	}
	#hp-hero .logo-holder {
		padding: 150px 20px 100px;
	}
	#masthead.dark .cta-button {
		border: none;
		background-color: transparent;
	}
	#hp-hero #fes-dates {
		align-items: center;
		margin-right: 20px;
		margin-left: 20px;
		max-width: calc(100% - 44px);
	}
	#fes-dates span.space {
		margin-top: 0 !important;
	}
	#hp-content {
		padding: 60px 30px 46px;
	}
	#intro p {
		font-size: 22px;
		text-align: initial;
	}
	#hp-content .readmore_toggl {
		margin: 40px 0 0 auto;
	}
	#hp-events-holder .swiper-button-next, #hp-events-holder .swiper-button-prev {
		top: calc(100% - 24px);
	}
	#hp-events, .swiper-slide, .event-img-holder {
		height: 50vh;
	}
	#hp-events .swiper-slide.swiper-slide-active .event-img-holder a::after {
		height: 70%;
	}
	.event-img-holder span {
		font-size: 22px;
		padding: 0 10px;
		box-sizing: border-box;
		bottom: 20px;
	}
	.event-img-holder > a > span {
		font-size: 32px;
		line-height: 1;
		bottom: 20px;
	}
	#hp-events-holder .swiper-button-next, #hp-events-holder .swiper-button-prev {
		width: 64px;
		height: 100%;
		top: 0;
		margin: 0;
	}
	#hp-events-holder.swiper-rtl .swiper-button-prev {right: 0;	}
	#hp-events-holder.swiper-rtl .swiper-button-next {left: 0;	}
	.page-template-template-home #footer-1 img {
		display: none;
	}

	#hp-events-holder.swiper-rtl .swiper-button-prev {
		right: 0;
	}
	#hp-events-holder.swiper-rtl .swiper-button-next {
		left: 0;
	}
	#hp-events-holder .swiper-button-prev {
		background-size: 25px auto;
		background-position: 20px 93%;
	}
	#hp-events-holder .swiper-button-next {
		background-size: 25px auto;
		background-position: 20px 93%;
	}
	#lobby-archive .gap {display: none;}
	#lobby-archive .archive-year {
		width: 100%;
		border-left: none;
		border-right: none;
	}		
	#lobby-archive {
		border-bottom: 1px solid var(--black);
	}
	.archive_list {
		gap: 30px 10px;
	}
	.archive_list li {
		width: calc(33.3% - 10px);
	}
	.event-info-tab-block ul.archive_list li h5 {
		margin: 10px 0 0;
		max-width: 70px;
	}
	#archive-events .title-section h3 {
		font-size: 20px;
		font-weight: 500;
	}
	.single-festival_archive .daily-schedule-event .expand-text {
		padding-bottom: 48px;
	}
	.single-festival_archive .daily-schedule-event .expand-text .spacer,
	.daily-schedule-event .expand-text .spacer {
		height: 38px;
	}
	.daily-schedule-event .schedule_eventer {margin: 48px 0 0;}
	
	#logos .logo-img {
		width: calc(50% - 10px);
	}
}
/**
 * Landing
 * -----------------------------------------------------------------------------
 */
#landing-pg .col {
	width: 50%;
}
.admin-bar  #landing-pg {
	margin-top: -32px;
}
#landing-pg {
	gap: 0;
	color:var(--light);
	background-color: var(--black);
	overflow: hidden;
}
#landing-right {
	background-color: var(--black);
	border-left: 2px solid var(--light);
}
#landing-logo {
	position: absolute;
	top: 46px;
	right: 40px;
	height: 12vh;
	max-height: 100px;
	width: auto;
}
.sticky-container {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 50px;
}
.sticky-container::after, .sticky-container::before {
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	height: 35vh;
}
.sticky-container::after {
	background-image: var(--wpr-bg-e193f700-a765-48f5-ae9a-b95749f923b9);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
	bottom: 0;
	right: 0;
	height: 45vh;
}
.sticky-container::before {
	background-image: var(--wpr-bg-aa426312-adc2-445c-adf6-929c464e046e);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
	top: 0;
	left: 0;
}
#landing-left {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;

	align-items: center;

    padding: 10vh 50px;
}
.inside-content-right {
	width: 648px;
	max-width: 100%;
	z-index: 50;
}
.inside-content-right > img, .inside-content-right > div {
	width: 100%;
	height: auto;
}
#fes-dates {
	border: 2px solid var(--light);
	padding: 16px 22px;
	background-color: var(--black);
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
	direction: ltr;
	margin-top: 55px;
}
#fes-dates.container {
	gap: 18px;
}
#fes-dates span {
	font-style: italic;
    font-size: 62px;
    line-height: 0.677;
    display: inline-block;
}
#fes-dates span.space {
	display: block;
	margin-top: 30px;
	height: 2px;
	width: 100%;
	background-color: var(--light);
}
#fes-dates:not(.container)::after {
	content: '';
	position: absolute;
    width: calc(100% - 44px - 80px - 240px);
    left: 102px;
	height: 2px;
	background-color: var(--light);
	top: 50%;
}
.inside-content-left {
	width: 32vw;
	max-width: 100%;
}
.inside-content-left h1 {
	margin: 0;
	font-size: 1.7vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1vh;
}
.inside-content-left h2 {
	font-size: 1.7vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 5vh;
}
.inside-content-left p {
	font-size: 1vw;
	line-height: 1.6;
	max-width: 480px;
}
.inside-content-left p:first-child {
	margin-bottom: 1vh;
}
.inside-content-left .wp-block-button__link {
    font-size: 1.5vw;
    border: 2px solid var(--light);
    /* padding: 18px 24px; */
    font-weight: 500;
	transition: all 0.35s ease-in;
}
.inside-content-left .wp-block-button__link:hover {
	color: var(--black) !important;
    background-color: var(--light) !important;
}
.inside-content-left .wp-block-buttons {
	margin-top: 5vh;
}
/**
 * Newsletter
 * -----------------------------------------------------------------------------
 */
.inside-content-left #newsletter {
	margin: 5vh 0 0;
}
.inside-content-left #newsletter h3 {
	font-size: 1.5vw;
	font-weight: 500;
}
.mc-field-group {
	width: calc(100% - 232.922px);
}
#mc-embedded-subscribe-form input[type=email] {
	border: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	border-bottom: 1px solid var(--black);
	background-color: transparent;
	color: var(--black);
	width: 100%;
	line-height: 45px;
	box-sizing: border-box;
}
.dark #mc-embedded-subscribe-form input[type=email] {
	border-color: var(--light);
	background-color: var(--black);
	color: var(--light);
}
#mc-embedded-subscribe {
	width: 212.922px;
	height: 48px;
	border:none;
	border-left: 2px solid var(--black);
	border-bottom: 2px solid var(--black);
	background-color: transparent;
	color: var(--black);
	cursor: pointer;
	position: relative;
}
.dark #mc-embedded-subscribe {
	border-color: var(--light);
	background-color: transparent;
	color: var(--light);
}
#mc_embed_signup_scroll .clear:not(#mce-responses):after, 
#mc_embed_signup_scroll .clear:not(#mce-responses)::before {
	content: '';
	position: absolute;
	background-color: var(--black);
	transition: all 0.5s ease-out;
}
.dark #mc_embed_signup_scroll .clear:not(#mce-responses):after, 
.dark #mc_embed_signup_scroll .clear:not(#mce-responses)::before {
	background-color: var(--light);
}
#mc_embed_signup_scroll .clear:not(#mce-responses)::after {
	width: 88%;
	height: 2px;
	top: -1px;
	left: 0;
}
#mc_embed_signup_scroll .clear:not(#mce-responses)::before {
	height: 26px;
	width: 2px;
	bottom: 0;
	right: -1px;
}
#mc_embed_signup_scroll:hover .clear:not(#mce-responses)::after {
	width: 100%;
}
#mc_embed_signup_scroll:hover .clear:not(#mce-responses)::before {
	height: 100%;
}
#mc_embed_signup_scroll .icon-Arrow,
.wpcf7-form .form_row > div.submit-wrp .icon-Arrow {
    position: absolute;
    left: 50px;
    transform: rotate(45deg) translate(0, -65%);
    top: 50%;
	height: 12px;
    width: 12px;
}

.dark #mc-embedded-subscribe-form input[type=email] {
	border-color: var(--light);
	background-color: var(--black);
	color: var(--light);
}
.dark #mc-embedded-subscribe {
	border-color: var(--light);
	color: var(--light);
}
.dark #mc_embed_signup_scroll .clear::after, 
.dark #mc_embed_signup_scroll .clear::before {
	background-color: var(--light);
}
/**
 * Landing Responsive
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width: 1500px) {
	.inside-content-left h1, .inside-content-left h2 {
		font-size: 1.75vw;
	}
	.inside-content-left p {
		font-size: 1.2vw;
	}
	.inside-content-left #newsletter h3, .inside-content-left .wp-block-button__link {
		font-size: 1.75vw;
	}
	.inside-content-left {
		width: 530px;
	}
	.sticky-container {
	    padding: 0 100px;
	}
	#fes-dates span {
		font-size: 50px;
		line-height: 1;
	}
	#fes-dates::after {
		width: calc(100% - 44px - 72px - 180px);
		left: 94px;
	}
}
@media only screen and (max-width: 1024px) {
	.sticky-container {
		padding: 0 30px;
	}
	#landing-logo {
		right: 30px;
		height: 10vh;
	}
	#landing-pg .col {
		width: 100%;
	}
	.admin-bar  #landing-pg {
		margin-top: 0;
	}
	#landing-pg {
		flex-direction: column;
	}
	#landing-right {
		border-left: none;
		border-bottom: 2px solid var(--light);
	}
	#landing-left {
		min-height: 0;
		padding: 10vh 30px;
	}
	#fes-dates span {
		font-size: 32px;
		margin-top: -8px;
	}
	#fes-dates::after {
		width: calc(100% - 44px - 44px - 140px);
		left: 74px;
	}
	.inside-content-left h1 {
		font-size: 24px;
		line-height: 1.5;
	}
	.inside-content-left h2, .inside-content-left #newsletter h3, .inside-content-left .wp-block-button__link {
		font-size: 24px;
	}
	.inside-content-left p {
		font-size: 18px;
	}
	.inside-content-left {
		width: 100%;
	}
	.inside-content-left .wp-block-button__link {
		padding: calc(.667em + 2px) calc(0.667em + 2px);
		width: 100%;
	}
	.inside-content-left .wp-block-buttons>.wp-block-button {
		width: 100%;
	}


	#hp-contact {
		flex-wrap: wrap;
	}
	#hp-contact #newsletter, #hp-contact #contact-form {
		width: 100%;
		flex: auto;
	}	
	#hp-contact #newsletter {
		border-left: none;
	}
	.dark #hp-contact #newsletter {
		border-bottom: 2px solid var(--light);
	}
	.inside-content-left #newsletter {
		margin: 10vh 0 0;
	}
/** forms **/
	.wpcf7-form .form_row, #mc_embed_signup_scroll {
		flex-wrap: wrap;
		margin: 0;
		border-top: none;
	}
	#mc_embed_signup_scroll {
		flex-direction: column;
		align-items: flex-end;
		gap: 25px;
	}
	.wpcf7-form .form_row > div {
		width: 100%;
	}
	.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
		border-top: 1px solid var(--black);
		border-right:  1px solid var(--black);
		padding: 10px;
	}
	.wpcf7-form .form_row.second {
		padding-top: 0;
		flex-direction: column;
	}
	.wpcf7-form .form_row > div.textarea-wrp {
		border-bottom: none;
	}
	.mc-field-group, .wpcf7-form .form_row > div.textarea-wrp {
		width: 100%;
	}
	#mc-embedded-subscribe,
	.wpcf7-form .form_row > div.submit-wrp, #form-submit-button {
		width:160px;
	}
	#mc_embed_signup_scroll .icon-Arrow, .wpcf7-form .form_row > div.submit-wrp .icon-Arrow {
		left: 22px;
	}
}
@media only screen and (max-width: 768px) {
	#lobby-archive {margin-bottom: 80px;}
	#hp-contact #newsletter, #hp-contact #contact-form {
		padding:60px 30px;
	}
	body:not(.event-template-single-event-exhibition, .page-template-template-about) #hp-contact:not(.dark) #newsletter {
		border-top: none;
		padding-top: 0;
		margin-top: -40px;
	}
}


.grecaptcha-badge {
	position: absolute !important;
	bottom: 120px !important;
}