.mobileDarken {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.35s;
  z-index: -1;
}

.bannerpadder {
  width: 100%;
  height: 50px;
}

.mobilebar {
  background-color: #7a1705;
  border-top: 5px solid #990000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.mobilebar::after {
  content: "";
  bottom: -3px;
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(74, 61, 48, 0.3);
}

.mobilebarPadding {
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
}

.mobileleft {
  display: flex;
  align-items: center;
}

.mobileleft img {
  width: 43px;
}

.mobileleft a {
  color: white;
  font-family: "BentonSansCondRegular";
  font-size: 27px;
  padding-left: 15px;
}

.mobileRight {
  display: flex;
  align-items: center;
}

.mobileRight .menuToggle {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 0.5625em 1em;
  font-size: 1rem;
  background-color: #900;
  color: #fff;
  font-family: "BentonSansBold";
}

.sidebar {
  background-color: #edecea;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  margin-top: 55px;
  transition: 0.35s;
  z-index: 20;
}

.sidebar #menu-home-nav {
  flex-direction: column;
  margin: 0;
  list-style: none;
}

.sidebar a {
  color: black;
  padding: 8px;
  display: block;
  width: 100%;
}

.sidebar li {
  border-bottom: 1px solid #dad8d6;
  border-top: 1px solid white;
  position: relative;
  margin-top: 0.5rem;
  transition: color 0.3s, background-color 0.3s;
}

.sidebar li:hover {
  background-color: #b7b1ad;
}

.menu-item-has-children li:hover {
  background-color: #990000;
}
.sidebar .menu-item-has-children li:hover a {
  color: white !important;
}

.menu-item-has-children {
  /* display: grid;
  grid-template-columns: auto auto; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
}

.submenu-expand {
  /* width: 100%;
  text-align: center; */
  text-align: right;
  background: initial !important;
}

.sidebar .sub-menu {
  list-style: none;
  /* position: relative; */
  /* right: -300px; */
  /* transition: 0.35s; */
  /* height: 0px; */
  /* background-color: #dbd8d6; */
  border-top: 1px solid #a69d97;
  margin-left: 0;
  display: none;
  padding: 0;
}

.sub-menu a {
  pointer-events: initial;
}

.sidebar .sub-menu li {
  border-bottom-color: #bab1ac;
  border-top: none;
  margin-top: 0.5em;
}

.sub-menu li:first-child {
  display: none;
}

#menu-item-68 a {
  font-weight: initial !important;
}
