@font-face {
    font-display: swap;
    font-family: Gotham-Medium;
    src: url(/wp-content/themes/gekko-astra-child/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/gekko-astra-child/assets/fonts/Gotham/GothamBold.ttf)
        format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* ---------------------- GEKKO DESTOP CHANGES FOR UWS-2026 ---------------------- */
.uv-only-mob{
    display: none;
}
.uv-bg-black {
    background-color: #000000;
}
/* body .uv-section .uv-section-darkoverlay {
    display: none;
} */
/* body .uv-eventheader {
    padding: 50px 0 52px;
}*/
/* body .uws-event-item .uwsflyercont {
    height: 50vh;
} */

/* hiding the side flyer */
/* (UWS-3237)*/
body .uws-event-info .uws-event-flyer {
    overflow: hidden;
    display: none;
}

/* size of the banner content */
/* (UWS-3237)*/
body .uv-section-inner.uvan-fadein.animate {
    padding: 5em 20px !important;
}

/* bg size USING IMPORTANT SINCE THERE IS INLINE STYLING */
/* (UWS-3237)*/
body .uv-section-bg.uv-lazyimage.uv-desktop-banner {
    background-size: 90% !important;
}

/* (UWS-3237)*/
body .uws-event-columns .uws-event-info {
    margin-top: 0;
}

/* (UWS-3237)*/
/* html body .uws-event-info .uwsinfobox {
    margin-top: 0;
} */

/* (UWS-3237) */
a.uv-back-btn.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.uv-back-btn.uv-desktop-back-btn::before {
    background-image: url(/wp-content/themes/gekko-astra-child/assets/img/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;
}

/* (UWS-3237) */
main .uws-events .uws-event-item .uwsflyercont:first-child,
.uws-events .uws-event-item .uwsflyercont:first-child {
    display: none;
}

/* (UWS-3237) removing overlay */
body .uws-agenda-item-default .uwsflyercont::after {
    opacity: 0;
}

/* (UWS-3237) fix positioning of the back button at event */
.uv-desktop-back-btn-container2 {
    width: 100%;
    max-width: 1390px;
    margin: auto;
    padding: 0px 20px;
}

@keyframes pop-in {
    from {
        opacity: 0;
        transform: scale(0.75);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-in {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

/* ease the pop of the elements p470*/
.uv-back-btn {
    animation: pop-in 0.5s ease forwards;
}

/* desktop hide back button original container */
.uv-back-container {
    display: none;
}

/* customs for gekko */
.uv-desktop-back-btn-container1 {
    background: #000000;
}
.uv-back-container {
    padding: 7px 0;
}

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

/* back button styling */
body .uv-back-container-inner {
    background: transparent;
    margin: 0 auto;
    padding: 1em 20px;
    max-width: 1420px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
body .uv-back-container-custom {
    background: black;
    width: 100%;
}
body .uv-back-container-inner .uv-back-btn-icon {
    height: 20px;
    width: 20px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/gekko-astra-child/assets/img/arrow-btn.svg);
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
    position: relative;
    top: 1px;
}
body .uv-back-container-inner a.uv-back-btn-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

/* flyer images new style */
body .uwsflyercont img.uwsimgloading.uwsloaded {
    width: 100%;
}

/* ------------- Groot unification ------------- */
body .uws-event .uv-section-bg.uv-lazyimage.uv-desktop-banner {
    background-size: cover !important;
    max-width: calc(88.75em - 3.75em);
    left: 50%;
    transform: translateX(-50%);
}
body .uv-eventheader h1,
body .uv-page-titleinfo h2,
body .uv-mm-ev,
body .uv-ages-span {
    font-family: "Gotham", sans-serif !important;
    color: #fff;
}
body .uws-event .uv-eventheader h1 {
    font-size: 42px;
    font-family: 'Gotham-Medium' !important;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
    line-height: 0.8; /*needed to display the h1 on safari */
}
body .uws-event .uv-eventheader h1, 
body .uws-event .uv-page-titleinfo h2, 
body .uws-event .uv-mm-ev {
    text-transform: uppercase;
}
body .uws-event .uv-page-titleinfo {
    display: inline-flex;
}
body .uws-event .uv-page-titleinfo,
.uws-event .uv-event-banner .uv-page-titleinfo {
    border-radius: 0;
    background: transparent;
    min-width: fit-content;
    width: max-content;
    height: 0;
    gap: 0;
}
body .uws-event .uv-page-titleinfo svg {
    display: none;
}
body .uws-event .uv-page-titleinfo h2 {
    font-size: 19px;
    font-family: 'Gotham-Bold' !important;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin-top: .3em;
}
.uws-event .uv-section.padding-sides .uv-section-inner {
    padding: 7em 20px !important;
    max-width: 86.875em !important;
}
.uws-event .uv-back-container-inner {
    width: 100%;
    max-width: 1390px;
    margin: auto;
    padding: 0px 20px;
}
body .uws-event .uv-back-container-custom {
    width: 100%;
    height: 2.5em;
    background: black;
    display: flex;
    flex-direction: row;
    align-items: center;
}
body .uws-event .uws-event-info .uws-event-flyer {
    display: block;
}
body .uws-event .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 .uws-event .uv-eventheader {
    overflow: hidden;
}
body .uws-event .uv-mm-ev {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.6px;
    line-height: 1.125;
    margin-left: 23px;
    padding-bottom: .5em;
}
.uws-event i.uwsicon-twitter {
    display: none;
}
body .uv-eventheader {
    padding: 2.0625em 0 2.1875em;
}
html body a.uv-hide-cal-btn {
    display: none;
}
a.uvICS {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
}
/* ------------- End of Groot unification ------------- */

/* Media Queries */
/* (UWS-3237) Mobile Changes ------------------------------------------------------------------------ */
@media only screen and (max-width: 898px) {
    /* (UWS-3237)*/
    body .uws-agenda-cols-3 .uws-agenda-default>div {
        width: calc(50% - 0.5em);
        flex: unset;
    }
}

@media only screen and (max-width: 851px) {
    /* (UWS-3237)*/
    body h1.event-title-details {
        display: none;
    }

    /* display the original back button container for lower resolutions p470*/
    .uv-back-container {
        display: block;
        background: #000000;
        animation: fade-in 1.25s ease forwards;
    }
    .uv-back-btn {
        animation: fade-in 0.5s ease forwards;
    }

    /* customs for gekko */
    body .uv-back-container a.uv-back-btn::before {
        content: "";
        height: 20px;
        width: 20px;
        display: block;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/gekko-astra-child/assets/img/arrow-btn.svg);
        filter: brightness(0) invert(1);
        transform: rotate(180deg);
        position: relative;
    }
    body .uv-back-container a.uv-back-btn {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 5px;
    }

    /* Groot Unification */
    body .uws-event .uv-page-titleinfo, 
    .uws-event .uv-event-banner .uv-page-titleinfo,
    body .uws-event .uv-ages-span {
        display: none;
    }
}

@media only screen and (max-width: 850px){
    /* Groot Unification */
    body .uws-event .uws-event-info .uws-event-flyer {
        display: none;
    }
}

@media only screen and (max-width: 768px){
    /* card gap and position *//* (UWS-3237)*/
    html body .uws-agenda-default,  
    html body .uv-landing .uws-agenda-default {
        gap: 0px;
        justify-content: center;
    }

    /* bottom 'border' *//* (UWS-3237)*/
    body .uv-carousel-lat::after,
    body .uv-carousel-lat::after,
    body .uv-landing .uv-carousel-lat::after,
    body .uv-landing .uv-carousel-lat::after {
        background: transparent;
    }

    /* card width *//* (UWS-3237)*/
    body .uws-agenda-cols-3 .uws-agenda-default>div,  
    body .uv-landing .uws-agenda-cols-3 .uws-agenda-default>div {
        flex-basis: calc(50%);
    }

    /* removing overlay on cards *//* (UWS-3237)*/
    body .uv-black-grda::after,  
    body .uv-landing .uv-black-grda::after {
        display: none;
    }

    /* Calendar / Agenda buttons *//* (UWS-3237)*/
    body .uwsviews, 
    body .uv-landing .uwsviews {
        display: none;
    }

    /* centers control buttons *//* (UWS-3237)*/
    /* body .uws-events-controls, 
    body .uv-landing .uws-events-controls {
        justify-content: center !important;
    } */

    /* (UWS-3237)*/
    /* body .uws-events-controls .uwsfilters > div, 
    body .uv-landing .uws-events-controls .uwsfilters > div {
        margin-right: 0;
        text-align: -webkit-center;
    } */

    /* main filter container *//* (UWS-3237)*/
    /* body .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 *//* (UWS-3237)*/
    /* body .uws-events-controls .uwsfilters a, 
    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 *//* (UWS-3237)*/
    /* body .uws-events-controls .uwsfilters .uwsdatesel .uws-dropdown-cont > a, 
    body .uv-landing .uws-events-controls .uwsfilters .uwsdatesel .uws-dropdown-cont > a {
        padding-left: 1em;
    } */

    /* image display *//* (UWS-3237)*/
    body img.uwsimgloading.uwsloaded, 
    body .uv-landing img.uwsimgloading.uwsloaded {
        object-fit: cover;
    }

    /* (UWS-3237)*/
    body .uwsflyercont.uws-ratio-Horizontal img.uwsimgloading.uwsloaded, 
    body .uv-landing .uwsflyercont.uws-ratio-Horizontal img.uwsimgloading.uwsloaded {
        object-fit: contain;
    }

    /* - (UWS-3237) */
    body .uwsdaysel{
        display: block;
    }

    /* filter button container size */
    /* (UWS-3237)*/
    /* html body .uwsdatesel,
    html body .uwsperformersel, 
    html body .uwsdaysel {
        width: 36%;
    } */

    /* related to the icon on the date filter */
    /* (UWS-3237)*/
    /* body .uws-events-controls .uwshascalincon > i {
        display: none;
    } */

    /* font size of the filters - (UWS-3237)*/
    /* body .uws-events-controls {
        font-size: 12px;
    } */

    /* (UWS-3237)*/
    /* body .uws-events-controls, 
    body .uv-landing .uws-events-controls {
        margin-bottom: 0;
    } */

    /* events *//* (UWS-3237)*/
    body .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 *//* (UWS-3237)*/
    /* body .uws-events-controls .uws-dropdown, 
    body .uv-landing .uws-events-controls .uws-dropdown {
        width: 100%;
    } */

    /* centers drop items *//* (UWS-3237)*/
    /* body .uws-events-controls .uws-dropdown ul,
    body .uws-events-controls .uws-dropdown .uws-dp-filterdate, 
    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  *//* (UWS-3237)*/
    body .events-custom-styles .uv-section-inner, 
    body .uv-landing .events-custom-styles .uv-section-inner {
        max-width: 1100px !important;
    }

    /* a background color replacement *//* (UWS-3237)*/
    body #uwsfilterdate,
    body #uwsfilterperformer,
    body #uwsfilterday, 
    body .uv-landing #uwsfilterdate,
    body .uv-landing #uwsfilterperformer,
    body .uv-landing #uwsfilterday {
        background-color: transparent;
    }

    /* button filter *//* (UWS-3237)*/
    body .uws-dropdown-cont, 
    body .uv-landing .uws-dropdown-cont {
        background-color: #1C2936;
    }

    /* card height  *//* (UWS-3237)*/
    body .events-custom-styles .uws-agenda-item-default .uwsflyercont,
    .uv-landing .events-custom-styles .uws-agenda-item-default .uwsflyercont {
        height: 48em;
    }

    /* Removes the opaque overlay on the cards! *//* (UWS-3237)*/
    body .events-custom-styles .uws-agenda-item-default .uwsflyercont::after,
    .uv-landing .events-custom-styles .uws-agenda-item-default .uwsflyercont::after {
        display: none;
    }

    /* Allows the filters to stay beside each other always *//* (UWS-3237)*/
    /* body .uws-events-controls .uwsfilters, 
    body .uv-landing .uws-events-controls .uwsfilters {
        flex-direction: row;
    } */

    /* changed the size of the detail part of the cards *//* (UWS-3237)*/
    body .event-item-details,
    body .uv-landing .event-item-details {
        padding: 5px;
    }

    /* (UWS-3237)*/
    /* body .uws-events-controls .uws-dropdown-cont > a:after, 
    body .uv-landing .uws-events-controls .uws-dropdown-cont > a:after {
        right: 0.9em;
    } */

    /* (UWS-3237)*/
    html body .uws-agenda-cols-3 .uws-agenda-default>div,
    html body .uv-landing .uws-agenda-cols-3 .uws-agenda-default>div {
        width: 100%;
        flex-basis: 50%;
    }

    /* (UWS-3237)*/
    /* Commented because of the new filter added */
    /* width: 100%; */
    /* body .uwsdatesel, 
    body .uwsperformersel, 
    body .uwsdaysel, 
    body .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 {
        text-align: -webkit-center;
    } */

    /* (UWS-3237)*/
    html body .uws-agenda-cols-3 .uws-agenda-default>div,
    html body .uv-landing .uws-agenda-cols-3 .uws-agenda-default>div {
        width: calc(50%);
    }

    /* - (UWS-3237) */
    body .uv-page-titleinfo.uv-align-center.uv-just-center,
    body h1.uv-title.uv-uppercase {
        display: none;
    }

    /* lowers the spacing - (UWS-3237)*/
    body .page-id-208 .uws-event-cont.uws-integration, .uv-event-details .uws-event-cont.uws-integration {
        padding: 30px;
    }

    /* sets extra space at the bottom of the tickets button prev: 0 - (UWS-3237)*/
    body .uws-btn.uws-extticketsbtn {
        margin-bottom: 1em;
    }

    /* header title resized - (UWS-3237)*/
    body .uv-eventheader h1 {
        font-size: 2.5rem;
    }

    /* header bg overlay using !important because of fulltheme.css - (UWS-3237)*/
    body .uv-section .uv-section-darkoverlay {
        background-color: rgb(0 0 0 / 26%) !important;
    }

    /* - (UWS-3237) */
    body .LIV.Miami,
    body .LIV.lasvegas-back {
        font-size: 18px;
        position: relative;
        /* bottom: 4.5em; */
        border: 1px #ffffff05 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;
    }

    /* - (UWS-3237) */
    .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;
    }

    /* - (UWS-3237) */
    body .LIV.Miami::before,
    /* body .LIV.Las.Vegas::before, */
    body .LIV.lasvegas-back::before {
        left: 12px;
    }

    /* - (UWS-3237) */
    body .uws-event-columns .uws-event-info .uws-event-flyer {
        display: none;
    }
    
    /* - (UWS-3237) */
    body .uws-event-columns .uws-event-info {
        margin-top: 0em;
    }

    /* - (UWS-3237) */
    body .uws-event-columns .uws-event-info .uwsinfobox {
        max-width: none;
    }

    /* header.style.backgroundPosition = "center center !important"; - (UWS-3237)*/
    body .uv-eventheader .uv-section-bg{
        background-position: center center !important;
    }

    /* - (UWS-3237) */
    body .uws-event-columns-inventory-flyer .uws-event-columns .uws-event-maincol { 
        margin-bottom: 1em;
    }

    /* fix for calendar showing a cropped backgrund - (UWS-3237)*/
    /* body .uws-events-controls .uws-dropdown {
        min-width: max-content;
    } */

    /* filter min width - (UWS-3237)*/
    /* body .uws-events-controls .uws-dropdown-cont > a {    
        min-width: max-content;
    } */

    /* day filter drop icon - (UWS-3237)*/
    /* body .uws-events-controls .uws-dropdown-cont .uv-select-weekday::after {
        right: 1.5em;
    } */

    /* event header image square p470 */
    body .uv-eventheader {
        padding: 10em 0px;
    }

    /* Groot Unification */
    body .uv-eventheader {
        padding: 0 !important;
        height: 100vw;
    }
}

@media only screen and (max-width: 767px) {
    /* (UWS-3237) back button position */
    body .uv-back-container .uv-back-btn {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 7px 0;
        font-size: 18px;
    }

    /* (UWS-3237) fixes the flyer images*/
    body .uwsflyercont img.uwsimgloading.uwsloaded{
        object-fit: cover;
    }

    /* (UWS-3237)*/
    body .uws-event-item .uwsflyercont:last-child {
        display: none;
    }

    /* (UWS-3237)*/
    body .uws-event-item .uwsflyercont:first-child {
        display: block !important;
    }

    /* card height on / not events - (UWS-3237)*/
    body .uws-event-item .uwsflyercont{
        /* height: 70vh; */
        height: 46vw;
    }

    /* (UWS-3237) custom comment for GEKKO */
    /* html body #content .uv-section {
        padding-top: 0;
        margin-bottom: 1em;
    } */

    /* - (UWS-3237) */
    body .uwsflyercont{
        max-height: 275px;
    }

    /* - (UWS-3237) */
    body #block_6319c6ddeeed2ea08c18e31d6c2b7d07.uv-section {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 490px) {
    /* (UWS-3237)*/
    /* body .uwsfilters, 
    body .uws-events-controls .uws-dropdown-cont > a, 
    body .uv-landing .uwsfilters,
    body .uv-landing .uws-events-controls .uws-dropdown-cont > a {
        max-width: 100%;
    } */
    
    /* (UWS-3237)*/
    /* padding: 0.8em !important; */
    /* body .uws-events-controls .uwsfilters a, 
    body .uv-landing .uws-events-controls .uwsfilters a {
        text-align: center;
        width: 100%;
        position: relative;
        top: 1px;
    } */

    /* control margin *//* (UWS-3237)*/
    /* html body .uws-events-controls, 
    html body .uv-landing .uws-events-controls {
        margin-top: 3vw;
    } */

    /* Calendar dropdown background *//* (UWS-3237)*/
    /* body .uws-events-controls .uwsdatesel .uws-dropdown-cont .uws-dropdown, 
    body .uv-landing .uws-events-controls .uwsdatesel .uws-dropdown-cont .uws-dropdown {
        width: auto;
    } */

    /* card height *//* (UWS-3237)*/
    body .events-custom-styles .uws-agenda-item-default .uwsflyercont,
    body .uwscalendar-content .uws-agenda-item-default .uwsflyercont {
        /* height: 52vw; */
        height: 45vw;
    }
}

@media only screen and (max-width: 450px) {
    /* (UWS-3237) */
    /* body .uws-events-controls .uwsfilters a, 
    body .uv-landing .uws-events-controls .uwsfilters a {
        position: relative;
        top: 3px;
    } */

    /* (UWS-3237) */
    /* html body .uws-events-controls, 
    html body .uv-landing .uws-events-controls {
        margin-top: 0;
    } */

    /* (UWS-3237) */
    html body .uwsfilters .uwsdaysel, 
    html body .uv-landing .uwsfilters .uwsdaysel {
        margin-bottom: 0.4em;
    }
}