/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

header{
	width:100%!important;
}
.gform_confirmation_message{
	color:#333333!important;
}
.gfield_label{
	font-weight:600!important;
}
.gform_button{
	color:#333333!important;
}
.gform-theme-button{
	background-color:var( --e-global-color-accent)!important;
color:#333333!important;
font-weight:800!important;
}
.gform-theme--framework .gf_step_completed .gf_step_number::after, .gform_button{
		background-color:var( --e-global-color-accent)!important;
	border:	var( --e-global-color-accent)!important;
	border-radius:0px!important;
	font-weight:600!important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}
input {
	border-radius:0px!important;

}
.gform-theme--framework .gf_step_completed .gf_step_number {
    --gf-local-bg-color: #DF7E39!important;
    --gf-local-border-color: #DF7E39!important;
    --gf-local-color:#DF7E39!important;
}
textarea, select {
	border-radius:0px!important;
		
}
label, .gfield_required{

	font-weight:800!important;
}
