footer {
    z-index: 9999;
    padding: 0 !important;
    background: #fff;
}
footer .main-menu {
    transform: initial !important;
    position: initial !important;
}
footer .menu-fade {
    opacity: 1 !important;
}

footer .logo {
    animation-delay: 900ms;
    display: flex;
    align-items: center;
    border: 0;
    max-width: 150px;
    filter: invert(0%) brightness(0%);
    transition: filter 0.3s ease;
}

html.dark footer .logo {
    filter: invert(100%) brightness(110%);
    transition: filter 0.3s ease;
}
.loaded footer .logo {
    animation: enterX 0.4s ease-in-out 900ms normal forwards;
}

footer .footer--content > div {
    width: 20%;
}

footer .footer--content > div h4 {
    font-size: 0.9rem;
}

footer .footer--content > div ul{
    margin-top: 10px;
}

footer .footer--content > div ul li {
    list-style: none;
    font-size: 0.8rem;
    text-decoration: none;
}

footer .footer--content > div ul li a {
    border: none;
}

footer .footer--content .subscribe input[type="email"] {
    border: none;
    background: transparent;
    border-bottom: 2px solid #222;
    color: #222;
}

html.dark footer .footer--content .subscribe input[type="email"]  {
    border-bottom: 2px solid #fff;
    color: #fff;
}

footer .footer--content .subscribe .nf-form-fields-required{
    display: none;
}

footer .footer--content .subscribe .ninja-forms-req-symbol{
    display: none;
}

footer .footer--content .brands {
    margin-top: 0.5rem;
    clear: both;
}
footer .footer--content .brands a {
    font-size: 1.3rem;
    margin-right: 1rem;
}

footer .footer--content .brands a:last-child{
    margin-right: 0;
}

footer input {
    width: 100%;
}

footer .copyright {
    width: 100% !important;
    color: #717171;
    font-size: 0.8rem;
}

footer .copyright p {
    margin-top: 0;
}
footer .copyright a {
    color: #717171;
    text-decoration: none;
    border-bottom: none !important;
}
@media (max-width: 1002px) {
    footer .footer--content > div {
        width: 23%;
    }
    footer .footer--content{
        justify-content: space-between;
    }
    footer .footer--content > div.subscribe {
        width: 100%;
        max-width: 290px;
    }
    footer #newsletter-validate-detail,
    .copyright {
        max-width: 100%;
    }
}

@media (max-width: 769px) {
    footer {
        padding: 0 15px !important;
    }
    footer .footer--content{
        justify-content: space-between;
    }
    footer .footer--content > div {
        width: 48%;
    }
    footer .footer--content > div.subscribe {
        width: 100%;
    }
}
