.footer .footer-social {}
.footer .footer-social > a:first-child {
    margin-left: 0;
}
.footer .footer-social > a {
    width: 48px;
    height: 48px;
    margin-left: 16px;
}
.footer .footer-social > a .at-icon-wrapper {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}
.footer .footer-social > a .at-icon-wrapper svg {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}
.footer .footer-social > a:hover.at-svc-facebook  {
    background-color: #4267B2 !important;
}
.footer .footer-social > a:hover.at-svc-twitter  {
    background-color: #1DA1F2 !important;
}
.footer .footer-social > a:hover.at-svc-linkedin  {
    background-color: #0a66c2 !important;
}
.footer .footer-social > a:hover.at-svc-instagram  {
    background-color: #E1306C !important;
}
.footer .footer-social > a:hover.at-svc-youtube  {
    background-color:  #FF0000 !important;
}
@media (max-width: 767px) {
    .footer .footer-social > a {
        width: 40px;
        height: 40px;
        margin-left: 8px;
    }
    .footer .footer-social > a .at-icon-wrapper {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .footer .footer-social > a .at-icon-wrapper svg {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
}

.footer .addthis_toolbox > a {
    margin: 0 8px 5px 0;
}
.footer .addthis_toolbox .at-icon-wrapper {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    text-align: center;
}
.footer .addthis_toolbox .at-icon-wrapper .at-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}
@media (max-width: 767px) {
    .footer .addthis_toolbox .at-icon-wrapper {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        text-align: center;
    }
    .footer .addthis_toolbox .at-icon-wrapper .at-icon {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
}