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

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

/* Your custom styles go below */


html{
	scroll-padding-top: 100px;
}

#main-header{
	z-index:5;
}

.gform-theme--foundation .gform_fields{
	row-gap: 10px!important;
}
.ginput_recaptcha,
.gform-footer{
	display:flex!important;
	justify-content:center!important;
}

.gform_heading{
	display: none;
}
.gform_confirmation_message{
	text-align:center;
	font-size:18px;
	font-weight:600;
}
#gform_wrapper_1 .gform_heading{
	display:none;
}
.gform-footer .gform_button{
	background :#226B8C!important;
	font-family:"Montserrat"!important;
	padding: 15px 30px!important;
	border: 2px solid #fff!important;
	border-radius: 10px!important;
}
.gform-footer .gform_button:focus{
	outline: none!important;
}

.gform_confirmation_wrapper{
	text-align:center;
}