#homePage-tpl {
}
#header {
  width: 100%;
  min-height: 620px;
  max-height: 70%;
  overflow: hidden;
}
#homePage-tpl .mega-menu {
  background: linear-gradient(
    rgba(51, 51, 51, 0.5) 53%,
    rgba(231, 0, 0, 0) 100%
  );
  /* background: linear-gradient( rgb(234 225 225 / 50%) 53%, rgba(231, 0, 0, 0) 100% ); */
  display: block;
}
#homePage-tpl .mega-menu.desktopTopFixed {
  background: linear-gradient(
    rgba(51, 51, 51, 0.7) 53%,
    rgba(231, 0, 0, 0) 100%
  );
}
.menu-list-items .dmenu {
  display: flex;
  justify-content: space-between;
}

.dmenu .navbarmenu {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.dmenu .navbarmenu li a {
  /* background: #7d0f0c; */
  color: #ffffff;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 100px;
  vertical-align: middle;
}
.dmenu .navbarmenu li a:hover {
  text-decoration: underline;
}
#searchbox {
  position: absolute;
  top: 45%;
  width: 100%;
}
#searchbox .main-search {
  height: inherit;
  padding-bottom: 30px;
}
#searchbox .main-search .main-search-title {
  padding-top: 20px;
}
.mobilemenu {
  display: none;
}
/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .dmenu .navbarmenu {
    display: none;
  }
  #searchbox {
    position: initial;
    bottom: auto;
  }
  #header {
    max-height: inherit;
    overflow: visible;
  }
  .mobilemenu {
    display: block;
    background: #1b1b1b;
  }
  .mobilemenu li {
    display: block;
  }
  .mobilemenu .navbarmenu a {
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .mega-menu.header-transparent {
    position: relative;
    min-height: inherit;
  }
  .menu-mobile-collapse-trigger{
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .mega-menu.desktopTopFixed .menu-list-items {
    background: linear-gradient(
      rgba(51, 51, 51, 0.5) 53%,
      rgba(231, 0, 0, 0) 100%
    );
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 576px) {
  .dmenu .navbarmenu {
    display: none;
  }
}

@media (min-width: 769px) {
  .dmenu .navbarmenu {
    display: none;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .dmenu .navbarmenu {
    display: flex;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
