@font-face {
    font-family: 'Modak';
    src: url('../fonts/Modak/Modak.eot');
    src: url('../fonts/Modak/Modak.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Modak/Modak.woff2') format('woff2'),
        url('../fonts/Modak/Modak.woff') format('woff'),
        url('../fonts/Modak/Modak.ttf') format('truetype'),
        url('../fonts/Modak/Modak.svg#SVN-Gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel';
    src: url('../fonts/FixelDisplay-Regular/FixelDisplay-Regular.eot');
    src: url('../fonts/FixelDisplay-Regular/FixelDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FixelDisplay-Regular/FixelDisplay-Regular.woff2') format('woff2'),
        url('../fonts/FixelDisplay-Regular/FixelDisplay-Regular.woff') format('woff'),
        url('../fonts/FixelDisplay-Regular/FixelDisplay-Regular.ttf') format('truetype'),
        url('../fonts/FixelDisplay-Regular/FixelDisplay-Regular.svg#SVN-Gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PinyonScript';
    src: url('../fonts/PinyonScript/PinyonScript.eot');
    src: url('../fonts/PinyonScript/PinyonScript.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PinyonScript/PinyonScript.woff2') format('woff2'),
    url('../fonts/PinyonScript/PinyonScript.woff') format('woff'),
    url('../fonts/PinyonScript/PinyonScript.ttf') format('truetype'),
    url('../fonts/PinyonScript/PinyonScript.svg#SVN-Gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PerfectlyNineties-Regular';
    src: url('../fonts/PerfectlyNineties-Regular/PerfectlyNineties-Regular.eot');
    src: url('../fonts/PerfectlyNineties-Regular/PerfectlyNineties-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PerfectlyNineties-Regular/PerfectlyNineties-Regular.woff2') format('woff2'),
    url('../fonts/PerfectlyNineties-Regular/PerfectlyNineties-Regular.woff') format('woff'),
    url('../fonts/PerfectlyNineties-Regular/PerfectlyNineties-Regular.ttf') format('truetype'),
    url('../fonts/PerfectlyNineties-Regular/PerfectlyNineties-Regular.svg#SVN-Gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}

body.page-id-1609 {
    /*font-family: Fixel !important;*/
}

.btn-book-my-seat a {
    display: flex;
    width: 212px;
    height: 56px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-family: 'Fixel';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

:root {
    --primary-color-bs: #0A0A0A;
    --Text-text-lighter: #8C8C8C;
    --cta-background-color-disabled: #dbd9d2;
    --cta-stroke-color: #241c15;
    --cta-stroke-width: 0.0625rem;
    --cta-depth-color: #241c15;
    --cta-text-color: #241c15;
    --cta-line-height: 1.5;
    --cta-text-weight: 500;
    --cta-border-radius: 2em;
    --link-color: #241c15;
    --link-color-hovered: #241c15;
    --selection-background-color: rgba(255,224,27,0.15);
    --animation-depth: 0;
}

.btn-book-my-seat a {
    transform: translateY(0);
}

.btn-book-my-seat a:before {
    content: "";
    border-radius: 2em;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
}

.btn-book-my-seat:hover:before {
    bottom: calc(-1* var(--animation-depth, .375em)* 1.1);
}

.btn-book-my-seat a:hover {
    box-shadow: 0 0 0 0.0625rem #241c15, 0 .375em 0 0 #241c15;
    transform: translateY(calc(-1* .375em));
}

body .lity.lity-opened {
    background: rgba(0, 0, 0, 0.40);
}

.lity-wrap.popup-city button.lity-close,
.lity-wrap.popup-review button.lity-close {
    display: none;
}

.lity-wrap .lity-container {
    position: relative;
}

.lity-wrap .lity-container button.lity-close {
    position: absolute;
}

.lity-wrap.popup-video .lity-container {
    width: 300px;
    max-width: none;
}

.lity-wrap.popup-video .lity-container .lity-iframe-container {
    padding: 0;
    height: 534px;
}

.btn-app-mb a span {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.btn-app-mb a span svg {
    width: 24px;
    height: 24px;
}

.btn-app-mb .ios-check span.elementor-button-text {
    position: relative;
    top: 3px;
}

.footer-new-style>.e-con-inner>.elementor-element:first-child {
    z-index: 6;
}

/*css language drop down*/

nav.mlp-language-switcher-nav .dropdown-button {
    display: flex;
    width: 190px;
    height: 48px;
    padding: 0px 16px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
    transition: all .3s;
}

.mlp-language-switcher-nav ul {
    position: absolute;
    border: 1px solid #ffffff;
    border-top: 0;
    width: 100%;
    background: #000000;
    display: flex;
    flex-direction: column;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.mlp-language-switcher-nav ul li {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
}

.elementor-location-footer footer .e-con-inner .elementor-element:first-child {
    z-index: 5;
}

body .elementor-widget-container .mlp-language-switcher-nav ul {
    display: none;
    padding: 0;
}

body .elementor-widget-container .mlp-language-switcher-nav ul.open {
    display: block;
}

nav.mlp-language-switcher-nav .dropdown-button a {
    color: #ffffff;
    pointer-events: none;
    align-items: center;
    gap: 10px;
}

.mlp-language-switcher-nav ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.elementor-location-footer footer .e-con-inner .elementor-element .e-child:nth-child(2) {
    z-index: 9;
}

nav.mlp-language-switcher-nav li.mlp-language-switcher-item {
    list-style: none;
    color: #ffffff;
}

nav.mlp-language-switcher-nav li.mlp-language-switcher-item a {
    color: #ffffff;
}

.current-location {
    display: none;
}

div#map-leaflet {
    z-index: 1;
}

div#search-container {
    z-index: 8;
}

.leaflet-bottom.leaflet-right, .leaflet-control-zoom.leaflet-bar.leaflet-control, a[href="https://www.maptiler.com"] {
    display: none !important;
}

footer .elementor-nav-menu li.menu-item a {
    margin: 0 !important;
}

footer .elementor-nav-menu {
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}