body.widget-snippet .social-links {
	padding: 30px;
	background-color: rgb(240 243 244);
	text-align: left;
}
.widget-snippet .social-links {
	text-align: right;
}
.widget-snippet .social-links a {
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	line-height: 39px;
	text-align: center;
	color: #3361b5;
	font-size: 16px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .social-links a i {
	color: #3361b5;
	line-height: 39px;
}
.widget-snippet .social-links a + a {
	margin-left: 15px;
}
.widget-snippet .social-links a:hover,  .widget-snippet .social-links a:focus {
	color: #31302b;
	background-color: #fff;
}
.widget-snippet .social-links a:hover .fa,  .widget-snippet .social-links a:focus .fa {
	color: #31302b;
}
body.widget-snippet .social-links a {
    padding: 10px;
}
