/*
Theme Name: LTO V5 (Mensen addon) - by Snowball
Theme URI: www.snowball.nl
Author: Snowball
Author URI: www.snowball.nl
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
Tags:
Text Domain: snowball
*/

.content_block .block_no_image .block_no_image_child .inner .content .excerpt{
	color:black;
}

/* UL FIX*/
.WP_content ol, .WP_content ul {
    margin: 0.5rem 1.2rem !important;
}

.WP_content h1:not(:first-of-type),
.WP_content h2:not(:first-of-type),
.WP_content h3:not(:first-of-type),
.WP_content h4:not(:first-of-type),
.WP_content h5:not(:first-of-type),
.WP_content h6:not(:first-of-type),
.WP_content h7:not(:first-of-type),
.WP_content h8:not(:first-of-type){
	margin-top:1.5em;
}

.video-container {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    clear: both;
    margin: 25px 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grecaptcha-badge{
	display:none !important;
}
