@font-face {
    font-family: 'Unbounded';
    src: url('../assets/fonts/Unbounded-Regular.woff') format('woff'), url('../assets/fonts/Unbounded-Regular.woff') format('woff'),
        url('../assets/fonts/Unbounded-Regular.woff2') format('woff2'), url('../assets/fonts/Unbounded-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap */
    ;
}


.uv-mt30 {
    margin-top: 30px;
}

.uv-mt50 {
    margin-top: 50px;
}

.uv-mt60 {
    margin-top: 60px;
}

.uv-max-w150 {
    max-width: 150px;
}

.uv-pb150 {
    padding-bottom: 150px;
}

.uv-icon-eye {
    position: absolute;
    width: 50px;
    height: 32px;
    background: url(../assets/icons/icon-eye.png) center center no-repeat;
    background-size: contain;
    z-index: 9;
}

.uv-icon-lock {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../assets/icons/icon-lock.svg) center center no-repeat;
    background-size: contain;
    z-index: 9;
    top: -2px;
}

.uv-card-cont .uv-icon-lock {
    width: 125px;
    height: 125px;
}

/* Event Card */
.uv-event-card {
    /*
    border: solid 2px #fff;
    background-color: #fff;*/
    border: solid 2px #000;
    background-color: #000;
}

.uv-langing-events .wp-block-column {
    padding: 0px;
}

.uv-event-card .uv-event-card-cont {
    position: relative;
}

.uv-event-card img {
    object-fit: contain;
    min-height: auto;
    width: 100%;
    height: auto;
}

.uv-event-card .uv-langing-event-venue {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    top: 2%;
    left: 4%;
    z-index: 9;
}

.uv-event-card .uv-langing-event-info {
    position: absolute;
    pointer-events: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    bottom: 0px;
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 2% 4%;
}

