@font-face {
	font-family: 'ff-logo';
	src:url('fonts/ff-logo.eot?-2htky8');
	src:url('fonts/ff-logo.eot?#iefix-2htky8') format('embedded-opentype'),
		url('fonts/ff-logo.woff?-2htky8') format('woff'),
		url('fonts/ff-logo.ttf?-2htky8') format('truetype'),
		url('fonts/ff-logo.svg?-2htky8#ff-logo') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ff-logo:before {
	font-family: 'ff-logo';
	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;
}

.ff-logo:before {
	content: "\e60b";
}

#toplevel_page_ThemeDashboard > a > .wp-menu-image:before {
	font-family: 'ff-logo' !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;

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

#toplevel_page_ThemeDashboard > a > .wp-menu-image:before {
	content: "\e60b" !important;
    padding: 9px 0 !important;
    display: inline-block !important;
    font-size: 16px !important;
}