/*
Theme Name: Theme
Theme URI: https://www.searchflow.nl
Description: 
Author: Searchflow
Author URI: https://www.searchflow.nl
Template: hello-elementor
Version: 1.0.0
Text Domain: sf-theme
*/

/*--SF: Typography--*/


/*--SF: Buttons--*/


/*--SF: Columns--*/
.sf_row{
	margin: 0 -15px;
	display: flex;
}
.sf_column{
	padding: 0 15px;
}
.sf_column_1{
	max-width: 8.33%;
	flex: 1 0 8.33%;
}
.sf_column_2{
	max-width: 16.66%;
	flex: 1 0 16.66%;
}
.sf_column_3{
	max-width: 25%;
	flex: 1 0 25%;
}
.sf_column_4{
	max-width: 33.33%;
	flex: 1 0 33.33%;
}
.sf_column_5{
	max-width: 41.66%;
	flex: 1 0 41.66%;
}
.sf_column_6{
	max-width: 50%;
	flex: 1 0 50%;
}
.sf_column_7{
	max-width: 58.33%;
	flex: 1 0 58.33%;
}
.sf_column_8{
	max-width: 66.66%;
	flex: 1 0 66.66%;
}
.sf_column_9{
	max-width: 75%;
	flex: 1 0 75%;
}
.sf_column_10{
	max-width: 83.33%;
	flex: 1 0 83.33%;
}
.sf_column_11{
	max-width: 91.66%;
	flex: 1 0 91.66%;
}
.sf_column_12{
	max-width: 100%;
	flex: 1 0 100%;
}
.sf_container{
	max-width: 1140px;
	margin: 0 auto;
}

/*--SF: Margins--*/


/*--SF: Lists--*/


/*--SF: Misc--*/

/*--SF: Footer--*/

/*--SF: Contact---*/
.grecaptcha-badge{
	display: none;
}
.sf-flex-contact{
	display: flex;
	margin-bottom: -20px;
}
.sf-flex-contact label{ 
	flex: 1;
}
.sf-contact-links{
	margin-right: 10px;
}
.sf-contact-rechts{
	margin-left: 10px;
}
.sf-flex-contact select{
	border-radius: 10px;
	border-color: #CECECE;
	color: #828282;
}
.sf-contact-height{
	display: block;
	margin-bottom: -20px;
}
.sf-text{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
}
.sf-contact-height input, .sf-flex-contact input, .sf-contact-height textarea{
	border: 1px solid rgba(163, 163, 163, 0.6)!important;
    border-radius: 0px!important;
}
.sf-contact-height textarea{
	height: 110px;
	margin-bottom: 24px;
}
.wpcf7-submit{
	font-weight: 700;
	padding: 16px;
	border: 0px solid #000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/*--SF: Responsive--*/
@media only screen and (max-width:768px) {
	.sf_row{
		margin: 0;
		display: block;
	}
	.sf_column{
		padding: 0;
	}
	.sf_column_1, .sf_column_2, .sf_column_3, .sf_column_4, .sf_column_5, .sf_column_6, .sf_column_7, .sf_column_8, .sf_column_9, .sf_column_10, .sf_column_11, .sf_column_12{
		max-width: 100%;
	}
	.sf-flex-contact{
		display: grid!important;
		margin-bottom: -42px!important;
	}
	.sf-contact-links{
		margin-right: 0px!important;
		margin-bottom: -8px;
	}
	.sf-contact-rechts{
		margin-left: 0px!important;
	}
	.sf-text{
		font-size: 14px!important;
	}
	.sf-contact-height{
		margin-bottom: -24px!important;
	}
	.wpcf7-submit{
		font-size: 14px!important;
	}

}
.sf-hover-block:hover{
	transform: scale(1.005);
	cursor: pointer;
}
ul{
	padding-inline-start: 15px!important;
}
.elementor-widget-container p{
	font-size: 15px;
}
body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{
	top: 275%!important;
	border-top: 2px solid #000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul li a, .sub-menu{
	background-color: #F0F0F0!important;
	color: #000;

}
}