.uv-event-card .uv-langing-event-info.uv-landing-event-info-overlay {
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.uv-event-card .uv-langing-event-info .uv-langing-event-date {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.uv-event-card .uv-langing-event-info .uv-langing-event-artist {
    font-size: 28px;
    font-weight: 300;
    line-height: 37px;
    text-transform: uppercase;
}

.uv-event-card .eventitem-btns {

    height: auto;
    width: 100%;
    background: #ffffff;
}

.uv-event-card .eventitem-btns div {
    float: none;
    width: 100%;
    padding: 15px;
    position: relative;
    height: 100%;
    text-align: center;
}

.uv-event-card .eventitem-btns div .uv-btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.28;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 12px;
    min-width: 100%;
    height: 40px;
    transition: all .3s linear;
}

.uv-event-card .eventitem-btns div .uv-btn:is(:hover, :focus) {
    background: #fff;
    color: #000;
    transition: all .3s linear;
}

.uv-event-card .uv-event-card-list-cont {
    display: flex;
    flex-direction: row;
    background: #fff;
    border: solid 2px #fff;
    justify-content: space-between;
    align-items: center;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-img {
    width: 23%;
    line-height: 0;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-info {
    width: 46%;
    padding-left: 4%;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-btn {
    width: 31%;
    text-align: right;
    padding-right: 10px;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-info .uv-event-card-list-info-name,
.uv-event-card .uv-event-card-list-cont .uv-event-card-list-info .uv-event-card-list-info-date {
    font-weight: bold;
    text-transform: uppercase;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-info .uv-event-card-list-info-date {
    font-size: 13px;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-info .uv-event-card-list-info-name span {
    display: block;
    font-size: 3vw;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-info .uv-event-card-list-info-date {
    padding-bottom: 10px;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-info .uv-event-card-list-info-venue {
    text-transform: uppercase;
    font-size: 2.82vw;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-btn .uv-btn {
    background: #000;
    color: #fff;
    max-width: 110px;
    width: 100%;
    min-width: auto;
}

.uv-event-card .uv-event-card-list-cont .uv-event-card-list-btn .uv-btn:hover {
    background: #fff;
    color: #000;
}

.uv-event-card.uvshowmobileinlist .uv-event-card-list {
    display: none;
}

.uv-event-card .uv-event-card-images {
    overflow: hidden;
}

.uv-event-card .uv-event-card-images::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, #000 -51%, #00000000 50%) 0% 0% no-repeat padding-box;
    opacity: .85;
    z-index: 1;
}

.uv-event-card .uv-event-card-images img {
    transition: ease-in 0.5s;
}

.uv-event-card .uv-event-card-images img:hover {
    transform: scale(1.1);
}

.uv-langing-event-info .uv-langing-event-artist span {
    display: block;
    font-size: 16px;
}

@media(max-width:768px) {
    .uv-event-card.uvshowmobileinlist .uv-event-card-list {
        display: block;
    }

    .uv-event-card.uvshowmobileinlist .uv-event-card-box {
        display: none;
    }

    .uv-event-card img {
        min-height: auto;
    }
}


body .uv-card-landing .uv-line {
    margin: 40px auto;
}

body .uv-card-landing .uv-section-bg {
    background-size: contain;
    background-attachment: scroll;
}

.uv-card-landing .uv-section-darkoverlay {
    background-color: rgba(0, 0, 0, .55);
}

body .uv-card-landing .uv-section-bg::before {
    height: 60%;
}

body .uv-card-landing .uv-langing-events {
    gap: 2em;
}

.uv-card-landing .uv-zouk-single {
    margin-bottom: 40px;
}

.uv-event-card.uvshowmobileinlist .uv-event-card-list {
    display: none;
}

.uv-event-cards .uv-section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

body .uv-event-cards .uv-section-inner .uv-event-card {
    flex-basis: calc(32% - 10px);
}

.uv-american-express-img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1201px) {
    .uv-card-landing .uv-event-card img {
        min-height: 400px;
    }
}

@media (max-width: 1080px) and (min-width: 768px) {
    .uv-card-landing {
        padding: 115px 0 50px !important;
    }

    .uv-edc2024-section .uv-card-landing {
        padding: 0px 0 50px !important;
    }

    body .uv-card-landing .uv-langing-events {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        gap: 25px;
    }

    body .uv-card-landing .uv-langing-events .wp-block-column {
        max-width: 100%;
    }

}


@media (max-width: 768px) {
    body .uv-card-landing .uv-langing-events {
        gap: 1em;
    }

    body .uv-card-landing .uv-line {
        width: 150px !important;
        margin: 10px auto 40px;
    }

    .uv-card-landing .uv-zouk-single {
        margin-bottom: 30px;
    }

    .uv-sep {
        height: 30px !important;
    }

    .uv-card-landing .uv-sep {
        height: 15px !important;
    }

    .uv-event-card.uvshowmobileinlist .uv-event-card-list {
        display: block;
    }

    .uv-event-card.uvshowmobileinlist .uv-event-card-box {
        display: none;
    }

    body .uv-event-cards .uv-section-inner .uv-event-card {
        flex-basis: 100%;
    }
}


/* custom aniversary pass */
.uv-zouk-aniversary-pass p {
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 20px;
}

.uv-zouk-aniversary-pass .uws-event-inventory {
    padding: 0 20px;
}

.uv-zouk-aniversary-pass .uws-booktype-BKT101932 a.uwsjs-booktypetoggle {
    pointer-events: none;
}

.uv-zouk-aniversary-pass .uws-booktype-BKT101932 a .uwsicon-down-open {
    display: none;
}




/*Circle text*/
.uv-circle {
    display: grid;
    place-items: center;
    background: #00000087;
    height: 280px;
    width: 280px;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.uv-circle-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 60px;
}

.uv-circle-text {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0;
    position: absolute;
}

.uv-circle-text span {
    position: absolute;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 30px;
    text-transform: uppercase;
}

/* end Circle text*/

.uv-uppercase {
    text-transform: uppercase;
}

.uv-w50 {
    width: 50%;
}

.uv-bgblack {
    background-color: #000;
    color: #fff;
}

.uv-max-w600 {
    max-width: 600px;
}

.uv-banner-black {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.uv-banner-black .uv-max-w600 {
    margin-left: auto;
    margin-right: auto;
}

.uv-btn-round a {
    background: #000;
    /*border: solid 2px #fff;*/
    text-transform: uppercase;
    cursor: auto;
}

.uv-banner-black::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6811099439775911) 21%, rgba(0, 0, 0, 1) 44%);
    height: 100%;
    width: 60%;
    top: 0;
    left: 0;
    content: "";
}

.uv-font-Unbounded {
    font-family: 'Unbounded', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.uv-color-white a {
    color: #fff;
}

.uv-btn-corner-round a {
    width: 215px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: transparent;
    border: solid 1px;
}

.uv-member-register .uv-section-bg {
    background-size: auto;
    background-color: #000;
    background-position: right;
}

.uv-member-register-cont h2 {
    font-weight: 600;
    font-size: 45px;
}

.uv-member-register-cont .uv-circle-1 {
    box-shadow: -19px -20px 50px 40px rgb(249 182 249 / 40%),
        -20px 13px 30px 11px rgb(206 22 22 / 30%),
        20px -7px 20px 15px rgb(206 22 22 / 30%),
        20px 18px 20px 9px rgb(249 182 249 / 10%);
}

.uv-member-register-cont .uv-circle-2 {
    box-shadow: -19px -20px 50px 40px rgb(238 91 63 / 40%),
        -20px 13px 30px 11px rgb(232 226 220 / 30%),
        20px 5px 20px 15px rgb(255 249 180 / 40%),
        20px 18px 20px 9px rgb(249 182 249 / 10%);
}

.uv-member-register-cont .uv-circle-3 {
    box-shadow: -19px -20px 50px 40px rgb(228 63 238 / 40%),
        -8px 20px 30px 20px rgb(0 192 255 / 12%),
        20px -7px 20px 20px rgb(31 201 212 / 40%),
        11px 20px 20px 11px rgb(0 219 255 / 30%);
}

.uv-member-faqs-btn {
    width: 100%;
    max-width: 800px;
    padding: 0 20px 20px 20px;
}

.uv-member-faqs-btn a {
    width: 100%;
    background: #fff;
    color: #000;
    border: solid 1px #fff;
}

.uv-member-faqs-btn a:visited {
    color: #000;
}

.uv-member-faqs-btn a:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

@media (max-width: 900px) {
    .uv-circle {
        height: 240px;
        width: 240px;
    }
}

.uv-member-onetribe .uv-member-opcolor {
    text-transform: uppercase;
}

.uv-member-star .uv-btn-corner-round a {
    border-color: rgb(205 205 150);
}

.uv-member-star .uv-member-opcolor {
    color: rgb(205 205 150);
    text-transform: uppercase;
}

.uv-member-sun .uv-btn-corner-round a {
    border-color: rgb(194, 97, 100);
}

.uv-member-sun .uv-member-opcolor {
    color: rgb(194, 97, 100);
    text-transform: uppercase;
}

.uv-member-kaleidoscope .uv-btn-corner-round a {
    border-color: rgb(138, 203, 236);
}

.uv-member-kaleidoscope .uv-member-opcolor {
    color: rgb(138, 203, 236);
    text-transform: uppercase;
}

.uv-member-register-cont .uv-menu-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.uv-member-register-cont .uv-menu-options li {
    padding: 0 20px 10px;
    cursor: pointer;
}

.uv-member-register-cont .uv-menu-options li.active {
    border-bottom: solid 1px;
}

.uv-member-register-cont .uv-menu-options li {
    margin: 0 20px;
}

.uv-membercard {
    display: none;
}

.uv-membercard.active {
    display: block;
}

@media (max-width: 950px) {
    .uv-btn-corner-round a {
        font-size: 14px;
        width: 175px;
    }
}

@media (max-width: 768px) {
    .uv-member-register .uv-w50 {
        width: 100%;
    }
}

.uv-arrow-right img {
    max-width: 45px;
}

.uv-flex-bottom>.wp-block-column {
    display: flex;
    align-items: flex-end;
}

.uv-zouk-z img {
    max-width: 90px;
}


.uv-btn-kaleidoscope:before {
    position: absolute;
    width: 50px;
    height: 32px;
    background: url(../assets/icons/icon-eye.png) center center no-repeat;
    background-size: contain;
    z-index: 9;
}

/*Card slider*/
.uv-card-cont {
    display: flex;
    gap: 10px;
}


.uv-card-cont div {
    flex: 1;
}

.uv-card-cont .uv-image img {
    position: relative;
    height: auto;
}



.uvhome-venueslider .swiper-slide.uv-boxitem {
    padding-top: 0;
    /*50.39%;*/
}

.uvhome-venueslider .swiper-slide.uv-boxitem .color-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.06%, rgba(0, 0, 0, 0.67) 100%);
    opacity: 1;
}

.uvhome-venueslider .swiper-pagination,
.uvhome-venueslider2 .swiper-pagination {
    top: 0;
    z-index: 9;
    bottom: auto;
    display: flex;
    justify-content: space-between;
}

.uvhome-venueslider2 .swiper-pagination {
    position: relative;
}

.uvhome-venueslider .swiper-pagination-bullets .swiper-pagination-bullet,
.uvhome-venueslider2 .swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    background: none;
    width: 100%;
    height: auto;
    color: #FFF;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    opacity: 1;
    padding-bottom: 14px;
    border-radius: 0;
    margin: 0 18px;
    /*margin-bottom: 2%;*/
    text-align: center;
}

.uvhome-venueslider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*
.uv-member-register-cont .uvhome-venueslider .swiper-wrapper {
    padding-top: 50px;
}*/

.uvhome-venueslider .swiper-pagination-bullets .swiper-pagination-bullet button,
.uvhome-venueslider2 .swiper-pagination-bullets .swiper-pagination-bullet button {
    all: unset;
    line-height: 1.42;
    width: 100%;
    height: 100%;
}

.uvhome-venueslider .swiper-pagination-bullets .swiper-pagination-bullet-active:after,
.uvhome-venueslider2 .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    content: "";
}

@media (max-width: 768px) {
    .uv-card-cont {
        flex-direction: column;
    }

    .uvhome-venueslider .swiper-pagination,
    .uvhome-venueslider2 .swiper-pagination {
        display: flex;
        justify-content: flex-start !important;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .uvhome-venueslider .swiper-pagination-bullets .swiper-pagination-bullet,
    .uvhome-venueslider2 .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 40% !important;
        margin: 0 5px !important;
    }


}

@media (max-width: 500px) {
    .uv-member-register-cont .uvhome-venueslider .swiper-wrapper {
        padding-top: 80px;
    }

    .uv-member-register-cont h2 {
        font-size: 32px;
    }
}

.uv-card-cont .uv-text .uv-lock {
    max-width: 50px;
    height: auto;
}

.uv-card-cont .uv-text {
    position: relative;
    min-height: 100px;
}

.uv-card-cont .uv-text .uv-imagecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.uv-tripleseat-form table {
    width: 100%;
}

.uv-tripleseat-form table input {
    width: 100%;
}

#tripleseat_embed_form .button {
    padding: 20px 10px;
    color: #fff;
}

.uv-tripleseat-form .row_event_date {
    position: relative;
}

.uv-tripleseat-form .row_event_date .ui-datepicker {
    top: 50px !important;
    left: 0px !important;
}

.uv-tripleseat-form .ui-datepicker {
    min-width: 300px;
}

.uv-tripleseat-form .ui-datepicker a {
    height: auto;
    border-bottom: solid 0px #9A9A9A !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.uv-tripleseat-form .ui-datepicker a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uv-tripleseat-form .ui-datepicker .ui-datepicker-header a {
    height: 50px;
}

body div.timeselect {
    width: 180px;
}

body div.timeselect a {
    margin-bottom: 10px;
}

@media(max-width:600px) {
    .uv-card-cont .uv-text {
        min-height: 100px;
        max-height: 350px;
        overflow: auto;
        margin-bottom: 50px;
    }
}

/* cta-images hover image  */
.uvhovertext .uv-lazyimage {
    filter: grayscale(0%);
    transition: 0.3s;
}

.uvhovertext a:hover .uv-lazyimage {
    filter: grayscale(100%);
}

.uvhovertext .uv-hovertext-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #00000091;
}

.uvhovertext a:hover .uv-hovertext-cont {
    opacity: 1;
}

.uvhovertext .uv-hovertext-cont .uv-hovertext {

    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2rem;

}

.uvhovertext .uv-hovertext-cont .uv-hovertext p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2rem;
}


