.menu li.current_page_item, .menu li.current-menu-item, .menu li:hover {
  background: #505050;
  color: #fff;
  display: block;
}
.menu {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: inherit;
  margin: 0px;
  padding: 0px;
}
.menu li {
  display: block;
  height: inherit;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
  flex-grow: 0.2;
  background: #ea6647;
  max-height: 40px;
}
.menu li a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  word-spacing: 0.2vw;
  text-decoration: none;
  /*text-transform: uppercase;*/
  font-size: 0.85vw;
}
@media only screen and (min-width: 1920px) {
  .menu li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  .menu li a {
    font-size: 13px;
  }
}
#openMobileMenu {
  display: none !important;
  color: #fff;
  font-size: 24px;
  margin: 0 5%;
  transition: 0.3s;
  /*&:hover{
   @extend %menuItemHover;
   }*/
}
@media only screen and (max-width: 1024px) {
  #openMobileMenu {
    display: block !important;
  }
}
#openMobileMenu #MobileMenuTitle img {
  position: absolute;
  max-height: 40px;
  right: calc(5% + 9px);
  top: 5px;
}
#openMobileMenu .fa-bars {
  margin-left: 4px;
  margin-top: 15px;
  cursor: pointer;
}
.overlay {
  width: 0;
}
.overlay .closebtn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .overlay {
    height: 100% !important;
    position: fixed !important;
    z-index: 20 !important;
    left: 0 !important;
    top: 0 !important;
    background-color: #ea6647 !important;
    overflow: hidden;
    transition: all 0.5s !important;
    overflow-y: auto;
  }
  .overlay ul {
    width: fit-content;
    width: -moz-fit-content;
  }
  .overlay .closebtn {
    position: absolute;
    top: 3px;
    left: 5%;
    font-size: 27px !important;
    color: #ea6647;
  }
  .overlay .closebtn .fas.fa-times-circle {
    margin-top: 9px;
  }
  .overlay #menu-header {
    position: relative !important;
    width: 100% !important;
    display: block;
    margin-top: 20px !important;
    height: 100%;
    height: fit-content;
    height: -moz-fit-content;
    padding: 0;
  }
  .overlay #menu-header li {
    width: 100%;
    padding: 0;
    margin-bottom: 3vh;
  }
  .overlay .menu-header-container {
    right: initial !important;
    height: 100%;
    width: 100% !important;
  }
  .overlay a {
    padding: 0 !important;
    font-size: 18px !important;
    display: block !important;
  }
  .overlay .sub-menu {
    position: static !important;
    display: grid;
    background-color: transparent;
    box-shadow: none;
    margin-left: 15px !important;
  }
}
.titleBarOverlay {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .titleBarOverlay {
    display: block;
    height: 50px;
    background: #fff;
  }
  .titleBarOverlay img {
    position: absolute;
    max-height: 40px;
    right: calc(5% + 9px);
    top: 5px;
  }
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  background-color: #cbcbcb;
  box-shadow: 0 0 10px 1px #000;
  transition: box-shadow 0.3s;
  z-index: 20;
  right: initial !important;
  height: 70px !important;
}
