/*
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: Elementor Buttons--*/
.sf_purple_button a, .sf_orange_button a{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}
.sf_purple_button a span, .sf_orange_button a span{
	position: relative;
	z-index: 2;
}
.sf_purple_button a::before{
	background-image: linear-gradient(89.71deg, #EC008A 2.17%, #62489D 99.75%) !important;
	position: absolute;
	content: "";
	inset: 0; 
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s linear;
	border-radius: 50px;
}
.sf_purple_button a:hover::before, .sf_orange_button a:hover::before  {
  opacity: 1;
}

.sf_orange_button a::before{
	background-image: linear-gradient(90deg, #F9A109 0%, #57C5C6 100%);
	position: absolute;
	content: "";
	inset: 0; 
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s linear;
	border-radius: 50px;
}

/*--SF: Custom Buttons--*/
.sf_custom_button_orange{
	position: relative;
	background: #F9A109;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15) !important;
	border-radius: 50px;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 16px 40px;
	display: inline-block;
}
.sf_custom_button_orange::before{
	background-image: linear-gradient(90deg, #F9A109 0%, #57C5C6 100%);
	position: absolute;
	content: "";
	inset: 0; 
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s linear;
	border-radius: 50px;
}
.sf_custom_button_orange:hover::before  {
  opacity: 1;
}
.sf_custom_button_orange span{
	position: relative;
	z-index: 2;
}

/*--SF: WPML--*/
.sf_wpml_header .wpml-ls-legacy-dropdown-click{
	width: auto;
}
.sf_wpml_header .wpml-ls-legacy-dropdown-click a{
	background-color: #fff0;
	border: none;
	font-size: 14px;
	line-height: 17px;
	display: flex;
    flex-flow: row-reverse;
	justify-content: left;
}
.sf_wpml_header .wpml-ls-legacy-dropdown-click a img{
	margin-left: 4px;
	border-radius: 100%;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover{
	background: #fff0;
}
.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link, .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a{
	background: #e6e793;
	color: #000;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-top: none;
}
.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link:hover{
	color: #000;
}
/*--SF: Columns--*/
.sf_row{
	margin: 0 -15px;
	display: flex;
}
.sf_row_gap_16{
	margin: 0;
	column-gap: 16px;
}
.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_row_center{
	align-items: center;
}
.sf_relative_column{
	position: relative;
}
/*--SF: Margins--*/


/*--SF: Lists--*/


/*--SF: Misc--*/
.sf_default_transition{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.elementor-widget-text-editor .elementor-widget-container p:last-child{
	margin-bottom: 0px;
}
.sf_show_read_more{
	display: none !important;
}
@media screen and (min-width: 760px) {
	.sf_arrangementen_slider .swiper-pagination-bullets{
		display: none !important;
	}
}
/*--SF: Header--*/
.sf_sticky_header.elementor-sticky--active{
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
/*--SF: Footer--*/

/*--SF: Contact---*/
.grecaptcha-badge{
	display: none;
}

/*--SF: Newsletter signup--*/
input:focus, textarea:focus{
	outline: none !important;
}
.sf_newsletter_embed input[type='email']{
	border-radius: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding: 16px 32px;
	border-color: #fff;
}
.sf_newsletter_embed input[type='submit']{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	padding: 12px 40px;
    border-color: #f9a109;
}
#mc_embed_signup input.mce_inline_error{
	border-color: #fff !important;
}
#mc_embed_signup div.mce_inline_error{
	color: red !important;
    background-color: #fff0 !important;
}

/*--SF: CF7--*/
.wpcf7 label{
	width: 100%;
}
.wpcf7 input[type='text'], .wpcf7 input[type='email'], .wpcf7 input[type='tel'], .wpcf7 input[type='date'], .wpcf7 input[type='file'], .wpcf7 textarea, .wpcf7 input[type='number']{
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	margin-top: 8px;
	margin-bottom: 12px;
	padding: 8px 20px;
	width: 100%;
}
.wpcf7 textarea{
	height: 122px;
}
.wpcf7 input[type='text']:focus, .wpcf7 input[type='email']:focus, .wpcf7 input[type='tel']:focus, .wpcf7 input[type='date']:focus, .wpcf7 textarea:focus{
	border-color: #62489D;
}
.wpcf7 input[type='file']{
	border-color: #ffffff00;
}
.sf_cf7_title{
	margin-left: 12px;
	display: inline-block;
}
.wpcf7 input[type='submit']{
	background: #62489D;
	border-color: #62489D;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
	float: right;
}
.wpcf7-not-valid-tip{
	margin-top: -8px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.wpcf7-checkbox > span:first-child, .wpcf7-acceptance > span:first-child{
	margin-left: 0px;
}
.sf_cf_7_cb_desc{
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
}
.wpcf7-form-control.wpcf7-radio{
	margin-top: 16px;
    display: inline-block;
}



/*--SF: Mobile--*/
.sf_show_on_mobile{
	display: none;
}
@media only screen and (max-width:1024px) {
	.sf_hide_on_mobile{
		display: none !important;
	}
	.sf_show_on_mobile{
		display: block;
	}
	.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_mobile_row{
		display: flex;
	}

	/*--SF: Custom Buttons--*/
	.sf_custom_button_orange{
		font-size: 12px !important;
		line-height: 15px !important;
		padding: 12px 16px;
	}
	
	/*--SF: Newsletter signup--*/
	.sf_newsletter_embed input[type='email']{
		font-size: 10px;
		line-height: 17px;
		padding: 16px;
	}
	.sf_newsletter_embed input[type='submit']{
		font-size: 12px;
		line-height: 15px;
		padding: 12px 16px;
		top: 5px;
	}

	/*--SF: Sliders--*/
	.sf_mobile_row_slider_dots .owl-item{
		padding: 10px;
		padding-top: 30px;
	}
	.sf_mobile_row_slider_dots .owl-theme .owl-dots .owl-dot{
		box-shadow: none;
	}
	.sf_mobile_row_slider_dots .owl-theme .owl-dots .owl-dot span{
		background: #D6D6D6;
		width: 16px;
		height: 16px;
	}
	.sf_mobile_row_slider_dots .owl-theme .owl-dots .owl-dot.active span{
		background: #F9A109;
	}

	/*--CF 7--*/
	.wpcf7 input[type='submit']{
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		float: none;
	}
	.wpcf7-list-item{
		margin-left: 0px;
		margin-bottom: 4px;
	}
}
/*--update: 3-10-2023--*/
div#mce-success-response {
    color: #000 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: right;
    background: #c4d82d;
    padding: 8px 16px;
    border-radius: 50px;
    margin-top: 16px;
}
.elementor-sticky--active .elementor-widget-theme-site-logo img{
	width: 115px!important;
    margin-top: 34px;
}
.sf-vacature-form .wpcf7 textarea{
	height: 300px;
}