.uv-column-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .uv-dishes-section .wp-block-spacer {
        height: 5px;
    }
}

.uv-dishes-section table td,
.uv-dishes-section table th {
    border-color: #878a8e;
}

.uv-dishes-section .wp-block-table thead {
    border-color: #878a8e;
}

.uv-custom-btn-a a {
    background-color: #1A1D21;
    padding: 4px 8px;
    color: #fff;
    border-radius: 25px;
}

/* event */
.uv-event-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    height: 0;
    margin-top: 50px;
}

.uv-event-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.uws-inventory-list .uws-booktype-item>a {
    background-color: var(--uws-primary-color);
    color: var(--uws-primary-oposite-color);
}

.uws-inventory-list .uws-booktype-item>a i {
    background-color: var(--uws-primary-oposite-color);
    color: var(--uws-primary-color);
}

.uws-inventory-list .uws-booktype-item .uwsbooktypenamenamecont svg * {
    fill: var(--uws-primary-oposite-color);
}

.uws-inventory-listcont .uws-inventory-3dmaplink .uvtitle {
    font-weight: 700;
}

[class^="uwsicon-"]:before,
[class*="uwsicon-"]:before,
.uws-inventory-list .uws-booktype-item>a i:before,
.uws-events-controls .uwshascalincon>i:before,
.uws-events-controls .uwsviews>ul>li>a span:before,
.uws-events-controls .uwsviews>ul>li>a i:before {
    font-family: "uwsicon";
}

