/* Site-specific overrides layered on top of the original prosite theme CSS. */

/* Instagram footer icon: swapped from a PNG image to the Font Awesome glyph.
   The theme's `.footer-social .icon` rule is sized for a 33px <img>; these
   rules make the <i> glyph match (circular, white, red border on hover). */
footer .footer-social .icon {
	width: 33px;
	height: 33px;
	line-height: 29px;      /* 33px - 2*2px border */
	font-size: 20px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
footer .footer-social a:hover .icon {
	color: #f0330d;
}
