/* =========================================================
   Footer
========================================================= */
.site-footer {
    width: 100%;
    padding: 18px var(--page-pad);
    background: rgba(255, 250, 246, 0.55);
    border-top: 1px solid rgba(173, 122, 99, 0.12);
    text-align: center;
    color: rgba(58, 36, 28, 0.48);
    font-size: 12px;
    line-height: 1.45;
}

.site-footer p {
    margin: 2px 0;
}

.site-footer .footer-credit {
    font-size: 11px;
    opacity: 0.65;
}

.site-footer .footer-credit a {
    color: rgba(58, 36, 28, 0.62);
    text-decoration: none;
    font-weight: 600;
}

.site-footer .footer-credit a:hover {
    color: var(--espresso);
    text-decoration: none;
}

@media (max-width: 760px) {
    .site-footer {
        padding: 14px 16px;
        font-size: 11px;
    }

    .site-footer .footer-credit {
        font-size: 10px;
    }
}