/*
Version: 1.0.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

div#content {
    margin-top: 50px;
}
.entry-header-text.text-center {
    padding: 0!important;
}
.single-post span.entry-meta.post-date {
    margin-right: 15px;
}
.single-post .excerpt-post {
    border-radius: 10px;
    --tw-bg-opacity: 1;
    padding: 10px 16px;
    margin-top: 10px;
    margin-bottom: 1rem;
    background-color: rgb(255 241 207/var(--tw-bg-opacity));
    text-align: justify;
}
.single-post .blog-single .article-inner h2 {
    position: relative;
    padding-left: 45px;
    font-weight: 400;
    text-align: left;
    font-size: 1.5em;margin-top: 30px;
}
.single-post .blog-single .article-inner h2:before{counter-increment: my-h-counter;
    content: ""counter(my-h-counter);
    font-weight: bold;
    color: #fff;
    float: left;
    background-color: #122257;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 4px;
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 20px;}
.single-post .blog-single .article-inner h2:after{
    height: 2px;
    width: 100%;
    background-color: #122257;
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
}
.single-post .blog-single .article-inner p{
    text-align: justify;
}


@media (min-width: 768px){

}
@media (max-width:490px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}
