body.widget-snippet .social-link {
  padding: 20px;
  background: #000;
  text-align: center;
}
body.widget-snippet .social-link a {
  padding: 15px;
  width:60px;
  height:60px;
  border-color:#fff;
  text-decoration: none;
}
body.widget-snippet .social-link a:after{
  display: none;
}
body.widget-snippet .social-link a i.fa {
  font-size: 22px;
  border-radius:50%;
  line-height:30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.widget-snippet .social-link a i.fa {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  color:#fff;
  width: 30px;
  display: block;
}


.widget-snippet .social-link a i{
  position: relative;
}
.social-link {
  text-align: right;
}
.social-link a {
  margin-left: 10px;
  width: 31px;
  height: 31px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s;
  opacity: 1;
  text-decoration: none;
}
.social-link a:hover  {
     background:#000;
     border: 1px solid #000;
      text-decoration: none;
    }
