.boxed-five-slides-slider .slide {
    border-radius: 10px;
}

.post-thumb img {
    border-radius: 15px;
}

.boxed-five-slides-slider .slide {
    height: 180px !important;
	width: 270px !important;
}

.slick-track{
	width: auto !important;
}

.social-icons .social-icons-item .social-link, .social-icons-widget .social-icons-item .social-link {
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
    line-height: 2 !important;
}

.nm-like-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nm-heart svg {
    width: 19px;
    height: 11px;
    fill: transparent;
    stroke: #e53935;
    stroke-width: 35;
    transition: all 0.25s ease;
}

.nm-like-btn.liked .nm-heart svg {
    fill: #e53935;
    stroke: #e53935;
    transform: scale(1.1);
}

.nm-like-count {
    font-size: 15px;
}

.meta-author{
    display: none !important;
}

.meta-author-avatar{
    display: none !important;
}