/*
 * inc/custom-styles.php is used to capture field input from the ACF Options page. It is processed and saved to layouts/custom-styles.css.
 */

/* Social Media Buttons
******************************/

	
		.facebook:hover .icon-circle{
	color:#3b5998;
}
	
		.linkedin:hover .icon-circle{
	color:#0e76a8;
}
	
		.twitter:hover .icon-circle{
	color:#00ACED;
}
	
		.instagram:hover .icon-circle{
	color:#cd332d;
}
	
		.rss:hover .icon-circle{
	color:#ff8300;
}
	