/**
 * Theme Name: Idaho Webmaster v4 Child
 * Template: Webmaster-v4
 * Description: Child theme for the Idaho Webmaster v4 theme. This should only be activated if you're going to make code customizations such as PHP, JavaScript, or CSS. Only for web developers.
 * Author: White Whale Web
 * Author URI: https://whitewhaleweb.com/
 * Version: 4.0.2
 * Text Domain: its.idaho.gov
 */
 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	border-top: 0px solid white;
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 0px solid white;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 10px!important;
    width: 100%!important;
}

li.mega-menu-row {
    padding: 0em !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0px;
    background: #1A1A1A!important;
    border: 0;
    padding: 0px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
	opacity: 1!important
}

.navbar {
	min-height: 30px!important
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 18px!important
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
	padding: 0px!important;
	color: #458A94!important
}

#mega-menu-wrap-primary {
	background: none!important
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	color: #fff!important
}


#mega-menu-wrap-primary {
    clear: none!important
    float: right;
}

#mega-menu-wrap-primary #mega-menu-primary {
	text-align: right!important;
}

ul.mega-sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* optional spacing between columns */
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-menu-row {
  flex: 1 1 calc(33.333% - 1rem); /* 3 columns */
  box-sizing: border-box;
}

.mega-menu-column {
  padding: 0;
}

.mega-menu-column .mega-sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0;
  list-style: none;
}

.mega-menu-item {
  margin: 0;
}

li.mega-menu-row {
    padding: 0em !important;
}

.mega-menu-link {
  display: block;
  padding: 6px 10px;
  color: #000; /* adjust to your brand */
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.mega-menu-link:hover {
  background-color: #f2f2f2; /* adjust hover style */
}

ul#menu-footer-menu {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle {
        z-index: 1;
        cursor: pointer;
        background: none!important;
        border-radius: 2px;
        line-height: 40px;
        height: 40px;
        text-align: left;
        user-select: none;
        outline: none;
        white-space: nowrap;
        display: flex;
    }
}
