/*!/wp-content/themes/uvtheme/css/liv-styles.css*//* Global Homepage*/
:root {
    --uws-main-color: #ffffff !important;
    --uws-input-border: #ffffff22 !important;
}

@font-face{font-display:swap;font-family:Gotham-Medium;src:url(/wp-content/themes/uvtheme/assets/fonts/Gotham/GothamMedium.ttf)
format("truetype");font-weight:500;font-style:normal;}

@font-face{font-display:swap;font-family:Gotham-Bold;src:url(/wp-content/themes/uvtheme/assets/fonts/Gotham/GothamBold.ttf)
format("truetype");font-weight:700;font-style:normal;}

body[data-venue="miami"] .uwsvenuesel {
    display: none;
}

body[data-venue="las-vegas"] .uwsvenuesel {
    display: block;
}

/* Venues Header section */
.splash-venues-section {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1010px;
    margin: auto;
}

.events-custom-styles .uws-agenda-item-default .uwsflyercont .event-details {
    display: none;
}

body .uv-page-header-menu ul #menu-item-5635 div.uv-submenu,
body .uv-page-header-menu ul #menu-item-5654 div.uv-submenu {
    width: 210px;
}

.splash-venues-section .splash-venu-img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
}

.splash-venues-section .uv-section-single-splash {
    position: relative;
    overflow: hidden;
}

.splash-venues-section .uv-section-single-splash img {
    overflow: hidden;
    transition: all .25s ease-in-out;
    position: relative;
}

.page-id-69 .events-custom-styles .uws-agenda-default .uwsinfo {
    text-align: center;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px #00000029;
    color: #ffffff;
    border: solid 1px #0f0f0f;
    border-top: solid 0px;
    border-bottom: solid 2px #fff;
}

body .events-custom-styles .uws-agenda-default .uwsinfo .uws-btn-s {
    background: var(--uv-btn-color);
    border: solid 1px var(--uv-btn-color);
    color: #ffffff !important;
    width: 100%;
}

.splash-venues-section .uv-section-single-splash:hover img {
    scale: 1.1;
}

.splash-venues-section .uv-section-single-splash::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .5);
}

.splash-venues-section .uv-splash-venue-name {
    left: 50%;
    position: absolute;
    top: 54%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 39px;
    color: white;
    z-index: 1;
}


.swaper-min-heigh {
    min-height: 800px !important;
}

.swaper-min-heigh .swiper-slide {
    height: 100%;
}

.uv-main-splash-section {
    margin-top: -600px;
}

.global-home-logo img {
    max-width: 225px;
    margin-bottom: 80px;
}

.global-home-title {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
}

.global-subtitle {
    color: white;
    font-size: 22px;
    margin: 20px 0px 40px 0px;
    text-transform: uppercase;
    font-weight: 400;
}

.news-carousel {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.news-carousel .swiper-button-prev,
.news-carousel .swiper-button-next {
    color: #000;
    z-index: 22;
    text-shadow: 0px 0px 5px #fff;
}

.news-carousel .swiper-button-next {
    right: -10px;
    left: auto;
}

.news-carousel .swiper-button-prev {
    left: -10px;
    right: auto;
}

.news-carousel .swiper-button-prev:after,
.news-carousel .swiper-button-next:after {
    font-size: 22px;
}

.dates-square {
    position: absolute;
    background: black;
    padding: 10px 16px;
    text-align: center;
    color: white;
    right: 10px;
    top: 10px;
}

.month-sq {
    font-size: 12px;
    text-transform: uppercase;
}

body .taste-info-section {
    opacity: 1;
}

body .uv-faq-modern-answer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
}

.day-sq {
    font-size: 26px;
}

.uv-home-section-title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 40px;
}

.home-latest-news {
    padding: 190px 20px;
}

.news-carousel .read-more-new {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem !important;
    font-weight: 700;
}

body .uws-calcell-pop.uws-pop-cont .uws-pop-box>.uws-closepop {

    color: #ffffff;
}

.news-carousel .read-more-new::after {
    content: " ";
    width: 30px;
    background-image: url(/wp-content/themes/uvtheme/css/icons/arrow-btn.svg);
    display: inherit;
    height: 19px;
    background-repeat: no-repeat;
    background-position: 10px 1px;
    filter: invert(100%);
}

.uv-page-header-menu ul li.menu-item-has-children:after {
    background: url(/wp-content/themes/uvtheme/css/icons/arrow-collapse-wt.svg) center center no-repeat;
}

.news-carousel .read-more-new:hover:after {
    animation: bounce .35s linear 1;
    transition-timing-function: cubic-bezier(0.7, 0, 0.4, 1);
}

.news-carousel .uv-text {
    padding: 20px;
}

.news-carousel .uv-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    min-height: 80px;
}

.news-carousel .swiper-slide,
.grid-post {
    /*box-shadow: 0px 9px 10px 0px #00000029;
   */
    border: solid 1px #5E5E5E;
}

body .uv-eventscarousel .eventitem .uv-boxitem,
body .uws-agenda-cols-5 .uws-agenda-default>div .uwsflyercont::before {
    padding-top: 55.625%;
    border-top: solid 0 #FFF;
}
body[data-venue="miami"] .uv-eventscarousel .eventitem .uv-boxitem,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uv-eventscarousel .eventitem .uv-boxitem {
    padding-top: 100%;
}

body .uws-cal-date .uws-cal-single-default::before {
    padding-top: 140%;
}

.uv-ev-date {
    display: flex;
    flex-direction: column;
    width: 70px;
}

.event-item-details {
    display: flex;
    padding: 10px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0px;
    background: #000000;
}

body .hd-link {
    color: #fff;
}

body .hd-link:hover {
    color: #fff;
}

body .uws-agenda-default {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -1.4em;
    gap: 15px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}


.uws-venkey-livlasvegas {
    display: none;
}

body .uws-agenda-cols-3 .uws-agenda-default>div {
    width: calc(33.33333% - 10px);
    flex: unset;
}

.events-custom-styles .uws-agenda-item-default .uwsflyercont {

    max-height: none;
}

body .uws-agenda-default>div {
    padding-left: 0;
    padding-right: 0;
}

.global-home-faq {
    position: relative;
    overflow: hidden;
}

.home-latest-news::after {
    content: '';
    width: 70%;
    height: 90%;
    position: absolute;
    left: -30%;
    bottom: -36%;
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(56, 74, 98, 0.63) 0%, rgba(21, 28, 37, 0.00) 100%);
    mix-blend-mode: lighten;
    filter: blur(150px);
}

body .uv-eventscarousel .swiper-button-prev,
.uv-eventscarousel .swiper-button-next,
body .news-carousel .swiper-button-prev,
.news-carousel .swiper-button-next {
    color: #fff;
    z-index: 22;
    text-shadow: 0px 0px 5px #fff;
    background: black;
    width: 44px;
    border-radius: 62px;
    font-size: 20px;
    top: 35%;
    transition: all .3s linear;
}

body .news-carousel .swiper-button-prev,
.news-carousel .swiper-button-next {
    top: 50%;
}

.end.uv-eventscarousel .swiper-button-next,
.end.news-carousel .swiper-button-next {
    opacity: .5;
}

body .uv-eventscarousel .swiper-button-prev:after,
body .uv-eventscarousel .swiper-button-next:after,
body .news-carousel .swiper-button-prev:after,
body .news-carousel .swiper-button-next:after {
    font-size: 12px;
    font-weight: 700;
}

.global-home-faq .uv-faq-modern-item .uv-faq-counter {
    display: none;
}

.global-home-faq .uv-eventscarousel {
    padding: 0 66px;
}

.uv-ev-headinfo {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 15px;
    display: flex;
    justify-content: center;
}

body .uv-eventscarousel .eventitem .venueurl,
body .events-custom-styles .uws-agenda-item-default .uwsflyercont .venueurl {
    background: white !important;
    border-radius: 20px;
    padding: 4px 9px 4px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 9px 4px;
    z-index: 12;
    letter-spacing: 1px;
    display: block;
    color: black;
}

.news-carousel .swiper-wrapper {
    padding-bottom: 20px;
}

.uv-ev-weekday {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.uv-ev-month {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.uv-ev-day {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.uv-venue-location {
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
    color: #aaaaaa;
    margin-bottom: 2px;
}

.uv-event-name-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.uv-black-grd {
    position: relative;
}

.uv-black-grda {
    position: relative;
}

.uv-eventscarousel .eventitem .uv-boxitem:after,
.uv-black-grda::after {
    content: " ";
    display: none;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    /* height: 50%; */
    height: 150px;
    top: inherit;
    position: absolute;
    bottom: -0px;
    right: 0;
    left: 0;
    z-index: 9;
}


.page-id-5576 .uv-eventscarousel .eventitem .uv-boxitem:after,
.page-id-5576 .uv-black-grda::after {
    content: " ";
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    /* height: 50%; */
    height: 150px;
    top: inherit;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    z-index: 9;
}

.uv-carousel-lat::after {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    bottom: 0px;
    right: 0px;
    transition: all .55s ease-out;
}

.uv-ev-headinfo {
    position: relative;
}

.uv-ev-headinfo::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 90%;
    background: #ffffff;
    opacity: .5;
    left: 0px;
    top: 5%;
}

.simple-grid-gallery .masorny-gallery .uv-div-gal-container {
    flex-basis: calc(25% - 20px);
}

.uv-carousel-lat {
    position: relative;
}

.uv-content.simple-grid-gallery {
    min-height: unset
}

.simple-grid-gallery .uv-galleryscontents>div {

    padding: 0px;
}

.simple-grid-gallery .uv-galleryscontents {

    padding: 0px;
    justify-content: space-between;
}

.simple-grid-gallery .uv-gallery-img {

    max-height: 200px;
}


.uv-carousel-lat:hover::after {
    width: 0%;
    opacity: 0;
}

body .uv-share-cont {
    margin-right: 20px;
}

.global-home-faq {
    padding-bottom: 90px;
}

body .uv-event-container {
    background-color: #0f0f0f;
    margin-bottom: 0px;
}

.uv-image-tour .arrow-icon g,
.uv-image-tour .arrow-icon path {
    stroke: #ffffff !important;

}

body:not(.page-id-1364) .fslightbox-slide-btn-container-next svg,
body:not(.page-id-1364) .fslightbox-slide-btn-container-previous svg {
    display: none;
}

body:not(.page-id-1364) .fslightbox-slide-btn-container-next {
    background: url(/wp-content/themes/uvtheme/css/icons/arrow-li.svg);
    background-repeat: no-repeat;
    max-height: 19px;
    background-size: contain;
    max-width: 26px;
    right: 10% !important;
    padding: 20px;
    background-position: center;
}

body:not(.page-id-1364) .fslightbox-slide-btn-container-previous {
    background: url(/wp-content/themes/uvtheme/css/icons/arrow-li-left.svg);
    background-repeat: no-repeat;
    max-height: 19px;
    background-size: contain;
    max-width: 26px;
    left: 10% !important;
    padding: 20px;
    background-position: center;

}

body #sb_instagram .sbi_follow_btn a,
body #sb_instagram .sbi_follow_btn a {
    background: rgba(0, 0, 0, 0);
    color: var(--uv-btn-color);
    border: solid 1px var(--uv-btn-color);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: unset;
    color: white;
    border-width: 2px;
    border-radius: 0px;
    margin-top: 20px;
    padding: 16px 25px;
    text-transform: uppercase;
    box-shadow: unset;

}

body #sb_instagram .sbi_follow_btn a:hover,
body #sb_instagram .sbi_follow_btn a:focus {
    background: var(--uv-btn-color);
    color: #ffffff;
    box-shadow: unset;

}

body #sb_instagram .sbi_photo_wrap {

    overflow: hidden;
}

body .sbi_photo_wrap a {
    transition: all .35s ease-in-out;
}

body .sbi_photo_wrap:hover a {
    transition: all .35s ease-in-out;
    transform: scale(1.15);
}


