/**
 * Supplementary icon and small utility styles.
 * Most icons in this theme are rendered as inline SVG (see the ais_icon() helper
 * in inc/helpers.php) to avoid an external icon-font HTTP request and to keep
 * icons crisp at any size without extra font-loading requests (performance).
 */

.ais-icon-circle{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
}

.ais-icon-circle svg{
	display:block;
}

/* Ensure inline SVG icons inherit color from their parent unless overridden. */
svg{ color: inherit; }
