.site-footer {
    margin: 4rem 0;
}

.site-footer .footer-wrapper {
    max-width: 54rem;
    margin: 0 auto;
    width: 100%;
}

.site-footer .footer-wrapper .contact-us-wrapper .title-wrapper {
    margin: 0;
    font-size: 3.5rem;
    text-align: center;
    color: #759a3f;
    margin-bottom: 3rem;
}

.site-footer .footer-wrapper .contact-us-wrapper {
    font-size: 1.8rem;
}

.site-footer .footer-wrapper .contact-us-wrapper .title {
    color: #759a3f;
    font-weight: bold;
}

.site-footer .footer-wrapper .contact-us-wrapper .phone-and-pituh-wrapper,
.site-footer .footer-wrapper .contact-us-wrapper .email-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .footer-wrapper .contact-us-wrapper .email-wrapper {
    margin-top: 1rem;
}

.site-footer .footer-wrapper .contact-us-wrapper .phone-and-pituh-wrapper .seperator {
    margin: 0 .5rem;
}

.site-footer .footer-wrapper .social-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 2rem;
    margin: 4rem 0;
}

.site-footer .footer-wrapper .social-wrapper .single-social a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #59595b;
    font-size: 1.4rem;
}

.site-footer .footer-wrapper .social-wrapper .single-social:hover a {
    color: #759a3f;
}

.site-footer .footer-wrapper .social-wrapper .single-social .image-wrapper {
    margin-bottom: 1rem;
}

.site-footer .footer-wrapper .copyright-wrapper {
    text-align: center;
    color: #59595b;
    font-size: 1.4rem;
}

.site-footer .footer-wrapper .copyright-wrapper a {
    text-decoration: underline;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
    display: none;
}

.footer-sticky-menu.mobile-only {
    display: none;
}

.language-button {
    background-color: #a5cb39;
    color: #fff;
    font-size: 1.7rem;
    position: fixed;
    right: -30px;
    top: 30rem;
    transform: rotate(270deg);
    z-index: 10;
}

.language-button a {
    padding: 1rem 3rem;
    display: table;
}

@media (max-width: 1023px) {
    .footer-sticky-menu.mobile-only {
        display: block;
    }

    .footer-sticky-menu.mobile-only .social-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        justify-content: space-between;
        padding: 1rem 3rem;
        flex-direction: row-reverse;
    }
}

@media (max-width: 550px) {
    .site-footer .footer-wrapper {
        padding: 0 1.5rem;
    }

    .site-footer .footer-wrapper .contact-us-wrapper .phone-and-pituh-wrapper .seperator {
        display: none;
    }

    .site-footer .footer-wrapper .contact-us-wrapper .phone-and-pituh-wrapper {
        flex-direction: column;
    }

    .site-footer .footer-wrapper .social-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}