/* CONTACT US */
body:has(.uv-contact-main) .uv-head-subsection,
body:has(.uv-contact-main) .uv-contact-us-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
}

body:has(.uv-contact-main) .uv-head-subsection {
    flex-direction: column;
}

body:has(.uv-contact-main) .uv-contact-us-cnt {
    flex-direction: row;
}

body:has(.uv-contact-main) .uv-header-simple-content h1,
body:has(.uv-contact-main) .uv-contact-h2 {
    text-transform: uppercase;
}

body:has(.uv-contact-main) .uv-contact-50-column.uv-contact-info,
body:has(.uv-contact-main) .uv-contact-50-column .wp-block-heading {
    font-size: 18px;
}

body:has(.uv-contact-main) .uv-contact-50-column .wp-block-heading {
    text-transform: uppercase;
    margin-bottom: 0.225em;
    font-weight: 600;
}

body:has(.uv-contact-main) .nf-before-form-content {
    display: none;
}

body:has(.uv-contact-main) a,
body:has(.uv-contact-main) .nf-form-content input[type=submit]:hover {
    color: var(--uvwp_primary_background_color);
}

body:has(.uv-contact-main) .uv-legal-menu ul li a,
body:has(.uv-contact-main) .uvfootercopytext a {
    color: #C8C8C8;
}

body:has(.uv-contact-main) .footer-socket-wrapper a {
    color: #7C8589;
}

body:has(.uv-contact-main) .uv-head-subsection {
    margin-top: 5.625em;
    margin-bottom: 5.625em;
}

body:has(.uv-contact-main) .uv-contact-50-column.uv-contact-info p {
    margin-top: 0px;
}

body:has(.uv-contact-main) .nf-form-content input:not([type=button]),
body:has(.uv-contact-main) .nf-form-content .list-select-wrap>div select,
body:has(.uv-contact-main) .nf-form-content textarea.ninja-forms-field,
body:has(.uv-contact-main) .nf-form-content .list-select-wrap>div {
    border-radius: 5px;
}

body:has(.uv-contact-main) .nf-form-content textarea.ninja-forms-field {
    height: 100px;
}

body:has(.uv-contact-main) .nf-form-content label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

body:has(.uv-contact-main) .nf-form-content .label-above .nf-field-label {
    margin-bottom: 5px;
}

body:has(.uv-contact-main) .nf-form-content input[type=submit] {
    background-color: var(--uvwp_primary_background_color);
    text-transform: uppercase;
    /* color: white; */
    color: black;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 2px;
}

body:has(.uv-contact-main) .nf-form-content input[type=submit]:hover {
    background-color: black;
    border: solid 1px var(--uvwp_primary_background_color);
}

/* body:has(.uv-contact-main) .nf-form-content select.ninja-forms-field {
    color: white;
} */
body:has(.uv-contact-main) .uv-contact-form-cnt {
    background-color: var(--uws-bg-accent);
    box-shadow: 0px 2px 12px 0px #00000026;
    padding: 2em;
    border-radius: 10px;
}

body:has(.uv-contact-main) .uv-contact-main {
    margin-bottom: 3.75em;
}

body:has(.uv-contact-main) .map-square,
body:has(.uv-about-section) .map-square {
    background: var(--uvwp_primary_background_color);
    color: black;
}

body:has(.uv-contact-main) .contact-info-box a,
body:has(.uv-about-section) .contact-info-box a {
    color: black;
}

body:has(.uv-contact-main) .contact-info-box .uv-btn-inl::after,
body:has(.uv-about-section) .contact-info-box .uv-btn-inl::after {
    background-color: black;
}

body:has(.uv-contact-main) .map-square p,
body:has(.uv-about-section) .map-square p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 3.25em;
}

body:has(.uv-contact-main) .map-square h2,
body:has(.uv-about-section) .map-square h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

body:has(.uv-contact-main) .contact-info-box a,
body:has(.uv-about-section) .contact-info-box a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

body:has(.uv-contact-main) .map-square,
body:has(.uv-about-section) .map-square {
    /* using important to replace uvmapsection css*/
    padding: 3.25em !important;
}

/* EVENT */
body:has(.uv-event-section-main) .uv-events-related {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

body:has(.uv-event-section-main) .uv-events-related::before {
    content: "Related Events";
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--uvwp_primary_background_color);
}

body:has(.uv-event-section-main) .uv-event-related-cnt {
    /* using important to replace style.min css*/
    align-items: center !important;
}

body:has(.uv-event-section-main) .uv-event-view-cal {
    position: relative;
    top: 9px;
}

body:has(.uv-event-section-main) .uws-event-info .uwsinfobox>.uwsddate::before,
body:has(.uv-event-section-main) .uws-event-info .uwsinfobox>.uwsvenueinfo::before {
    display: none;
}

body:has(.uv-event-section-main) .uws-event-info .uwsinfobox>.uwsvenueinfo,
body:has(.uv-event-section-main) .uws-event-info .uwsinfobox>.uwsddate {
    padding-left: 0;
}

