/** Remove featured image on single post **/
.single .post:not(.type-event) .post-thumbnail, .single .single-postlike:not(.type-event) .post-thumbnail {
    display: none;
}