/*
 * Font Awesome 4 fallback shim.
 *
 * The parent theme hardcodes <i class="fa fa-..."> markup in many templates
 * (template-tags.php, content.php, Elementor widget layouts). On this site
 * FA4's webfont fails to render in some contexts, so for the icons that
 * actually show up in visible chrome we redirect the glyph to the
 * Material-Design-Iconic-Font (zmdi), which loads reliably across the site.
 *
 * Add more rules here only when an FA4 icon is observed to be broken.
 */

.fa.fa-long-arrow-right::before {
	font-family: "Material-Design-Iconic-Font" !important;
	font-weight: normal !important;
	content: "\f301" !important; /* zmdi-long-arrow-right */
}
