.site-footer .soc {
    flex: 0 0 auto;
}
.site-footer .soc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin: 0;
}
.site-footer .soc li {
    flex: 0 0 auto;
    margin: 0;
    list-style: none;
}
.site-footer .soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0px;
    text-decoration: none;
    text-indent: -999em;
    background: #BCBDC1;
    border-radius: 5px;
}
.site-footer .soc a::before {
    flex: 0 0 auto;
    content: "";
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.site-footer .soc a.fb::before {
    background-image: url(../img/icns/fill/16/facebook.svg);
}
.site-footer .soc a.fb:hover, .site-footer .soc a.fb:focus, .site-footer .soc a.fb:active {
    background-color: #4267B2;
}
.site-footer .soc a.tw::before {
    background-image: url(../img/icns/fill/16/twitter.svg);
}
.site-footer .soc a.tw:hover, .site-footer .soc a.tw:focus, .site-footer .soc a.tw:active {
    background-color: #000;
}
.site-footer .soc a.yt::before {
    background-image: url(../img/icns/fill/16/youtube.svg);
}
.site-footer .soc a.yt:hover, .site-footer .soc a.yt:focus, .site-footer .soc a.yt:active {
    background-color: #F00;
}
.site-footer .soc a.li::before {
    background-image: url(../img/icns/fill/16/linkedin.svg);
}
.site-footer .soc a.li:hover, .site-footer .soc a.li:focus, .site-footer .soc a.li:active {
    background-color: #0A66C2;
}
.site-footer .soc a.pi::before {
    background-image: url(../img/icns/fill/16/pinterest.svg);
}
.site-footer .soc a.pi:hover, .site-footer .soc a.pi:focus, .site-footer .soc a.pi:active {
    background-color: #E60023;
}