/** custom css for SimpleBlog **/
.ph_cat_description{
text-align: center;
}

.cardblog .category-header-wrapper{
min-height: 450px;
align-items: center;
justify-content: center;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
}

.simpleblog__postInfo ul{
align-items: center;
  justify-content: center;
}

.simpleblog__listing__post__wrapper {
   padding-top: 1.563rem;
   border-top: 2px solid rgba(161, 161, 161, 0.25);
}

.blog_banner_thumb img{
border-radius: 20px;
}
.simpleblog__listing__post__wrapper__content__headline {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    border-bottom: none;
}

.blog_post_date{
 font-size: 1rem;
}

.blog_short_content {
    font-size: 1.1rem;
    line-height: normal;
}

.blog_read_more_button{
 padding: 5px 0;
}

.simpleblog__listing__post__wrapper__content .btn:hover {
  color: #f15a24;
}