/*
	Theme Name: Hello Elementor Child
	Theme URI: https://verticalvertical.com/
	Description: Child theme for Hello Elementor.
	Author: Vertical Team
	Author URI: https://verticalvertical.com/
	Version: 0.1.0
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Template: hello-elementor
*/
#menuhopin.headershow {
  background-color: #fff;
}
#menuhopin.headershow .elementor-nav-menu--main .menu-item.current-menu-item .elementor-item {
	color: #588F2B;
	fill: #588F2B;
}

#menuhopin.headershow .elementor-nav-menu--main .menu-item:not(.current-menu-item) .elementor-item {
	color: #06424C;
	fill: #06424C;
}

#menuhopin.headershow .elementor-nav-menu--main .menu-item:not(.current-menu-item) .elementor-item:hover {
	color: #588F2B;
  fill: #588F2B;
}

#menuhopin.headershow .elementor-widget-theme-site-logo img {
	pointer-events: none;
}