/*
 Theme Name:     ANPCDEFP
 Theme URI:      https://www.elegantthemes.com/gallery/foxy/
 Description:    ANPCDEFP Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.single ol li,
.single ul li{
	padding-left: 10px!important;
	padding-bottom: 10px!important;
}

.page ol,
.page ul {
	margin-left: 20px!important;
	
}

.page ol,
.single ol {
	margin-left: 40px!important;
	list-style-position: outside!important;
}


ol > li {
	counter-increment:item;
}

ol > li::before {
	
    counter-increment: item;
    font-weight: bold;
}