/* Footer body */

footer.site-footer {
    padding: 6.25rem 0 3.5rem;
}

footer.site-footer section {
    margin: 0;
}

footer .footer-body .table-list .list-item {
    border-top: 1px solid var(--w3-blue-light);
    padding: 1.5rem 0;
}

footer .footer-body .table-list .list-item p {
    margin: 0;
}

footer .footer-body .table-list .list-item a {
    color: var(--w3-blue-light);
}

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

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

footer .footer-copyright .menu .menu-item a {
    text-decoration: none;
    color: inherit;
}

footer .footer-copyright .menu .menu-item:not(:last-child)::after {
    content: '';
    height: 20px;
    border-right: 1px solid ;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 10px;
}

footer .footer-copyright .social-media {
    column-gap: 15px;
}

footer .footer-copyright .social-media .list-item {
    padding: 0.5rem 0;
}

footer .footer-copyright .social-media .list-item a {
    color: var(--w3-blue-light);
    font-size: 1.25rem;
}


@media (max-width: 578px) {
    footer .footer-copyright .menu {
        flex-flow: column;
        margin-left: 0;
    }

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

    footer .footer-copyright .menu .menu-item:not(:last-child)::after {
        display: none;
    }
}
