/* FOOTER */
#footer #gform_wrapper_2 span {
    padding-right: 0;
}

#footer #gform_wrapper_2 .gform_body {
    /*margin-bottom: 1em;*/
}

#footer p {
    font-size: 16px;
}

a.to-top {
    display: inline-flex;
    flex-direction: column-reverse;
}

a.to-top i.icon-angle-down {
    margin: 0 !important;
    transform: rotate(180deg);
}

#menu-footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

ul#menu-footer-menu>li+li {
    border-top: 0;
}

ul#menu-footer-menu>li {
    margin: 0;
}

ul#menu-footer-menu>li>a {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #342b2c;
    font-weight: unset;
}

#menu-footer-menu.nav>li>a:hover,
#menu-footer-menu.nav>[class*="current"]>a {
    color: var(--primary-color) !important;
}

.absolute-footer {
    display: none;
}

#footer .footer-bottom * {
    margin-bottom: 0 !important;
}

#footer h3 {
    font-size: 33px !important;
}

#footer .newsletter p {
    margin-bottom: 0;
}

#footer .newsletter #unsubscribe {
    color: #342B2C;
    text-decoration: underline;
}

#footer a.to-top i,
#footer a.to-top span {
    color: #342B2C;
}

#footer .newsletter input {
    text-align: center;
    padding: .5rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

#footer .newsletter #unubscribe {
    font-size: 14px;
    color: #000;
}

#label_2_3_1 {
    font-weight: 400;
}

#footer .social-icons {
    font-size: 1em;
    color: #000;
}


@media only screen and (max-width: 53.125em) {
    #footer h3,
    #footer {
        text-align: center !important;
    }

    ul#menu-footer-menu>li>a {
        font-size: 14px;
        line-height: unset;
    }

    .mobile-center > .col-inner {
        text-align: center;
    }

    .mobile-center .img {
        margin: 0 auto;
    }

    #footer .section {
        padding-top: 0 !important;
    }
}
/* FOOTER END */