/*
Theme Name: Progery Child
Theme URI: https://themepure.net/wp/progery/
Template: jetset
Author: bdevs
Author URI: https://themeforest.net/user/bdevs/portfolio
Description: Progery - Plastic Surgery WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.4.1

*/

.archive article.blog__item-2,
.blog article.blog__item-2{
width: calc(33% - 10px);
}
.archive .blog__wrapper,
.blog .blog__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    justify-content: space-between;
}
 article.blog__item-2 .blog-title{
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 10px;
}
 article.blog__item-2 .blog__text p {
    line-height: 1.3em;
}
 article.blog__item-2 .blog__thumb-2 img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
 article.blog__item-2 .blog__content{
    padding: 15px;
    min-height: 310px;
}
.blog__details-wrapper {
    margin-top: 40px;
    margin-right: 0;
}
.blog__details-wrapper article.single__news-area .blog__thumb-2 img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.blog__details-wrapper article.single__news-area .single__news-widget{
    padding: 15px;
}


.blog-single-area  article.blog__item-2 .blog__content{
    padding: 15px;
    min-height: unset;
}

.blog-area {
    margin-top: 40px;
}

@media(max-width:991px){
    .archive article.blog__item-2,
    .blog article.blog__item-2{
        width: calc(100% - 10px);
        }
        article.blog__item-2 .blog__content{
            min-height: unset;
        }
}











