/* ZENDORA — site footer */
.site-footer .footer-link {
    color: #564338;
    transition: color 0.25s ease;
}
.site-footer .footer-link:hover {
    color: #bb5808;
}
.site-footer .footer-heading {
    letter-spacing: 0.12em;
}
.site-footer .footer-newsletter-input:focus {
    outline: none;
    border-color: #974400;
}
.site-footer .footer-divider {
    background: linear-gradient(90deg, transparent, rgba(138, 114, 102, 0.25), transparent);
    height: 1px;
}
