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

.elementor-button {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.elementor-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	width: 6px;
	background-color: #FBB03B;
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
	max-width: 100%;	
	display: inline-block;
}
.elementor-button:hover {
	color:#fff;
}
.elementor-button:hover::before {
	width: 100%;
}
.home .jet-mega-menu-item a .jet-mega-menu-item__label {
    color:#fff;
}
.home .jet-mega-menu-sub-menu .jet-mega-menu-item__link .jet-mega-menu-item__label {
	color:#000;
}
.home .logo img {
	filter: invert(1);
}

body:not(.home) .header {
	background-color:#fff;
} 
body:not(.home) .header, body:not(.home) .header.elementor-sticky--effects {
	background-color:#fff !important;
} 

body:not(.home) .header .elementor-sticky {
	margin-bottom: 0px;
} 

body:not(.home) .header .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon {
	color:#000000 !important;
}

.eael-img-accordion .overlay-inner {
	padding-left: 50px;
	padding-right: 50px;
}
.eael-img-accordion .overlay-inner img {
	max-width:50px;
	margin-top:25px;
}
.jet-mega-menu-mega-container .elementor-widget-text-editor a, .jet-mobile-menu__items a, .jet-mobile-menu__body .elementor-widget-text-editor a {
	font-size:18px; 
	line-height: 21px; 
	color:#000;
}
.jet-mega-menu-mega-container .elementor-widget-text-editor a:hover {
	border:none;
}

#sticky-submenu {
	z-index: 9 !important;
}



/* footer */
.elementor-location-footer ul.menu {
	list-style:none;
	
	margin-left:0px;
	padding-left: 0px;
	
}
.elementor-location-footer ul.menu li {
	text-transform:uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	
}
.elementor-location-footer ul.menu ul.sub-menu {
	padding-left:0px;
	padding-top: 10px;
}
.elementor-location-footer ul.menu ul.sub-menu li {
	padding-left: 0px;
	font-size: 16px;
	text-transform:none;
	margin-bottom:0px;
}
.elementor-location-footer ul.menu ul.sub-menu ul {
	padding-left: 15px;
	padding-top: 0px;
}
.team-section .elementor-widget-text-editor em, .team-section .elementor-widget-text-editor i {
	font-size: 16px;
	text-transform:uppercase;
	font-style:normal;
}


/* hover boxes */
.hover-box .elementor-column {
	min-height:340px;
}
.hover-box .elementor-column:hover *, .hover-box .elementor-column:hover h4 {
	color:#fff;
}
.hover-box .elementor-column:hover svg .st0 {
	stroke: #ffffff;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	border:none !important;
}


@media screen and (max-width: 767px) {
	.eael-img-accordion .overlay-inner {
	padding-left: 0px;
	padding-right: 0px;
}
	.team-section .elementor-widget-text-editor em, .team-section .elementor-widget-text-editor i {
	font-size: 12px;
	
}
	/* in page sub menu */
#sticky-submenu .elementor-nav-menu {
	display:block;
	margin-left: 10px;
	margin-right: auto;
}
#sticky-submenu {
	padding-bottom: 5px;
}
	
	
}