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: 12px 0;
    width: 43px;
    height: 43px;
    text-align: center;
    border-radius: 100%;
    color: #000 !important;
    background: rgba(121, 121, 121, 1);
    margin: 0; 
}
.widget-snippet  .social-link ul li a {
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.widget-snippet  .social-link ul li a i:hover {
background: rgb(254,0,133);
background: linear-gradient(132deg, rgba(254,0,133,1) 0%, rgba(255,0,45,1) 100%);
    color: #fff !important;
}
