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

.elementor-location-header {
    background-color: transparent;
    z-index: 100;
    position: absolute;
}

/*----------------------------------*/

/*------ Gravity Forms Styles ------*/
/*Global Form Styles*/
	.gform_wrapper .gfield_label {
	color: #27292E;
	border-bottom: none;
}

.gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="tel"], .gform_body textarea {
	background: #fff;
}
.gform_wrapper form .gform_body .gfield  input[type="checkbox"] {
	padding: 0;
}
input[type=checkbox]:checked:before {
	color: #000;
}
.gform_footer input, .gform_footer input[type=submit] {
	font-family: "Hanken Grotesk", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
	border-radius: 3px !important;
	background: #FF715B !important;
}

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


/*--------------------------------------*/