a.footer-link{
    color: #7fb638;
    margin-right: 20px;
}

a.footer-link:hover{
    text-decoration: underline;
}

.footer-socials .social-icon{
    transform: scale(1.2);
    transition: transform .2s linear;
}

.footer-socials .social-icon:hover{
    transform: scale(1.5);
    transition: transform .2s linear;
}

.footer-socials i.fa.fa-facebook-square{
    color: #4064ad;
}

.footer-socials i.fa.fa-linkedin-square{
    color: #0373b1;
}

.footer-socials i.fa.fa-youtube-square{
    color: #cb2125;
}

.social-icons-footer {
    display: flex;
    justify-content: center;
}

footer .footer-center {
    padding-top: 18px;
    padding-bottom: 18px;
}

.footer a{
    color: #fff;
    margin: 0 15px;
    font-weight: bolder;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease-in;
}

.footer a:first-of-type{
    margin-bottom: 0px;
    display: block;
}

.footer .social-icon i{
    color: #fff;
}

.footer .social-icon:hover i{
    color: #fff;
}

.footer a:hover{
    color: #fff !important;
    transform: scale(1.3);
    transition: transform .2s ease-in;
}

.footer a span.link{
    color: #fff;
}

.footer a:hover i{
    color: #fff;
    text-decoration: none;
}

.footer a i{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 959px){
    #footer .wpb_column{
        margin-bottom: 36px;
    }

    #footer > .row > .wpb_row > .wpb_column{
        margin-bottom: 0;
    }

    #footer .wpb_column.last-row{
        margin-bottom: 0;
    }
}

@media (max-width: 569px){
    a.footer-link {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 450px){
    footer .footer-center .uncell{
        padding-left: 18px;
        padding-right: 18px;
    }
}