/* BLOG PAGE STYLES
************************************************************/
.blogPost p{
    margin: 0px;
    margin-bottom: 20px;
}
.postAuthor{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 14px;
}
.authorProfile{
    padding-right: 10px;
}
.authorDetails h5{
    margin: 0px;
}
.blog-posts{
    padding: 10px;
}
.blog-post {
    padding: 10px !important;
}


div.postAuthor {display: none;}
aside#block-4 {display: none;} /* comments in sidebar*/
ul.wp-block-latest-posts {margin: 1rem 0 1.8rem;}
ul.wp-block-latest-posts li	{line-height: 16px; }
.wp-block-group h2.wp-block-heading {margin: 1.5rem 0 0rem;}
.wp-block-group ul	{list-style: none;padding-left: 0;margin: .5rem 0;}


