/*post-card-1*/
.trending{padding-bottom: 0px;}
.thumb-overlay{min-height:290px;}
.post-card-1{z-index:12;transition:all .25s cubic-bezier(.02,.01,.47,1);position:relative;background:#fff}
.post-card-1 .post-meta-1{z-index:2;top:20px;left:20px;position:absolute;}
.post-card-1::before{content:"";position:absolute;top:0;right:0;bottom:0;left:10px;border-radius:10px;box-shadow:var(--box-shadow-normal);transition:all .25s cubic-bezier(.02,.01,.47,1);z-index:-1;}
.post-card-1 .thumb-overlay{min-height:220px;border-radius:0px 0px 0 0;}
.col-md-6 .post-card-1 .thumb-overlay{min-height:320px;}
.col-lg-4.col-md-6 .post-card-1 .thumb-overlay{min-height:220px;}
.post-card-1.large .thumb-overlay{min-height:320px;}
.post-card-1 .post-content{background:#fff;border-radius:0 0 10px 10px;box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);}
.post-card-1 .post-meta-2 img{margin-right:10px;}
.post-card-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;}
.first-article .post-content{max-width:600px;margin:0 auto;}
.meta-1{font-weight:600;color:var(--color-grey-400);margin-bottom: 15px;font-size: 20px;}
.post-card-1 .top-right-icon{top:20px;right:20px;}
.post-card-1 .top-left-icon{top:20px;left:20px;}
.post-card-1 h5.post-title {font-size: 20px;}
.img-hover-slide{background-repeat:no-repeat;background-size:cover;background-position:center center;min-height:280px;overflow:hidden;}
.post-thumb:hover .img-hover-slide{background-position:30%;-o-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;}
.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 30px 30px 64px rgba(0, 0, 0, 0.05);
}
.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.bg-square-2 {
    position: absolute;
    top: 0%;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-height: 70%;
    max-width: 45%;
    min-width: 300px;
    background-color: #143521;
    z-index: -1;
}
.mb-40 {
    margin-bottom: 40px!important;
}
.tag-category {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    padding: 13px 21px;
    border-radius: 10px;
    margin-right: 16px;
    letter-spacing: 0.3px;
}
.bg-brand-1 {
    /*background-color: #ffcda3!important;*/
}
.post-card-1 h5.post-title {
    font-size: 14px;
    line-height: 22px;letter-spacing: 0px;height: 370px;
}