/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ax-sub a {
	display: block;
}
.ax-sub a:hover {
	text-decoration: none;
}

.ax-sub li:not([class*="current_"]) > ul {
	display: none;
}

.ax-elementor-drop .btn-dropdown {
	display: inline-block;
	cursor: pointer;
}
.ax-elementor-drop .dropdown-menu {
	max-height: 40vh;
	overflow-y: auto;
}
