/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.et_post_meta_wrapper img {
    width: inherit;
}

#left-area ol, .comment-content ol, .entry-content ol, body.et-pb-preview #main-content .container ol {
    padding: 2px 0 2px 35px;
    line-height: 26px;
    list-style-position: outside;
    list-style-type: upper-roman;
}

#main-content .container ol > li > ol {
    list-style-type: upper-alpha;
}