/*
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/

html, body, .elementor-section-wrap {
	overflow-x: hidden !important;
}

p {
	margin-bottom: 0;
}

p:not(:last-child) {
	margin-bottom: 0.9rem;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-right: none !important;
}


/* Mobile Nav Icon

.elementor-menu-toggle i:before {
	content: url(https://xxx);
}

.elementor-menu-toggle.elementor-active i:before {
	content: url(https://xxx) !important
}

.elementor-menu-toggle {
	outline: none;
} */

/* Transparent Header

.elementor-location-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.elementor-sticky--effects {
   background-color: var( --e-global-color-primary ) !important;
	-webkit-transition: background-color .5s ease !important;
	-o-transition: background-color .5s ease !important;
	transition: background-color .5s ease !important;
} */
