.post-item .post-img img, .widget-post-img img{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.post-item .post-img {
   height: 240px;
   overflow: hidden;
}

.post-item .post-title {
    margin-top: 5px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-single .post-item .post-title {
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 5px;
    text-align: left;
}

.blog-single .post-item .post-meta {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dbdbdb;
}

.blog-grid .post-item .post-desc {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-item .post-meta .post-meta-date,
.post-item .post-meta .post-meta-comments-count {
    font-size: 0.95rem;
}

.post-item .post-meta .post-meta-cat {
    font-size: 0.95rem;
    line-height: unset;
}

.post-item .post-meta .post-meta-cat:before,
.post-item .post-meta .post-meta-cat:after {
    height: 15px;
}

.btn-link.btn-secondary:active, .btn-link.btn-secondary:focus, .btn-link.btn-secondary:hover {
    color: #222222;
    background-color: transparent;
    border-color: transparent;
}

.btn-link.btn-secondary:active:before, .btn-link.btn-secondary:focus:before, .btn-link.btn-secondary:hover:before {
    background-color: #222222;
}

label.error {
    position: absolute;
    top: -45px;
    right: 0;
    color: #f7665e;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 576px) {
    .post-item .post-desc {
        -webkit-line-clamp: 2;
    }
}