/* Widget: Socials */
.widget_socials .socials_wrap {
	display:inline-block;
	text-align:left;
	white-space:normal;
}
.widget_socials .socials_wrap  .social_item + .social_item{
    margin-left: 0;
}
.widget_socials .social_item span {
	color: #ffffff;
	display:block;
	width:3.3em;
	height: 3.3em;
	line-height:3.3em;
	text-align:center;
	-webkit-border-radius: 50%;
	   -moz-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 .socials_description{
    margin-bottom: 2.2em;
}
.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);
}
.widget_socials .social_item span:after{
    content: "";
    width: 1px;
    height: 25px;
    display: inline-block;
    position: relative;
    left: 29%;
    top: 18%;
}
.widget_socials .social_item:last-child span:after{
    display: none;
}