/* ------------ Blog Home ------------- */
.bloglistdate {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 500;
}
.homebloggrid .section-title::before {
    top: 0px;
}
.homebloggrid .section-title::after {
    bottom: 65%;   
    top: auto;
}
.homebloggrid .section-title h2 {
    padding-top: 80px;
    margin-bottom: 40px;
}
.blg-tre {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 6px hsla(0, 0%, 79%, .5);
    margin-bottom: 4px;
}
.item-media {
    border: 1px solid #f3f3f3;
    border-radius: 5px; 
}

    .item-media img {
        border-radius: 5px;
    }
.hm-blgs {
    margin: 0px 0px 0px;
    padding-bottom: 50px;
}
.blg-tre img {
    /*min-height: 285px;*/
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.withoutnbtndsgn {
    font-size: 14px;
}
.blg-tre .item-content.entry-content {
    background: #fdfdfd;
    padding: 10px 12px 20px;
    /*border-bottom: 5px solid #c90000;*/
    /* border: none; */
    box-shadow: -2px 8px 5px #eaeaea;
    border-radius: 10px;
}
.blg-tre:hover .item-content.entry-content {
    background: #fdfdfd;
}
    .blg-tre:hover .item-content.entry-content {
    top: auto;
    bottom: 21px;
}

.blg-tre .entry-date a {
    color: #fff;
    margin: 0;
    padding: 2px 5px;
    background: #ff7301;
    display: inline-block;
    margin-bottom: 10px;
}

.entry-date a {
    color: #c90000;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.blg-tre .item-content.entry-content h4 {
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    min-height: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 46px;
}
.blg-tre .item-content.entry-content p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    min-height: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 79px;
}

    .blg-tre .item-content.entry-content h4 a {
        color: #000;
    }

.blg-tre hr {
    margin: 6px 0px 8px;
    color: #000;
    opacity: 1;
    display: none;
}

.blg-tre .theme_button.color1 {
    padding: 7px 11px;
    height: auto;
    width: auto;
    line-height: 13px;
    color: #fff;
    background: #003190;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}
    .blg-tre .theme_button.color1:hover {
        color:#fff;
    }
    .byauthortags .meta.text-muted {
        overflow: initial;
    }
/* ------------ Blog Home END------------- */

/* ------------ Responsive Blog Home Start------------- */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .blg-tre img {
        min-height: 135px;
    }
    .blg-tre .item-content.entry-content h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0px 0px 4px;
    }
    .blg-tre .item-content.entry-content p {
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 3;
        height: 62px;
        margin-bottom: 12px;
    }






    }



/* ------------ Responsive Blog Home END------------- */