body .uv-img-section .uv-text {
    margin: 0 auto 0px;
}

body:not(.page-id-1364) .fslightbox-slide-btn {

    opacity: 0;
}

.uv-image-tour .wp-block-button__link {
    font-weight: 600;
    font-size: 16px !important;
}

body .uv-image-tour .arrow-icon {
    top: -3px;
}

#content {
    margin-bottom: 0px;
}

.global-home-faq .uv-faqscont {
    padding: 0px 0px;
}

.wp-block-buttons-is-layout-flex {
    gap: 25px;
}

.global-home-faq .uv-buttom a {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: solid 1px white;
    padding: 10px 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.faq-text {
    max-width: 434px;
    margin-bottom: 40px;
}

.global-home-faq .uv-buttom a:hover {
    background: #2C7CD9;
    color: white;
    border-color: #2C7CD9;
}

body .homepage-section .home-title-section {
    color: white;
}


.global-home-faq .wp-block-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.uv-arrow-button a::after {
    content: " ";
    width: 30px;
    background-image: url("/wp-content/themes/uvtheme/css/icons/arrow-icon-global.svg");
    display: inherit;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 10px 1px;
}

.uv-arrow-button a:hover::after {
    animation: bounce .35s linear 1;
    transition-timing-function: cubic-bezier(0.7, 0, 0.4, 1);
}

.uv-carousel-lat:hover .bg {
    transform: scale(1.1);
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.global-home-faq .uv-arrow-button.uv-buttom a {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
    color: white;
    border: solid 0px;
    padding: 10px 35px;
    font-size: 15px;
}

.global-home-faq .uv-arrow-button.uv-buttom a:hover {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
    color: white;
    border: solid 0px rgba(0, 0, 0, 0);
    padding: 10px 35px;
    font-size: 15px;
}

.global-home-faq .uv-faq-modern-item {
    position: relative;
    margin-bottom: 0px;
    border-top: solid 1px #5f5f5f;
}

.global-home-faq .uv-faq-modern-item>a {
    padding: 18px 10% 20px 15px;
    color: #ffffff;
}

footer {
    /* border-top: solid 2px #E6E6E6;
    */
    background: #000000;
    border-top: solid 0px #5f5f5f !important;
    flex-wrap: wrap;
}

body .uvmainslider .swiper-button-next,
body .uvmainslider .swiper-button-prev {
    color: #fff;
    z-index: 22;
    text-shadow: 0px 0px 5px #fff;
    background: black;
    width: 44px;
    border-radius: 62px;
    font-size: 20px;
    top: 49%;
    transition: all .3s linear;
}

body .uvmainslider .swiper-button-next:after,
body .uvmainslider .swiper-button-prev:after {
    font-size: 15px;
}

body .news-carousel :is(.swiper-button-prev, .swiper-button-next):is(:hover, :focus) {
    background: #000000 !important;
}

body .uv-venue-footer .uv-btn {
    padding: 13px 10px 13px;
    line-height: 1;
}

.uv-copy-section {
    width: 100%;
}

.global-home-faq .uv-faqs-right .uv-faq-modern-item:last-child {
    border-bottom: solid 1px #5f5f5f;
}

.global-home-faq .uv-faq-modern-item>a:after {
    content: " ";
    background-image: url(/wp-content/themes/uvtheme/css/icons/arrow-collapse.svg);
    background-repeat: no-repeat;
    height: 7px;
    background-size: contain;
    background-position: center;
    right: 5px;
    top: 22px;
    transition: all .20s ease-in;
    filter: brightness(0) invert(1);
}

.global-home-faq .uv-faq-modern-item.active>a:after {
    transform: rotate(180deg);
}

.global-home-faq .uv-faq-modern-item a p {
    margin: 0px;
    font-weight: 300;
    font-size: 14px;
}

.home.page:before {
    content: " ";
    background: rgba(0, 0, 0, 0);
}

.home.page .uv-page-header .uv-header-inner,
.home.page .uv-page-header {
    display: none;
}

.home.page .uv-page-wrapper {
    padding-top: 0px;
}

/* Glogal Home Footer*/
.uv-liv-global-footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uv-liv-global-copyrigth p {
    margin: 0px;
}

.uv-liv-global-menu .legal {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.home footer,
.uv-default-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.uv-accordion-section .uv-section-inner {
    max-width: 840px !important;
}

.uv-accordion-section .uv-section-inner .uv-faq-title-section {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 41px;
}

body .uv-accordion-section .uv-faq-modern-item>a {
    padding: 25px 10% 25px 15px;
    color: #ffffff;
}

body .uv-accordion-section .uv-faq-modern-item a p {
    margin: 0px;
    font-weight: 300;
    font-size: 22px;
}

body .uv-accordion-section .uv-faq-modern-item>a:after {
    top: 30px;
}

.uv-otpcont {
    padding: 34px 5% 34px;
}

.uv-otpcont ul {
    display: flex;
    gap: 20px 66px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.uv-otpcont ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.uv-otpcont ul li a::after {
    content: '';
    width: 100%;
    height: 2px;
    /* background: var(--gray-dark);
    */
    background: #FFF;
    position: absolute;
    bottom: -8px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
}

.uv-otpcont ul li a:is(:hover, :focus)::after {
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

body .uv-section.uv-global-header.subpage-header {
    max-height: 190px;
    padding: unset;
    min-height: 190px;
}

body .uv-accordion-section .uv-faq-modern-item>a p strong {
    text-transform: uppercase !important;
    font-weight: 600;
}

.uv-gray-bg {
    border-top: solid 0px #3f3f3f;
    background: #000000;
    padding: 20px 20px;
}

.uv-venue-footer .footer-inner {
    background: #000000;
}

:is(.uv-default-footer, .uv-venue-footer) ul li a {
    text-transform: uppercase;
}

.uv-big-header .uv-section p {
    font-size: 15px;
    font-family: Montserrat, sans-serif;
}

.uv-faq-modern-item ul li:before {
    content: "•";
    font-size: 17px;
    top: 0;
}

.news-carousel .read-more-new {
    color: white;
}

body .uv-info-group .uv-mini-title,
body .uv-info-group .uv-text,
body .uv-info-group a {
    color: #ffffff;
}

html body .uv-gallery-actions #loadedData {

    background: transparent !important;
    width: 190px;

}

body .uv-venue-footer .uv-btn {
    color: #ffffff !important;
    border: 1px solid var(--uv-btn-color);
}

body .uv-galleryscontents a:hover .uv-gallery-img:after,
body .uv-galleryscontents a:focus .uv-gallery-img:after,
body .uv-galleryscontents a:active .uv-gallery-img:after {
    border-width: 0px;
}

:is(.uv-default-footer, .uv-venue-footer) ul li a {
    color: #ffffff !important;
}

.uv-faq-modern-item>a p strong {
    text-transform: uppercase !important;
}

.uv-imghover {
    min-height: 290px;
}

.uv-imghover img {
    min-height: 290px;
    background-size: cover;
    object-fit: cover;
    max-height: 290px;
    width: 100%;
}

.uv-news-filter {
    padding: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 0px 0px 10px #00000029;
    margin-top: -58px;
}

.news-section .select-venue {
    padding: 10px 30px 10px 10px;
    text-transform: uppercase;
    text-align: left;
    min-width: 100%;
    appearance: none;
    background-image: url(/wp-content/themes/uvtheme/css/icons/arrow-collapse.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 14px;
}

.news-section .news-carousel {
    padding-top: 50px;
}

body .uws-events-controls .uwsviews>ul>li>a {
    color: #ffffff;
}

body .uws-events-controls .uwsfilters a,
body .uws-events-controls .uwsfilters input,
body .uws-events-controls .uwsviews .uws-dropdown-cont>a {
    color: #ffffff;
}

body .uws-events-view-calendar .uwscaldaysnames>div {
    color: #ffffff;
    text-transform: uppercase;
}

body .uws-events-calendar .uws-cal-date {
    border-right: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
}

body .uws-events-calendar {
    border-left: 1px solid #3f3f3f;
    border-top: 1px solid #3f3f3f;
}

body .uws-event-info .uwsinfobox .uwsactions a,
body .uws-event-info .uwsinfobox>div:first-child,
body .uws-event-info .uwsinfobox .uwsvenueinfo .uwsaddress,
.uwsvenuename.uws-venkey-livmiami {
    color: white;
}

body .uws-social-shares a {
    color: #fff;
}

body .uws-invitems-list .uws-inventory-item .uwsextrainfo .uwsmoreinfo a,
body .uws-booktype-item>a,
body .uwsicon-calendar,
.uws-integration,
body .uws-invitems-list .uws-inventory-item .uwsprice {
    color: #fff;
}

body .homepage-section .home-title-section {
    font-weight: 600;
}

body .related-event-section .wp-block-column:nth-child(1) {
    flex-basis: unset !important;
    width: 33% !important;
}

body .related-event-section .wp-block-column:nth-child(2) {
    flex-basis: unset !important;
    width: 67% !important;
    position: relative;
}

body .related-event-section .uv-arrow-button.uv-buttom a {
    padding: 10px 35px 10px 0px;
}

.uv-related-subtitle {
    margin-bottom: 0px;
}

.uv-related-title {
    border-bottom: solid 2px #484848;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    padding-right: 20px;
    margin-right: 30px;
    font-size: 26px !important;
    max-width: 311px;
}

body .related-event-section .uv-arrow-button.uv-buttom a:hover {
    padding: 10px 35px 10px 0px;
}

.uv-related-sect .uv-section-inner {
    max-width: 1450px !important;
    margin: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.splash-venues-section .uv-section-single-splash::after {
    pointer-events: none;
}

.uv-event-mobile {
    display: none;
}

.uwsjs-twshare span,
.uwsjs-fbshare span {
    display: none !important;
}

body .uwsjs-fbshare .uwsicon-facebook {
    font-size: 28px;
}

body .uws-event-info .uwsinfobox>.uwsvenueinfo::before {
    display: none;
}

body .uws-event-info .uwsinfobox>.uwsddate::before,
body .uws-event-info .uwsinfobox>.uwsvenueinfo a::before {
    content: "\e825";
    position: absolute;
    right: 20px;
    left: unset;
    transform: translateY(-50%);
    top: 50%;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

body .uws-event-info .uwsinfobox>.uwsddate::before {
    content: " ";
    background: url(/wp-content/themes/uvtheme/css/icons/time.svg);

}

body .uws-event-info .uwsinfobox>.uwsvenueinfo a::before {
    content: " ";
    background: url(/wp-content/themes/uvtheme/css/icons/location.svg);

}

.uwsdresscode {
    display: flex;
    justify-content: space-between;
}

.uws-venuename {
    color: #356CEB;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 10px;
}

.uwsaddress {

    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    padding-right: 20px;
}

body .uws-event-info .uwsinfobox>div::after {

    background-color: #484848 !important;
    width: 90%;

    opacity: 1;
}

body .uws-social-shares {

    justify-content: initial;

}

body .uwsinfobox-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.uwsdresscode .uv-link-color {
    color: inherit;
    font-weight: 600;
    font-size: 14px;
}

body .uwsddate .uwsinfobox-title {
    margin-bottom: 10px;
}

body .uwsddate span {
    font-size: 14px;
}

html body .uws-event-info .uwsinfobox>div {
    padding: 30px 25px 30px !important;
}

body .uws-agenda-item-default .venueurl {
    display: none;
}


body .uws-inventory-item .uwsextrainfo .uwsmoreinfo {

    bottom: 0px;
}

.uv-carousel-lat .uwsvenuename {
    display: none;
}

html body .uws-inventory-list .uwsmoreinfo i {

    filter: brightness(0) invert(1);
    width: 15px;
    height: 15px;
}

body .uws-integration .uv-booktypelist-headings {
    display: none !important;
}

body .global-home-faq .uv-faq-modern-item a p {
    max-width: unset;
}

.uws-pop-charge .uwsjs-inv-item-select {
    display: none;
}

.uws-pop-charge .uws-pop-actionchose {

    justify-content: flex-end;

}

.uws-pop-charge .uws-pop-actionchose .uv-btn {
    background: rgba(0, 0, 0, 0);
}

html body .link--arrowed {
    display: inline-block;
    border-radius: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    color: white !important;
    border: solid 0px !important;
    padding: 10px 35px !important;
    font-size: 15px !important;
}


html body .uv-related-sect .link--arrowed,
html body .read-more-new.link--arrowed {
    padding-left: 0px !important;
}

body .uws-invitems-list .uws-inventory-item .uwsextrainfo {
    margin-top: 0.3em;
    margin-top: 0.3em;
    display: flex;
    gap: 0.14em 0.7em;

    flex-wrap: wrap;
    justify-content: flex-start;
}

.dropbtn {
    background-color: #393939;
    color: white;
    padding: 11px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    /* margin-left: 10px; */
    margin-left: 28px;
    padding-right: 30px;
    background-image: url(/wp-content/themes/uvtheme/css/icons/arrow-collapse-wt.svg);
    background-repeat: no-repeat;
    background-position: 88% 54%;
    text-transform: uppercase;
    border-radius: 5px;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #393939;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.taste-world-section .uv-section-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dropdown-content,
.dropdown-content-venue {
    display: none;
    position: absolute;
    background-color: #3d3d43;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 28px;
}

.dropdown-content a,
.dropdown-content-venue a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    /* background: red; */
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

.uv-page-menu-nav .dropdown .dropbtn {
    width: 100%;
    text-align: left;
    margin-left: 0px;
    border-radius: 0px;
    background-color: #1C2936;
}

.uv-page-menu-nav .dropdown-content,
.uv-page-menu-nav .dropdown-content-venue {

    background-color: #2A3F54;
    min-width: 100%;
    box-shadow: 0px 0px 0px #000000;
    left: 0px;
}

.uv-page-menu-nav .dropdown a:hover {
    background-color: #111921;
}

.uv-page-menu-nav .dropbtn {
    background-position: 92% 54%;
}

.uv-page-menu-nav .dropdown {
    width: 100%;
}

.dropdown a:hover {
    background-color: #51535b;
}

.showdp {
    display: block;
}

.uwsdresscode .uv-link-color {
    position: relative;
}

.uwsdresscode .uv-link-color:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s ease-in-out;
    transform: scaleX(0);
}

.global-home-faq .uv-faq-modern-item a p {
    padding-right: 20px;
}

.uwsdresscode .uv-link-color:hover:after {

    transform: scaleX(1);
    transition: all .3s ease-in-out;

}

html body .uws-booktype .uws-btn-s,
html body .btn-gallery {

    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: unset;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    padding: 1em;
}

html body .readmore-button-events .event-read-more,
body .global-home-faq .uv-buttom a {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: unset;
    color: white;
    border-width: 2px;
}

body .uv-banner-content .uv-btn-group a {

    text-transform: uppercase;
}

.link--arrowed {
    display: inline-block;


    .arrow-icon {
        position: relative;
        top: 0px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        vertical-align: middle;
    }

    .arrow-icon--circle {
        transition: stroke-dashoffset .3s ease;
        stroke-dasharray: 95;
        stroke-dashoffset: 95;
    }

    &:hover {
        .arrow-icon {
            transform: translate3d(5px, 0, 0);
        }

        .arrow-icon--circle {
            stroke-dashoffset: 0;
        }
    }
}


html body .uws-btn {

    border-width: 2px;
}

.uv-page-header-menu ul li .uv-submenu a {
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 500;
}


body .uv-submenu-inner .uv-page-header-menu ul {

    padding: 10px 10px;

}

body .uv-page-header-menu ul li div.uv-submenu {
    padding: 10px 0px;
    border-radius: 0px;
}

body .uv-page-header-menu ul li div.uv-submenu ul li {

    margin-bottom: 0px;
}

body .uv-page-header-menu ul li div.uv-submenu ul li:hover {
    background-color: #51535b;
}

body .uv-map-section .getdir-on-map a {

    font-weight: 600;
}

body .uv-col-form .nf-form-content select.ninja-forms-field:not([multiple]) {
    background-image: url(/wp-content/themes/uvtheme/css/icons/arrow-collapse-wt.svg);
}

body .uv-col-form .nf-form-content .list-select-wrap .nf-field-element>div {
    background: transparent !important;
}

body .uv-page-header-menu .uv-submenu-inner a:after {
    display: none;
}

body .uvinfo-cont {

    font-weight: 600;
}

.uv-grid.uv-gall-cont.hide {

    gap: 20px;
}

body .uws-agenda-default>div {

    margin-bottom: 0px;
}

body .uws-events-controls .uwsfilters a.uwsjs-trigger-dropdown {
    background-color: #1C2936;
    border: solid 0px;
}

/* changed the address for miami */
/* body[data-venue="miami"] .uws-event .uwsaddresscont::after {
    content: "4441 Collins Avenue, Miami Beach, FL 33140";
    display: block;
    color: #b8bcbf;
}
body[data-venue="miami"] .uws-event .uwsaddresscont {
    content: "";
    color: transparent;
}
body[data-venue="miami"] .uws-event .uwsaddresscont br {
    display: none;
} */

/* miami video img bg UWS-3811 */
/* UWS-4548 updated for both venues */
body .uv-slide-video::before {
    /* background-image: url(/wp-content/uploads/2023/12/bg_special.jpg); */
    background-image: url(/wp-content/themes/uvtheme/assets/images/bg_special.avif);
    /* background-size: contain; */
    background-size: cover;
    background-repeat: repeat-x;
    background-blend-mode: lighten;
    opacity: 0.9;
    background-position: bottom;
    filter: blur(0.08em) brightness(1.1);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

/* miami bg black with some hints of color */
/* body[data-venue="miami"] .uv-bg-black {
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.9920343137254902) 0%, rgb(59 82 105) 25%, rgb(59 82 105) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(270deg, rgba(0,0,0,0.9920343137254902) 0%, rgba(0,28,56,1) 25%, rgba(0,28,56,1) 75%, rgba(0,0,0,1) 100%);
} */

/* make controls appear with animation */
.uv-slide-video-controls {
    opacity: 0;
    /* transform: scale(0); */
    transition: all 2s ease-in-out;
    transform-origin: center;
}
.uv-controls-show {
    opacity: 1;
    /* transform: scale(1); */
}

.uv-slide-video-controls button.uvactive .uviconforunactive {
    display: none;
}
.uv-slide-video-controls button .uviconforunactive {
    display: inline-block;
}
.uv-slide-video-controls button.uvactive .uviconforactive {
    display: inline-block;
}
.uv-slide-video-controls button .uviconforactive  {
    display: none;
}

/* background for miami with blur */
body[data-venue="miami"] .uv-blur-bg,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uv-blur-bg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    filter: blur(12px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body[data-venue="miami"].uv-event-details .uv-eventheader,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"].uv-event-details .uv-eventheader{
    overflow: hidden;
}
/* body[data-venue="las-vegas"] .uv-blur-bg {
    display: none;
} */

/* UWS-3968 square calendar flyers */
body[data-venue="las-vegas"] .uv-mm-calendar-single,
body[data-venue="miami"] .uv-lm-calendar-single {
    display: none;
}

/* nye24 & customs */
body[data-venue="miami"] .uv-eventscarousel .uv-fbnye24 .eventitem .uv-boxitem::after,
body[data-venue="miami"] .uv-eventscarousel .uv-custom-event .eventitem .uv-boxitem::after {
    content: "";
    background-image: url(https://www.fontainebleau.com/uploads/2024/10/big-12.31.24_FB-NYE_CalvinHarris_307x205.jpg);
    display: block;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(0.1);
}
.uv-eventscarousel .uv-fbnye24 .eventitem a.uv-boxitem .bg,
.uv-eventscarousel .uv-custom-event .eventitem a.uv-boxitem .bg {
    z-index: 1;
}

/* ---------------- Event Date, Title, Location & Desc ---------------- */
/* UWS-3932 */
body .uv-eventheader h1,
body .uv-page-titleinfo h2,
body .uv-liv-mm-ev,
body .uv-liv-lv-ev{
    text-transform: uppercase;
}

body .uv-eventheader h1,
body .uv-page-titleinfo h2,
body .uv-liv-mm-ev,
body .uv-liv-lv-ev,
body .uv-ages-span {
    font-family: "Gotham", sans-serif;
    color: #fff;
}

body .uv-eventheader h1 {
    font-size: 42px;
    font-family: 'Gotham-Medium';
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 0.8; /*needed to display the h1 on safari */
}

body .uv-page-titleinfo h2 {
    font-size: 19px;
    font-family: 'Gotham-Bold';
    font-weight: 700;
    letter-spacing: 2.8px;
    margin-top: .3em;
}

/* removing the calendar icon on the date */
body .uv-page-titleinfo svg {
    display: none;
}

/* removing the bubble thing on the date */
body .uv-page-titleinfo {
    border-radius: 0;
    background: transparent;
    min-width: fit-content;
    width: max-content;
    height: 0;
    gap: 0;
}

/* hide the button on the info */
body[data-venue="las-vegas"] .uv-liv-mm-ev,
body[data-venue="miami"] .uv-liv-lv-ev {
    display: none;
}
body .uv-liv-mm-ev,
body .uv-liv-lv-ev {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.6px;
    line-height: 1.125;

    margin-left: 23px;
    padding-bottom: .5em;
}

body .uv-page-titleinfo {
    display: inline-flex;
}

/* hide previous icon */
body .uwsjs-twshare .uwsicon-twitter {
    display: none;
}

/* hover on date (add to calendar) */
.uws-event-cont .uws-event-columns .uws-event-info .uwsinfobox .uwsddate a.uv-add-to-cal:hover * {
    color: var(--uv-btn-color);
}

/* square flyers for miami on calendar */
body[data-venue="miami"] .uv-mm-calendar-single img.uwsimgloading.uwsloaded,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uv-mm-calendar-single img.uwsimgloading.uwsloaded {
    object-fit: contain;
}
body[data-venue="miami"] .uws-cal-date .uws-cal-single-default::before,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uws-cal-date .uws-cal-single-default::before {
    padding-top: 100%;
}

/* UWS-4055 changing the text */
body[data-venue="miami"] .uws-invitems-list .uws-inventory-item .uwspricecont .uwspriceitem:nth-child(2) .uwspricing {
    position: relative;
    color: transparent;
    /* width: 11em; */
}
body[data-venue="miami"] .uws-invitems-list .uws-inventory-item .uwspricecont .uwspriceitem:nth-child(2) .uwspricing::after {
    content: "Deposit Due Now";
    position: absolute;
    left: 0;
    color: #939495;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
body[data-venue="miami"] .uws-invitems-list .uws-inventory-item .uwspricecont .uwspriceitem:nth-child(2) {
    margin-top: 0.8em;
}

/* calendar buttons container  */
.uv-calendar-btns-cnt {
    display: flex;
    flex-direction: column;
}

/* calendar .ics btn */
a.uvICS {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
}
html body a.uvICS:hover {
    color: var(--uv-btn-color-hover);
}
html body a.uv-hide-cal-btn {
    display: none;
}

/* UWS-4611 show all description @auth:egt */
html body .uws-event-cont .uwseventdescr .uwsdescr {
    overflow: visible;
    /* display: flex; */
}

/* Media queries */
@media only screen and (max-width: 1440px) {
    body .uv-grid.uv-gall-cont {

        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media only screen and (max-width: 1220px) {
    body .uws-agenda-cols-3 .uws-agenda-default>div {
        width: calc(50% - 10px);
        flex: unset;
    }
}

@media only screen and (max-width: 1024px) {
    body .uv-galleryscontents .photo-galleries {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    /* Font size for title on the cards */
    .uv-landing .uv-event-name-title {
        font-size: 1.15em;
    }

    /* Font size for details on the cards */
    .uv-landing .uv-ev-weekday,
    .uv-landing .uv-ev-month{
        font-size: 1em;
    }

    .uv-landing .uv-ev-day {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 989px) {
    body .is-layout-flex {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 989px) {
    body .uws-agenda-cols-5 .uws-agenda-default>div {
        width: calc(33.333% - 10px);
        flex: unset;
    }

    .simple-grid-gallery .masorny-gallery .uv-div-gal-container {
        flex-basis: calc(50% - 20px);
        margin-bottom: 10px;

    }

    body .related-event-section .wp-block-column:nth-child(1) {
        flex-basis: unset !important;
        width: 100% !important;
        padding-right: 20px;
        padding-left: 50px;
    }

    body .related-event-section .wp-block-column:nth-child(2) {
        flex-basis: unset !important;
        width: 100% !important;
        position: relative;
    }

}

@media only screen and (max-width: 898px) {
    body .uws-agenda-cols-3 .uws-agenda-default>div {
        width: calc(100% - 0px);
        flex: unset;
    }

    /* miami mobile UWS-2040 - prev calc(100% - 0px) - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-agenda-cols-3 .uws-agenda-default>div,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-agenda-cols-3 .uws-agenda-default>div {
        width: calc(50% - 0.5em);
        flex: unset;
    }

    html body .uv-landing .uws-events-controls {
        /* margin-bottom: 0; */
        margin-top: 1em;
    }

    body .uv-landing .uws-agenda-cols-3 .uws-agenda-default>div {
        width: calc(50% - 0.5em);
    }
}

@media only screen and (max-width: 850px) {
    /* UWS-4611 */
    body .uws-desc-mobile {
        display: flex;
        flex-direction: column;
    }

    /* moving map button at event to the bottom UWS-3237 */
    body[data-venue="miami"] .uws-event .uws-inventory-listcont {
        display: flex;
        flex-direction: column;
    }
    body[data-venue="miami"] .uws-event .uws-inventory-3dmaplink {
        order: 3;
        margin-top: 1em;
    }
    body[data-venue="miami"] .uws-event .uws-inventory-list {
        order: 1;
    }
    body[data-venue="miami"] .uws-event .uws-inventory-bookbtns {
        order: 2;
    }

    /* hide decoration */
    body[data-venue="miami"] .uv-blur-bg,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uv-blur-bg {
        display: none;
    }
    
    /* hide miami new bg */
    html body[data-venue="miami"] .uv-mm-bg,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] .uv-mm-bg {
        display: none;
    }
    html body[data-venue="miami"] .uv-section-bg.uv-lazyimage.uv-desktop-banner,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] .uv-section-bg.uv-lazyimage.uv-desktop-banner {
        display: block;
    }
}

@media only screen and (min-width: 450px) and (max-width: 780px) {
    /*html body[data-venue="miami"] #content .uv-section,  miami mobile UWS-2040 - body[data-venue="miami"] */
    html body #content .uv-landing .uv-section {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    /* UWS-4769 @auth:egt commented for optimization */
    /* body[data-venue="las-vegas"] .uws-events .uws-event-item .uwsflyercont.uv-vegas-flyer-format[data-flyer-type="mobile"],
    body[data-venue="miami"] .uws-events .uws-event-item .uwsflyercont.uv-miami-flyer-format[data-flyer-type="mobile"] {
        display: block !important;
    } */
    body[data-venue="miami"] .uv-blur-bg, 
    body[data-venue="las-vegas"] .uv-blur-bg,
    body[data-venue="miami"] .uv-mm-bg, 
    body[data-venue="las-vegas"] .uv-mm-bg {
        opacity: 0;
    }
    html body[data-venue="miami"] .uv-section-bg.uv-lazyimage.uv-desktop-banner, 
    html body[data-venue="las-vegas"] .uv-section-bg.uv-lazyimage.uv-desktop-banner {
        display: block;
    }
}

@media only screen and (max-width: 767px) {


    body .uws-agenda-cols-5 .uws-agenda-default>div {
        width: calc(50% - 8px);
        flex: unset;
    }

    body .taste-info-section {
        bottom: 0px;
        left: 0px;
        padding-right: unset;
        width: 100%;
        text-align: left;
    }

    body .btn-gallery {
        padding: 9px 22px;
        text-transform: uppercase;
        font-size: 12px;
    }

    body .uv-galleryscontents .photo-galleries {
        grid-template-columns: repeat(2, 1fr);
    }

    body .uv-grid.uv-gall-cont {

        grid-template-columns: repeat(2, 1fr) !important;
    }

    /*html body[data-venue="miami"] #content .uv-section,  miami mobile UWS-2040 - body[data-venue="miami"] */
    html body #content .uv-landing .uv-section {
        padding-top: 0.2em;
    }

    /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-event-item .uwsflyercont:last-child {
        display: none;
    }

    /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* body[data-venue="miami"] .uws-events .uws-event-item .uwsflyercont:first-child,
    body[data-venue="las-vegas"] .uws-events .uws-event-item .uwsflyercont:first-child {
        display: block;
    } */

    /* card height on /miami not events - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-event-item .uwsflyercont{
        /* height: 70vh; */
        height: 52vw;
    }

    /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    html body[data-venue="miami"] #content .uv-section,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] #content .uv-section {
        padding-top: 0;
        margin-bottom: 1em;
    }
    
    /* @egt */
    html body[data-venue="las-vegas"] .uws-integration.uws-events {
        padding-bottom: 1em;
    }

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body .uwsflyercont{
        max-height: 275px;
    }

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body[data-venue="miami"] #block_6319c6ddeeed2ea08c18e31d6c2b7d07.uv-section {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .uv-page-menu .uv-page-menu-nav.uv-section ul {
        max-width: 300px !important;
    }

    .uwsflyercont {
        display: block;
        position: relative;
        background-color: var(--uws-flyers-holder-bg);
        max-height: 260px;
    }

    .uv-main-content-inner-gallery .uv-flex.uv-all-center {
        flex-wrap: wrap;
    }

    .uv-main-content-inner-gallery .uv-flex.uv-all-center li:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }

    body .uv-galleryscontents .photo-galleries {
        grid-template-columns: repeat(1, 1fr);
    }

    body .uv-grid.uv-gall-cont {

        grid-template-columns: repeat(1, 1fr) !important;
    }

    body .news-carousel .swiper-slide,
    body .news-carousel .grid-post {

        margin-bottom: 30px;
    }

    .uv-imghover img {
        min-height: 250px;

        max-height: 250px;

    }

    .uv-page-menu .uv-page-menu-nav.uv-section ul {
        max-width: 300px;
    }

    body .global-home-faq .uv-eventscarousel {
        padding: 0 0px;
    }

    .uv-page-menu .uv-page-menu-nav.uv-section ul li a {

        padding: 10px 10px;
    }

    body .related-event-section .wp-block-column:nth-child(1) {

        padding-right: 20px;
        padding-left: 20px;
    }

    body .uws-agenda-cols-5 .uws-agenda-default>div {
        /*width: calc(100% - 0px);
       */
        flex: unset;
    }

    .splash-venues-section .uv-section-single-splash {
        position: relative;
        overflow: hidden;
        height: 250px;
    }

    .splash-venues-section {
        flex-direction: column;
    }

    .uv-otpcont ul {
        gap: 20px 35px;
    }

    .uv-otpcont {
        padding: 20px 5% 20px;
    }

    body .uv-accordion-section .uv-faq-modern-item a p {
        margin: 0px;
        font-weight: 300;
        font-size: 12px;
    }

    .uv-accordion-section .uv-section-inner .uv-faq-title-section {
        margin-bottom: 40px;
        font-weight: 300;
        font-size: 32px;
    }

    body .faq-page-section .uv-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .uv-liv-global-footer-section {
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }

    .home footer {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .global-subtitle {
        line-height: 1.5;
    }

    .home-latest-news .uv-section-inner {
        padding: 0px;
    }

    .home-latest-news {
        padding: 120px 0;
    }

    html body .global-home-faq .link--arrowed {
        padding: 15px 0 !important;
    }

    .global-home-faq .uv-section-inner .wp-block-columns {
        gap: 5em;
    }

    .global-home-faq .uv-faq-modern-item>a {
        font-size: 17px;
        padding: 20px 45px 20px 15px !important;
    }

    .uv-main-splash-section {
        margin-top: -665px;
    }

    body .uv-event-mobile {
        display: block;
    }

    body .uv-event-desktop {
        display: none;
    }

    /* UWS-4055 */
    body[data-venue="miami"] .uws-invitems-list .uws-inventory-item .uwsactions {
        /* margin-top: 1.5em; */
        padding-right: 0;
    }
    /* fixing margin */
    body[data-venue="miami"] .uws-invitems-list .uws-inventory-item .uwspricecont .uwspriceitem:nth-child(2) {
        margin-bottom: 1.5em;
    }
}

@media only screen and (max-width: 490px) {

    .uv-page-menu-nav .dropdown {

        margin-bottom: 20px;
    }

    .uv-ev-day {

        font-size: 20px;

    }

    .uv-ev-date {

        width: 55px;
    }

    .uv-ev-headinfo {
        width: calc(100% - 40px);
    }

    .uv-event-name-title {
        font-size: 13px;
    }

    body[data-venue="miami"] .uwsfilters, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-events-controls .uws-dropdown-cont > a, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uwsfilters,
    body[data-venue="las-vegas"] .uws-events-controls .uws-dropdown-cont > a,
    body .uv-landing .uwsfilters,
    body .uv-landing .uws-events-controls .uws-dropdown-cont > a {
        max-width: 100%;
    }
    
    body[data-venue="miami"] .uws-events-controls .uwsfilters a, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls .uwsfilters a,
    body .uv-landing .uws-events-controls .uwsfilters a {
        /* padding: 0.8em !important; */
        text-align: center;
        width: 100%;
        position: relative;
        top: 1px;
    }

    /* card height */
    body .uv-landing .events-custom-styles .uws-agenda-item-default .uwsflyercont {
        /* height: 37em; */
        height: 70vw;
    }

    /* control margin */
    html body[data-venue="miami"] .uws-events-controls, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    html body .uv-landing .uws-events-controls {
        margin-top: 3vw;
    }

    /* Calendar dropdown background */
    body[data-venue="miami"] .uws-events-controls .uwsdatesel .uws-dropdown-cont .uws-dropdown, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-events-controls .uwsdatesel .uws-dropdown-cont .uws-dropdown {
        width: auto;
    }
}

@media only screen and (max-width: 450px) {
    body[data-venue="miami"] .uws-events-controls .uwsfilters a, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-events-controls .uwsfilters a {
        position: relative;
        top: 3px;
    }

    html body[data-venue="miami"] .uws-events-controls, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    html body .uv-landing .uws-events-controls {
        margin-top: 0;
    }

    html body[data-venue="miami"] .uwsfilters .uwsdaysel, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    html body .uv-landing .uwsfilters .uwsdaysel {
        margin-bottom: 0.4em;
    }
}

@media only screen and (max-width: 374px) {
    body .uws-agenda-cols-5 .uws-agenda-default>div {
        width: calc(100% - 0px);
    }
}

.wp-image-6031 {
    width: 250px !important;
}

.uwsnews-form .nf-response-msg p {
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}

/* ----------- -------------------- ----------- */
/* ----------- Changes for UWS 1800 ----------- */
/* ----------- -------------------- ----------- */

/* removes nav and other elements (this class is added only when there is .uv-landing) */
.uv-landing-hidden{
    display: none;
}

/* had to use !important to replace the other display */
.uv-landing-force-hidden{
    display: none !important;
}

/* center nav logo (this class is added only when there is .uv-landing) */
.uv-landing-header-inner{ /* this class is added when uv-landing is present */
    justify-content: center !important;
}

.uv-landing-upcoming{
    display: none;
}

/* Hide Loading since the filter bar has changed completely */
body .uv-landing .uws-loader-uvicon,
body .uv-landing .uws-loader-uvicon::before{
    display: none;
    width: 0;
    height: 0;
}

.uv-back-button-event,
.uv-desktop-back-btn-container1 {
    height: 2.5em;
    background: black;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.uv-desktop-back-btn-container2 {
    width: 100%;
    max-width: 1390px;
    margin: auto;
    padding: 0px 20px;
}

.uv-map-toggle-mobile{
    display: none;
}

.uv-map-toggle-desktop{
    display: block;
}

.uv-map-toggle-mobile,
.uv-map-toggle-desktop {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px; 
    cursor: pointer;
}

.uv-toggle-map{
    cursor: pointer;
}

.uv-toggle-map::after{
    content: "Show interactive map";
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.233);
    color: yellow;
}

.uv-toggle-map:hover::after{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* body[data-venue="miami"] .uwsdaysel{
    display: none;
} */

/* UWS-3237 */
/* this is applied to miami at the time of this being written */
body[data-venue="miami"] .uws-agenda-default .uwsflyercont::before,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uws-agenda-default .uwsflyercont::before {
    /* padding-top: 55.625%; */
    padding-top: 100%;
}
body[data-venue="miami"] img.uwsimgloading.uwsloaded,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] img.uwsimgloading.uwsloaded {
    /* object-fit: contain; */
    object-fit: cover;
}

/* helps display the correct format depending on the venue and resolution */
/* UWS-4769 @auth:egt commented for optimization */
/* body[data-venue="las-vegas"] .uws-events .uws-event-item .uwsflyercont.uv-vegas-flyer-format[data-flyer-type="mobile"],
body[data-venue="las-vegas"] .events-custom-styles .uws-agenda-item-default .uwsflyercont.uv-miami-flyer-format,
body[data-venue="las-vegas"] a.uwsjs-show-image.uv-miami-flyer-format {
    display: none;
}
body[data-venue="miami"] .uws-events .uws-event-item .uwsflyercont.uv-miami-flyer-format[data-flyer-type="mobile"],
body[data-venue="miami"] .events-custom-styles .uws-agenda-item-default .uwsflyercont.uv-vegas-flyer-format,
body[data-venue="miami"] a.uwsjs-show-image.uv-vegas-flyer-format {
    display: none;
} */

/* calendar NYE item & customs */
.uws-cal-box.uv-cal-nye-box,
.uws-cal-box.uv-cal-custom-event-box {
    flex-direction: column;
    justify-content: center;
    gap: 1em;
}
.uv-cal-nye-box .uws-cal-single-default,
.uv-cal-custom-event-box .uws-cal-single-default {
    max-height: 4em;
    height: 4em;
}
.uv-cal-nye-box a img, 
body .uv-cal-nye-box .uws-cal-single-default::before,
body .uv-cal-nye-box .uws-cal-single-default::after,
.uv-cal-custom-event-box a img, 
body .uv-cal-custom-event-box .uws-cal-single-default::before,
body .uv-cal-custom-event-box .uws-cal-single-default::after {
    display: none;
}
body .uv-cal-nye-item .uws-cal-single-default .uwsinfo,
body .uv-cal-custom-event-item .uws-cal-single-default .uwsinfo {
    top: 25%;
    bottom: auto;
}
.uv-cal-nye-box .uwsflyercont,
.uv-cal-custom-event-box .uwsflyercont {
    background: transparent;
}
.uws-cal-single-link:hover .uwsflyercont,
.uv-cal-nye-item:hover .uwsflyercont,
.uv-cal-custom-event-item:hover .uwsflyercont {
    background: var(--uws-flyers-holder-bg);
}

.uv-bg-black {
    background: transparent;
}

/* hidding the  news that are not on the .swiper-wrapper cointainer which is a bug and should be fixed on the block */
body:has(.home-latest-news) .uv-cta-images .uv-cta-image,
body:has(.news-section) .uv-cta-images .uv-cta-image {
    display: none;
}
body:has(.home-latest-news) .uv-cta-images .swiper-wrapper .uv-cta-image,
body:has(.news-section) .uv-cta-images .grid-wrapper .uv-cta-image {
    display: block;
}

/* display venue on the list item for custom events */
.uws-list-default .uv-custom-event .uwsvenuename {
    display: block;
}
.uws-list-default .uv-custom-event .uwsinfo .uwsvenuename {
    display: none;
}

/* carousel card width */
/* .swiper-slide.uv-carousel-lat.uv-carousel-custom-event {
    max-width: 29.583125em;
}
body:is(.uv-event-details) .swiper-slide.uv-carousel-lat.uv-carousel-custom-event {
    max-width: 24.09375em;
} */

/* news carousel */
/* body .news-carousel .swiper-wrapper {
    height: 36.5em;
} */
body .news-carousel .uv-cta-image.swiper-slide,
body .news-carousel .uv-cta-image.grid-post {
    /* min-height: 100%; */
    background: #382536;
}

/* fix restaurant item section styles UWS-4611 @auth:egt */
.uws-booktype.uws-booktype-item[data-booktypename="Restaurants"] .uwsbooktypenamenamecont .uwsbooktypename {
    font-size: 0;
}
.uws-booktype.uws-booktype-item[data-booktypename="Restaurants"] .uwsbooktypenamenamecont .uwsbooktypename::before {
    content: "Fontainebleau Restaurants";
    font-size: 18px;
}
.uws-booktype.uws-booktype-item[data-booktypename="Restaurants"] i.uwsicon-down-open {
    transform: rotate(-90deg);
}
.uws-booktype.uws-booktype-item.uwsactive[data-booktypename="Restaurants"] i.uwsicon-down-open {
    transform: rotate(0deg);
}

/* max width on the venue info name to make the text wrap */
body .uws-event-info .uwsinfobox .uwsvenueinfo .uws-venuename {
    max-width: 14.5em;
    margin-bottom: 0.5em;
}

/* UWS-4611 @auth:egt */
.uws-desc-mobile {
    display: none;
}

/* UWS-4769 @auth:egt showing flyers */
main:not(.uv-landing) .uws-events .uws-event-item .uwsflyercont:first-child {
    display: block;
}
.uv-landing .uws-event-item .uwsflyercont:first-child {
    display: block;
}

/* fallback for when the src does not work @egt */
.item_News img.uv-lazyimage {
    background-image: url(https://venueeventartist.com/imateq/event/446/1121561/1713855/500SC0/1881939.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* separator for info on the events cards */
.uv-event-info .uv-ev-sep {
    background: #FFF;
    margin: 0 .5em;
    width: 1px;
    height: 100%;
}

.uv-event-info :is(.uv-ev-venue, .uv-ev-time) {
    font-size: .75rem;
    font-weight: 600;
    font-style: italic;
}

.uv-page-header-menu ul li div.uv-submenu {
    background-color: var(--uws-nav-bg-color, #0d0d0d);
}

.uv-page-header-menu ul li div.uv-submenu .uv-submenu-inner .menu-item:hover {
    background-color: #2d3944;
}

.uv-event-info.uv-flex.uv-align-center {
    align-items: center;
    justify-content: start;
    overflow: hidden;
}

/* uses !important to replace the !important on globalhm.css */
body[data-venue="miami"] .uv-event-info.uv-flex.uv-align-center {
    display: none !important;
}

/* mobile only */
html body[data-venue="miami"] #content .uv-section.uv-upcoming-banner-home, 
html body[data-venue="las-vegas"] #content .uv-section.uv-upcoming-banner-home {
    padding-top: 3.125em;
    margin-bottom: 1em;
}

/* @egt useful for hiding elements that we do not need on the pop */
div#uws-invitem-pop.uv-info-custom-pop .uwsitemdetslist,
div#uws-invitem-pop.uv-info-custom-pop .uwsitemselbox,
div#uws-invitem-pop.uv-info-custom-pop .uwsdy-agreement-prices.uwspricescont, 
div#uws-invitem-pop.uv-info-custom-pop .uwsdy-pay-prices.uwspaytypescont,
div#uws-invitem-pop.uv-info-custom-pop .uwsdy-price-breakdown.uwspricesbreakdown,
div#uws-invitem-pop.uv-info-custom-pop button.uws-btn.uws-btn-p.uwsjs-item-addtocart,
div#uws-invitem-pop.uv-info-custom-pop button.uws-btn.uws-btn-p.uwsjs-item-addtocart-andcheck,
div#uws-invitem-pop.uv-info-custom-pop .uwsname a.uwsjs-inv-item-showinfo {
    display: none;
}

/* @egt */
.uv-overmenu-menu ul>li.menu-item-has-children>a:after {
    display: none;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uv-description img.uv-img {
    filter: contrast(0.5);
    display: none;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-map-nomap .uwsdescr,
body:has(.uv-rufusdusol-se) .uv-description .uv-center.uv-center-block h2,
body:has(.uv-rufusdusol-se) .uv-description {
    color: #000;
}

/* @egt border on the group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup a.uwsjs-toggle-collapse.uws-btn.uws-btn-p {
    border-color: black;
}

/* @egt marker on the left of group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup a.uwsjs-toggle-collapse.uws-btn.uws-btn-p::before,
body:has(.uv-rufusdusol-se) .uws-map-list-cont .uws-btn::before {
    content: "";
    background: transparent;
    width: 0.9em;
    height: 0.9em;
    display: inline-flex;
    /* border: black 1px solid; */
    border-radius: 50%;
    margin-right: 0.5em;
    box-shadow: black 0px 0px 3px;
}

/* Global Homepage*/
:root {
    --uv-rufus-item-group-first: #05f6fa;
    --uv-rufus-item-group-second: yellow;
    --uv-rufus-item-group-third: #00ff6c;
    --uv-rufus-item-group-forth: #fa574b;
}

/* @egt order for group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102619"] {
    order: 1;
}

/* @egt order for group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102618"] {
    order: 2;
}

/* @egt order for group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102621"] {
    order: 3;
}

/* @egt order for group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102622"] {
    order: 4;
}

/* @egt color for the marker on the left of group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102619"] a.uwsjs-toggle-collapse.uws-btn.uws-btn-p::before,
body:has(.uv-rufusdusol-se) .uws-map-list-cont .uws-btn[data-seccode="SEC107972"]::before {
    background: var(--uv-rufus-item-group-first);
}

/* @egt first */
/* body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107938"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107939"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107940"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107941"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107942"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107943"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107944"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107945"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107946"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107947"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107948"]:not(.uwshigh):not(.uwshighper), */
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107972"]:not(.uwshigh):not(.uwshighper) {
    fill: var(--uv-rufus-item-group-first);
}

/* @egt color for the marker on the left of group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102618"] a.uwsjs-toggle-collapse.uws-btn.uws-btn-p::before,
body:has(.uv-rufusdusol-se) .uws-map-list-cont .uws-btn[data-seccode="SEC107973"]::before {
    background: var(--uv-rufus-item-group-second);
}

/* @egt second */
/* body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107949"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107950"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107951"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107952"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107953"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107954"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107955"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107956"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107957"]:not(.uwshigh):not(.uwshighper), */
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107973"]:not(.uwshigh):not(.uwshighper) {
    fill: var(--uv-rufus-item-group-second);
}

/* @egt color for the marker on the left of group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102621"] a.uwsjs-toggle-collapse.uws-btn.uws-btn-p::before,
body:has(.uv-rufusdusol-se) .uws-map-list-cont .uws-btn[data-seccode="SEC107974"]::before {
    background: var(--uv-rufus-item-group-third);
}

/* @egt color for the marker on the left of group items for the map on special event */
body:has(.uv-rufusdusol-se) .uws-map-listgroup[data-booktypeid="T102622"] a.uwsjs-toggle-collapse.uws-btn.uws-btn-p::before,
body:has(.uv-rufusdusol-se) .uws-map-list-cont .uws-btn[data-seccode="SEC107975"]::before {
    background: var(--uv-rufus-item-group-forth);
}

/* @egt forth */
/* body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107965"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107966"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107967"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107968"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107969"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107970"]:not(.uwshigh):not(.uwshighper),
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107971"]:not(.uwshigh):not(.uwshighper), */
body:has(.uv-rufusdusol-se) .uws-map-graph svg .uwshasitem[data-seccode="SEC107975"]:not(.uwshigh):not(.uwshighper) {
    fill: var(--uv-rufus-item-group-forth);
}

/* @egt contrast on the uv logo */
body:has(.uv-rufusdusol-se) .uwspowby img {
    filter: contrast(0.6);
}

/* @egt contrast on the uv logo */
body:has(.uv-rufusdusol-se) a.uwsjs-open-section-listtooltip.uws-map-list-elem.uws-btn.uws-btn-s:hover {
    border-color: black;
    background-color: transparent;
    color: black;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-map .uwseventinfo .uws-dropdown-cont > a:hover i.uwsicon-info,
body:has(.uv-rufusdusol-se) .uws-map .uwseventinfo .uws-dropdown-cont > a i.uwsicon-info:hover {
    /* border-color: black; */
    /* background: gray; */
    color: black;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-map .uwseventinfo .uws-dropdown-cont > a:hover {
    border-color: black;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-map-controls .uwsviews,
body:has(.uv-rufusdusol-se) .uws-map-controls .uwsfilters .uwsdatesel,
body:has(.uv-rufusdusol-se) .uws-map.uwshaseventinfo .uwseventinfo,
body:has(.uv-rufusdusol-se) .uws-map-controls .uwsfilters .uwsvenuesel {
    display: none;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-map-controls .uwsfilters {
    min-height: 45px;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uv-main-image img, 
body:has(.uv-rufusdusol-se) .uv-main-image a {
    pointer-events: none;
    cursor: none;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uv-description h2 {
    display: none;
}

/* @egt */
/* body:has(.uv-rufusdusol-se) .uv-description .uv-center.uv-center-block::before, */
body:has(.uv-rufusdusol-se) .uv-description .uv-center.uv-center-block::after {
    content: "";
    display: block;
    min-width: 9.25em;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* @egt */
/* body:has(.uv-rufusdusol-se) .uv-description .uv-center.uv-center-block::before {
    background-image: url(/wp-content/uploads/2025/04/skydeckimg.png);
    width: 9.25em;
} */

/* @egt */
body:has(.uv-rufusdusol-se) .uv-description .uv-center.uv-center-block::after {
    background-image: url(/wp-content/uploads/2025/04/liv_rufus_desc_img.png);
    width: 14.25em;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uv-description .uv-center.uv-center-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: none;
    max-height: 9.25em;
    height: 9.25em;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uv-description .uv-official-website-a {
    color: #bc3d66;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-pop-actionchose.uwsiffrompop:hover button.uws-btn.uws-btn-s.uwsjs-closepop-force span {
    color: black;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-map-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* @egt */
.uv-slide-video video {
    width: 100%;
    height: 100%;
    min-width: 60%;
    min-height: 156%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.01);
    border: 0;
    padding: 0;
    pointer-events: none;
}

/* @egt */
body:has(.uv-venue-video-file) .uv-slide-video-controls {
    opacity: 1;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uws-map-list-cont > div > .uws-btn.uwshigh {
    background-color: black;
    color: white;
}

/* @egt */
body:has(.uv-rufusdusol-se) .uv-collage-gallery {
    display: none;
}

/* @egt */
body .uws-mapitem-tooltip.uws-dark .uwsactions .uwscartaddiconbtn {
    color: black;
}

/* @egt */
body .uws-mapitem-tooltip.uws-dark .uwsactions .uwscartaddiconbtn:hover {
    color: white;
}

/* @egt */
form.uwsjs-invitem-inquireform.uws-item-inquireform .uws-inputcont select,
form.uwsjs-invitem-inquireform.uws-item-inquireform textarea#uwsinqcomments {
    background: #848484;
}

/* @egt */
.uv-ce-fade-in-start {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
  
/* @egt */
.uv-ce-fade-in-end {
    opacity: 1;
}

/* @egt */
body:has(.uws-events) a#uwsfilterperformer,
body:has(.uws-events) a#uwsfilterday,
body:has(.uws-events) .uws-events-controls .uwsviews>ul>li>a,
body:has(.uws-events) .uwsvenuesel a.uwsjs-trigger-dropdown {
    border-radius: 0;
}

/* @egt */
body:has(.uws-events) .uws-events-controls .uwsviews>ul>li>a,
body:has(.uws-events) .uws-dark .uws-events-controls .uwsviews>ul>li>a.uvsactive,
body:has(.uws-events) .uws-events-controls .uwsviews>ul>li>a:hover {
    background: transparent;
    text-transform: uppercase;
}

/* @egt */
body:has(.uws-events) .uws-events-controls .uwsviews>ul>li>a:hover {
    border-bottom: solid 1px #888c90;
}

/* @egt */
body:has(.uws-events) .uws-dark .uws-events-controls .uwsviews>ul>li>a:not(.uvsactive) {
    color: #888c90;
}

/* @egt */
body:has(.uws-events) a#uwsfilterperformer, 
body:has(.uws-events) a#uwsfilterday,
body:has(.uws-events) .uws-events-controls .uwsfilters .uwsdatesel .uws-dropdown-cont>a,
body:has(.uws-events) .uwsvenuesel a.uwsjs-trigger-dropdown {
    padding: 0.8em;
    text-transform: uppercase;
    min-width: 12em;
}

/* @egt */
body:has(.uws-events) button.uwsjs-events-selectvenue {
    text-transform: uppercase;
}

/* @egt */
body:has(.uws-events) .uws-events-controls .uwsfilters .uwsdatesel .uws-dropdown-cont>a {
    padding-left: 2.5em;
}

/* @egt */
body:has(.uws-events) button.uwsjs-events-selectperformer,
body:has(.uws-events) button.uwsjs-events-selectday {
    text-transform: uppercase;
}

/* @egt */
body .uws-pop-box .uws-dark .uwsselnum button {
    background: transparent;
}

/* @egt */
button.uws-btn.uws-btn-p.uwsjs-item-addtocart-andcheck {
    border-radius: 0;
}

/* @egt */
body .uws-pop-charge .uws-integration.uws-dark .uws-btn-p {
    border-color: var(--uv-btn-color);
}

/* @egt */
body:has(.uws-event-EVE112156200120250502) .uws-inventory-3dmaplink,
body:has(.uws-event-EVE112156200120250502) .ot-section {
    display: none;
}

/* @egt */
body:has(.uws-event) .uws-inventory-3dmaplink a {
    background: black;
    border: 1px solid #2e2e2e;
    box-shadow: 0 1px 3px #ffffff11;
    border-radius: 0;
}

/* @egt */
body:has(.uws-event) .uws-inventory-3dmaplink a:hover span {
    color: white;
}

/* @egt */
body:has(.uws-map) .uws-map-list-cont .uws-btn {
    color: white;
}

/* @egt */
body[data-venue="las-vegas"] .uws-map-list-cont .uws-btn {
    background: #394d91;
    /* border: 2px solid #394d91; */
}

/* @egt */
body[data-venue="las-vegas"] .uws-map-list-cont .uws-btn:hover {
    color: black;
}

/* @egt */
body[data-venue="miami"] .uws-map-list-cont .uws-btn {
    background: black;
    border: 2px solid white;
}

/* @egt */
body[data-venue="miami"] .uws-map-list-cont .uws-btn:hover {
    background: white;
    color: black;
}

/* @egt */
body .uws-mapitem-tooltip.uws-dark .uwsactions .uwscartaddiconbtn {
    max-width: 8em;
}

/* @egt */
body .uws-mapitem-tooltip.uws-dark .uwsactions .uwscartaddiconbtn span::after {
    content: "Add to Cart";
    font-size: 1.02rem;
}

/* @egt */
body .uws-mapitem-tooltip.uws-dark .uwsactions .uwscartaddiconbtn span {
    font-size: 0;
}

/* @egt */
body:has(.uws-map) a.uws-btn.uws-extticketsbtn,
a.uws-btn.uws-extticketsbtn {
    background-color: white;
    color: black;
    border: solid 2px white;
}

/* @egt */
body:has(.uws-map) a.uws-btn.uws-extticketsbtn:hover,
a.uws-btn.uws-extticketsbtn:hover {
    background-color: black;
    color: white;
}

/* @egt */
.uws-booktype.uws-booktype-item.uws-booktype-nodetype-Booktype[data-booktypename="Restaurants"] .uwsactions {
    width: fit-content;
}

/* @egt */
body:has(.uws-event) .uws-booktype .uws-btn-s {
    min-width: 8em;
}

/* @egt */
.popup.opentablepop {
    width: calc(100% - 30px);
}

/* @egt */
body .popup.opentablepop::before {
    /* background: transparent; */
    right: 3em;
}

/* @egt */
body .popup.opentablepop .popup-close-btn {
    right: 0px;
}

/* @egt */
html body .uws-invitems-list .uws-inventory-item .uwsextrainfo .uwshighlight {
    font-weight: 400;
}

/* ------------ dining section styles ------------ */
/* @egt */
.uv-dining-section {
    margin: 0;
    padding: 2em 0;
}

/* @egt */
.uv-dining-inner {
    display: flex;
    flex-direction: row;
    gap: 2em;
    max-height: 20em;
    margin: 3em 1.2em;
    align-items: center;
    justify-content: center;
}

/* @egt */
img.uv-restaurant-img {
    height: 12.5em;
    width: 24em;
    object-fit: cover;
}

/* @egt */
.uv-restaurant-name {
    font-size: 1.062rem;
    font-weight: 600;
    line-height: 1.32;
    max-width: 100%;
    overflow: hidden;
    margin: 0px;
    color: white;
}

/* @egt */
.uv-restaurant-name-cnt {
    padding: 1.5em 1em;
}

/* @egt */
.uv-restaurant-card {
    background-color: #2c2c2c;
    border-radius: 8px;
    box-shadow: #00000091 2px 5px 10px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    /* max-height: 16.875em; */
    max-height: 18em;
}

/* @egt */
.uv-restaurant-card:hover {
    transform: translateY(-0.5em);
}

/* @egt */
body:has(.uv-dining) {
    background-color: #111921;
}

/* ------------ end of dining section styles ------------ */

/* @egt */
html body .uws-invitems-list .uws-inventory-item .uwsname {
    font-size: 17px;
}

/* @egt */
body .uws-invitems-list .uws-inventory-item .uwsextrainfo a, 
body .uws-map-item-box .uws-inventory-item .uwsextrainfo a {
    color: var(--uv-btn-color);
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 700;
    /* font-size: 11px; */
}

/* @egt */
body .uws-invitems-list .uws-inventory-item .uwsinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 8em;
}

/* @egt */
body:has(.uws-event) .uws-inventory-3dmaplink a .uvtitle {
    font-weight: 700;
}

/* @egt */
body .uws-invitems-list .uws-inventory-item .uwsextrainfo, 
body .uws-map-item-box .uws-inventory-item .uwsextrainfo,
body .uws-invitems-list .uws-inventory-item .uwsinfo .uwsbubble,
body .uws-invitems-list .uws-inventory-item .uwsitemdisclaimer, 
body .uws-map-item-box .uws-inventory-item .uwsitemdisclaimer {
    color: white;
}

/* @egt */
.uv-section.articlecont {
    /* background: #1c141b; */
    background: #0c0c0c;
}

/* @egt */
.article .uv-shares .uv-shares-label,
.article .uv-shares ul li a>i,
.article .searchform .search-field {
    color: white;
}

/* @egt */
.article .searchform .search-field {
    background-color: #80808054;
    border-radius: 5px;
}

/* @egt */
.article .article-backlink i {
    position: relative;
}

/* @egt */
.article .article-backlink {
    padding: 0;
}

/* @egt */
.uv-article-bg-title.uv-bgtitle .uv-section-inner {
    position: relative;
}

/* @egt */
.uv-article-bg-title {
    /* background: burlywood; */
    background-color: gray;
}

/* @egt */
.uv-article-bg-title .uv-section-bg {
    filter: blur(5px) brightness(0.5);
    mix-blend-mode: hard-light;
}

/* @egt */
body .uws-event-maincol .uwsactions .uws-btn-p:last-child {
    background: var(--uv-btn-color);
    border-color: var(--uv-btn-color);
}

/* @egt */
body .uws-event-maincol .uwsactions .uws-btn-p:last-child,
body .uws-invitems-list .uws-inventory-item .uwsactions .uws-btn {
    border-radius: 0;
}

/* Media queries */
/* 
Mobile styles 
Responsive
(Previously "landing mq")
*/
@media (max-height: 830px) {
    /* margin-top: -4.55em; */
    /* margin-top: -3em; */
    body:has(.uv-rufusdusol-se) .uws-map-view-list .uws-map-list {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px){
    /* @egt */
    .uv-dining-inner {
        flex-wrap: wrap;
        max-height: none;
    }

    /* @egt */
    .uv-restaurant-card {
        flex-basis: calc(50% - 2em);
    }

    /* @egt */
    .global-home-faq .uv-faqscont {
        padding: 20px;
    }

    /* @egt */
    body:not(:has(.uv-rufusdusol-se)) .uws-map-controls .uwsdatesel a {
        width: 24em;
    }

    /* @egt */
    body:not(:has(.uv-rufusdusol-se)) .uws-map-controls .uwsfilters {
        justify-content: start;
    }

    /* @egt */
    body:not(:has(.uv-rufusdusol-se)) .uws-map.uwshaseventinfo .uwseventinfo .uws-dropdown-cont.uwshasdrop {
        border-radius: 50%;
    }

    /* carousel card width */
    /* body:is(.uv-event-details) .swiper-slide.uv-carousel-lat.uv-carousel-custom-event {
        max-width: 18em;
    } */

    .uv-map-toggle-mobile{
        display: block;
    }

    .uv-map-toggle-desktop{
        display: none;
    }

    /* card gap and position */
    html body[data-venue="miami"] .uws-agenda-default,  /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] .uws-agenda-default,
    html body .uv-landing .uws-agenda-default {
        gap: 0px;
        justify-content: center;
    }

    /* bottom 'border' */
    body[data-venue="miami"] .uv-carousel-lat::after,  /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-venuekey-livlasvegasbeach.uv-carousel-lat::after,  /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uv-carousel-lat::after,
    body .uv-landing .uws-venuekey-livlasvegasbeach.uv-carousel-lat::after {
        background: transparent;
    }

    /* card width */
    body[data-venue="miami"] .uws-agenda-cols-3 .uws-agenda-default>div,  /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-agenda-cols-3 .uws-agenda-default>div {
        flex-basis: calc(50%);
    }

    /* removing overlay on cards */
    body[data-venue="miami"] .uv-black-grda::after,  /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uv-black-grda::after {
        display: none;
    }

    /* Calendar / Agenda buttons */
    body[data-venue="miami"] .uwsviews, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uwsviews,
    body .uv-landing .uwsviews {
        display: none;
    }

    /* centers control buttons */
    body[data-venue="miami"] .uws-events-controls, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-events-controls {
        justify-content: center !important;
    }

    body[data-venue="miami"] .uws-events-controls .uwsfilters > div, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls .uwsfilters > div,
    body .uv-landing .uws-events-controls .uwsfilters > div {
        margin-right: 0;
        text-align: -webkit-center;
    }

    /* main filter container */
    body[data-venue="miami"] .uws-events-controls .uwsfilters, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls .uwsfilters,
    body .uv-landing .uws-events-controls .uwsfilters {
        padding-right: 0;
        width: 100%;
        justify-content: center;
        height: 55px;
        background-color: #1C2936;
    }

    /* size of the filter buttons */
    body[data-venue="miami"] .uws-events-controls .uwsfilters a, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-events-controls .uwsfilters a {
        padding: 1em;
        text-align: center;
        width: 100%;
    }

    /* this will fix the previous padding that sits the element awkwardly */
    body[data-venue="miami"] .uws-events-controls .uwsfilters .uwsdatesel .uws-dropdown-cont > a, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-events-controls .uwsfilters .uwsdatesel .uws-dropdown-cont > a {
        padding-left: 1em;
    }

    /* image display */
    body img.uwsimgloading.uwsloaded, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing img.uwsimgloading.uwsloaded {
        object-fit: cover;
    }

    body .uwsflyercont.uws-ratio-Horizontal img.uwsimgloading.uwsloaded, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uwsflyercont.uws-ratio-Horizontal img.uwsimgloading.uwsloaded {
        object-fit: contain;
    }

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body[data-venue="miami"] .uwsdaysel{
        display: block;
    }

    /* filter button container size */
    body .uv-landing .uwsdatesel,
    body .uv-landing .uwsperformersel,
    body .uv-landing .uwsdaysel {
        width: 33%;
    }

    /* filter button container size */
    /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    html body[data-venue="miami"] .uwsdatesel,
    html body[data-venue="miami"] .uwsperformersel, 
    html body[data-venue="miami"] .uwsdaysel,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] .uwsdatesel,
    html body[data-venue="las-vegas"] .uwsperformersel, 
    html body[data-venue="las-vegas"] .uwsvenuesel {
        width: 36%;
    }
    
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] .uwsdatesel {
        width: 36% !important;
    }

    /* related to the icon on the date filter */
    /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-events-controls .uwshascalincon > i,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls .uwshascalincon > i {
        display: none;
    }

    /* font size of the filters - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-events-controls,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls {
        font-size: 12px;
    }

    .uv-landing-header {
        height: 6em;    
        align-items: center;
        display: flex;
    }

    /*html body[data-venue="miami"] #content .uv-section,  miami mobile UWS-2040 - body[data-venue="miami"] */
    html body #content .uv-landing .uv-section {
        padding-top: 1em;
    }

    body[data-venue="miami"] .uws-events-controls, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls,
    body .uv-landing .uws-events-controls {
        margin-bottom: 0;
    }

    /* events */
    body[data-venue="miami"] .uv-section.padding-sides .uv-section-inner, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uv-section.padding-sides .uv-section-inner,
    body .uv-landing .uv-section.padding-sides .uv-section-inner {
        padding-left: 0;
        padding-right: 0;
    }

    /* changes drop width */
    body[data-venue="miami"] .uws-events-controls .uws-dropdown, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls .uws-dropdown,
    body .uv-landing .uws-events-controls .uws-dropdown {
        width: 100%;
    }

    /* centers drop items */
    body[data-venue="miami"] .uws-events-controls .uws-dropdown ul, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-events-controls .uws-dropdown .uws-dp-filterdate, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-events-controls .uws-dropdown ul,
    body .uv-landing .uws-events-controls .uws-dropdown .uws-dp-filterdate {
        text-align: -webkit-center;
    }

    /* Has important because the previous max with had "important" on 1600px  */
    body[data-venue="miami"] .events-custom-styles .uv-section-inner, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .events-custom-styles .uv-section-inner {
        max-width: 1100px !important;
    }

    /* a background color replacement */
    body[data-venue="miami"] #uwsfilterdate, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] #uwsfilterperformer, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] #uwsfilterday, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] #uwsfilterdate,
    body[data-venue="las-vegas"] #uwsfilterperformer,
    body[data-venue="las-vegas"] #uwsfilterday,
    body .uv-landing #uwsfilterdate,
    body .uv-landing #uwsfilterperformer,
    body .uv-landing #uwsfilterday {
        background-color: transparent;
    }

    /* button filter */
    body[data-venue="miami"] .uws-dropdown-cont, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-dropdown-cont,
    body .uv-landing .uws-dropdown-cont {
        background-color: #1C2936;
    }

    /* card height  */
    .uv-landing .events-custom-styles .uws-agenda-item-default .uwsflyercont {
        height: 48em;
    }
    body[data-venue="miami"] .events-custom-styles .uws-agenda-item-default .uwsflyercont {/* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
        height: 51vw;
    } 

    /* Removes the opaque overlay on the cards! */
    body[data-venue="miami"] .events-custom-styles .uws-agenda-item-default .uwsflyercont::after, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    .uv-landing .events-custom-styles .uws-agenda-item-default .uwsflyercont::after {
        display: none;
    }

    /* Allows the filters to stay beside each other always */
    body[data-venue="miami"] .uws-events-controls .uwsfilters, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uws-events-controls .uwsfilters,
    body .uv-landing .uws-events-controls .uwsfilters {
        flex-direction: row;
    }

    /* changed the size of the detail part of the cards */
    body[data-venue="miami"] .event-item-details, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .event-item-details {
        padding: 5px;
    }

    body .uv-landing .uws-events-controls .uwshascalincon > i {
        left: 0.9em;
    }

    body[data-venue="miami"] .uws-events-controls .uws-dropdown-cont > a:after, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-landing .uws-events-controls .uws-dropdown-cont > a:after {
        right: 0.9em;
    }

    /* Code previously used for 1024px media */
    /* ---------------------------------------------------------------------------- */

    html body[data-venue="miami"] .uws-agenda-cols-3 .uws-agenda-default>div, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    html body .uv-landing .uws-agenda-cols-3 .uws-agenda-default>div {
        width: 100%;
        flex-basis: 50%;
    }

    body[data-venue="miami"] .uwsdatesel, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uwsperformersel, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uwsdaysel, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-events-controls .uwsfilters > div, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uwsdatesel,
    body[data-venue="las-vegas"] .uwsperformersel,
    body[data-venue="las-vegas"] .uwsvenuesel,
    body[data-venue="las-vegas"] .uws-events-controls .uwsfilters > div,
    body .uv-landing .uwsdatesel,
    body .uv-landing .uwsperformersel,
    body .uv-landing .uwsdaysel,
    body .uv-landing .uws-events-controls .uwsfilters > div {
        /* Commented because of the new filter added */
        /* width: 100%; */
        text-align: -webkit-center;
    }

    /* Code previously used for 898px media */
    /* ---------------------------------------------------------------------------- */

    html body[data-venue="miami"] .uws-agenda-cols-3 .uws-agenda-default>div, /* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] .uws-agenda-cols-3 .uws-agenda-default>div,
    html body .uv-landing .uws-agenda-cols-3 .uws-agenda-default>div {
        width: calc(50%);
    }

    /* MOBILE CHANGES FOR MIAMI UWS-2026 */
    /* hides the date label in the header */
    /* hides the menu drop */
    /* hides the dropdown */
    /* body[data-venue="miami"] .uv-page-titleinfo.uv-align-center.uv-just-center,
    body[data-venue="miami"] .dropdown,
    body[data-venue="miami"] a#uv-menuicon,
    body[data-venue="miami"] h1.uv-title.uv-uppercase {
        display: none;
    } */
    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body .uv-page-titleinfo.uv-align-center.uv-just-center,
    body h1.uv-title.uv-uppercase,
    body .uv-ages-span {
        display: none;
    }
    /* UWS-2040 revert UWS-2026 hidden menus but leave event info on the banner hidden ^ */

    /* lowers the spacing - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .page-id-208 .uws-event-cont.uws-integration, 
    .uv-event-details .uws-event-cont.uws-integration {
        padding: 20px;
    }

    /* body[data-venue="miami"] .uws-inventory-listcont {
        display: flex;
        flex-direction: column;
    } */

    /* sets extra space at the bottom of the tickets button prev: 0 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uws-btn.uws-extticketsbtn {
        margin-bottom: 1em;
    }

    /* Header size updated */
    .uv-eventheader-venuekey-livmiami .uv-event-details .uv-eventheader,
    .uv-header-mobile-size {
        padding: 6.2em 0;
    }

    /* header title resized - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-eventheader h1 {
        font-size: 2.5rem;
    }

    /* header bg overlay using !important because of fulltheme.css - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-section .uv-section-darkoverlay {
        background-color: rgb(0 0 0 / 26%) !important;
    }

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] .LIV.Miami */
    body[data-venue="miami"] .LIV.Miami,
    /* body[data-venue="las-vegas"] .LIV.Las.Vegas, */
    body[data-venue="las-vegas"] .LIV.lasvegas-back {
        font-size: 18px;
        position: relative;
        /* bottom: 4.5em; */
        /* border: 1px #ffffff05 solid; */
        border: 1px transparent solid;
        border-radius: 15px;
        padding: 0 12px 0 36px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        font-weight: 500;
        letter-spacing: 0.4516128897666931px;
        color: #ffffff;
    }

    /* - (LV Mob, UWS-2961) */
    .LIV.lasvegas-back::before {
        background-image: url(/wp-content/themes/uvtheme/css/icons/arrow-btn.svg);
        content: " ";
        width: 17px;
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
        filter: brightness(0) invert(1);
        background-repeat: no-repeat;
        transform: rotate(180deg);
        background-size: 100%;
        background-position: center;
    }
    .lasvegas-back{
        display: inline-block;
    }

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] .LIV.Miami */
    body[data-venue="miami"] .LIV.Miami::before,
    /* body[data-venue="las-vegas"] .LIV.Las.Vegas::before, */
    body[data-venue="las-vegas"] .LIV.lasvegas-back::before {
        left: 12px;
    }

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body .uws-event-columns .uws-event-info .uws-event-flyer {
        display: none;
    }
    
    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body .uws-event-columns .uws-event-info {
        margin-top: 0em;
    }

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body .uws-event-columns .uws-event-info .uwsinfobox {
        max-width: none;
    }

    /* header.style.backgroundPosition = "center center !important"; - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uv-eventheader .uv-section-bg{
        background-position: center center !important;
    }

    /* body[data-venue="miami"] header {
        display: none;
    } */

    /* - (LV Mob, UWS-2961) prev: [data-venue="miami"] */
    body .uws-event-columns-inventory-flyer .uws-event-columns .uws-event-maincol { 
        margin-bottom: 1em;
    }

    /* fix for calendar showing a cropped backgrund - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body .uws-events-controls .uws-dropdown {
        min-width: max-content;
    }

    /* filter min width - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-events-controls .uws-dropdown-cont > a {    
        min-width: max-content;
    }

    /* day filter drop icon - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .uws-events-controls .uws-dropdown-cont .uv-select-weekday::after {
        right: 1.5em;
    }

    /* UWS-3237 */
    /* event header image square p470 */
    body[data-venue="miami"] .uv-eventheader,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    body[data-venue="las-vegas"] .uv-eventheader{
        padding: 10em 0px;
        padding: 0 !important;
        height: 100vw;
    }
    /* body[data-venue="las-vegas"] .uv-eventheader {
        padding: 6.2em 0px;
    } */

    /* UWS-3237 */
    /* UWS-4769 @auth:egt commented for optimization */
    /* main:not(.uv-landing) .uws-events .uws-event-item .uwsflyercont[data-flyer-type="desktop"],
    body[data-venue="miami"] main:is(.homepage-section) .uv-vegas-flyer-format {
        display: none;
    } */

    /* UWS-3812 full bg */
    body[data-venue="miami"] .uv-section-bg.uv-lazyimage.uv-desktop-banner {
        background-size: cover !important;
    }

    /* UWS-3815 mobile icon */
    body[data-venue="miami"] .uws-map .uwsicon-info:before {
        content: '\f006' '';
        transform: rotate(180deg);
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    /* circular shadow UWS-3815 */
    body[data-venue="miami"] .uws-map .uws-dropdown-cont {
        /* background: transparent; */
        border-radius: 100%;
    }

    /* fix mobile landing */
    body[data-venue="miami"] .uv-landing .events-custom-styles .uws-agenda-item-default .uwsflyercont[data-flyer-type="desktop"] {
        display: none;
    }

    /* hide side info flyer */
    html body[data-venue="miami"] .uws-event-info .uws-event-flyer,
    /* added body[data-venue="las-vegas"] as per UWS-4270 */
    html body[data-venue="las-vegas"] .uws-event-info .uws-event-flyer {
        display: none;
    }

    /* hide header on mobile */
    body:has(.uws-events) header {
        display: none;
    }

    body :is(.uv-event-name-title) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    :is(.uv-ev-venue) {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 490px) {
    /* card height *//* miami mobile UWS-2040 - (LV Mob, UWS-2961) prev: [data-venue="miami"]*/
    body[data-venue="miami"] .events-custom-styles .uws-agenda-item-default .uwsflyercont {
        /* height: 37em; */
        /* height: 70vw; */
        height: 52vw;
    }
}

@media only screen and (max-width: 700px) {
    /* @egt */
    body:has(.uv-rufusdusol-se) .uwsmaplistfill {
        /* height: 0 !important; */
        display: none;
    }    

    /* @egt */
    /* body:has(.uv-rufusdusol-se) .uws-map-view-list .uws-map-stage {
        height: auto;
    } */
}

@media only screen and (max-width: 600px) {
    /* @egt */
    body .uws-invitems-list .uws-inventory-item .uwsinfo {
        height: auto;
    }

    /* @egt */
    html body .uws-invitems-list .uws-inventory-item .uwsname {
        font-size: 15px;
    }

    /* @egt */
    .uv-restaurant-card {
        flex-basis: auto;
    }

    /* @egt */
    body .uv-section.uv-global-header.uv-dining {
        min-height: 11em;
    }

    /* @egt */
    body header:has(.uv-dining),
    body .uv-dining,
    body .uv-dining .uv-section-bg,
    body .uv-dining .uv-section-darkoverlay,
    body .uv-section.uv-global-header.uv-dining {
        height: 11em;
    }

    /* @egt */
    .uv-dining-inner {
        flex-wrap: wrap;
        /* gap: 1em; */
        max-height: none;
    }
}

@media only screen and (max-width: 430px) {
    /* @egt */
    body:has(.uv-rufusdusol-se) .uwsmaplistfill {
        /* height: 0 !important; */
        display: none;
    }    

    /* @egt */
    body:has(.uv-rufusdusol-se) .uws-map-view-list .uws-map-stage {
        height: auto;
    }

    /* @egt */
    body:has(.uv-rufusdusol-se) .uws-map-container,
    body:has(.uv-rufusdusol-se) .uws-map-controls, .uws-map-view-list .uws-map-controls,
    body:has(.uv-rufusdusol-se) .uv-section.padding-sides.uv-description,
    body:has(.uv-rufusdusol-se) .uv-collage-gallery {
        padding: 0 20px;
    }

    /* @egt */
    body:has(.uv-rufusdusol-se) .uws-map-graph {
        /* touch-action: pinch-zoom; */
        /* pointer-events: auto; */
        pointer-events: none;
    }

    /* @egt */
    body:has(.uv-rufusdusol-se) polygon.uvtable.uwshasitem {
        pointer-events: auto;
        /* touch-action: pinch-zoom; */
    }

    /* @egt */
    /* body:has(.uv-rufusdusol-se) .uws-map.uwshaseventinfo .uws-map-container .uwseventinfo, */
    body:has(.uv-rufusdusol-se) .uws-map-controls, .uws-map-view-list .uws-map-controls {
        display: none;
    }

    /* @egt */
    .uws-map-list .uwsmaplistfill {
        display: none ;
    }
}

/* ----------- --------------------------- ----------- */
/* ----------- END of Changes for UWS 1800 ----------- */
/* ----------- --------------------------- ----------- */

/* day filter UWS-1932 */
body:has(.uws-events) .uws-agenda-default .uws-event-list-item.uv-day-filtered,
body:has(.uws-events) .uws-list-default .uws-event-list-item.uv-day-filtered {
    display: none;
}

/* ---------------------- DESTOP CHANGES FOR UWS-2026 ---------------------- */

/* hiding the side flyer */
/* (LV, UWS-2961) prev: [data-venue="miami"]*/
/* body[data-venue="las-vegas"] .uws-event-info .uws-event-flyer {
    overflow: hidden;
    display: none;
} */
body[data-venue="miami"] .uws-event-info .uws-event-flyer,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uws-event-info .uws-event-flyer {
    display: block;
    margin-bottom: 2em;
}

/* shows the square flyer on the side /event */
/* UWS-4769 @auth:egt commented for optimization */
/* body[data-venue="miami"] a.uwsjs-show-image.uv-lv-flyer-format {
    display: none;
} */

/* size of the banner content */
/* (LV, UWS-2961) prev: [data-venue="miami"]*/
body .uv-section-inner.uvan-fadein.animate {
    /* padding: 5em 20px !important; */
    padding: 7em 20px !important;
}

/* bg size USING IMPORTANT SINCE THERE IS INLINE STYLING */
/* (LV, UWS-2961) prev: [data-venue="miami"]*/
body .uv-section-bg.uv-lazyimage.uv-desktop-banner{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
body[data-venue="las-vegas"]  .uv-section-bg.uv-lazyimage.uv-desktop-banner {
    background-size: cover;
}
body[data-venue="miami"] .uv-section-bg.uv-lazyimage.uv-desktop-banner,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uv-section-bg.uv-lazyimage.uv-desktop-banner {
    display: none;
}

/* new bg for miami */
/* body[data-venue="las-vegas"] .uv-mm-bg{
    display: none;
} */
body[data-venue="miami"] .uv-mm-bg,
/* added body[data-venue="las-vegas"] as per UWS-4270 */
body[data-venue="las-vegas"] .uv-mm-bg {
    width: calc(100% - 60px);
    height: 100%;
    display: block;
    position: absolute;
    max-width: calc(88.75em - 3.75em);
    top: 0;
    left: 50%;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(-50%);
}

/* (LV, UWS-2961) prev: [data-venue="miami"]*/
body .uws-event-columns .uws-event-info {
    margin-top: 0;
}

/* (LV, UWS-2961) prev: [data-venue="miami"]*/
html body .uws-event-info .uwsinfobox {
    margin-top: 0;
}

/* ---------------------- END OF DESTOP CHANGES FOR UWS-2026 ---------------------- */

/* (LV, UWS-2961) missing stuff for desktop */
a.LIV.Beach.lasvegas-back.uv-desktop-back-btn {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.4516128897666931px;
    text-align: left;
    color: #ffffff;
    position: relative;
    padding-left: 30px;
}
a.LIV.Beach.lasvegas-back.uv-desktop-back-btn::before {
    background-image: url(/wp-content/themes/uvtheme/css/icons/arrow-btn.svg);
    content: " ";
    width: 17px;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-size: 100%;
    background-position: center;
}





/**/


.seven-rooms-section,
.ot-section {
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.7em;

}

/* Style for the popup */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    z-index: 10001;
    width: 80%;
    height: 80%;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
}

.popup {
  
}

.popup.opentablepop::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 50px;
    top: 30px;
    right: 0px;
    background: #ffffff;
}

/* Style for the overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    z-index: 10001;
    /* Behind the popup */
    backdrop-filter: blur(2px);
    /* Optional: adds a blur effect */
}

/* Style for the iframe */
.popup-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Style for the close button */
.popup-close-btn {
    position: absolute;
    top: -40px;
    right: -41px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    border-radius: 100%;
    padding: 10px 13px;
    cursor: pointer;
    border: solid 1px;
    line-height: 1;

}

.popup-close-btn:hover {
    background-color: #c0392b;
}

.seven-rooms-section button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.2em;
    padding: 1em 1.2em;
    font-size: 1em;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 500;
    border: solid 1px var(--uws-main-color);
}


.seven-rooms-section button:hover,
.seven-rooms-section button:focus,
.seven-rooms-section button:active {
    background-color: rgba(0, 0, 0, 0);
    color: var(--uws-main-color);
}

.seven-rooms-section button:hover svg *,
.seven-rooms-section button:focus svg *,
.seven-rooms-section button:active svg * {
   fill: var(--uws-main-color);
}

.seven-rooms-section svg {
    margin-right: 12px;
}