/*
Theme Name: Vlog Show Post Content
Theme URI: https://gatewaygatorproductions.com/
Description: Child theme for Vlog that keeps single-post body content visible when video, audio, or gallery media is displayed above the post.
Author: Gateway Gator Productions
Template: vlog
Version: 1.0.0
Text Domain: vlog-show-post-content-child
*/

.single .entry-content-single iframe,
.single .entry-content-single .fluid-width-video-wrapper,
.single .entry-content-single .wp-block-embed,
.single .entry-content-single .wp-video,
.single .entry-content-single .wp-audio-shortcode,
.single .entry-content-single .mejs-container {
	display: none !important;
}

.single .entry-content-single p {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
