/* Footer body */
footer.site-footer {
    background-color: var(--w3-secondary-color);
    color: var(--w3-white);
    padding: 3rem 0 1.5rem;
}

footer.site-footer a {
    color: var(--w3-white);
    font-weight: 600;
    transition: 0.2s;
    line-height: 30px;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

footer.site-footer a:hover {
    padding-left: 5px;
}

footer.site-footer .widget-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--w3-white);
}

footer.site-footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer.site-footer .social-media {
    gap: 10px;
}

footer.site-footer .social-media .list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--w3-primary-color);
    border-radius: 99px;
    text-decoration: none;
    font-size: 1.5rem;
    padding: 0;
}

footer.site-footer .social-media .list-item a:hover {
    background-color: var(--w3-white);
    color: var(--w3-primary-color);
}

/* footer copyright */
footer .footer-copyright {
    margin-top: 4rem;
}

footer .footer-copyright .widget_nav_menu {
    margin: 0;
}
footer .footer-copyright .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: -.5rem;
}

footer .footer-copyright .menu .menu-item {
    padding: .5rem;
    position: relative;
}

footer .footer-copyright .menu .menu-item a {
    color: inherit;
    font-weight: 400;
}

@media (max-width: 578px) {
    footer.site-footer,
    footer.site-footer a {
        font-size: 14px;
    }

    footer.site-footer .widget-title {
        font-size: 1rem;
    }

    footer .footer-copyright .menu {
        flex-flow: column;
        margin-left: 0;
    }

    footer .footer-copyright .menu .menu-item {
        padding: 0 .5rem;
    }
}
