/* Use a local SVG instead of Divi's Facebook icon-font glyph. */
.et_pb_social_media_follow li.et-social-facebook a.icon::before {
	content: "" !important;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/icons/facebook.svg") center / 29px 29px no-repeat;
}
