/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.footer-menu .hfe-nav-menu li a:hover {
	color: #CEAF2B;
}

/* Form */
.gfield_required {
	display: none !important;
}
.gfield_label {
	font-size: 15px!important; 
	color: #333;
}
.gform_body input, .gform_body select, .gform_body textarea {
 	background: #fafafa;
	border: 1px solid #e1e1e1;
}
.gform_body textarea {
	height: 120px !important;
}
.gform_footer input {
	background: #CEAF2B;
	color: #fff;
	padding: 12px 30px;
	border-radius: 2px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
}
.gform_footer input:hover {
	background: #B99D27;
}

@media only screen and (max-width: 767px) {
.footer-menu .hfe-nav-menu {
	display: block !important;
}	
.footer-menu .hfe-nav-menu li {
	margin: 0 0 15px !important;
}
.footer-menu .hfe-nav-menu li a {
	display: block;
	text-align: center;
}
}