@charset "utf-8";
/* CSS Document */

/*
 Theme Name:   Generatechild 2019
 Theme URI:    http://www.lowtone.nl
 Description:  Generatepress Child Theme
 Author:       Lowtone
 Author URI:   http://www.lowtone.nl
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/



/* GP 100% HEIGHT */
  body {
	  	background-image: linear-gradient(#fff, #fff);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100vh;
    }
	
	.container.grid-container {
    width: 100%;
	}
    .site-footer {
        margin-top: auto;
    }

/* 100% HEIGHT */


/* General */
.entry-title {display: none;}
.page-content, .entry-content, .entry-summary {margin: 0 0 0;}
.comments-area {display: none;}
.wpb_content_element ul, .wpb_content_element ol {margin-left: 12px; padding-left: 0;}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {margin-bottom: 0px!important;}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0!important
}


/* Header */
#masthead {display: none;}


/* Iframe */

.iframe-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.iframe-container iframe, .iframe-container object, .iframe-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}



@media screen and (max-width: 1400px) {


	}

@media screen and (max-width: 1100px) {

	
	}



@media screen and (max-width: 769px) {
	
	
}
