@font-face {
	font-family: 'sow-fontawesome';
	src: url(#);
	src: url(#) format('embedded-opentype'),
	url(#) format('woff2'),
	url('/wp-content/plugins/so-widgets-bundle/icons/fontawesome/font/fontawesome-webfont_v-4.6.3.woff') format('woff'),
	url('/wp-content/plugins/so-widgets-bundle/icons/fontawesome/font/fontawesome-webfont_v-4.6.3.ttf') format('truetype'),
	url('/wp-content/plugins/so-widgets-bundle/icons/fontawesome/font/fontawesome-webfont_v-4.6.3.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sow-icon-fontawesome {
	font-family: 'sow-fontawesome';
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sow-icon-fontawesome[data-sow-icon]:before {
	content: attr(data-sow-icon);
}