/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*!
Theme Name: Certo Projectstoffering
Theme URI: http://underscores.me/
Author: Leadi
Author URI: https://www.leadi.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: certo-projectstoffering
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Certo Projectstoffering is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.menu-item-has-children > a:after{
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	padding-left: 5px;
}

@media(min-width: 641px) {
	div.site header div.row nav[role=navigation] {
		padding-left: 0;
	}
	
	div.site header div.row nav[role=navigation] ul li.menu-knop {
		padding-left: 20px;
	}
	
	div.site header div.row nav[role=navigation] ul li.menu-knop a {
		border-style: solid;
		border-width: 0;
		cursor: pointer;
		font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		position: relative;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		padding: 1rem 1rem 1.0625rem 1rem;
		font-size: 1rem;
		background-color: #0473A9;
		border-color: #007095;
		color: #ffffff!important;
		transition: background-color .3s ease-out;
		border-radius: 5px;
		font-weight: 600;
		-webkit-appearance: none;
	}
	
	div.site header div.row nav[role=navigation] ul li.menu-knop a:hover {
		background-color: #007095;
	}

	div.site header ul.menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
	}

	footer[role=contentinfo] ul.menu {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	footer[role=contentinfo] ul.menu li {
		display: block;
		margin-bottom: 4px;
	}
	
	.logo {
		padding-top: 10px;
		padding-right: 0;
	}
}

/* Fix: Slick slider height: 100% resolves to viewport height instead of content */
.portfolio-slider .slick-slide,
.video-slider .slick-slide,
.brands-list .slick-slide,
.image_carousel_wrap .slick-slide {
	height: auto;
}

@media(min-width: 768px) {
	div.site header div.row nav[role=navigation] ul li.menu-knop a {
		padding: 1rem 2rem 1.0625rem 2rem;
	}
}

.featured h1:after{
	width: 140px;
}

.text_center_with_title{
	padding: 40px 0;
}

.home-banner a.button{
	min-width: 325px;
}

.portfolio_carousel{
	background-color: #00A09A;
	padding: 40px 0;
}

h2.white{
	color: #fff;
}
h2.white:after{
	background: #fff;
}

.portfolio-slider{
	padding-left: 35px;
	padding-right: 35px;
}

.portfolio-slider .block-link:after {
	background: #007CBA;
}

.portfolio-slider .block-link:hover:after {
	background: rgba(0, 124, 186,.5);
}

.portfolio-slider .portfolio-slider-item{
	margin-left: 10px;
	margin-right: 10px;
}

