body.widget-snippet .footer-social-links {
    padding: 40px;
	text-align: center;
	width: 70%;
	margin:0 auto;
background:#232323;
}
.footer-social-links {
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 0;
}

.footer-social-links a {
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin:0 14px 0 0;
	 transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.footer-social-links a:first-child{
    margin-left: 0;
}
.footer-social-links a i {
    color: #fff;
    font-size: 33px;
    line-height: 34px;
}
.footer-social-links a:hover, .footer-social-links a:focus {
    color: #AF000F;
}
.footer-social-links a:hover .fa, .footer-social-links a:focus .fa {
    color: #AF000F;
}

body.widget-snippet .footer-social-links a {
    padding: 30px;
}
