/*
 Theme Name:   TeamUltrax
 Theme URI:    https://teamultrax.nl
 Description:  UltraxTheme
 Author:       TeamUltrax
 Author URI:   https://teamultrax.nl
 Template:     Divi
 Version:      23.1.0
*/

/*****Add any custom CSS below this line*****/

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    padding-left: 10%!important;
    padding-right: 10%!important;
}

@media (max-width: 980px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    height: calc(100vh - 75px);
    transition: left 200ms ease-in-out, right 200ms ease-in-out;
    overflow: hidden;
    z-index: 9999999999;
    padding-left: 10% !important;
    padding-right: 10% !important;
    background-color: #1a3d39!important;
  }
}