/*
Theme Name: Child 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-child
*/

/*--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;
}
input:focus, button:focus, textarea:focus, select:focus{
	outline: none !important;
	box-shadow: none !important;
}
.elementor-button-icon{
	display: flex;
    align-items: center;
}
.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0px;
}
.sf_underline{
	background: linear-gradient(0deg, rgba(255, 0, 255, 0) 0%, rgba(255, 0, 255, 0) 15%, #86B872 8%, #86B872 39%, rgba(255, 0, 255, 0) 27%);
    padding: 0 0.1em 0 0.1em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.sf_bg_1::after{
	display: block;
	content: '';
	height: 100%;
	width: 50%;
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
	border-radius: 0px 0px 0px 60px;
	background: #F8F6F1;
}
.sf_header_button{
	visibility: hidden;
	opacity: 0;
}
.elementor-sticky--effects .sf_header_button{
	visibility: visible;
	opacity: 1;
}

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

/*--SF: Forms--*/
.gform_wrapper input{
	block-size: auto !important;
}
.gform-theme--foundation .gform_fields{
	row-gap: 8px;
}
.gfield_required.gfield_required_text{
	display: none;
}
.gform-field-label{
	font-weight: 400;
}
.gform_wrapper input[type='text'], .gform_wrapper input[type='tel'], .gform_wrapper input[type='email'], .gform_wrapper textarea{
	border-radius: 5px;
	border: 1px solid #9B9B9B;
	box-shadow: none;
}

.gform_wrapper input[type='submit']{
	border-radius: 0px 0px 13px 0px !important;
	background-color: #86B872 !important;
	padding: 16px 24px !important;
	font-weight: 700 !important;
	color: #fff;
}
.gform_wrapper input[type='submit']:hover{
	background-color: #D95E35 !important;
}



/*--SF: Sliders--*/
.sf_mobile_slider .owl-stage, .sf_mobile_slider_containers .owl-stage{
	padding-left: 0px !important;
}
.owl-theme .owl-dots .owl-dot span{
	height: 5px !important;
	width: 14px !important;
	border-radius: 6px !important;
	background: #D9D9D9 !important;
	margin: 0px 2px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #86B872 !important;
	width: 26px !important;
}

/*--SF: Mobile--*/
.sf_show_on_mobile{
	display: none;
}
@media only screen and (max-width:768px) {
	.sf_hide_on_mobile{
		display: none !important;
	}
	.sf_show_on_mobile{
		display: block;
	}
	.sf_icon_box_hide_initial{
		display: none;
	}
	.sf_bg_1::after{
		width: 85%;
		left: 0px;
		right: unset;
		border-radius: 0px 0px 60px 0px;
	}
}
.sf_mobile_slider> .elementor-element{
	flex: 1!important;
}