/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Your custom styles go below */


.elementor-widget-text-editor p{
	margin-bottom: 0!important
}



/* ================================= */
/* == gravity forms customization == */
/* ================================= */

#gform_wrapper_1 .gform_title{
	font-size:26px;
	font-weight: 700;
	text-align:center;
	margin-top: 0;
	margin-bottom: 20px;
}
#gform_submit_button_1{
	width: 100%;
	background-color:#656565;
}
#gform_submit_button_1:hover{
	background-color:#595959;
}
.gform_button{
	text-transform:uppercase;
	font-weight: 500!important;
}
.ginput_container_date input,
.ginput_container_text input,
.ginput_container_email input,
.gform_button{
	border-radius: unset!important;
	box-shadow: unset;
	font-size:20px!important;
	min-height: 48px;
}
.ginput_container_date input::placeholder,
.ginput_container_text input::placeholder,
.ginput_container_email input::placeholder{
	font-style:italic
}
.ginput_container_date input:focus,
.ginput_container_text input:focus,
.ginput_container_email input:focus,
.gform_button{
	outline: unset!important;
}
.gform_fields{
	row-gap: 15px!important;
}
.gform-footer{
	margin-top: 15px!important;
}

@media screen and (max-width: 576px){
	#gform_wrapper_1 .gform_title{
		display:none;
	}
	
	
	.gform_fields{
		row-gap: 10px!important;
	}
	
	.ginput_container_date input,
	.ginput_container_text input,
	.ginput_container_email input,
	.gform_button{
		min-height:34px!important;
	}
	
	.gform_button{
		text-transform:uppercase;
		min-height:34px!important;
		font-weight: 500!important;
	}
	
	.ginput_container_date input,
	.ginput_container_text input,
	.ginput_container_email input,
	.gform_button{
		font-size:14px!important;
	}
}





/* ================================= */
/* == header customization == */
/* ================================= */


.lang-switcher-header .wpml-ls-legacy-list-horizontal{
	padding: 2px;
}
.lang-switcher-header .wpml-ls-link{
	font-weight: 400;
}
@media screen and (max-width: 1280px){
	.main-navigation .elementor-item{
		font-size: 18px!important;
		margin-left:10px!important;
		margin-right:10px!important;
	}
	.logo-header{
		max-width:200px!important;
	}
	.members-button-header a{
		font-size:18px;
	}
}
@media screen and (max-width: 1024px){
	.lang-switcher-header .wpml-ls-legacy-list-horizontal{
		padding: 0px;
	}
	.main-navigation .elementor-item{
		font-size: 16px!important;
	}
}