.uws-inventory-load .uws-invitems-list .uws-inventory-item .uwsactions .uws-btn,
.uws-map-item-box .uws-inventory-item .uwsactions .uws-btn {
    text-transform: uppercase;
}

@media(max-width:600px) {
    body .uws-invitems-list .uws-inventory-item .uwspricecont {
        width: 100%;
    }
}

/* end event */

/* events */
.uws-events-controls .uws-dropdown-cont>a {
    min-width: 12em;
    padding: 0.8em;
    border: 1px solid var(--uws-input-border);
    border-radius: 0;
    text-transform: uppercase;
}

.uws-events-controls .uwsviews>ul>li>a {
    background: transparent;
}

.uws-events-controls .uwsviews>ul>li>a span {
    text-transform: uppercase;
}

.uws-events-controls .uws-dropdown li button,
.uws-events-controls .uws-dropdown li a {
    text-transform: uppercase;
    text-align: center;
}

/* end events */

/* Map */
.uws-map .uws-map-controls .uwsdatesel a,
.uws-map .uws-map-controls .uwsvenuesel a,
.uws-map .uws-map-controls .uwsecozonesel a {
    height: 3.125em;
    border-radius: 0;
    text-transform: uppercase;
}

.uws-map .uws-map-controls .uwsviews li a {
    font-weight: 700;
}

.uws-integration .litepicker .container__days .day-item.is-locked {
    color: var(--litepicker-is-locked-color);
}

.uws-integration .litepicker .container__days .day-item.is-today {
    color: #f88783;
}

.uws-map-view-list .uws-map-list-cont>.uws-booktype.uws-booktype-item {
    display: none;
}

.uws-map .uws-map-item-box .uws-inventory-item .uwsactions .uws-btn {
    text-transform: uppercase;
}

/*end  Map */


.uv-tastes-world  .uv-sec-covers .swiper-slide a img {
    min-height: 455px;
}