/* Custom styling for hello-child website */

html,
body {
	overflow-x:hidden;
}
.elementor-location-header {
	position:relative;
}


.Header_navigations  .elementor-item.elementor-item-active {
    font-weight: 900 !important;
}

.Header_navigations .elementor-item.elementor-item-active:after {
    border-radius: 10px;
    height: 4px !important;
}

.Header_navigations .elementor-nav-menu .elementor-item:hover{
color: var(--e-global-color-accent) !important;
}


.Footer_navigation a.elementor-item:after {
height:1px !important;
opacity:1 !important;
background-color: var(--e-global-color-0dfaf86) !important;
}

.Footer_navigation a.elementor-item:hover:after , .Footer_navigation .elementor-item.elementor-item-active:after {
background-color: var(--e-global-color-text) !important;

}

