.mod_hwd_social a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 .2em;
}
.mod_hwd_social path{
	fill: #e2c175;
	transition: .2s all ease-in-out;
}
.mod_hwd_social a:hover path{
	fill: #2b486f;
}