body.widget-snippet .social-links {
	padding: 40px;
	background-color: #1b1c23;
}
body.widget-snippet .social-links ul li {
	padding: 5px;
}
.widget-snippet .social-links ul li {
	display: inline-block;
	margin: 0 4px 0 0;
	padding:0;
       border-radius: 50%;
}
.widget-snippet .social-links ul li a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin: 0 ;
    text-align: center;
    width: 32px;
}
.widget-snippet .social-links ul li:hover a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.6);
}
.widget-snippet .social-links ul li a i {
	color: inherit;
}
.social-links a:hover {
	color: rgba(255,255,255,0.7);
}
.widget-snippet .social-links ul li:before{
	display:none;	
}
.widget-snippet .social-links ul {
    margin: 0;
    padding: 0;
}
