.widget-snippet .social-icon {
    position:relative;
    text-align: right;
}
.widget-snippet .social-icon:before {
    position: absolute;
    width: 0px;
    height: 33px;
    border-left: 1px solid #1B1B1B;
    content: '';
    display: block;
    left: 0px;
    bottom: 0;
}
.widget-snippet .social-icon a {
    padding-left: 20px;
    font-size: 30px;
    font-weight:400;
    font-family:'Graphik';
}
.widget-snippet .social-icon a i { 
    color: white; 
    
}
body.widget-snippet .social-icon{
  background:black;
  padding:30px;
}
body.widget-snippet .social-icon a{
  padding:15px;
}
.widget-snippet .social-icon a:hover i {
 color: #E8542C;
}
a:hover i {
 color: #E8542C;
}
