/* Hide featured images on the blog page only */
.blog .post .wp-post-image,
.blog .post .entry-thumbnail,
.blog .post .post-thumbnail,
.blog .post .vc_gitem-post-featured {
    display: none !important;
}