.post__inside--feature .post__meta span.created_at {
    display: none !important;
}

.post__horizontal .post__meta .post__created-at, .post__widget .post__created-at {
    display: none !important;
}

.post__horizontal .post__meta span.created_at,
.post--single .post__meta span.created_at,
.post--single .post__meta span.post__created-at {
    display: none !important;
}

.post__vertical--single .post__meta {
    display: none;
}

.post--single .post__meta span:last-child {
    display: inline-block !important;
}