/* (DEMO) Golf Swing Styling Sheet*/

.uv-header .uv-pagelogo {
    position: absolute;
    left: 0;
    right: 0;
    height: 95%;
    width: auto;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uv-header {
    position: relative;
    height: 90px;
    background-color: #304f42;
}

.uv-btn-mainshare span {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.uv-langdrop>a:after {
    position: absolute;
    content: "\f107";
    right: 0;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 52%;
    transform: translateY(50%);
    color: #fff;
}

h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
    color: #000;
}

.uv-section-inner {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #f9f4ec;
}

.uv-calendar-table tbody:before {
    background: url(assets/images/uvgolfsuites.png) no-repeat center;
    background-position: center;
    background-size: cover;
    content: " ";
    position: absolute;
    width: 100%;
    height: 98%;
    z-index: 1;
    opacity: 0.4;
}


.uv-calendar-table tbody td .cellcont .flyer .uv-flyerbg {
    display: none;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
}

.uv-calendar-month {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
    float: none;
    padding-right: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
    z-index: 5;
}

.uv-calendar-table thead th {
    padding: 5px 5px 5px 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 14.2857% !important;
}

.uv-calendar-table tbody td .datelabel {
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #000;
}

.uv-calendar-controls .uv-dropdown-menu li a {
    padding-right: 20px;
    color: #fff;
    background-color: #304f42;
}

.uv-calullist li a {
    color: #fff;
}

.uv-footer-menu ul li a {
    color: #fff;
}

.uv-fooger-copy {
    color: #fff;
}

.uv-fooger-copy a {
    color: #fff;
    font-weight: bold;
}

.uv-footer {
    background-color: #304f42;
}

.uv-footer-menu:before {
    background: linear-gradient(to right, transparent 0%, rgb(255 255 255 / 50%) 50%, rgb(255 255 255 / 50%) 50%, #ffffff00 100%);
}

.uv-menuicons .uv-btn-circleicon span {
    position: relative;
    left: auto;
    text-align: left;
    padding-left: 10px;
    margin: 0;
    opacity: 1 !important;
    transition: none !important;
    color: #000;
}

.uws-pop-slightheader {
    background-color: #dfb161!important;
    padding: 0.8em 1.5em;
    border-radius: 3px 3px 0 0;
}

.uws-pop-slightheader .uwstitle {
    font-weight: 600;
    font-size: 1.1em;
    color: #000;
}

.uws-closepop {
    color: #fff;
}

.uws-btn-p {
    background-color: #dfb161 !important;
    border-color: var(--uws-primary-color);
    color: #000 !important;
}

.uws-btn-s {
    border-color: var(--uws-primary-color);
    background-color: #000 !important;
    color: #dfb161 !important;
}

.uws-booktype-item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.2em;
    padding: 1em 1.2em;
    font-size: 1em;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #304f42 !important;
    color: #fff !important;
}

.uws-inventory-3dmaplink a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    color: var(--uws-main-color);
    box-shadow: 0 1px 3px var(--uws-dropdown-shadow);
    background-color: #dfb161 !important;
    border: 1px solid var(--uws-dropdown-border);
}

.uws-map-list-cont .uws-btn {
    position: relative;
    text-align: left;
    font-size: 1em;
    padding-left: 0.875em;
    padding-right: 2em;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100%;
    line-height: 1.1em;
    text-transform: none;
    background-color: #dfb161 !important;
    color: #000 !important;
}

.uv-cellover .uv-celloverinner {
    position: absolute;
    width: 100%;
    padding: 6%;
    bottom: 10%;
    top: auto;
    z-index: 5;
    background: linear-gradient(180deg, #fff -50%, #000 100%);
}

.uv-cellover {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    transition: all 150ms ease-in-out;
}

.uws-booktype-item .uwsbooktypenamenamecont svg {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.7em;
    flex-shrink: 0;
    /*filter: invert(1);*/
}

.uws-inventory-item-pop .uws-itempop-header {
    background-color: #304f42 !important;
    border-bottom: 1px solid var(--uws-flyers-holder-bg);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    transition: all 200ms ease-in-out;
    overflow: hidden;
    max-height: 40em;
}

.uws-itempop-header .uwsname {
    font-size: 1.125em;
    line-height: 1.1666;
    font-weight: 500;
    padding-right: 3.62em;
    margin-bottom: 0.4em;
    color: #fff;
}

#uws-invitem-pop .uws-closepop-label {
    display: block;
    color: #fff;
}

