/*@media(max-width: 61.94rem) {
  .menu1 .header .submenu a:hover, 
  .menu1 .header .submenu a:focus,
  .main-menu .main li:hover a, 
  .main-menu .main li:focus a,
  .menu1 .header ul.main > li.active a {
    color: #fff;
  }
  
  .main-menu li.active > a {
    background: #a73c28;
}
} */


@media(min-width: 62rem) {
.main-menu {
	font-size: clamp(12px, 1.35vw, 16px);
	background-color: #7f1c09;
}
.main-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  height: 51px;
  width: 100vw;
  background-color: #7f1c09;
}
  .main-menu .main a {
    color: #fff;
  }

  .menu1 .header .submenu a:hover, 
  .menu1 .header .submenu a:focus,
  .main-menu .main li:hover, 
  .main-menu .main li:focus,
  .menu1 .header ul.main > li.active {
    background-color: #a73c28;
  }
  .menu1 .header .submenu {
    background-color: #7f1c09;
    border-color: #a73c28;
  }
  
  .menu1 .header ul.main > li:hover > .toggle-submenu,
  .menu1 .header ul.main > li.open > .toggle-submenu {
    border-bottom: 7px solid #e77500; 
  }
}

.menu1 .main-menu .toggle-submenu-icon {
  filter: brightness(3) contrast(3) grayscale(1) hue-rotate(360deg);
}
.menu1 .main-menu.hover-lock .navbar-nav > .expanded > .toggle-submenu[aria-expanded=false]:hover .toggle-submenu-icon {
  filter: none;
}
