/**
 * =========================================================
 * AOGM NAV MENU EXTENSIONS
 * =========================================================
 */

.elementor-nav-menu .sub-arrow {
	transition: all .3s ease;
}

/* =========================================================
   HIDE ACTIVE MENU INDICATOR
   ========================================================= */

.aogm-hide-active-indicator-yes .current-menu-item > a .sub-arrow,
.aogm-hide-active-indicator-yes .current-menu-ancestor > a .sub-arrow,
.aogm-hide-active-indicator-yes .current_page_item > a .sub-arrow {

	display: none;
}

/**
 * Prevent Elementor dropdown submenu.
 */
@media (min-width: 1025px) {
.aogm-enable-dynamic-nav-yes
	.hfe-nav-menu .sub-menu {
		display: none !important;
	}

}