:root {
    --uv-main-color: #161014;
    --uv-btn-color: #4A90E2;
    /*#4a90e2*/
    --uv-btn-color-2: #4f9df5;
    --uv-btn-color-hover: #4484cd;
    --uv-white-color: #fff;
    --uv-past-event: #2b2529;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.uv-hide {
    display: none;
}

.uv-header {
    width: 100vw;
    height: 112px;
    color: var(--uv-main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    /*background-image: linear-gradient(#000 6%,rgba(255,255,255,0));*/
    position: fixed;
    z-index: 99;
}


.uv-header .uv-header-cont {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    max-width: 1460px;
    margin: auto;
    /* width: 100%; */

}

.desktop-menu .nave-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    gap: 10px;
}

.desktop-menu .nave-menu .menu-item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.desktop-menu .nave-menu .menu-item a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

body .uv-checkout-form-actions .uv-btn-p {
    background: var(--uv-btn-color);
    color: #fff;
    border-radius: 0px;
    border: solid 2px var(--uv-btn-color);
}

body .uv-checkout-form-actions .uv-btn-p:hover,
body .uv-checkout-form-actions .uv-btn-p:focus {
    background-color: var(--uv-btn-color-hover);
    background: rgba(0, 0, 0, 0);
}

.desktop-menu .nave-menu .menu-item.has-submenu .uv-submenu {
    position: absolute;
    background-color: #343840;
    width: 200px;
    display: block;
    top: calc(100% + 27px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;

    border-radius: 0px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .17);
    transform: translateX(-10%) translateY(-20px) scale(.97);
    transition: all .37s cubic-bezier(.34, 1.61, .7, 1);
    transition-delay: .3s;
}

.desktop-menu .nave-menu .menu-item.has-submenu:hover .uv-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-10%) translateY(0) scale(1);
    transition-delay: 0ms;
}

.uv-liv-global-menu ul a {
    position: relative;
}

.wp-block-group a {
    position: relative;
}

.desktop-menu .nave-menu .menu-item a:after,
.uv-liv-global-menu ul a:after,
.menu-element li a:after {

    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: -29px;
    background: #4a90e2;
    transition: all 250ms ease-in;
    transform: scaleX(0);

}

.menu-element li a:after {
    bottom: -5px;
}


.uv-liv-global-menu ul li:hover a:after,
.wp-block-group a:hover,
.menu-element li:hover a:after {
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

.desktop-menu .nave-menu .menu-item.has-submenu .uv-submenu ul {
    list-style: unset;
    padding: 0px;
}

.desktop-menu .nave-menu .menu-item.has-submenu .uv-submenu ul li {
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 500;
}

.desktop-menu .nave-menu .menu-item.has-submenu .uv-submenu ul li:hover {
    background-color: #51535b;
}

.desktop-menu .nave-menu .menu-item.has-submenu .uv-submenu ul li a {}

.desktop-menu .nave-menu .menu-item.has-submenu .uv-submenu ul li a::after {
    display: none;
}

.desktop-menu .nave-menu .menu-item:hover a:after {
    transform: scaleX(1);
    transition: all .3s ease-in-out;

}

.uv-header .uv-header-cont .uv-headerlogo {
    width: 149px;
    margin-left: 0;
    left: 0;
    right: 0;
    line-height: 0;
}

.uv-header .uv-header-cont .uv-headerlogo img {
    width: 100%;
    max-width: 96px;
}

.uv-header .uv-header-cont .nav-menu.left {
    margin-left: 98px;
    margin-right: 0;
    left: auto;
    align-items: center;
    display: flex;
    float: right;
    position: relative;
    height: 60px;
    justify-content: space-between;
}

.uv-copy-inner {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1460px;
    margin: auto;
    padding-bottom: 40px;
}

.uv-liv-global-copyrigth p {

    font-weight: 300;
    font-size: 0.875rem;
}

.has-submenu::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    clear: both;
}

.uv-liv-global-menu ul {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.875rem;
}

