/* 
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 Styles ------*/
header.elementor {
    position: absolute!important;
    width: 100%;
    left: 0%;
    z-index: 500;
}

/*----------------------------------*/
/*------ Gravity Forms Styles ------*/
	
/*Global Form Styles*/
	.gform_wrapper.gravity-theme .gfield_label {
	color: #042D29;
	border-bottom: none;
}

.gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="tel"], .gform_body textarea {
	background: #fff !important;
}
.gform_wrapper form .gform_body .gfield  input[type="checkbox"] {
	padding: 0;
}
input[type=checkbox]:checked:before {
	color: #000;
}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-family: "Libre Franklin", Sans Serif !important;
	color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    text-decoration: none !important;
    letter-spacing: 0px !important;
	border: none !important;
	border-radius: 0px !important;
	background: #7A9960 !important;
}

.gform_wrapper .gform_body .gfield_required {
	display: none !important;
}

/* White Text Styles */
body .gform_wrapper form.white-text .top_label .gfield_label, body .gform_wrapper form.white-text legend.gfield_label, body form.white-text label, body .gfield_description {
	color: #fff !important;
}
/*--- End Gravity Form Styles ---*/