/* Social icons TODO - need work */
div.social div.social_facebook, 
div.social div.social_twitter,
div.social div.social_email {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 3px 2px;
	background-size: 24px !important;
	background-position: center;
	background-repeat: no-repeat !important;
}

div.social div.social_facebook {
	background: url("/wp-content/uploads/2015/09/facebook.png");
}

div.social div.social_twitter { 
	background: url("/wp-content/uploads/2015/09/twitter.png");
}

div.social div.social_email {
	background: url("/wp-content/uploads/2015/09/forward-friend.png");
}

div.social_icons div a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

