/*
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_toggle_tab{
	display: flex;
	align-items: center;
}

@media only screen and (max-width:768px) {
	.sf_toggle_show{
		display: none;
	}
	.sf_toggle_tab::after{
		/*content: url('/images/arrow_down.svg');*/
		display: block;
		height: 24px;
		margin-top: 5px;
	}
	.sf_toggle_tab_active::after{
		display: none;
	}
}


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

/*--SF: Forms--*/
.gfield_required{
	display: none;
}
.gform_wrapper input{
	block-size: auto !important;
}
.gform-theme--foundation .gform_fields{
	row-gap: 8px;
}
.gform_wrapper input[type='text'], .gform_wrapper input[type='tel'], .gform_wrapper input[type='email'], .gform_wrapper textarea{
	border: 1px solid #C1C1C1;
    box-shadow: none !important;
	border-radius: 37px;
	padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
}
.gform_wrapper button.sf_button{
	color: #fff !important;
	font-size: 14px !important;
	line-height: 19px;
	font-style: normal !important;
	font-weight: 800 !important;
	padding: 16px 24px !important;
	border-radius: 38px !important;
	background-color: #D55516 !important;
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.gform_wrapper button.sf_button:hover{
	background-color: #853913 !important;
}
.gform_wrapper .gfield_label{
	margin-bottom: 4px;
}
/*--SF: Sliders--*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #000 !important;
}
.owl-theme .owl-dots .owl-dot span{
	margin: 0px 2px !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_slider_container_mobile .owl-stage{
		padding-left: 0px !important;
	}
	
}
.sf-scan-button{
	display: none;
}
@media only screen and (min-width:768px) {
.elementor-sticky--active .sf-scan-button{
	display: block;
}
	
}
@media only screen and (min-width:768px) and (max-width:1390px) { 
.e-con {
    --container-default-padding-top: 0px;
    --container-default-padding-right: 10px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 10px;
}
}
@media only screen and (min-width:768px) and (max-width:1200px) { 
	.sf_slider_container_mobile .owl-item >.elementor-element{
		width:100%;
	}
}