#site-footer {
    background-color: #f2f2f2;
    padding-bottom: 140px;
}

#site-footer .footer-title {
    text-align: center;
    color: #221133;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 0;
    padding-top: 42px;
    margin-bottom: 36px;
}

#site-footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#site-footer .footer-menu a {
    font-family: var(--font-primary);
    color: #110A2B;
    text-decoration: underline;
}

#site-footer .menu-item {
    padding: 3px 0;
}

#site-footer .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    position: absolute;
    left: 60px;
    top: 2px;
}

#site-footer .social-links a {
    display: block;
}

#site-footer .footer-left {
    position: relative;
    margin-top: 18px;
}

#site-footer .contact-info {
    margin-top: 23px;
}

#site-footer .contact-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#site-footer .contact-info span {
    display: block;
    position: relative;
    margin-right: 20px;
}

#site-footer .contact-info svg {
    width: 22px;
    height: auto;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

#site-footer .contact-info a {
    text-decoration: underline;
    color: #605e5e;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#site-footer .contact-form .wpcf7-not-valid-tip {
    margin-top: 7px;
    text-transform: capitalize;
}

#site-footer .contact-form label {
    font-size: 11px;
    color: #606682;
    margin-bottom: 6px;
    padding: 0 25px;
    text-transform: uppercase;
    display: block;
}

#site-footer .contact-form label input {
    border: 0;
    border-bottom: 2px solid var(--color-primary);
    padding: 8px 3px 3px 2px;
    font-size: var(--text-sm);
    line-height: 1.4em;
    background: transparent;
    width: 100%;
    letter-spacing: 0;
    position: relative;
    left: -2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#site-footer .contact-form label input.wpcf7-not-valid {
    border-color: #FF4040;
}

#site-footer .contact-form label input:hover {
    border-color: #B97F6D;
}

#site-footer .contact-form label input:focus-visible {
    border-color: #D6CFC9;
    outline: none;
}

#site-footer .contact-form input[type="submit"] {
    background: transparent;
    color: #b97f6d;
    border: 1px solid #b97f6d;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    padding: 7px 20px;
    min-width: 172px;
    margin-left: 25px;
    margin-top: 10px;
    font-size: var(--text-sm);
    cursor: pointer;
}

#site-footer .contact-form input[type="submit"]:hover {
    background: #b97f6d;
    color: var(--color-white);
}

#site-footer .contact-form p {
    width: 50%;
    margin-bottom: 8px;
}

#site-footer .contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#site-footer .footer-right {
    max-width: 625px;
}

/* #site-footer .container {
    max-width: 1010px;
} */

#site-footer .wpcf7-response-output {
    margin-left: 25px;
}

#site-footer .wpcf7-spinner {
    top: 7px;
}

@media (min-width: 1400px) {
    #site-footer .footer-right {
        max-width: 654px;
    }
}

@media (max-width: 1199px) {
    #site-footer .contact-form label {
        padding: 0 0 0 25px;
    }
}

@media (max-width: 767px) {
    #site-footer .footer-title {
        font-size: 20px;
        text-align: left;
    }
    #site-footer .footer-content {
        display: block;
    }

    #site-footer .social-links {
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #site-footer .contact-form {
        display: none;
    }

    #site-footer .contact-form label {
        padding: 0;
    }

    #site-footer .contact-form p {
        width: 100%;
    }

    #site-footer .contact-form form {
        max-width: 400px;
        margin-top: 10px;
    }

    #site-footer .contact-form input[type="submit"] {
        margin-left: 0;
    }

    #site-footer .wpcf7-response-output {
        margin-left: 0;
    }

    #site-footer {
        padding-bottom: 50px;
    }

    #site-footer .contact-form label input {
        position: static;
    }
    #site-footer .footer-left {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
    #site-footer .contact-info {
        width: 100%;
    }
    
    #site-footer .footer-left .footer-menu {
        width: 55%;
    }
    
    #site-footer .social-links {
        width: 45%;
        justify-content: flex-end;
    }
}