body.widget-snippet .social-link a{
    width: 52px;
  height: 52px;
    font-size: 28px;
  padding:10px;
}
body.widget-snippet .social-link a i {
  padding:5px;
}
body.widget-snippet .footer-social{
margin: 20px;
background: #061213;
padding: 10px;
max-width: 500px;
text-align: center;
}
.footer-social .social-link li {
  display: inline-block;
}
.social-title {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 20px;
color: #FFFFFF;
  margin-bottom: 18px;
}
.social-link a {
    margin: 0 12px 0 0;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    background: rgba(255,255,255,0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  transition: all 300ms ease-out 0s;
}
.social-link a:hover {
    background: #949028;
}
.social-link a i {
    color: #fff;
    margin: 0;
}
.social-link a svg{
    width: 24px;
}
