#header-menu img {
  width: 80%;
  max-width: 285px;
  min-width: 210px;
  height: auto;
}
#header-menu ul:first-child > li > a {
  z-index: 4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  padding-top: 14px;
  padding-bottom: 9px;
}
#header-menu ul:first-child > li > a:hover {
  border-bottom: 5px solid #960000;
}
#header-menu ul li {
  margin: 0;
}
#header-menu ul li a {
  border-top: 0;
  border-bottom: 0;
}
#header-menu .elementor-menu-toggle {
  outline: 0;
}
#header-menu ul li.menu-item a {
  transition: 0s;
}
#header-menu .sub-arrow {
  display: none;
  /* color: #999; */
}
@media only screen and (min-width: 767px) {
  section#header-menu {
    transition: background-color 500ms ease-in;
  }
  section#header-menu .elementor-row {
    height: 52px;
    transition: height 300ms ease-in;
  }
  section#header-menu .elementor-widget-image img {
    height: 28px;
    width: auto;
    transition: height 300ms ease-in;
  }
  section#header-menu.scrolled .elementor-row {
    height: 46px;
    transition: height 500ms ease-in;
  }
  section#header-menu.scrolled .elementor-widget-image img {
    height: 25px;
    width: auto;
    transition: 500ms;
  }
  section#header-menu.scrolled .elementor-item {
    padding-top: 10px !important;
    padding-bottom: 7px !important;
  }
  section#header-menu .elementor-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #header-menu ul:first-child > li > a {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  #header-menu ul:first-child > li > a:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
}
@media only screen and (max-width: 767px) {
  #header-menu .reverse-column-first {
    order: -3;
  }
  #header-menu .reverse-column-second {
    order: -2;
  }
  #header-menu .reverse-column-third {
    order: -1;
  }
  #header-menu .hide-submenu-indicator .sub-arrow {
    display: inline;
  }
  #header-menu .elementor-menu-toggle {
    display: inline;
  }
  #header-menu ul:first-child > li > a:hover {
    color: #fff;
  }
}
@media print {
  #header-menu {
    position: relative !important;
    max-width: 740px;
    width: 100%;
    margin: auto;
  }
  #header-menu .reverse-column-first {
    order: -3;
    width: 10%;
  }
  #header-menu .reverse-column-second {
    order: -2;
    width: 80%;
  }
  #header-menu .reverse-column-third {
    order: -1;
    width: 10%;
  }
  #header-menu .elementor-menu-toggle {
    display: inline;
  }
  #header-menu .elementor-nav-menu--layout-horizontal {
    display: none;
  }
}
