/* 
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
*/
.nav-button {
}
.elementor-18 .elementor-element.elementor-element-238e345d .elementor-nav-menu--main .nav-button .elementor-item {
	background: var(--e-global-color-primary);
	color: white;
	padding: 8px 15px;
}
.elementor-18 .elementor-element.elementor-element-238e345d .elementor-nav-menu--main .nav-button .elementor-item:hover {
	background: var(--e-global-color-secondary);
}
.elementor-18 .elementor-element.elementor-element-238e345d .elementor-nav-menu--main .nav-button .elementor-item::after {
	content: none;
}

.hpa-header .elementor-widget-theme-site-logo img {
	transition: all .5s ease;
}
.hpa-header.elementor-sticky--effects {
	border-top-width: 4px !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.hpa-header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
	width: 165px;
}
.hpa-header.e-con>.e-con-inner {
	transition: padding .3s ease;
}
.hpa-header.elementor-sticky--effects.e-con>.e-con-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width:767px) {
	.elementor-nav-menu li.nav-button {
		display: none;
	}
}