/*
Theme Name: AGNO - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: agno
*/
@import url("../agno/style.css");

.sub-menu {
  column-count: 2;
  column-gap: 20px;
  width: fit-content !important
}

nav ul li ul.sub-menu {
	left: -150px !important;
}

nav ul.sub-menu li a {
  break-inside: avoid;
  line-height: 1.7 !important;
  white-space: nowrap !important;
}

.hover-link a:hover {
	font-weight: bold !important;
	color: black !important;
}

.hover-link-white a:hover {
	font-weight: bold !important;
	color: white !important;
}

@media (max-width: 1199px) {
  .sub-menu {
    display: none !important;
    }
	.menu-item a::after{
		width: 0 !important;
		height: 0 !important;
		display: none !important
	}
	
	.wpda-navbar-collapse {
	    height: 100vh !important;
		margin: 0 !important;
	  	width: 100% !important;
	]
}
	