/* Popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.jet-calendar-week__day-event.disable{
    pointer-events: none;
}
.jet-calendar-week__day.disable {
    pointer-events: none;
}
td.jet-calendar-week__day.has-events.disable img {
    filter: grayscale(100%);
}
.event-popup-content .popup-columns {
    display: flex;
    flex-wrap: wrap;
}
.popup-actions a.btn.disable {
    color: #231F2033;
    background: #F5F5F5;
    pointer-events: none;
    cursor: default;
}
.popup-overlay.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.popup-content {
    background: #fff;
    padding: 41px 68px;
    width: 90%;
    max-width: 937px;
    position: relative;
    box-shadow: 2px 16px 19px 0px #00000017;
}
.popup-columns .popup-column {
    padding: 0 30px;
    text-align: left;
}
.popup-date {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #555;
}
.popup-content h2.popup-date {
    font-family: MintSans;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: center;
    text-transform: uppercase;
    color: #231F20;
    margin: 0 0 17px;
}
.popup-title {
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
    text-transform: uppercase;
    color: #231F20;
    margin: 0;
    line-height: 24px;
}
.popup-columns .popup-column:not(:last-child) {
    border-right: 1px solid #998674;
}
.popup-tag {
    font-family: MintSans;
    font-size: 8px;
    font-weight: 400;
    line-height: 13.6px;
    letter-spacing: 0.14em;
    border: 1px solid #D0D7DD;
    padding: 4.5px 10px 2px;
    background: transparent;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    color: #BC9C77;
}
.popup-time {
    font-family: MintSans;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4em;
    color: #000000;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 12px;
    line-height: 24px;
}
.popup-event-name {
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #231F20;
    margin: 0 0 8px;
}
.popup-link {
    font-family: Walkway Black;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.popup-link:before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transform: scaleX(1);
    transform-origin: left;
}
.popup-link:hover:before{
    transform: scaleX(0);
    transform-origin: right;
}
button.close-popup {
    background: #231F20;
    width: 70px;
    height: 70px;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
button.close-popup{
    font-size: 0;
}
button.close-popup::before{
    content: '';
    background: url(../images/close-icon.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-title-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 11px;
}
.popup-columns .popup-column .popup-image {
    width: 100%;
    max-height: 278px;
    object-fit: cover;
    height: 100%;
    vertical-align: top;
    min-height: 278px;
}
.popup-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 19px;
    flex-wrap: wrap;
}
.popup-actions a {
    border: 1px solid #231F20;
    background: transparent;
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: center;
    color: #231F20;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 14px 15px;
}
.popup-actions a.btn-bed {
    background: #231F20;
    color: #fff;
}
.popup-actions a.btn-pass:hover,
.popup-actions a.btn-ticket:hover{
    background: #231F20;
    color: #fff;
}
.popup-content .event-popup-content .swiper-button-prev,
.popup-content .event-popup-content .swiper-button-next{
    display: none;
}
.product-field.guest-field.form-group-last {
    display: block;
    text-align: left;
}
.product-field.guest-field.form-group-last label {
    width: 100%;
}
.product-field.arrival-time-field {
    text-align: left;
}
.product-field.arrival-time-field label {
    width: 100%;
}
.product-field.guest-field.form-group-last .select2 {
    width: 100%;
    min-width: 95px;
    max-width: 95px;
}
.product-field.arrival-time-field .select2 .select2-selection--single {
    border: 1px solid #231F20;
    border-radius: 0;
    appearance: none;
    padding: 7px;
    height: auto;
    font-family: MintSans;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: center;
    color: #231F20;
    padding: 8px 30px 6px 16px;
    height: 44px;
}
.product-field.arrival-time-field .select2 .select2-selection--single .select2-selection__rendered{
    font-family: MintSans;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: center;
    color: #231F20;
    padding: 0;
}
.product-field.arrival-time-field .select2 .select2-selection--single .select2-selection__arrow {
    display: none;
}
.product-field.arrival-time-field .select2 .select2-selection--single:after {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat center;
    width: 15px;
    height: 17px;
    position: absolute;
    right: 11px;
    top: 13px;
}
.product-field.price-field {
    width: 20%;
    text-align: right;
    margin-top: 35px;
    color: #231F20;
}
.event-image .event-item img {
    aspect-ratio: 426 / 301;
    object-fit: cover;
}
.event-image .event-link.btn {
    position: absolute;
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
    color: #FFFFFF;
    bottom: 30px;
    right: 40px;
}
.event-image .event-link.btn.btn-next-event:after{
    background: url('../images/arr-next-white.svg') no-repeat center;
}
@media only screen and (min-width: 768px) {
    .popup-columns .popup-column{
        flex: 1;
    }
}
@media only screen and (max-width: 1023px) {
    .popup-content{
        padding: 35px 30px;
    }
    .popup-columns .popup-column:not(:last-child) {
        border-right: 0;
        text-align: center;
    }
    .popup-columns .popup-column{
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .popup-actions a{
        max-width: 250px;
    }
    .popup-columns .popup-column{
        padding: 0;
    }
    .popup-content {
        padding: 35px 36px;
    }
    .popup-columns .popup-column:not(:last-child) {
        border-right: 0;
    }
    button.close-popup {
        width: 43px;
        height: 43px;
    }
    .popup-title-group{
        display: none;
    }
    .popup-content .swiper-button-prev,
    .popup-content .swiper-button-next {
        line-height: 1;
    }
    .popup-content .swiper-button-prev:after,
    .popup-content .swiper-button-next::after{
        font-size: 28px;
        line-height: 1;
    }
    .popup-time{
        text-align: center;
        font-size: 18px;
    }
    .popup-event-name{
        font-size: 12px;
        text-align: center;
    }
    .popup-link{
        display: none !important;
    }
}

/* Event Page */
.jet-calendar-months-dropdown__label {
    border: 1px solid #231F20;
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: center;
    padding: 9px 40px 9px 9px;
    text-transform: uppercase;
    line-height: 24px;
    cursor: pointer;
    background: url(../images/arrow-down.svg) no-repeat right 12px center;
}
.jet-calendar-month-lists.active {
    display: block;
}
.jet-calendar-month-lists {
    display: none;
    position: absolute;
    text-align: left;
    background: #fff;
    padding: 15px;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 1px 5px 0px;
}
.jet-calendar-month-lists .jet-calendar-month-option {
    width: auto;
    height: auto;
    justify-content: flex-start;
}
.jet-calendar-month-lists .jet-calendar-month-option:not(:last-child) {
    margin-bottom: 8px;
}
.jet-calendar-months-dropdown {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    position: relative;
}
.jet-calendar-caption {
    padding-bottom: 44px;
}
.jet-calendar-week__day.day-pad .jet-calendar-week__day-wrap {
    opacity: 0;
}
.jet-calendar-week__day{
    padding: 0;
}
.jet-calendar-week__day{
    padding: 0;
}
.jet-calendar-week__day .elementor-element.e-con-boxed {
    padding: 0;
}
.jet-calendar-week__day .elementor-element.e-con-boxed .jet-listing img {
    max-height: 90px;
    object-fit: cover;
    min-height: 90px;
}
.jet-calendar-week__day-date {
    justify-content: center;
    font-family: 'MintSans';
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #231F20;
}
.jet-calendar-header__week-day {
    font-family: "Walkway Black", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: right;
    border: 0px;
    border-left: 1px solid;
}
thead tr:first-child th.jet-calendar-header__week-day{
    border-bottom: 0;
    border-top: 0;
    color: #231F20;
}
.jet-calendar-header__week-day:last-child {
    border-right: 1px solid;
}
.jet-calendar-week__day {
    border: 0px;
    border-left: 1px solid;
    overflow-x: hidden;
    padding-top: 30px;
}
.jet-calendar-week__day .elementor-element.e-con-boxed .e-con-inner {
    gap: 12px;
}
.jet-calendar-week__day:last-child {
    border-right: 1px solid;
}
.jet-calendar-caption__name{
    font-family: MintSans;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #231F20;
    position: absolute;
    left: -205px;
    transform: rotate(-90deg);
    top: 260px;
    text-transform: uppercase;
}
.jet-calendar-caption__wrap .jet-calendar-nav__link {
    position: absolute;
    right: 0px;
    top: 393px;
    transform: translateY(-50%) rotate(90deg);
    width: auto;
    height: auto;
}

