.site-header>.inside-header {
	gap: 1em;
	padding: 0.5em 0;
}

.site-header .main-header-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
               -moz-box-flex: 1;
            flex: 1 1 auto;
}

.main-header-top {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	           -moz-box-pack: justify;
	        justify-content: space-between;
	gap: 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.main-header-top .site-description {
	color: #fff;
	line-height: 1;
	font-size: 1rem;
	width: 36%;
}

.main-header-top .top-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
}

.main-header-top .top-action-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
}

.main-header-top .top-links button {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    line-height: 1;
    position: relative;
    padding: 0.6em 35px 0.6em 0.75em;
    font-size: 1rem;
	font-weight: bold;
}

.main-header-top .top-links button:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 9px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}

.main-header-top .top-links button.btn-tickets:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M23 11.25H9a.75.75 0 0 0-.75.75v7.6c0 .42.34.75.75.75h14c.41 0 .75-.33.75-.75V12a.75.75 0 0 0-.75-.75zm-.75 7.6H9.75v-6.1h12.5zm7.75-5.1c.41 0 .75-.34.75-.75V8a.75.75 0 0 0-.75-.75H2a.75.75 0 0 0-.75.75v5c0 .41.34.75.75.75a2.25 2.25 0 1 1 0 4.5.75.75 0 0 0-.75.75v5c0 .41.34.75.75.75h28c.41 0 .75-.34.75-.75v-5a.75.75 0 0 0-.75-.75 2.25 2.25 0 1 1 0-4.5zm-.75 5.92v3.58H2.75v-3.58a3.76 3.76 0 0 0 .02-7.34h-.02V8.75h26.5v3.58a3.76 3.76 0 0 0-.02 7.34h.02z'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
}

.header-nav .menu-toggle {
	cursor: pointer;
	margin-left: 3px;
}

.header-nav .menu-toggle:after {
	content: '\e80e';
	font-family: 'md-icon';
}

.header-nav .nav-item {
	position: relative;
}

.header-nav .nav-item a {
	text-decoration: none;
}

.header-nav>.nav-item>a {
	display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
}

.header-nav>.nav-item:hover>a,
.header-nav .nav-item > a:hover .menu-toggle {
	color: #8EB3FF;
}

.header-nav .nav-sub {
	display: none;
}

.nav-sub-featured > div {
	margin-bottom: 0.5em;
}

.nav-sub-featured-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}

.nav-sub-featured-image img {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	aspect-ratio: 217 / 162;
	-o-object-fit: cover;
	   object-fit: cover;
}

.nav-sub-featured-description {
	font-size: 16px;
	line-height: 23px;
}

.nav-sub-featured .button {
    background-color: var(--accent);
    text-transform: uppercase;
    font-size: var(--txt-s);
    font-weight: normal;
    padding: 0.5em 0.75em;
    padding-right: 40px;
    position: relative;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-sub-featured .button:after {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
    bottom: 0;
    width: 15px;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21.1 18.7 12 9.6l-9.1 9.1-2.8-2.9L12 3.9l11.9 11.9-2.8 2.9z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	     background-size: contain;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        -moz-transform: rotate(90deg);
	          -o-transform: rotate(90deg);
	     transform: rotate(90deg);
}



.header-nav .nav-sub-item {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}

.header-nav .nav-sub-item:not(:last-child) {
	border-bottom: 1px solid #C1C1C1;
}

.header-nav .nav-sub.is-featured .nav-sub-item-first {
	display: none;
}

.header-nav .is-parent > .nav-title {
	position: relative;
	padding-right: 30px;
	padding-bottom: 10px;
}
.header-nav .is-parent > .nav-title:before {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	width: 10px;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21.1 18.7 12 9.6l-9.1 9.1-2.8-2.9L12 3.9l11.9 11.9-2.8 2.9z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	     background-size: contain;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        -moz-transform: rotate(180deg);
	          -o-transform: rotate(180deg);
	     transform: rotate(180deg);
}

.header-nav .is-parent:hover > .nav-title:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238EB3FF' d='M21.1 18.7 12 9.6l-9.1 9.1-2.8-2.9L12 3.9l11.9 11.9-2.8 2.9z'/%3E%3C/svg%3E");
}

[for="mobile_menu_toggle"] {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 1;
    position: relative;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
[for="mobile_menu_toggle"]:before {
	content: '';
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 35px;
	margin: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	-moz-background-size: contain;
	     background-size: contain;
	background-position: center;
}
#mobile_menu_toggle:checked + [for="mobile_menu_toggle"]:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M6 18 18 6m0 12L6 6'/%3E%3C/svg%3E");
}

.main-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
    gap: 1rem;
}

.main-header-nav .header-nav {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        -webkit-flex: 1 1 auto;
	           -moz-box-flex: 1;
	        flex: 1 1 auto;
}

.main-header-nav .nav-btn-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            -webkit-flex: 0 1 auto;
               -moz-box-flex: 0;
            flex: 0 1 auto;
    position: relative;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
    padding: 10px 30px 10px 10px;
    line-height: 1;
}

.main-header-nav .nav-btn-search:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	     background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23fff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0' /%3E%3Cpath d='M21 21l-6 -6' /%3E%3C/svg%3E");
}

body:not(.home) .site-description {
    display: none !important;
}

body:not(.home) .main-header-top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* QUERIES */
@media all and (min-width: 900px) {
	.header-nav .is-parent > .nav-title {
		padding-right: 20px;
	}
	.header-nav .is-parent > .nav-title:before {
		right: 0;
	}
}

