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

body {
	overflow-x: hidden;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: transparent;
	color: #f4633e;
}
ul {
	padding-left: 20px;
}
li {
	margin-bottom: 7px;
}
@media (max-width: 1024px) {
	.elementor-nav-menu--dropdown {
		background-color: #f2f2f2;
		padding: 10px 0 20px;
	}
	.elementor-nav-menu--dropdown ul li a {
		border-bottom: 1px solid #cdcdcd;
		padding-bottom: 10px;
	}
	.elementor-56 .elementor-element.elementor-element-cb77a29 li.menu-item-49 a {
		width: fit-content;
		padding: 10px 24px;
		margin-top: 10px;
		margin-left: 20px;
	}
}