@media (min-width: 1600px){
    .jet-calendar-caption__wrap .jet-calendar-nav__link {
        right: -138px;
    }
}
.jet-calendar-caption__wrap .jet-calendar-nav__link:hover {
    color: #BC9C77 !important;
}
.jet-calendar-caption__wrap .jet-calendar-nav__link span {
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    margin-right: 30px;
}
.jet-calendar-caption__wrap .jet-calendar-nav__link.nav-link-next span {
    order: 2;
    margin-right: 0;
    margin-left: 30px;
}
.jet-calendar-caption__wrap .jet-calendar-nav__link svg {
    transform: rotate(-90deg) !important;
    height: auto;
}
.jet-calendar-nav-container {
    display: flex;
    justify-content: center;
}
.jet-calendar-nav__link.nav-link-next {
    background-color: #FFFFFF;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 0;
    width: 100%;
    max-width: 200px;
    /* margin: 63px auto; */
    margin-top: 63px;
    margin-right: 20px;
    margin-bottom: 63px;
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: center;
    text-transform: uppercase;
    height: 44px;
}
.jet-calendar-nav__link.nav-link-next:hover{
    background: var(--e-global-color-primary);
    color: #fff;
}
.jet-calendar-caption__wrap .jet-calendar-nav__link.nav-link-next {
    border: 0;
    width: auto;
    height: auto;
    top: 550px;
    margin: 0;
    right: -115px;
    background: transparent;
    color: var(--e-global-color-primary);
}
.jet-calendar-day-title {
    font-family: MintSans;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #231F20;
    line-height: 1;
}
.jet-calendar-wrap {
    display: flex;
    align-items: center;
}
.jet-calendar-mobile {
    display: none;
}
.jet-calendar-mobile-grid {
    display: flex;
    flex-wrap: wrap;
}
.jet-calendar-mobile-grid .jet-calendar-mobile-day {
    width: 50%;
}
.jet-calendar-week__day-wrap .jet-calendar-week__day-content {
    display: block;
}
.jet-calendar-week__day-wrap .jet-calendar-week__day-content .jet-listing-dynamic-image img {
    max-height: 93px;
    object-fit: cover;
    min-height: 93px;
}
.jet-listing-dynamic-image{
    cursor: pointer;
}
.jet-calendar-week__day-header{
    padding: 0 15px;
    justify-content: space-between !important;
    align-items: flex-end;
}
.jet-calendar.jet-listing-calendar {
    margin-top: 68px;
}
.jet-calendar-caption__wrap{
    margin-top: 40px;
}
.jet-calendar-week__day .elementor-element.e-con-boxed .e-con-inner .jet-listing-dynamic-field__content {
    text-align: right;
    font-size: 9px;
    line-height: 16.2px;
    letter-spacing: 0.24em;
}
.jet-listing-dynamic-field{
    padding: 0 20px;
}
.elementor-widget-jet-listing-dynamic-field .elementor-widget-container {
    margin: 0 !important;
}
.jet-calendar-mobile-nav button:hover,
.jet-calendar-mobile-nav button:focus{
    background: #231F20;
    color: #fff;
}
.jet-calendar-week__day-weekday {
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
    color: #231F20;
    text-transform: uppercase;
    display: none;
    margin-bottom: 5px;
}
.special-event-wrapper .product-wrapper.disabled .product-field.guest-field, 
.special-event-wrapper .product-wrapper.disabled .product-field.arrival-time-field,
.special-event-wrapper .product-wrapper.disabled .product-field .product-name, 
.special-event-wrapper .product-wrapper.disabled .product-field .product-description {
    opacity: 0.5;
    margin: 0;
}
.special-event-wrapper .product-wrapper .product-field .product-stock-count {
    font-size: 11px;
    line-height: 11px;
}
@media screen and (max-width: 1400px) {
    .jet-calendar-caption__wrap .jet-calendar-nav__link{
        right: -100px;
    }
    .jet-calendar-caption__wrap .jet-calendar-nav__link.nav-link-next{
        right: -78px;
    }
}
@media screen and (max-width: 1279px) {
    .jet-calendar-caption__name{
        left: -185px;
    }
}
@media screen and (max-width: 1025px) {
    .jet-calendar-week__day-mobile-wrap{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .jet-calendar-week__day-date  {
        font-size: 40px;
    }
    .jet-calendar-header__week-day {
        font-size: 14px;
    }
    .jet-calendar-desktop{
        display: none;
    }
    .jet-calendar-mobile{
        display: block;
    }
    .jet-calendar-nav__link.nav-link-next{
        display: none;
    }
    .jet-calendar-months-dropdown {
        margin-right: auto;
        margin-bottom: 52px;
        max-width: 250px;
        position: relative;
    }
    .jet-calendar.jet-listing-calendar {
        margin-top: 10px;
    }
    .jet-listing-dynamic-field {
        padding: 0 15px;
    }
    .jet-calendar-week__day-wrap .jet-calendar-week__day-content .elementor-element {
        padding: 0;
    }
    .jet-calendar-mobile-grid .jet-calendar-mobile-day{
        border-right: 1px solid #231F20;
        padding-bottom: 7px;
    }
    .jet-calendar-mobile-grid .jet-calendar-mobile-day:nth-child(2n+1){
        border-left: 1px solid #231F20;
    }
    .jet-calendar-months-dropdown__label{
        padding: 12px;
    }
    .jet-calendar-week__day-wrap .jet-calendar-week__day-content .elementor-element .e-con-inner {
        gap: 10px;
    }
    .elementor-3278 .elementor-element.elementor-element-1dd6854 .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
        text-align: right;
    }
    .jet-calendar-mobile-nav {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .jet-calendar-mobile-nav button {
        border: 1px solid #231F20;
        border-radius: 0;
        font-family: Walkway Black;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.24em;
        text-align: center;
        color: #231F20;
        text-transform: uppercase;
        padding: 12px 20px;
        min-width: 134px;
    }
    .popup-content .event-popup-content .swiper-button-prev, .popup-content .event-popup-content .swiper-button-next {
        display: block;
        top: 67%;
        width: auto;
        height: auto;
    }
    .popup-content .event-popup-content .swiper-button-prev{
        left: -10px;
    }
    .popup-content .event-popup-content .swiper-button-next{
        right: -10px;
    }
    .product-field.guest-field.form-group-last .select2 {
        min-width: 88px;
        max-width: 88px;
    }
    .jet-calendar-week__day-weekday{
        display: block;
    }
}