/* 
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 */


.gform_confirmation_message{
	color:#007D50!important;
}
.gfield_label{
	font-weight:600!important;
}
.gform-theme-button{
	background-color:var( --e-global-color-accent)!important;
color:white!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;
}

p a, li a{
	color:#FF7300;
}
header{width:100%!important;}