/* ==========================================================
   FOOTER OVERRIDE
   Softer & Thinner Typography
========================================================== */

/* ==========================================================
   NEWSLETTER
========================================================== */

.footer-newsletter {
    padding: 70px 0;
}

.newsletter-content span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.newsletter-content h2 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-top: 18px;
    margin-bottom: 0;
}

/* Newsletter form */

.newsletter-form input {
    font-size: 16px;
    font-weight: 400;
}

.newsletter-form button {
    font-size: 16px;
    font-weight: 500;
}


/* ==========================================================
   MAIN FOOTER
========================================================== */

.footer-main {
    padding: 70px 0 65px;
}

.footer-company p {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.footer-contact {
    margin-top: 28px;
}

.footer-contact li {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    align-items: center;
    gap: 12px;
}

.footer-contact li i {
    font-size: 16px;
}


/* ==========================================================
   FOOTER WIDGET
========================================================== */

.footer-widget h4 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 22px;
    letter-spacing: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2px;
}


/* ==========================================================
   SOCIAL
========================================================== */

.footer-social {
    gap: 12px;
}

.footer-social a {
    width: 46px;
    height: 46px;
    font-size: 17px;
}


/* ==========================================================
   FOOTER BOTTOM
========================================================== */

.footer-bottom {
    padding: 24px 0;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 991.98px) {

    .newsletter-content h2 {
        font-size: 34px;
    }

    .footer-main {
        padding: 55px 0;
    }

}

@media (max-width: 767.98px) {

    .footer-newsletter {
        padding: 55px 0;
    }

    .newsletter-content h2 {
        font-size: 28px;
    }

    .newsletter-content span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .footer-widget h4 {
        font-size: 20px;
    }

}