  @font-face {
	font-family: 'icomoon';
	src:url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/icomoon/fonts/icomoon.eot');
	src:url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/icomoon//pegasus/wp-content/themes/Pegasus-Theme/static/fonts/icomoon/fonts/icomoon.eot') format('embedded-opentype'),
		url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/icomoon/fonts/icomoon.woff') format('woff'),
		url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
		url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/icomoon/fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-magazine,
.icon-drawer,
.icon-reorder,
.icon-caret-left,
.icon-caret-right,
.icon-search,
.repeat-alt-icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-magazine:before {
	content: "\e600";
}
.icon-drawer:before {
	content: "\e601";
}
.icon-reorder:before {
	content: "\e602";
}
.icon-caret-left:before {
	content: "\e603";
}
.icon-caret-right:before {
	content: "\e604";
}
.icon-search:before {
	content: "\e605";
}
.repeat-alt-icon:before {
    content: "\e606";
}
