body.widget-snippet .social-link ul li{
  padding:10px;
}
.widget-snippet  .social-link{
  padding: 0;
}
.widget-snippet  .social-link ul {
  margin: 5px 0 0 0;
}
.widget-snippet .social-link ul li{
  list-style-type: none;
  line-height: 47px;
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0;
}
.widget-snippet .social-link ul li:last-child{
  margin-right:0;
}
.widget-snippet .social-link ul li:before {
    display: none;
}
.widget-snippet  .social-link ul li a i {
    padding: 9px 11px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    color: #fff !important;
    margin: 0; 
    background-position: center center;
}
.widget-snippet  .social-link ul li a {
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}
.widget-snippet  .social-link ul li a i.fa-facebook {
  background: #3B5998;; 
}
.widget-snippet  .social-link ul li a i.fa-instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.widget-snippet  .social-link ul li a i.fa-linkedin {
  background: #0077B5;; 
}
.widget-snippet  .social-link ul li a i:hover {
 background: #FF5F00;
}