@media all and (min-width: 800px) {
	.mobile.site-description {
	    display: none;
	}

	[for="mobile_menu_toggle"] {
		display: none;
	}

	/*.top-links .pbi-social-media {
		display: none;
	}*/

	.header-nav .nav-item {
		display: inline-block;
		margin-right: 16px;
		position: relative;
	}

	.header-nav .is-parent:hover>.nav-title:after {
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		content: '';
		height: 0;
		position: absolute;
		bottom: 0;
		left: 16px;
		width: 0;
	}

	.header-nav .nav-item:hover .nav-sub,
	.header-nav .nav-sub-featured {
		display: block;
	}

	.header-nav .nav-sub {
		background-color: #FFFFFF;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
		-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
		        -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
		     box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
		color: #1E1E1E;
		padding: 16px;
		position: absolute;
		left: 0;
		top: 38px;
		width: 300px;
		z-index: 10;
	}

	.header-nav .nav-sub.is-featured {
		width: 650px;
	}

	.header-nav .nav-sub a:not(.button) {
		color: #1E1E1E;
	}

	.header-nav .nav-sub a:hover:not(.button) {
		color: #4884FF;
	}

	.nav-sub-featured {
		display: block;
		float: left;
		padding-right: 16px;
		width: 45%;
	}

	.nav-sub-featured+.nav-sub-items {
		float: left;
		width: 55%;
	}

	.header-nav .nav-sub-item {
		display: block;
	}

	.header .header-menu-trigger {
		display: none;
	}
}

@media all and (max-width: 1200px) {
	.site-header > .inside-header {
		padding: 1em;
	}
}
/* @media all and (max-width: 1024px) {
    .site-header > .inside-header {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 0;
    }
	.site-logo {
		padding-right: 15px;
		margin-bottom: 15px;
	}
} */
@media all and (max-width: 960px) {
	.site-header .main-header-wrapper {
		-ms-flex-preferred-size: 100%;
		    -webkit-flex-basis: 100%;
		        flex-basis: 100%;
		width: 100%;
	}
}
@media all and (max-width: 900px) {
    .site-header > .inside-header {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        -webkit-flex-direction: row !important;
		           -moz-box-orient: horizontal !important;
		           -moz-box-direction: normal !important;
		        flex-direction: row !important;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        -webkit-justify-content: space-between;
		           -moz-box-pack: justify;
		        justify-content: space-between;
		gap: 0;
    }
	.header-nav .is-parent:hover>.nav-title:after {
		bottom: -6px;
	}
}

@media all and (max-width: 799px) {

	.site-logo {
		margin-top: 0;
		padding-right: 0;
		margin-bottom: 0;
		max-width: 100px;
		width: 50%;
	}

	.mobile.site-description {
	    width: 100%;
        text-align: center;
        font-size: var(--txt-s);
        margin-top: 15px;
        line-height: 1.3em;
	}

	[for="mobile_menu_toggle"] {
	    width: 50%;
	    max-width: 52px;
	}

	.site-header .main-header-wrapper {
		width: 100%;
		display: none;
	}

	.main-header-top {
		text-align: center !important;
/*		display: none;*/
	}

	#mobile_menu_toggle:checked ~ .main-header-wrapper {
		display: block;
	}
	
	.nav-sub-featured-image {
		display: none;
	}

	.header-nav .nav-item.show-submenu .nav-sub {
		display: block;
		text-align: left;
	}

	.header-nav .show-submenu>.menu-toggle:after {
		content: '\e817';
	}

	.header-nav .nav-item {
		margin-bottom: 10px;
		width: 100%;
	}

	.header-nav>.nav-item>a,
	.header-trigger-button {
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
		        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
		     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
		display: block;
		padding-bottom: 10px;
		padding-left: 16px;
		padding-right: 16px;
		text-align: left;
	}

	.header-nav .menu-toggle {
		line-height: 1;
		padding: 10px 16px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.header-nav .nav-sub-featured {
		background-color: rgba(255, 255, 255, 0.2);
		-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
		        -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
		     box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
		margin-bottom: 5px;
		padding: 16px 10px;
	}

	.header-nav .nav-sub-item {
		padding-left: 16px;
		padding-right: 16px;
	}

	.header-nav .nav-sub-item:not(:last-child) {
		border-bottom-color: rgba(255, 255, 255, 0.1);
	}

	.main-header-top {
		-ms-flex-wrap: wrap;
		    -webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		text-align: left;
        gap: 0.5em;
        margin: 1em 0;
        border: 0;
	}
	.main-header-top > div {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        -webkit-flex: 1 1 100%;
		           -moz-box-flex: 1;
		        flex: 1 1 100%;
	}
	.main-header-top .site-description {
		line-height: 1.5;
		display: none;
	}
	.main-header-top .top-links {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.main-header-top .top-links button {
		background-color: rgba(0, 0, 0, 0.5);
		opacity: 1;
	}

	.main-header-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        -webkit-flex-direction: column-reverse;
		           -moz-box-orient: vertical;
		           -moz-box-direction: reverse;
		        flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		    -webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.main-header-nav .header-nav {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        -webkit-flex: 1 1 100%;
		           -moz-box-flex: 1;
		        flex: 1 1 100%;
		width: 100%;
	}
	
    .main-header-nav .nav-btn-search {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                -webkit-flex: 1 1 100%;
                   -moz-box-flex: 1;
                flex: 1 1 100%;
        width: 100%;
        background-color: #fff;
        color: var(--text);
        text-align: left;
        padding: 0.65em 0.85em;
        margin-top: 1rem;
    }
	.main-header-nav .nav-btn-search:after {
		right: 0.5em;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0' /%3E%3Cpath d='M21 21l-6 -6' /%3E%3C/svg%3E");
	}
}