/* Socials */
.site-footer #social-x {
    width: 30px;
    margin: 0 auto 1.1rem;
}
html .footer-links li a.whiteLink {
    font-weight: 500 !important;
    color: #fff !important;
}
html .footer-links li a.whiteLink.section-heading {
    font-weight: 900 !important;
}
html .site-footer .lowerFooter p {
    font-weight: 400 !important;
    color: #fff !important;
}
html .site-footer .lowerFooter a.whiteLink {
    font-weight: 500 !important;
    color: #fff !important;
}

html .site-footer p.subscribe-help {
    color: white;
    margin-bottom: 0;
    font-size: 18px;
}

html .site-footer p.subscribe-help a {
    font-weight: 400 !important;
}

html .site-footer p.subscribe-help a.whiteLink:hover {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    html .site-footer p.subscribe-help {
        margin-bottom: 35px;
    }
}