:root {
    --uv-primary-color: #725327;
    --uv-primary-original-color: #9C723A;
    --uv-secundary-color: #1A3231;
}

body {
    background: #114931;
}

.uv-pb20 {
    padding-bottom: 20px;
}

.uv-pb40 {
    padding-bottom: 40px;
}

.uv-pb60 {
    padding-bottom: 60px;
}

.uv-mb0 {
    margin-bottom: 0;
}

.uv-h40 {
    height: 40px;
}

body:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(https://carver48.wpenginepowered.com/wp-content/uploads/2026/01/carver48-bg-scaled.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Nav bar */

nav.uv-page-header li,
nav.uv-page-header li a,
nav.uv-page-header li span,
nav .uv-page-header-menu.main-menu ul>li>.uv-submenu>.uv-submenu-inner>ul>li>a {
    color: var(--uv-secundary-color);
}

.uv-page-header-menu li::after {
    background: var(--uv-primary-color);
}

nav .uv-header-inner-logo {
    display: flex;
    align-items: center;
}

nav .uv-page-hader-logo img {
    width: 162px;
}

nav .uv-socials-nav .uv-site-socials {
    gap: 5px;
}

nav .uv-socials-nav .icon-wrapper {
    padding: 0;
}

nav .uv-socials-nav .icon-wrapper {
    border: none;
}

nav .uv-socials-nav .icon-wrapper svg {
    width: 20px;
    height: 20px;
}

nav .uv-site-socials .single-socials * {
    fill: var(--uv-primary-color);
}

nav .uv-site-socials .single-socials .icon-wrapper:hover {
    background: var(--uv-primary-color);
}


/* Landing page */
.uv-landing-page {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    color: #F9F0E6;
}

.uv-landing-logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.uv-landing-page .uv-font-les-romantic {
    font-family: 'Les-Romantic-Regular';
}

.uv-landing-page form label,
.uv-landing-page form span {
    color: #A6B1AD;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}

.uv-landing-page form input {
    height: 40px;
    border: 1px solid #DFDACF;
    background: #FFFBF3;
}

.uv-landing-page form nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.uv-landing-page form nf-fields-wrap>nf-field {
    flex: 0 0 100%;
}

.uv-landing-page form nf-fields-wrap>nf-field:nth-child(-n+4) {
    flex: 0 0 48%;
}

.uv-landing-page form .uv-mb0 {
    margin-bottom: 0;
}

.uv-landing-page form .checkbox-container input[type=checkbox] {
    width: 24px;
    height: 24px;
}

.uv-landing-page form .submit-container {
    margin-top: 20px;
}

.uv-landing-page form .submit-container .nf-field {
    display: flex;
    justify-content: center;
}

.uv-landing-page form .submit-container input[type='submit'] {
    display: flex;
    padding: 19px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFC373;
    color: #000;
    border: solid 1px #FFC373;
    color: #000;
    cursor: pointer;

    /* The Forty Eight/BTN */
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
    height: auto;
}


.uv-landing-page form .submit-container input[type='submit']:hover {
    opacity: .8;
    transition: all .5s ease-out;
}

.uv-landing-page .nf-response-msg {
    text-align: center;
}

.uv-landing-page .nf-form-cont form .nf-field-label {
    margin-bottom: 0px;
}

.uv-landing-page .label-right .checkbox-wrap .nf-field-element {
    height: 20px;
}

.uv-landing-page .nf-form-cont form span {
    font-weight: normal;
}

.uv-landing-page #ninja_forms_required_items,
.uv-landing-page .nf-field-container {
    margin-bottom: 0px;
}

@media(max-width:500px) {
    .uv-landing-logo {
        max-width: max-content;
        margin: 0;
        margin-bottom: 20px;
    }

    .uv-landing-page form nf-fields-wrap {
        gap: 5px;
    }
}

.site-footer-bottom {
    padding: 10px 0;
}

.footer-inner {
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social a {
    color: #fff;
    margin-right: 16px;
    font-size: 18px;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    opacity: 0.7;
}



.footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #eaeaea;
}

.footer-legal a {
    color: #eaeaea;
    text-decoration: none;
}

.footer-legal a:hover {
    text-decoration: underline;
}

.footer-social a.uvfacebook,
.footer-social a.uvtiktok {
    margin-right: 11px
}

body footer {
    /*background-color: #004931;*/
    z-index: 9;
    background: transparent;
}

@media(max-width:768px) {

    .footer-inner,
    .footer-legal {
        flex-direction: column;
    }

    .uv-landing-page form nf-fields-wrap>nf-field:nth-child(-n+4) {
        flex: 0 0 100%;
    }

}

html,
body {
    height: 100%;
    margin: 0;

}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}

#content {
    flex: 1;
    z-index: 10;
    /*background: #114931;*/
}

.uv-color-white,
.uv-color-white a {
    color: #fff;
}

.nf-form-fields-required {
    display: none;
}