/**
 * Theme Name:     Hello Elementor (OmanBros) Child
 * Author:         Elementor Team, OmanBros.com Team
 * Template:       OmanBros-Theme
 * Text Domain:	   hello-elementor-omanbros-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder, modified and adapted for use with OmanBros customers
 */

#custom-menu li a::after{
	opacity: 1;
	height: 5px;
}
#custom-menu li:first-child a::after{
	border-radius: 10px 0 0 10px;
}
#custom-menu li:last-child a::after{
	border-radius: 0 10px 10px 0;
}
#custom-menu .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
#custom-menu .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{
	background-color: var(--e-global-color-primary);
}
