/*
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, .elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
	padding-inline-start: 0px;
}
.sf_breadcrumb_divider{
	margin: 0px 8px;
}
.gform_wrapper a:hover{
	text-decoration: underline;
}
/*--SF: Buttons--*/
.sf_button_arrow svg{
	transform: rotate(-45deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sf_button_arrow:hover svg{
	transform: rotate(0deg);
}
.sf_button_hide_arrow .elementor-button-icon{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sf_button_hide_arrow:hover .elementor-button-icon{
	visibility: visible;
	opacity: 1;
}
.sf_button_black svg path{
	fill: #fff !important;
}
.sf_button_black:hover svg path{
	fill: #000 !important;
}

/*--SF: Forms--*/
.gform_wrapper input{
	block-size: auto !important;
}
.gform-theme--foundation .gform-grid-col{
	padding-inline: 16px;
}
.gform-theme--foundation .gform-grid-row{
	margin-inline: -16px;
}
.gfield_required.gfield_required_text{
	display: none;
}
.gform-theme--foundation .gform_fields{
	grid-row-gap: 16px;
    row-gap: 16px;
}
.gfield_label{
	font-weight: 700 !important;
	margin-bottom: 4px !important;
}
.ginput_container textarea{
	border: none !important;
	border-radius: 10px !important;
}
.gfield-choice-input{
	padding: 0px !important;
}
.gform_button{
	border-radius: 35px !important;
	background-color: #000 !important;
	color: #fff !important;
	padding: 16px 24px !important;
}
.gform_button:hover{
	background-color: #fff !important;
	color: #000 !important;
}
/*--SF: Sliders--*/
@media only screen and (max-width:768px) {
	.sf_mobile_slider_container .owl-stage{
		padding-left: 0px !important;
	}

}
.elementor-slideshow__footer{
    display: none;
}