body.widget-snippet .social-link {
  max-width:700px;
  margin: 0 auto;
  padding: 20px;
}
body.widget-snippet .social-link ul li{
  padding: 10px;  
}
body.widget-snippet .social-link ul li a{
  padding: 10px;  
}
body.widget-snippet .social-link ul li i{
  padding: 10px;  
}
.social-link ul li:before {
  display: none;
}
.social-link ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-link ul li{
  padding: 0 25px 0 0;
  margin: 0;
}
.social-link ul li:last-of-type{
  padding: 0;
}
.social-link ul li a i {
  color: #000;
  font-size: 18px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.social-link ul li a{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.social-link ul li a:hover i{
  color: #0052CC;
  
}
