/* Widget: Socials */
.widget_socials .socials_description + .socials_wrap {
	margin-top: 1.5em;
}
.widget_socials .social_item {
	margin: 0 0.3em 0.3em 0;
}
.widget_socials .social_item a {
	background-color:#cccccc;
	color: #ffffff;
	display:block;
	width:3em;
	height: 3em;
	line-height:3em;
	text-align:center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.widget_socials .social_item span:before {
	-webkit-transition: all ease .2s;
	   -moz-transition: all ease .2s;
	    -ms-transition: all ease .2s;
	     -o-transition: all ease .2s;
	        transition: all ease .2s;
}
.widget_socials .social_item a:hover span:before {
	-webkit-transform:scale(1.4,1.4);
	   -moz-transform:scale(1.4,1.4);
	    -ms-transform:scale(1.4,1.4);
	        transform:scale(1.4,1.4);
}
