/*
 Theme Name:   Atert Child
 Description:  Atert Child Theme
 Author: Catchpixel
 Author URI:   https://themeforest.net/user/catchpixel
 Template:     atert
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, one-column, left-sidebar, flexible-header, custom-header, custom-background, custom-logo, custom-menu, featured-images, post-formats, editor-style, footer-widgets, theme-options, threaded-comments, translation-ready, rtl-language-support
 Text Domain:  atert-child
*/

h2.title.text-center{
    color: purple;
}


@media only screen and (max-width: 575px) {
    body.single.single-post div#content .post-body-wrapper{
        background:white;
        box-shadow: none;
        text-align: justify;
        padding: 0;
    }

    body.single.single-post div#content{
        padding-top: 40px;
    }
    
    body.single.single-post div#content .post-body-wrapper p:first-of-type{
        text-indent: 10px;
    }
    
    body.single.single-post div#content .post-body-wrapper .entry-content ul{
        list-style-position: inside;
    }
}