
.footer-container-fluid {
    width: 100%;
    margin: 0 auto !important;
}

.footer-wrapper {
    gap: 6em !important;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-left.border-top-0{
    /*flex-direction: inherit;*/
}
.mark, mark {
    padding: 0 !important;
}
.footer-left > p {
    /* padding-left: 15.3px; */
    font-weight: 500;
    font-size: 12px;
}

.footer-left .policy-footer {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.footer-container .footer-left .social-footer {
    column-gap: 12px;
}

.footer-container .item-footer {
    width: 144px;
}

.footer-container .nav-footer-left {
    padding-left: 15.3px;
}

.footer-container .nav-footer-left .wp-block-navigation__container>li {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

.footer-container .item.social > a:hover {
    opacity:0.9;
}

.wpcf7-spinner {
    display: none;
}

.footer-container .copyright {
    margin-bottom: 0;
    font-size: 14px !important;
    /* opacity: 0.6; */
    line-height: 18px;
    font-weight: 500 !important;
    color: var(--wp--preset--color--white-cream);
    font-family: var(--wp--preset--font-family--heading);
    letter-spacing: 0.005rem;
}

.footer-right, .first-three, .last-four {
    column-gap: 50px !important;
    margin-bottom: 0;
}

.footer-right>div:first-child {
    flex: unset !important;
    width: calc((100% - 50px) / 7 * 3);
}
.footer-right>div:last-child {
    flex: unset !important;
    width: calc((100% - 50px) / 7 * 4);
}

@media (max-width: 992px) {
    .footer-right>div.wp-block-column:first-child, .footer-right>div.wp-block-column:last-child {
        width: calc((100% - 50px) / 2);
        flex-basis: unset !important;
    }

    .first-three, .last-four {
        flex-direction: column;
    }
    .footer-right .first-three > div.wp-block-column, .footer-right .last-four > div.wp-block-column {
        flex: unset !important;
        flex-basis: unset !important;
    }
}

.footer-right > div {
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .footer-right > div {
        flex-direction: row;
    }

    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-desktop {
        display: none !important;
    }

    .footer-mobile {
        display: block !important;
    }
}

.footer-mobile {
    display: none;
}

.footer-desktop {
    display: block;
}

.heading-footer {
    /* font-size: 20px; */
    font-weight: 700;
    line-height: 30px;
    max-width: 220px;
    letter-spacing: -0.02em !important;
}

.nav-footer ul {
    width: 100%;
    height: 100%;
}

.nav-footer ul li {
    row-gap: 16px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start !important;
    width: 80%;
}

.nav-footer ul li span {
    font-size: 18px;
    font-weight: 400;
    /* line-height: 35px; */
    line-height: 150%;
    font-family: var(--wp--preset--font-family--heading);
    color: var(--wp--preset--color--white-cream);
    letter-spacing: -0.02em !important;
}

.footer-container .heading-footer {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 18px !important;
    font-weight: 750;
    line-height: 30px;
    margin-bottom: 0.8rem !important;
}

.footer-container ul a {
    width: 100%;
}

/* @media (max-width: 1380px) and (min-width: 993px) {
    .nav-footer ul li span {
        font-size: 11px;
    }

    .footer-container .heading-footer {
        font-size: 12px !important;
        line-height: 30px;
    }
} */

.heading-footer.title {
    max-width: 100%; 
    margin-bottom: 0px !important;
}

.heading-footer form .row {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 992px) {
    .footer-wrapper {
        flex-direction: column-reverse !important;
        row-gap: 24px;
        gap: 2em !important;
    }
    .nav-footer ul {
        row-gap: 12px;
    }

    .nav-footer ul li {
        width: 100%;
        height: auto !important;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer-left {
        row-gap: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 24px;
    }

    .footer-container .footer-left .nav-footer-left {
        padding-left: 0;
    }

    .footer-container .footer-left .social-footer > ul {
        justify-content: center;
    }

    .footer-container .footer-left .social-footer > ul img {
        width: 33px !important;
    }

    .footer-container ul a {
        width: 100%;
    }

    .footer-left .nav-footer ul li {
        align-items: center !important;
    }

    .footer-left > p {
        padding-left: 0;
        text-align: center;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 18px !important;
        color: rgba(252, 252, 252, 0.5);
    }

    .footer-right {
        display: flex !important;
    }

    .footer-left .policy-footer {
        row-gap: 24px;
    }
    .policy-footer .nav-footer-privacy-policy ul {
        text-align: center;
    }

    .footer-container .heading-footer {
        font-size: 15px !important;
    }

    .footer-form small {
        font-size: 12px !important;
    }

    .footer-form input {
        font-size: 15px !important;
    }

    .footer-form input[type="submit"], .footer-form input[type="button"] {
        width: 50% !important;
    }

    .nav-footer ul li span {
        font-size: 14px !important;
        line-height: 10px;
    }

    .footer-form form {
        padding: 1rem !important;
    }
}
.footer-spacer {
    border: 0.1px solid var(--wp--preset--color--white-cream);
    margin-bottom: 1.75em;
    opacity: 0.3;
}

.wpcf7-not-valid-tip {
    font-size: 0.6em;
    line-height: 25px;
}

.wpcf7-spinner {
    margin: 10px 24px;
}

.footer-form {
    background-color: var(--wp--preset--color--white-cream);
    padding: 0.4rem;
    flex-basis: 20% !important;
    
}

.footer-form form {
    border: 0.1px solid rgba(174, 161, 148, 0.6);
    padding: 2rem 2rem 0 2rem;
}

.footer-form .heading-footer {
    color: var(--wp--preset--color--primary);
    font-weight: 750 !important;
}

.footer-form input[type="text"] {
    width: 100%;
    background: transparent;
    padding: 8px;
    color: var(--wp--preset--color--neutral-100);
    border: 2px solid var(--wp--preset--color--border);
    font-family: var(--wp--preset--font-family--heading);
    font-size: 17px;
}

.footer-form input[type="email"] {
    width: 100%;
    background: transparent;
    padding: 8px;
    color: var(--wp--preset--color--neutral-100);
    border: 2px solid var(--wp--preset--color--border);
    font-family: var(--wp--preset--font-family--heading);
    height: auto !important;
    font-size: 17px;
}

.footer-form input[type="submit"], .footer-form input[type="button"] {
    width: 100%;
    background-color: transparent;
    padding: 8px;
    color: var(--wp--preset--color--bright-gold);
    border: 2px solid var(--wp--preset--color--bright-gold);
    font-family: var(--wp--preset--font-family--heading);
    /* margin-top: 2rem; */
    border-radius: 80px;
    font-weight: 750 !important;
    width: 35%;
    font-size: 17px;
}

.footer-form small {
    font-family: 'Avenir';
    font-size: 16px;
    line-height: 10px !important;
    letter-spacing: 1px;
    font-weight: 500;
    opacity: 0.5;
    color: var(--wp--preset--color--neutral-100);
    letter-spacing: -0.02em !important;
}

.footer-icon {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 1.5rem;
}

.footer-icon-mb {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 1.5rem;
}

.footer-icon .wp-block-image {
    margin: 0 0 0;
}

.footer-icon-mb .wp-block-image {
    margin: 0 0 0;
}


