.social-link ul li:before {
  display: none;
}
.social-link ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.social-link ul li{
  padding: 0 28px 0 0;
  margin: 0;
}
.social-link ul li:last-of-type{
  padding: 0;
}
.social-link ul li a i {
  color: rgb(255,255,255,0.78);
  font-size: 22px;
  -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: #567FBB;
  
}
body.widget-snippet .social-link {
  max-width:700px;
  margin: 0 auto;
  padding: 20px;
  background: #1D2734;
}
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;  
}
