:root
{
    --uv-main-color: #161014;
    --uv-btn-color: #A94399; /*#4a90e2*/
    --uv-btn-color-2: #a94399d6;
    --uv-btn-color-3: #efbd07;
    --uv-btn-color-hover: #efbd07;
    --uv-white-color: #fff;
    --uv-past-event: #2b2529;
    --uv-gradient-color: linear-gradient(to bottom, #000000 0%, #444444 100%);
}

body{
    font-family: 'Montserrat',sans-serif;
}
.uv-hide{ display: none; }

.uv-header{
    width: 100vw;
    /* height: 3em; */
    color: var(--uv-main-color);
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: transparent;
    backdrop-filter: blur(4px);
    /* background-color: #0a0a0a; */
    /*background-image: linear-gradient(#000 6%,rgba(255,255,255,0));*/
    position: fixed;
    z-index: 99;
    padding: 1em 0;
}


.uv-header .uv-header-cont
{
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    /* 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-3);
    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: var(--uv-btn-color); */
    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-gradient-color);
}

@media screen and (min-width: 1920px){
    .uv-header .uv-header-cont {
        width: 85%;
    }
}
.uv-event-item .uvactions a
{
    background-color: var(--uv-btn-color-3);
    color: #fff;
    border: none;
}
#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: 56px; }


@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;
    }
}
@media (max-width: 768px)
{
    #uv-menuicon {
	    display: block;
	    top: 45px;
	}
    .desktop-menu{
        /* display: none; */
    }
}

/*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;}


@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-header{height: 64px;}
    .uv-header .uv-pagelogo{height: 85%;}
}
@media(max-width: 400px){
	.uv-overmenu-secondary ul li a{font-size: 11px;}
	.uv-overmenu-menu > ul > li > a{font-size: 22px;}
}
@media(max-height: 500px) and (min-width: 601px){
	.uv-overmenu-secondary{display: none;}
}
/**/

@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;
    }
}
@media (max-width: 768px)
{
    /* .uv-header .uv-header-cont .nav-menu.left{ display: none; } */
    .uv-header{ justify-content: flex-start; }
}
.uv-page-header-menu .uv-cartdrop-list .uv-btn{ padding: 10px; }

/* event page */
.uv-event-itemtypeheader,
.uv-sidebar-panel .uvtitle
{
    background: var(--uv-gradient-color);
}

.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader
{
    background: var(--uv-gradient-color);
}

.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-3);
    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-past-event); }


/*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;
}
@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: 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;
}
}

/* .uv-page .uv-page-events .uv-hidenav{
    display: none;
} */

.uv-hidenav{
    display: none !important;
}

.uv-event-item .uvactions a.uv-btnitem-s:not(:first-child) {
    color: #949B9E;
}

.uv-pagelogo{
    filter: invert(1);
    height: 1.5em;
    margin: 0;
}

.uv-logo-header-container .uv-headerlogo .uv-pagelogo{
    position: static;
}

.uv-cartdrop-actions .uv-btn-s{
    border: none;
}

.uv-map-controls .uvjs-map-changedate{
    color: var(--uv-white-color);
}

.uv-map-list .uv-map-list-inner {
    background-color: var(--uv-past-event);
}

.uv-map-listsec-item .uvsecname{
    color: var(--uv-white-color);
}

.uv-map-listsec-itemcont {
    border-bottom: 1px solid var(--uv-white-color);
}

.uv-map-listsec-iteminfo {
    border-top: 1px solid #30303047;
}

.uv-mainmenubtn-cont.active .uv-mainmenu-icons {
    background-color: var(--uv-past-event);
}

.uv-mainmenu-icons{
    color: var(--uv-white-color);
}