.uv-header .uv-header-cont .w-nav-link {
    vertical-align: top;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.uv-header .uv-header-cont .links {
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    transition: all .25s;
}

.uv-header .uv-header-cont .links:hover {
    color: var(--uv-btn-color);
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.uv-cellover .uv-celloverinner {
    color: #fff;
}

.uv-btn-event3d {
    background: var(--uv-btn-color);
}

.uv-event-item .uvactions a {
    background-color: var(--uv-btn-color-2);
    color: #fff;
}

#uv-menuicon {
    display: none;
    position: fixed;
    width: 22px;
    height: 16px;
    right: 30px;
    top: 72px;
    z-index: 101;
    transition: all .4s ease-in-out;
}

#uv-menuicon>span {
    display: block;
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: #fff;
    left: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    transition: all 250ms ease-in-out 0ms;
}

#uv-menuicon>span:nth-child(1) {
    top: 0;
}

#uv-menuicon>span:nth-child(2) {
    top: calc(50% - 1px);
}

#uv-menuicon>span:nth-child(3) {
    width: 22px;
    bottom: 0;
}

.ovmenuopen #uv-menuicon>span {
    background-color: #fff;
}

.ovmenuopen #uv-menuicon>span:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 4px);
}

.ovmenuopen #uv-menuicon>span:nth-child(2) {
    opacity: 0;
}

.ovmenuopen #uv-menuicon>span:nth-child(3) {
    width: 22px;
    transform: rotate(45deg) translate(-6px, -3px);
}


.uv-main-wrapper {
    padding-top: 112px;
}

/*Over Menu*/
.ovmenuopen {
    overflow: hidden;
}

.uv-overmenu {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 100%;
    z-index: 100;
    /*background-color: var(--uv-btn-color);*/
    background-color: #393939;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.uv-overmenu-bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-overmenu-bg.loaded {
    visibility: visible;
    opacity: 1;
}

.uv-overmenu-bg:before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ovmenuopen .uv-overmenu {
    visibility: visible;
    opacity: 1;
}

.uv-overmenu-inner {
    position: relative;
    padding: 15px 20px;
    z-index: 10;
}

.uv-overmenu-header {
    text-align: center;
    padding-top: 20px;
}

.uv-overmenu-header a {
    font-size: 0;
}

