/* ==========================================================================
   Jedi Footer
   ========================================================================== */

footer.jedi-footer {
    background-color: #111;
    color: #ccc;
    padding: 0.5rem 0 2rem 0;
}

footer.jedi-footer a:not(.button) {
    color: #ccc;
}

/* ==========================================================================
   Footer Spacing
   ========================================================================== */

footer:not(:first-of-type) {
    margin-top: -4rem;
}

footer:last-child:not(:only-of-type) {
    margin-top: 0;
}

/* ==========================================================================
   Footer Social Icons
   ========================================================================== */

footer.copyright .social-icons {
    display: inline-flex;
    gap: 10px;
}

footer.copyright .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}

footer.copyright .social-icons a svg {
    width: 24px;
    height: 24px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.social-icons a:hover svg {
    transform: scale(1.1);
    color: #000;
}

body footer.site-footer, body footer.copyright {
    background-color: #D8D8D9;
    color: #000;
}

body footer.site-footer a:not(.button), body footer.copyright a {
    color: #000;
}

body .site footer.site-footer .widget .widget-title, .site-footer .widget.widget_block h2 {
    color: #111;
}

body footer.site-footer a:not(.button):hover, body footer.copyright a:hover {
    color: #000;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 992px) {
    footer.jedi-footer .widget {
        padding: 0;
    }
}