.portfolio-slider .portfolio-tumbnail{
	width: 100%;
	height: 266px;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.portfolio-slider .block-link-title{
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#primary{
	margin-top: 61.5px;
}

.featured-content{
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.video_carousel{
	background-color: #007CBA;
	padding: 40px 0;
}

.video-slider{
	padding-left: 35px;
	padding-right: 35px;
}

.video-slider .video-slider-item{
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.modal-video-close-btn::before, .modal-video-close-btn::after {
    margin-top: -2px;
}

.video-poster{
	width: 100%;
	height: 266px;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.slick-prev{
	left: 15px;
}

.slick-next{
	right: 15px;
}

.features{
	padding: 40px 0;
}

.features .features-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.features .features-wrap .feature-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 2px solid rgba(112, 112, 112,.3);
	margin-top: 15px;
	margin-bottom: 15px;
}


.features .features-wrap .feature-item .feature-icon {
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	text-align: center;
}

.features .features-wrap .feature-item .feature-icon img {
	max-width: 100%;
	height: auto;
}

.features .features-wrap .feature-item .feature-text {
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
	text-align: left;
	padding-left: 15px;
}

.fullwidth_banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 460px;
}

.cards_on_green_background{
	background-color: #00A09A;
	padding: 40px 0;
}

.card-bg{
	height: 266px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cards_on_green_background .block-link:after {
	background: #007CBA;
}

.cards_on_green_background .block-link:hover:after {
	background: rgba(0, 124, 186,.5);
}

.cards-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 30px;
}

.card-item{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.cards_on_white_background{
	padding: 40px 0;
}

.page-title{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 395px;
	position: relative;
}

.content-header.white{
	color: #fff;
}

.content-header.white:after{
	background: #fff;
}

.page-title .content-header-box{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.page-title .content-header{
	text-align: left;
}

.page-title .content-header.white:after{
	background: #fff;
	margin: 0;
}

.h-100{
	height: 100%;
}

.h-100 .column{
	height: 100%;
}

.full_width_text_block{
	padding: 40px 0 60px;
}

.full_width_text_block .content-header{
	text-align: left;
	text-transform: none;
	margin-bottom: 30px;
}

.full_width_text_block .content-header:after{
	margin: 0;
}

.text_block_image_left{
	padding: 40px 0;
}

.text_block_image_left .content-header{
	text-align: left;
	text-transform: none;
	margin-bottom: 30px;
	margin-top: 30px;
}

.text_block_image_left .content-header:after{
	margin: 0;
}

.text_block_image_left .wrap-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.text_block_image_left .wrap-content .left-column{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.text_block_image_left .wrap-content .right-column{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.text_block_image_right{
	padding: 40px 0;
}

.text_block_image_right .content-header{
	text-align: left;
	text-transform: none;
	margin-bottom: 30px;
	margin-top: 30px;
}

.text_block_image_right .content-header:after{
	margin: 0;
}

.text_block_image_right .wrap-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.text_block_image_right .wrap-content .left-column{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.text_block_image_right .wrap-content .right-column{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}

.related_posts{
	padding: 40px 0;
}

.wrap-related-posts{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.related-post-item{
	background-color: #00A09A;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.related-post-item a{
	color: #fff;
}

.related-post-item:hover{
	opacity: 0.8;
}

.related-post-thumbnail{
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
}

.related-post-title h3{
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.related-post-data{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 24px;
}

.over_het{
	padding: 40px 0;
}

.over-het-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.over-het-header-box{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.over-het-header-box:after{
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0;
	background: #00a09a;
	height: 2px;
	width: 100px;
}

.over-het-wrap h2{
	text-transform: uppercase;
}

.over-het-wrap .left-column{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.over-het-wrap .right-column{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.over-het-img-1{
	height: 274px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 70%;
}

.over-het-img-2{
	height: 274px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 70%;
	margin-left: auto;
	margin-top: -75px;
}

.image_carousel{
	padding: 15px 0;
}

.image_carousel .image_carousel_wrap{
	padding-left: 35px;
	padding-right: 35px;
}

.image_carousel .image_carousel_item{
	width: 100%;
	height: 345px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
}

.image_carousel .slick-next:before, .image_carousel .slick-prev:before {
	color: #000;
}

#blog-grid{
	background-color: #00a09a;
	padding: 40px 0;
}

.searchform-wrap{
	position: relative;
}

.searchform-wrap input[type="text"]{
	background-color: rgba(199,199,199,.8);
	border-radius: 12px;
	border: 1px solid #fff;
	font-size: 20px;
	padding: 5px 15px;
}

.searchform-wrap input[type="submit"]{
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 12px;
	background-color: #007CBA;
	border: 1px solid #00a09a;
	font-size: 20px;
	color: #fff;
	padding: 4.5px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.searchform-wrap input[type="submit"]:hover{
	background-color: #00a09a;
}

.searchform-wrap ::-webkit-input-placeholder{
	color: #E0E0E0;
}

.searchform-wrap ::-moz-placeholder{
	color: #E0E0E0;
}

.searchform-wrap :-ms-input-placeholder{
	color: #E0E0E0;
}

.searchform-wrap ::-ms-input-placeholder{
	color: #E0E0E0;
}

.searchform-wrap ::placeholder{
	color: #E0E0E0;
}

.blog-grid-categories ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 30px -15px;
	padding: 0;
}

.blog-grid-categories ul li{
	margin-bottom: 15px;
}

.blog-grid-categories ul li a{
	color: #fff;
	padding: 5px 15px;
	background-color: #007CBA;
	border: 1px solid #007CBA;
	border-radius: 12px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-grid-categories ul li a:hover{
	background-color: #fff;
	color: #007CBA;
}

.blog-grid-categories{
	margin-bottom: 80px;
	position: relative;
}


.blog-grid-categories:after{
	content: '';
	position: absolute;
	width: 180px;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -30px;
}



.blog-grid-item .blog-grid-item-tumbnail{
	width: 100%;
	height: 266px;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.blog-grid-item .block-link:after {
	background: #007CBA;
}

.blog-grid-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.blog-grid-wrap .blog-grid-item{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.blog-grid-item .block-link:hover:after {
	background: rgba(0, 124, 186,.5);
}

.blog-grid-wrap .blog-grid-item a{
	color: #fff;
}

.blog-grid-wrap .blog-grid-item h3{
	color: #fff;
}

.blog-grid-wrap .blog-grid-item .block-link{
	margin-bottom: 15px;
}

.blog-grid-navigation{
	margin-top: 45px;
	display: block;
	text-align: center;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.blog-grid-navigation .pagenavi{
	font-size: 28px;
	color: #fff;
}

.blog-grid-navigation .pagenavi a{
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-grid-navigation .pagenavi a:hover{
	color: #007CBA;
}

.blog-grid-navigation .pagenavi .single_page{
	padding-left: 5px;
	padding-right: 5px;
}

.blog-grid-navigation .pagenavi .current{
	color: #007CBA;
	padding-left: 5px;
	padding-right: 5px;
}

#portfolio-grid{
	background-color: #00a09a;
	padding: 40px 0;
}

.portfolio-description{
	padding: 40px 0;
}

#portfolio-grid .portfolio-grid-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#portfolio-grid .portfolio-grid-item{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

#portfolio-grid .portfolio-grid-item h5{
	color: #fff;
	margin: 0 15px;
}

#portfolio-grid .portfolio-grid-item h3{
	color: #fff;
	margin: 0 15px 5px 15px;
}

#portfolio-grid .block-link:after {
	background: #007CBA;
}

#portfolio-grid .block-link:hover:after {
	background: rgba(0, 124, 186,.5);
}


#portfolio-grid .portfolio-tumbnail{
	width: 100%;
	height: 266px;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

#portfolio-grid .block-link{
	margin-bottom: 15px;
}

#search-result-grid{
	padding: 40px 0;
}

.search-title{
	background-color: #007CBA;
}

.search-result-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 100%;
	margin-bottom: 45px;
}

.search-result-wrap .search-item-thumbnail{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.search-result-wrap .search-item-data{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.search-result-wrap .search-thumbnail{
	width: 100%;
	height: 266px;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.search-result-wrap .block-link{
	margin-bottom: 5px;
}

.search-result-wrap .search-item-date{
	font-size: 0.8em;
}

.search-result-wrap h4{
	margin: 0;
}

.search-result-wrap .search-item-category{
	font-size: 0.8em;
	color: #00A09A;
}

.search-result-wrap .search-item-read-more{
	margin-top: 15px;
}

.search-result-wrap .search-item-read-more a{
	padding: 5px 15px;
	color: #fff;
	background-color: #007CBA;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-result-wrap .search-item-read-more a:hover{
	background-color: #00A09A;
}

.search-grid-navigation{
	margin-top: 45px;
	display: block;
	text-align: center;
}

.search-grid-navigation .pagenavi{
	font-size: 28px;
	color: #000;
}

.search-grid-navigation .pagenavi a{
	color: #007CBA;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-grid-navigation .pagenavi a:hover{
	color: #00A09A;
}

.search-grid-navigation .pagenavi .single_page{
	padding-left: 5px;
	padding-right: 5px;
}

.search-grid-navigation .pagenavi .current{
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
}
.search-result-wrap .block-link:after {
	background: #007CBA;
}

.search-result-wrap .block-link:hover:after {
	background: rgba(0, 124, 186,.5);
}

.brands header{
	padding-left: 15px;
	padding-right: 15px;
}

#search-result-form{
	padding: 40px 0;
	background-color: #007CBA;
}

.page-content{
	padding: 40px 0;
}

.spacer-top-70 {
  padding-top: 70px;
}
.spacer-bottom-70 {
  padding-bottom: 70px;
}

@media only screen and (min-width:40.0625em) {
	 .featured {
	  	height:712px
	 }
	 .medium-offset-1 {
    margin-left: 8.333333333%!important;
}
 }


@media only screen and (min-width: 641px) {
	#primary{
		margin-top: 88.8px;
	}
}



@media only screen and (min-width: 768px) {
	.card-item{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
}


@media only screen and (min-width: 992px) {
	p{
		font-size:16px;
	}
	.card-item{
		-ms-flex-preferred-size: 33%;
		    flex-basis: 33%;
	}
	.text_block_image_left .wrap-content .left-column{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}

	.text_block_image_left .wrap-content .right-column{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
	.text_block_image_right .wrap-content .left-column{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.text_block_image_right .wrap-content .right-column{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.related-post-item{
		-ms-flex-preferred-size: calc(33% - 30px);
		    flex-basis: calc(33% - 30px);
	}
	.over-het-wrap .left-column{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		margin-top: auto;
		margin-bottom: auto;
	}

	.over-het-wrap .right-column{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		margin-top: auto;
		margin-bottom: auto;
	}
	.text-lg-right{
		text-align: right;
	}
	.over-het-header-box:after{
		margin-left: auto;
	}
	.blog-grid-wrap .blog-grid-item{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
	#portfolio-grid .portfolio-grid-item{
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
	}
	.search-result-wrap .search-item-thumbnail{
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.search-result-wrap .search-item-data{
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: auto;
		margin-bottom: auto;
	}
} 

@media only screen and (min-width: 1200px) {
	#home-banner a.button{
		margin-left: 65px!important;
		margin-right: 65px!important;
		min-width: 325px;
	}
	.text_block_image_left .wrap-content .left-column{
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
	}

	.text_block_image_left .wrap-content .right-column{
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
	}
	.text_block_image_right .wrap-content .left-column{
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
	}

	.text_block_image_right .wrap-content .right-column{
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
	}
}


.shortcode-section{
	padding:40px 0;
}

.shortcode-width{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	flex-direction: column;
}

/*.gform_wrapper {
	display: block !important;
}*/

@media only screen and (max-width: 1200px) {
  .spacer-top-70 {
    padding-top: 40px;
  }
  .spacer-bottom-70 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
	.shortcode-width{
		width:100%!important;
	}
}

._form-label {
	font-weight: 700;
}

.cp-block.cp-greeting-block.cp-greeting-block-auto-height {
	min-height: auto;
}

.cp-block.cp-greeting-block.cp-section-no-padding-top,
.cp-section-no-padding-top {
	padding-top: 0;
}

/* video embed */
.video-container {
	max-width: 900px;
	padding: 0 .9375rem;
	margin: 0 auto;
}
.wp-block-embed,
.wp-block-embed-vimeo,
.wp-block-embed-youtube {
  width: 100%;
  margin: 15px 0;
  position: relative;
  padding-top: 56%;
}
.wp-block-embed-vimeo.wp-embed-aspect-16-9,
.wp-block-embed-youtube.wp-embed-aspect-16-9,
.wp-block-embed.wp-embed-aspect-16-9 {
  padding-top: 56%;
}
.wp-block-embed-vimeo.wp-embed-aspect-4-3,
.wp-block-embed-youtube.wp-embed-aspect-4-3,
.wp-block-embed.wp-embed-aspect-4-3 {
  padding-top: 75%;
}
.wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-banner .video-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.home-banner .video-wrap iframe {
	width: 100%;
	height: calc(100vw * 0.5625);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.adagio-video {
	position: relative;
	height: 700px;
	overflow: hidden;
	background-image: none !important;
}
.adagio-video .video-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
}
.adagio-video .video-wrap iframe {
	width: 100%;
	height: calc(100vw * 0.5625);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1265px) {
	.home-banner .video-wrap iframe {
    width: calc(712px / 0.5625);
		height: 712px;
	}
}
@media only screen and (max-width: 640px) {
	.home-banner .video-wrap iframe {
    width: calc(600px / 0.5625);
		height: 600px;
	}
}
@media only screen and (max-width: 1200px) {
	.adagio-video {
		height: 500px;
	}
}
@media only screen and (max-width: 890px) {
	.adagio-video .video-wrap iframe {
		width: calc(500px / 0.5625);
    height: 500px;
	}
}

/* ========================================
   Calculator price table (above /calculator/ shortcode)
   Performance: gives the page a fast-paintable LCP element so the
   calculator shortcode moves below the fold. See
   _docs/landing-page-experience/11-pagespeed-actieplan.md §5.8
   ======================================== */
.calculator-price-table {
	padding: 60px 0 20px;
	background: #ffffff;
}
.calculator-price-table .content-header {
	color: #0473a9;
}
.calculator-price-table__grid {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 1.05rem;
}
.calculator-price-table__grid thead {
	background: #f3f2f2;
}
.calculator-price-table__grid th,
.calculator-price-table__grid td {
	padding: 14px 20px;
	text-align: left;
	border-bottom: 1px solid #e2e1e1;
}
.calculator-price-table__grid th {
	font-weight: 600;
	color: #424547;
}
.calculator-price-table__grid td:last-child {
	font-weight: 600;
	color: #0473a9;
	text-align: right;
	white-space: nowrap;
}
.calculator-price-table__addons {
	background: #f8f8f7;
	padding: 14px 20px;
	border-radius: 6px;
	font-size: .95rem;
	color: #565653;
	margin: 15px 0 25px;
}
@media only screen and (max-width: 640px) {
	.calculator-price-table {
		padding: 40px 0 10px;
	}
	.calculator-price-table__grid th,
	.calculator-price-table__grid td {
		padding: 10px 12px;
		font-size: .95rem;
	}
}
/* The calculator shortcode section no longer needs content-visibility
   hacks. The price table above it pushes the heavy calculator below
   the fold, which is what matters for LCP — see §5.8 of the PSI plan. */

/* ========================================
   Calculator lazy-mount placeholder
   ======================================== */
.calc-lazy-placeholder {
	max-width: 680px;
	margin: 20px auto 60px;
	padding: 40px 30px;
	text-align: center;
	background: #f8f8f7;
	border: 1px solid #e2e1e1;
	border-radius: 8px;
}
.calc-lazy-placeholder__title {
	font-family: Panton, sans-serif;
	font-weight: 700;
	color: #0473a9;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0 0 10px;
}
.calc-lazy-placeholder__text {
	font-size: 1rem;
	color: #565653;
	margin: 0 0 25px;
}
.calc-lazy-placeholder .button.primary {
	background: #00a09a;
	padding: 16px 32px;
	font-size: 1.05rem;
}
.calc-lazy-placeholder .button.primary:hover {
	background: #008781;
}
@media only screen and (max-width: 640px) {
	.calc-lazy-placeholder {
		padding: 30px 20px;
		margin: 10px 15px 40px;
	}
	.calc-lazy-placeholder__title { font-size: 1.25rem; }
}