.uv-overmenu-header img {
    height: 60px;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.ovmenuopen .uv-overmenu-header img {
    opacity: 1;
    visibility: visible;
    transition: all 250ms ease-in-out 400ms;
}

.uv-overmenu-menu {
    padding-top: 60px;
    padding-bottom: 30px;
    transform: translateY(8vw);
    opacity: 0;
    transition: all 150ms cubic-bezier(.25, .46, .45, .94);
}

.ovmenuopen .uv-overmenu-menu {
    opacity: 1;
    transform: translateY(0);
    transition: all 800ms cubic-bezier(.25, .46, .45, .94);
}

.uv-overmenu-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.uv-overmenu-menu>ul>li {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.uv-overmenu-menu>ul>li>a {
    display: inline-block;
    color: #222;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.uv-overmenu-menu>ul>li>a:hover {
    color: inherit;
}

.uv-overmenu-menu ul>li.menu-item-has-children>a {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.uv-overmenu-menu ul>li.menu-item-has-children>a:after {
    position: absolute;
    display: block;
    content: " ";
    width: 14px;
    height: 9px;
    background: url('../wynnfieldclub/assets/icons/icon-arrow-drk.svg') center center no-repeat;
    background-size: contain;
    right: 0;
    top: 28%;
    transition: all .25s ease;
}

.uv-overmenu-menu ul>li.menu-item-has-children.active>a:after {
    transform: rotate(-180deg);
}

.uv-overmenu-menu>ul>li .uv-submenu {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: all .4s ease-in-out;
}

.uv-overmenu-menu>ul>li.active .uv-submenu {
    max-height: 300px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul {
    padding-top: 14px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul li {
    padding: 7px 0px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul li a {
    display: block;
    color: #565656;
    font-size: 16px;
    text-align: center;
}

.uv-overmenu-menu>ul>li .uv-submenu ul li a:hover {
    color: #565656;
}

.uv-overmenu-secondary {
    opacity: 0;
    visibility: hidden;
    transition: all 150ms ease-in-out;
}

.ovmenuopen .uv-overmenu-secondary {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out 500ms;
}

.uv-overmenu-secondary ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uv-overmenu-secondary ul li {
    padding-left: 14px;
    padding-right: 14px;
}

.uv-overmenu-secondary ul li a {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 18px;
    opacity: 0.75;
}

.uv-overmenu-secondary .uv-socialnetwork ul li {
    padding-left: 6px;
    padding-right: 6px;
}

.uv-overmenu-secondary .uv-socialnetwork ul li a {
    display: block;
    color: #000;
    font-size: 30px;
}

.uv-page-header-menu .uv-cartdrop-list .uv-btn {
    padding: 10px;
}

/* event page */
.uv-event-itemtypeheader,
.uv-sidebar-panel .uvtitle {
    background: var(--uv-btn-color);
}

.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader {
    background: var(--uv-btn-color-2);
}

.uv-btn-p,
.uv-checkout-cartbox-footer .uv-btn-p,
.uv-checkout-form-actions .uv-btn-p,
.uv-pop-action>a.uv-btn-p,
body .uv-btn-s {
    background: var(--uv-btn-color);
    color: #fff;
}

.uv-event-itemtfooter {
    background-color: transparent;
}

.uv-btn-p:hover,
.uv-event-itemtypeheader:hover,
.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader:hover,
.uv-checkout-cartbox-footer .uv-btn-p:hover,
.uv-checkout-form-actions .uv-btn-p:hover,
.uv-pop-action>a.uv-btn-p:hover,
body .uv-btn-s:hover {
    background-color: var(--uv-btn-color-hover);
}


.uv-checkout-steps .uvuisteplabel,
.uv-summary-disclaimers ul li {
    color: #fff;
}

.uv-checkout-form ul li {
    color: #eee;
}

.uv-pop-body .showterms {
    color: #000;
}

.uv-checkout-cartbox-footer,
.uv-checkout-form-actions {
    background-color: transparent;
}


/* calendar */
.uv-calendar-table tbody td.past,
.uv-calendar-table tbody td.closed,
.uv-calendar-table tbody td.prev {
    background-color: var(--uv-past-event);
}

.uv-calendar-table tbody td .datelabel {
    background-color: var(--uv-btn-color);
}


/*Footer */

.uv-venue-footer .uv-footer-col:last-child {
    max-width: 23%;
}

.wp-container-5.wp-container-5,
.wp-container-6.wp-container-6,
.wp-container-7.wp-container-7,
.wp-container-8.wp-container-8,
.wp-container-9.wp-container-9 {
    flex-direction: column;
    align-items: flex-start;
}

.uv-footer-group .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
    border: none;
    max-width: 1460px;
    margin: auto;
    padding: 50px 30px 70px;
}


.uv-venue-footer .uv-footer-col:last-child {
    max-width: 23%;
}

.uv-venue-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uv-venue-footer .widget_nav_menu li {
    margin-bottom: 1.15em;
}

.uv-venue-footer .h3,
.uv-venue-footer .uv-title {
    /* font-family: 'proxima-nova', sans-serif; */
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0px;
}

.uv-venue-footer .uv-footer-col:first-child {
    max-width: 25%;
}

.uv-venue-footer .uv-footer-col:first-child img {
    max-width: 110px !important;
}

.uv-venue-footer .uv-footer-col:first-child .widget_media_image {
    margin-bottom: 15px;
}

body footer .uv-socialnetwork {
    margin: 20px 0 0;
}

.uv-venue-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uv-venue-footer .uv-socialnetwork ul li {
    margin: 0;
}

.uv-socialnetwork ul li {
    display: inline-block;
    padding: 0 5px;
}

.uv-venue-footer .uv-socialnetwork ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15em;
    height: 42px;
    width: 42px;
    border: 2px solid #424242;
    border-radius: 50%;
    position: relative;
    transition: all .35s ease-in-out;
}

.uv-socialnetwork ul li .uv-social-label {
    display: none;
}

.icon-twitter:before {
    content: ' ';
}

.icon-instagram:before {
    content: ' ';
    background-image: url(assets/images/ig.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.icon-twitter:before {
    content: ' ';
    background-image: url(assets/images/twitter.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.icon-facebook:before {
    content: ' ';
    background-image: url(assets/images/facebook.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.icon-facebook:before {
    content: ' ';
}

.uv-venue-footer .uv-socialnetwork ul li a:hover {

    border: 2px solid var(--uv-btn-color);

    background: var(--uv-btn-color);
}

.uv-venue-footer,
.uv-copy-section {
    background: #000;
}

.uv-venue-footer .uv-socialnetwork ul li:first-child {
    padding-left: 0px;
}

/* hide nav request 1559*/
.hideNav {
    display: none !important;
}

.uvjs-map-changedate,
.uvjs-map-showeventdrop {
    color: var(--uv-white-color) !important;
}

.uv-map-listsec-iteminfo-inner .uvhighlight {
    color: var(--uv-main-color);
}

/* match colors UWS-1855 */
.uv-event-itemlist {
    padding-bottom: 0;
    padding-top: 0;
}

.fa-facebook:before,
.fa.fa-twitter:before,
.fa-link:before,
.fa-clock-o:before,
.fa-map-marker:before,
.uv-copyspan,
.uv-panel .uv-panelbody.uv-panelinfo h2:not(.uv-venuebrandcolor) {
    color: white;
}

.uv-panel .uv-panelbody.uv-panelinfo h2.uv-venuebrandcolor {
    color: #4a90e2;
    font-weight: 500;
}

.uv-panel .uv-panelbody.uv-panelinfo p {
    color: #a7a4a6;
}

.uv-eventinfo .uv-panel {
    background-color: #1C2936;
}

.uv-event-itemlist,
.uv-event-itemlist .uv-event-item:nth-child(odd) {
    background-color: #1C2936;
}

.uv-event-itemlist .uv-event-item:nth-child(even) {
    background-color: #213040;
}

.uv-event-itemtypeheader,
.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader,
.uv-event-itemtypeheader:hover,
.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader:hover {
    background: #1C2936;
}

.uv-event-item .uvinfo .uvname,
.fa-info-circle:before,
.uv-event-item .uvinfo .uvhighlight,
.uv-event-item .uvitemsel .uvsellabel,
.uv-event-item .uvpricelabel,
.uv-event-item .uvprice>span {
    color: white;
}

.uv-event-itemtype {
    margin-bottom: 12px;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link {
    background: white;
    color: black;
    border: transparent;
    border-style: solid;
    border-width: 2px;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link span {
    font-weight: 500;
    text-transform: uppercase;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link:hover {
    background: black;
    color: white;
    border: white;
    border-style: solid;
    border-width: 2px;
}

/* View map button */
a.uv-btn.uv-btn-event3d:nth-child(odd) {
    background: black;
    border: #d3d3d326;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
}

.uv-event-item .uvactions a {
    background-color: var(--uv-btn-color);
    border-radius: 0;
}

body .uv-event-item .uvactions a:hover {
    background-color: transparent;
    color: white;
}

.uv-event-item .uvactions a,
body .uv-event-item .uvactions a:hover {
    border-color: var(--uv-btn-color);
    border-style: solid;
    border-width: 2px;
}

/* .uv-event-itemlist .uv-event-item::after {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    width: 95%;
    width: calc(100% - 2em);
    background-color: #00000017;
    left: 1em;
    bottom: 0;
} */


.uv-map-list-inner {
    background-color: transparent;
}

.uv-map-list .uv-map-listsec-item {
    border-color: #ffffff;
    background-color: #000000;
    border-style: solid;
    border-width: 2px;
}

.uv-map-list .uv-map-listsec-item:hover {
    border-color: #ffffff;
    background-color: #ffffff;
}

.uv-map-list .uv-map-listsec-item .uvsecname:hover,
.uv-map-list .uv-map-listsec-item:hover .uvsecname {
    color: #000000;
}

.uv-map-listsec-item .uvsecname,
.uv-map-listsec-itemcont .uv-map-listsec-item i {
    color: #ffffff;
}

.uv-map-listsec-itemcont {
    margin-bottom: 1em;
}

/* .uv-map-list-inner {
    overflow: hidden;
}

.uv-map-list-inner:hover {
    overflow: auto;
} */

.uv-map-listsec-iteminfo-inner .uvhighlight,
.uv-map-dropevent .uvname,
.uv-map-dropevent .uvddate {
    color: #ffffff;
}

.uv-map-listsec-itemcont.active .uv-map-listsec-iteminfo {
    max-height: 100px;
    background-color: #111111;
}

.uv-map-controls .uv-btn {
    border-radius: 0;
    flex-direction: row-reverse;
    gap: 10px;
}

.uv-map-controls .uv-btn i {
    margin-right: 0;
}

.uv-map-controls .uvmapctevinfo.active .uv-map-dropevent {
    background-color: #111111;
    border: 1px solid #ffffff25;
}

.uv-map-dropevent .uvactions .uv-btn {
    background-color: #ffffff;
    color: #000000;
}

.uws-mapitem-tooltip {
    border: 1px solid var(--uws-dropdown-border);
}

.uvmapctevinfo a.uv-btn.uvjs-map-showeventdrop {
    border-radius: 40px;
}

.uvmapctevinfo a.uv-btn.uvjs-map-showeventdrop span {
    display: none;
}

.uv-pop-mapitem.uvtitlehigh .uv-pop-header {
    background-color: #4a90e2;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.uv-pop-mapitem .uv-pop-header .uviteminfo {
    padding-left: 0;
}

.uv-pop-header .uvtitle,
.uv-pop-mapitem .uv-pop-header .uviteminfo,
.uv-pop-mapitem .uv-pop-header .ddate,
.uv-pop-mapitem .uv-pop-header .uvcapacity span,
.uv-inputnumbersel .uvinfo .uvname,
.uvisshorttext,
.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvhighlight,
.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvtitle,
.uv-pop-cont .uv-closepop:before,
.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvdescription .uvisfulltext {
    color: #ffffff;
}

.uv-inputnumbersel {
    border: 1px solid #20282f;
    background-color: #20282f;
}

.uv-mappopwarning {
    background-color: #0f0f0f;
    border: 1px solid #0f0f0f;
    color: #ffffff;
    margin: 30px 0 0 auto;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-body .uvoptssel,
.uv-pop-body .uvitemsidebar .uvmapiteminfo,
.uv-pop-mapitem.uvhassidebar .uv-pop-body .uvitemsidebar,
.uv-mappop-footer {
    background-color: #222222;
}

.uv-mappop-footer .uvactions .uvinner>div:last-child .uv-btn,
.uv-pop-mapitem .uvmapmobsidebaraction .uv-btn {
    color: #ffffff;
    border-color: #4a90e2;
    background-color: #4a90e2;
}

.uv-mappop-footer .uvactions .uv-btn {
    border: 1px solid #4a90e2;
    color: #4a90e2;
}

/*  */
.uv-pop-mapitem.uvhassidebar .uv-pop-body .uvoptssel {
    width: 100%;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-body {
    flex-direction: column-reverse;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-body .uvitemsidebar {
    flex: auto;
}

.uv-inputnumbersel {
    max-width: none;
    padding: 5px 55px 5px 45px;
}

/*  */
.uv-inputnumbersel .uvnumberinput {
    height: 20px;
    border: none;
}

.uv-inputnumbersel .uvnumberinput button {
    background: transparent;
    flex: 0 0 32%;
    height: auto;
    font-size: 28px;
    color: #ffffff;
    font-size: 16px;
}

.uv-inputnumbersel .uvnumberinput input {
    height: 30px;
    width: auto;
    font-size: 19px;
    background-color: #0f0f0f;
    color: white;
    border: 1px solid #393939;
}

.uv-inputnumbersel .uvnumberinput button.uvdisabled {
    color: #999d9f;
}

/*  */
.uv-mappop-footer .uvactions .uvinner {
    flex-direction: column-reverse;
    margin: 0;
    width: 100%;
}

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

.uv-mappop-footer .uvactions .uvinner>div {
    width: 100%;
}

.uv-mappop-footer .uvactions {
    padding-left: 0;
}

.uv-mappop-footer>div:first-child {
    flex: 0;
}

.uv-mappop-footer .uvactions .uv-btn .uvname {
    text-align: center;
}

/*  */
.uv-mappop-footer .uvactions .uv-btn .uvname {
    flex: none;
}

.uv-mappop-footer .uvactions .uv-btn {
    justify-content: center;
}


.uv-mappop-footer .uvactions .uv-btn:hover {
    background: #4a90e2;
    color: #ffffff;
    ;
}

.uv-mappop-footer .uvactions .uvinner>div:last-child .uv-btn:hover,
.uv-pop-mapitem .uvmapmobsidebaraction .uv-btn:hover {
    border-color: #4a90e2;
    background-color: transparent;
    color: #4a90e2;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-box {
    max-width: 30%;
}

a.uvjs-showthisfulltext,
a.uvjs-showthisshorttext {
    color: #4a90e2;
}

.uv-pop-mapitem .uvmapmobsidebaraction {
    max-width: none;
}

.uv-pop-mapitem .uvmapmobsidebaraction {
    background-color: #222222;
}

.uv-pop-mapitem .uvmapmobsidebaraction .uv-btn {
    color: #ffffff;
    padding: 14px 18px;
    font-size: 16px;
    width: 55%;
}

.uvmapmobsidebaraction::after {
    content: "";
    border-bottom: 1px #80808047 solid;
    width: 95%;
    display: block;
    margin-top: 1em;
}

/* End of match colors for UWS-1855 */

/* --- UWS-2636 --- */
.uv-pop-header .uvtitle,
.uv-pop-mapitem .uv-pop-header .ddate,
.uv-pop-mapitem .uv-pop-header .uvcapacity,
.uv-pop-mapitem .uv-pop-header .uvcapacity span {
    color: black;
}

.uv-durationpricecont .uvprice {
    color: white;
}

/* --- end of UWS-2636 --- */

/* ------------------------- MEDIA QUERIES ------------------------- */

@media screen and (min-width: 1920px) {
    .uv-header .uv-header-cont {
        width: 85%;
    }
}

@media (max-width: 1250px) {
    .uv-footer-group .wp-block-group__inner-container {
        gap: 35px;
    }

    .uv-footer-group .wp-block-group__inner-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .uv-venue-footer .uv-footer-col:last-child {
        max-width: 100%;
    }

    .uv-venue-footer .uv-footer-col:first-child {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .desktop-menu .nave-menu .menu-item {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .desktop-menu .nave-menu .menu-item a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        font-size: 12px;
    }

    .uv-copy-inner {

        flex-direction: column;
        align-items: center;
    }

    .uv-pop-mapitem.uvhassidebar .uv-pop-box {
        max-width: 50%;
    }

    .uv-mappopwarning {
        margin: 30px auto 0 auto;
    }
}

@media (max-width: 1150px) {
    .uv-header .uv-header-cont .nav-menu.left {
        margin-left: 20px;
    }
}

@media (max-width: 1050px) {
    .uv-header .uv-header-cont .links {
        height: 30px;
        align-items: center;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
        transition-property: none;
        display: flex;
    }

    .uv-pop-mapitem.uvhassidebar .uv-pop-box {
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    #uv-menuicon {
        display: block;
        top: 45px;
    }

    .desktop-menu {
        display: none;
    }

    .uv-pop-mapitem.uvhassidebar .uv-pop-box {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .uv-header .uv-header-cont .nav-menu.left {
        display: none;
    }

    .uv-header {
        justify-content: flex-start;
    }
}

@media (max-width: 676px) {
    .uv-footer-group .wp-block-group__inner-container {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .uv-venue-footer .uv-footer-col {
        align-items: center !important;
    }

    .wp-container-6,
    .wp-container-7,
    .wp-container-8 {
        display: none;
    }
}

@media(max-width: 600px) {
    .uv-overmenu-menu>ul>li>a {
        font-size: 25px;
    }

    .uv-overmenu-menu>ul>li {
        padding-bottom: 26px;
    }

    .uv-overmenu-secondary ul li a {
        font-size: 14px;
    }

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

@media(max-height: 500px) and (min-width: 601px) {
    .uv-overmenu-secondary {
        display: none;
    }
}

@media(max-width: 400px) {
    .uv-overmenu-secondary ul li a {
        font-size: 11px;
    }

    .uv-overmenu-menu>ul>li>a {
        font-size: 22px;
    }
}

/**/


.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: 1000;
    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: 1000;
    /* 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;
}

/* replacing the last address */
body .uws-event-info .uwsinfobox .uwsvenueinfo .uwsaddress {
    color: transparent;
    position: relative;
}
.uws-event-info .uwsinfobox .uwsvenueinfo .uwsaddress::after {
    content: "4441 Collins Avenue, Miami Beach, FL 33140";
    display: block;
    color: #b8bcbf;
    position: absolute;
    top: 0.5em;
}

/* V2 */
body .uv-calendar-menu li a {
    fill: white;
}