.footer-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    height: 92rem;
}

.footer-wrapper .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-wrapper .right-side .logo-wrapper {
    margin-bottom: 4.9rem;
}

.footer-wrapper .right-side .logo-wrapper a {
    display: block;
    max-width: 29.2rem;
    width: 100%;
}

.footer-wrapper .right-side .logo-wrapper a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer-wrapper .right-side .join-us .title-wrapper {
    font-size: 3.5rem;
    color: #4e672a;
    margin: 0;
    margin-bottom: 2.9rem;
}

.footer-wrapper .right-side .join-us a.journey-link {
    background-color: #759a3f;
    color: #fff;
    font-size: 1.6rem;
    width: 24.3rem;
    height: 4.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 auto;
}

.footer-wrapper .right-side .join-us a.journey-link:hover {
    background-color: #59595b;
}

.footer-wrapper .left-side .contact-us-wrapper {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.footer-wrapper .left-side .contact-us-wrapper .title-wrapper {
    color: #759a3f;
    font-size: 3.5rem;
    margin: 0;
    margin-bottom: 2.8rem;
    font-weight: 700;
}

.footer-wrapper .left-side .contact-us-wrapper span.title {
    color: #759a3f;
    font-weight: 600;
    font-size: 1.8rem;
}

.footer-wrapper .left-side .contact-us-wrapper .phone-and-pituh-wrapper {
    display: flex;
    align-items: center;
    line-height: 1.7em;
}

.footer-wrapper .left-side .contact-us-wrapper .phone-and-pituh-wrapper .seperator {
    margin: 0 5px;
}

.footer-wrapper .left-side .contact-us-wrapper .email-and-address-wrapper {
    line-height: 1.7em;
}

.footer-wrapper .left-side .contact-us-wrapper .email-and-address-wrapper a {
    margin-left: 7px;
}

.footer-wrapper .left-side .contact-us-wrapper .building-wrapper {
    line-height: 1.7em;
}

.footer-wrapper .left-side .social-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 2rem;
    margin-bottom: 3.9rem;
}

.footer-wrapper .left-side .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;
}

.footer-wrapper .left-side .social-wrapper .single-social:hover a {
    color: #759a3f;
}

.footer-wrapper .left-side .social-wrapper .single-social .image-wrapper {
    margin-bottom: 1rem;
}

.footer-wrapper .left-side .contact-us-link-wrapper {
    display: flex;
    margin-bottom: 2.7rem;
}

.footer-wrapper .left-side .contact-us-link-wrapper a {
    color: #fff;
    width: 17.7rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
}

.footer-wrapper .left-side .contact-us-link-wrapper a:hover {
    background-color: #59595b;
}

.footer-wrapper .left-side .contact-us-link-wrapper a:not(:first-child) {
    margin-right: 4rem;
}

.footer-wrapper .left-side .contact-us-link-wrapper .donation-link {
    background-color: #759a3f;
    font-size: 1.6rem;
}

.footer-wrapper .left-side .contact-us-link-wrapper .contact-link {
    font-size: 1.9rem;
    background-color: #3287bd;
}

.footer-wrapper .left-side .copyright-wrapper {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #59595b;
}

.footer-wrapper .left-side .privacy-wrapper a {
    font-size: 1.7rem;
    color: #59595b;
    text-decoration: underline;
}

.footer-wrapper .left-side .privacy-wrapper a:not(:first-child) {
    margin-right: 5rem;
}

.site-footer .footer-bottom img {
    width: 100%;
    height: 10rem;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
    display: none;
}

.footer-sticky-menu.mobile-only {
    display: none;
}

@media (max-width: 1023px) {
    .footer-wrapper {
        height: auto;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 3rem;
        grid-gap: 3rem;
    }

    .footer-wrapper .right-side .logo-wrapper {
        margin-bottom: 2rem;
    }

    .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;
    }
}

@media (max-width: 550px) {
    .footer-wrapper .left-side .social-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .footer-wrapper .left-side .contact-us-link-wrapper {
        flex-direction: column;
    }

    .footer-wrapper .left-side .contact-us-link-wrapper a:not(:first-child) {
        margin-right: unset;
    }

    .footer-wrapper .left-side .contact-us-link-wrapper .donation-link {
        margin-bottom: 1rem;
    }
}