/**
 * Single post — hide default featured image and meta (categories stay visible).
 */

.single-post article.post-single-page > .wd-single-post-header > .wd-post-meta,
.single-post article.post-single-page > .wd-single-post-header > .wd-post-image:first-of-type,
.single-post .page-title.post-title-large-image .wd-post-meta,
.single-post .wd-single-post-thumb > .wd-post-image:first-of-type {
	display: none !important;
}
