/* Footer */
.c-content-box.c-bg-white.c-size-md.c-no-top-padding.c-no-bottom-padding.footer-line {
    min-height: 1px;
    height: 1px;
    max-height: 1px;
}

footer .c-theme-nav {
    font-size: 13px;
}

footer {
    .social {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 40px;
        /*margin-block: 40px;*/
        li {
            a {
                padding: 0;
            }
        }
        &::before{
            display: none;
        }
        &::after {
            display: none;
        }
    }
}

footer .c-theme-nav li {
    display: inline-block;
}

footer .c-theme-nav.pages li {
    padding: 0 3px;
}

footer .c-theme-nav.pages li a {
    text-transform: uppercase;
}

footer .c-theme-nav.social li a img {
    height: 20px;
    aspect-ratio: 1/1;
    width: auto;
    transition: opacity 0.2s ease-out;
}

footer .c-theme-nav.social li a:hover img {
    opacity: 0.7;
}

/*footer .c-theme-nav li>a:not(.btn),*/
/*footer .c-theme-nav li:focus>a:not(.btn),*/
/*footer .c-theme-nav li:active>a:not(.btn),*/
/*footer .c-theme-nav li:hover>a:not(.btn) {*/
/*    background: #000 !important;*/
/*}*/

footer .c-logo img {
    height: 100px;
}

footer svg {
    height: 20px;
}

footer svg .st0 {
    fill: #fff;
    outline: none !important;
    -webkit-transition: back 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

footer a:hover svg .st0 {
    fill: #007A63;
}

footer .c-bg-black a {
    color: #fff !important;
}

footer .c-bg-black a:hover {
    color: #007A63 !important;
}




