.post_content ul > li:before{
	font-family: 'fontello';
	content: '\e8e4';
	font-size: 0.5em;
	display:inline-block;
	vertical-align:middle;
	text-indent:-2em;
}
body ul.wp-block-latest-posts:not(.is-grid),
body .post_content ul{
	list-style: none;
}

.post_content ul ul > li:before{
	content: '\e8e2';
}