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

/*
Grey colors
light: #656C7C
dark: #3A3D46

tan: #EED5C0
*/


@media only screen and (max-width: 1024px) {
	#header-menu .hfe-nav-menu li,
	#header-menu .hfe-nav-menu li a { text-align: center;}
	#header-menu .hfe-nav-menu li a { display: inline-block; width: 100%;}
}

body { background-color:#656C7C;}

/* ADJUST MENU BUTTON  */
ul#menu-1-afbed4a li.hfe-button-wrapper { margin-left: 10px;}
ul#menu-1-afbed4a li.hfe-button-wrapper a { color: #3A3D46;}
ul#menu-1-afbed4a li.hfe-button-wrapper a:hover { color: #fff;}


/* CONTCACT FORM */
#contact-form {}
#contact-form input,
#contact-form textarea {
	border: 1px solid #3A3D46;
    background-color: #656C7C;
    BORDER-RADIUS: 20PX;
	margin-top:10px;
	width: 100%;
	color:#fff;
}
#contact-form textarea {
	width: 105%;
}
#contact-form label { font-size: 20px;}
#contact-form input.wpcf7-submit { background-color: #EED5C0; color:#3A3D46; font-size: 20px; font-weight: bold;}

















