/* Footer */
@media (max-width: 578px) {
    footer {
        text-align: center;
    }
}

/* Footer body */
footer .footer-body {
    padding: 4.75rem 0 7.188rem;
}

footer .footer-body .footer-content h1,
footer .footer-body .footer-content h2,
footer .footer-body .footer-content h3,
footer .footer-body .footer-content h4,
footer .footer-body .footer-content h5,
footer .footer-body .footer-content h6 {
    font-family: var(--w3-font-family-text) !important;
    font-weight: bold;
}

@media (max-width: 578px) {
    footer .footer-body {
        padding: 3.75rem 0 5rem;
    }
}

/* footer copyright */
footer .footer-copyright {
    padding: 1rem 0 2rem;
    background-color: var(--w3-bg-body);
}

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;
    line-height: normal;
}

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

footer .footer-copyright .menu .menu-item a:hover {
    color: var(--w3-link-color-hover);
}

footer .footer-copyright .menu .menu-item:not(:last-child)::after {
    content: '';
    height: 1px;
    width: 6px;
    border-top: 1px solid;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 50%;
}

@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;
    }
}