body:has(.uv-event-section-main) .uwsinfobox h4 {
    margin-bottom: 7px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body:has(.uv-event-section-main) .uwsvenuename.uws-venkey-sin-tonic {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body:has(.uv-event-section-main) .uws-event-info .uwsinfobox svg path,
body:has(.uv-event-section-main) .uws-booktype-item .uwsbooktypenamenamecont svg path {
    fill: white;
}

body:has(.uv-event-section-main) .descode-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--uvwp_primary_background_color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

body:has(.uv-event-section-main) .uws-event-info .uwsinfobox {
    border-radius: 9px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    padding: 1.8125em;
    border-color: #111111;
    background-color: #111111;
}

body:has(.uv-event-section-main) .uws-event-info .uws-social-shares {
    margin-top: 0;
}

body:has(.uv-event-section-main) .uws-booktype-item .uwsbooktypenamenamecont,
body:has(.uv-event-section-main) .uwsicon-right-open:before {
    color: white;
}

body:has(.uv-event-section-main) .uws-event-cont .uwseventdescr {
    margin: 0;
    margin-top: 3em;
    width: 100%;
    max-width: none;
}

body:has(.uv-event-section-main) .uws-event-cont .uwseventdescr:before {
    width: 100%;
}

body:has(.uv-event-section-main) .uws-event-cont .uwseventdescr .uwstitle {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

body:has(.uv-event-section-main) .uws-event-columns,
body:has(.uv-event-section-main) .uv-eventheader .uv-section-inner {
    padding-left: 1.875em;
    padding-right: 1.875em;
}

body:has(.uv-event-section-main) .uws-event-columns-inventory-flyer .uws-event-columns .uws-event-info {
    position: relative;
    bottom: 7em;
}

body:has(.uv-event-section-main).uws-event-info .uwsinfobox>div {
    padding-bottom: 1.875em;
    margin-top: 1.875em;
}

body:has(.uv-event-section-main) .uv-eventheader .uv-page-titleinfo h2::before {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

body:has(.uv-event-section-main) .uv-eventheader .uv-page-titleinfo h2::before {
    content: "\e825";
    position: absolute;
    left: 0;
    top: 0em;
    display: block;
    font-family: "uwsicon";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    width: 1em;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
}

body:has(.uv-event-section-main) .uv-eventheader .event-title-details {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

body:has(.uv-event-section-main) .uv-section-inner:first-child {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body:has(.uv-event-section-main) .uv-events-section .uv-section-inner {
    padding-left: 1.875em;
    padding-right: 1.875em;
}

body:has(.uv-event-section-main) .uv-event-carousel,
body:has(.uv-event-section-main) .uv-events-section .uv-section-inner {
    max-width: var(--global_max_width);
}

body:has(.uv-event-section-main) .uv-events-section {
    margin: auto;
    width: 100%;
    min-width: 100%;
    background: #171717;
}

body:has(.uv-event-section-main) .uv-event-section-main {
    margin-bottom: 3.75em;
}

body:has(.uv-event-section-main) .uws-date-details span {
    color: var(--uvwp_primary_background_color);
}

body:has(.uv-event-section-main) .uws-date-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}

body:has(.uv-event-section-main) .uws-event-info .uwsinfobox .uwsddate .uwsdtime {
    margin: 0;
    font-size: 17.6px;
}

@media (max-width: 989px) {
    body:has(.uv-event-section-main) .uws-event-columns {
        padding-left: 0;
        padding-right: 0;
    }

    body:has(.uv-contact-main) .uv-head-subsection {
        margin-top: 4em;
        margin-bottom: calc(4em - 1.75em);
    }

    body:has(.uv-contact-main) .uv-contact-form-cnt {
        padding: 1em;
    }

    body:has(.uv-event-section-main) .uv-eventheader .uv-section-inner,
    body:has(.uv-event-section-main) .uws-event-cont.uws-integration {
        padding: 0 20px;
    }

    /* body:has(.uv-event-section-main) .uv-events-section, */
    body:has(.uv-event-section-main) .uv-events-section .uv-section-inner {
        padding: 20px;
    }

    body:has(.uv-event-section-main) .uws-event-columns-inventory-flyer .uws-event-columns .uws-event-info {
        position: relative;
        bottom: 0;
    }

    body:has(.uv-event-section-main) .uv-event-section-main,
    body:has(.uv-event-section-main) .uv-events-section {
        margin-bottom: 0;
    }

    body:has(.uv-event-section-main) .uv-events-related {
        font-size: 2em;
        /* text-align: center; */
    }

    body:has(.uv-event-section-main) .uv-event-related-cnt {
        gap: 5px;
    }

    body:has(.uv-event-section-main) .uv-aling-buttons-right {
        justify-content: center;
    }

    body:has(.uv-contact-main) .map-square,
    body:has(.uv-about-section) .map-square {
        /* using important to replace uvmapsection css*/
        padding: 1.62em !important;
    }

    body:has(.uv-contact-main) .map-square h2,
    body:has(.uv-about-section) .map-square h2 {
        font-size: 1.88rem;
    }

    body:has(.uv-contact-main) .map-square p,
    body:has(.uv-about-section) .map-square p {
        font-size: 16px;
    }
}