/*
Theme Name: ASO Theme 2020
Theme URI: http://ardesign.us
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1
Author: AR Design
*/
section.post_content ul:not(.pagination) {
	margin-left: 2rem;
}
section.post_content ul:not(.pagination) li { 
	display: inherit;
	position: relative;
	padding-left: 10px;
}
section.post_content ul:not(.pagination) li:before { 
	position: absolute;
	top: 2px; 
	left: -1rem; 
	display: inherit;
}