/*
Theme Name: Themify Ultra Child
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/

/* write custom css below */
.single-post .module-post-content ol li{

counter-increment: orderedlist;
}
.single-post .module-post-content ol li::before {
    content: counter(orderedlist);
    font-family: "Arial";
    font-size: 1.25em;
    line-height: 0.75;
    width: 1.5rem;
    padding: 0.2rem 0.5rem;
    margin-right: 10px;
    margin-left: -35px;
    text-align: center;
    color: #fff;
    background-color: #c10;
    border-radius: 0.25em;
}
.single-post .module-post-content ol li::marker {
    content: "";
}

.single-post .module-post-content  ul > li::marker {
    content: "💡";
}
.single-post .module-post-content  ol > li,
.single-post .module-post-content  ul > li {
    padding-left:8px;
}



