/*
Theme Name: MFP
Author: Samir
Author URI: http://pixelpanters.nl/
Description: 
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


html {
  scroll-behavior: smooth !important;
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap { border-radius: 10px !important;}

/* LAYOUT */

.upb_bg_overlay {background-color: rgb(0 0 0 / 50%) !important;}

.row-header-l { height: 65vH; }

.row-400 > div { height: 400px !important;}

.row-overlay > div {
	background-color: rgb(0 0 0 / 40%) !important;
	border-radius: 10px;
}

.row-overlay-right { margin-right: -150px; }


.ruimtes:hover{
	transform:scale(1.03)!important;
	transition: ease all .3s!important;
}

.ruimtes.row-img-overlay > div:hover{
	background-color:unset!important;
}

.col-over-img {
    background-color: #FFF;
    border-radius: 10px;
	padding: 0 30px 0 30px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.col-reviews {
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 10px;
}

.col-shadow { box-shadow: 0px 0px 8px 0px rgb(187, 187, 187); }

.col-radius img { border-top-left-radius: 10px; border-top-right-radius: 10px;}

.col-radius h2 {
	position: absolute;
    color: #fff;
    right: 0px;
    font-size: 20px;
    background-color: #59b133;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.centered { display: flex; justify-content: center;}

.text-white { color: #fff; }

.z-index-10 { z-index: 10; }

.blok-radius { border-radius: 10px; }

.blok-shadow { box-shadow: 0px 0px 8px 0px rgb(187, 187, 187); }

.tarieven-shadow > div { box-shadow: 0px 0px 8px 0px rgb(187, 187, 187); border-radius: 10px; padding: 30px 30px 0 30px; }


.afb-radius img { border-radius: 10px;}

/* Contact form  */


.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form input[type=range], .wpcf7-form textarea, .wpcf7-select { 
	border-radius: 10px;
}

.wpcf7-form input[type="submit"], input[type="submit"]:not([name="update_cart"]) {
    background: #59b133 !important;
    border-radius: 50px !important;
    width: 200px !important;
    height: 60px !important;
    margin-top: 30px;
	font-size: 20px !important;
}

.links {
    float: left;
    width: 50%;
	padding-right:5px;
    box-sizing: border-box;
}

.rechts{
    float: left;
    width: 50%;
	padding-left:5px;
    box-sizing: border-box;
}


.mobile-main-nav li.act > a .menu-text { color: #ffffff !important;}


@media only screen and (max-width: 1200px) {
	
	.row-overlay-right{
		margin-right: -15px!important;
		
	}

}


@media only screen and (max-width: 992px) {
	
	.row-overlay-right{
		margin-right: 0px!important;
		margin-left:0px!important;
	}

}

@media only screen and (max-width: 600px) {
	
  .links { width: 100%;}
  .rechts{ width: 100%;}

}