.uws-pop-cont .uws-closepop:before {
    color: #fff;
}

.uwsicon-calendar-2:before {
    content: '\e830';
    color: #fff;
}

.uws-itempop-header .uwsitemdetslist ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: auto;
    /* flex: 0 0 calc(50% - 0.5em); */
    color: #fff;
}

.uwsicon-user-1:before {
    content: '\e818';
    color: #fff;
}

.uwsicon-clock-1:before {
    content: '\e82e';
    color: #fff;
}

.uv-cart-sectitle {
    justify-content: flex-start;
    align-items: center;
    padding: 17px 20px;
    border-radius: 3px 3px 0 0;
    background-color: #304f42 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    display: flex;
}

.uv-pop-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px 3px 0 0;
    background-color: #304f42;
    min-height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left: 20px;
}

.uv-pop-header .uvtitle {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.uv-pop-cont .uv-closepop:before {
    color: #fff;
}

.uv-pop-action>a.uv-btn-p {
    display: block;
    font-size: 15px;
    background-color: #dfb161;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
}

.uv-checkout-cartitem .uvitemseltime .uv-btn {
    width: 100%;
    background-color: transparent;
    font-size: 12px;
    border: 1px solid #aaaaaa;
    padding: 8px 5px;
    font-weight: 500;
    color: #000;
}

.uv-checkout-cartitem .uvinfo .uvhighlight {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
}

.uv-checkout-cartitem .uvitemsels .uvsellabel {
    margin-bottom: 0.2em;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-checkout-cartitem .uvtaglabel {
    margin-bottom: 0.2em;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-pop-header .uvtitle span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.17em;
}

.uv-checkout-cartbox-footer .uv-btn-p {
    padding: 20px 50px;
    font-weight: 600;
    font-size: 18px;
    color: #dfb161;
    background-color: #000;
    border: 1px solid #dfb161;
}

.uv-checkout-cartbox-footer {
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #ccc;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active .uvpriceset .uvpaytype {
    color: #000;
}

.uv-checkout-steps .uvuistep.active span {
    width: 40px;
    height: 40px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .6);
    background-color: #dfb161;
    border: 16px solid #2E3031;
}

.uv-checkout-steps .uvuistep.done span:before {
    display: inline-block;
    content: "\f00c";
    font: normal normal normal 18px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #dfb161;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.uv-sidebar-panel .uvtitle {
    align-items: center;
    padding: 12px 15px;
    border-radius: 3px 3px 0 0;
    background-color: #304f42;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.uv-checkout-form-actions .uv-btn-s {
    border: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.uv-checkout-form-actions .uv-btn-p {
    padding: 20px 50px;
    font-weight: 600;
    font-size: 18px;
    color: #dfb161;
    background-color: #000;
    border-color: #ffffff;
}

.uv-cartdrop-sectitle {
    align-items: center;
    padding: 10px 10px;
    background-color: #304f42;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    display: block;
    border: 1px solid #000;
}

body .uv-btn-s {
    border: 1px solid #c3c6c9;
    background-color: #000;
    color: #fdb161;
}

.uv-cartdrop-actions .uv-btn:last-child {
    margin-bottom: 0;
    background-color: #fdb161;
    color: #000;
}

.uv-cartdrop-item .uvinfo .uvcartdropcountdescr {
    color: #000;
    font-size: 13px;
    margin-top: 0.2em;
    font-weight: 500;
}

.uv-checkout-form-actions {
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: 20px;
    background-color: #fff;
}

.uv-eventslist-item .ddate {
    padding-left: 40px;
    width: 105px;
    text-align: center;
    color: #000;
}

.uv-eventslist-item .eventname {
    flex-grow: 1;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
}

/*Changed Calendar Background Image*/