/*admin action menu common css*/
#block-temphalla-primary-local-tasks ul {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #999;
}
#block-temphalla-primary-local-tasks ul li {
  display: inline-block;
}
#block-temphalla-primary-local-tasks ul li a {
  text-decoration: none;
  color: #000;
  padding: 11px 20px;
}
#block-temphalla-primary-local-tasks a.is-active,
#block-temphalla-primary-local-tasks a:hover {
  color: #fff;
  background-color: #999;
  border-radius: 4px 4px 0px 0px;
  line-height: 40px;
  padding: 11px 20px;
}

.temphalla-header {
  background-color: #1c1c1c;
  padding: 0px;
}
.temphalla-header .row {
  align-items: center;
}
.temphalla-main-menu {
  display: flex;
  justify-content: center;
}

.temphalla-main-menu div {
  width: 80%;
}
.temphalla-main-menu #block-temphalla-main-menu ul {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0;
  justify-content: space-around;
}
.temphalla-main-menu #block-temphalla-main-menu ul li {
  list-style-type: none;
  /* padding-left: 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.temphalla-main-menu #block-temphalla-main-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 43px;
  font-family: "avenir";
}

.temphalla-main-menu #block-temphalla-main-menu ul li a:hover {
  color: #f47521;
  text-decoration: none;
}

.typing-banner-title {
  font-family: "mulish-bold";
  font-weight: 500;
}

.typing-text-outer-wrapper {
  font-family: "mulish";
}
.temphalla-main-menu #block-temphalla-main-menu ul li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.temphalla-main-menu #block-temphalla-main-menu ul li a::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background-image: url("../images/Vector-4.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: left 0.5s ease-in-out, opacity 0.3s ease-in-out,
    bottom 0.3s ease-in-out;
}

.temphalla-main-menu #block-temphalla-main-menu ul li a:hover::after {
  left: 0;
  opacity: 1;
  bottom: -7px;
}

.temphalla-main-menu #block-temphalla-main-menu ul li a.is-active::after {
  left: 0;
  opacity: 1;
  bottom: -7px;
}

/* newly added for home menu */

.temphalla-main-menu #block-temphalla-main-menu ul li a.logo-class::after {
  content: none;
}

.temphalla-main-menu
  #block-temphalla-main-menu
  ul
  li
  a.logo-class:hover::after {
  opacity: 0 !important;
  left: -100% !important;
  bottom: -5px !important;
}

.contact-button-class {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;
  font-family: "avenir";
}

.contact-button-class:hover {
  color: #ffffff;
}

.contact-outer-wrapper {
  background-color: #f47521;
  padding: 1.5vw;
}

@media screen and (min-width: 1024px) {
  #block-temphalla-main-menu .logo-class {
    background: url(/themes/temphalla/images/cap-knokke-logo.png) no-repeat;
    color: transparent !important;
    margin: 0px;
    padding: 10px 20px;
    background-size: 100%;
    background-position: center;
  }
}

/*Menu---------------*/
.hamburger-menu {
  display: none;
  text-decoration: none;
  color: black !important;
  white-space: nowrap;
  font-size: 25px;
}

@media (max-width: 1199px) {
  .hamburger-menu {
    display: block;
    color: black !important;
  }
  #block-temphalla-site-branding img {
    width: 70%;
  }
  .temphalla-header {
    position: sticky !important;
    z-index: 99;
    top: 0;
    background-color: #fff;
  }
  .temphalla-main-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    left: 0px !important;
  }
  #block-temphalla-main-menu ul {
    flex-direction: column;
    padding: 12px !important;
    gap: 12px;
  }
  .temphalla-main-menu #block-temphalla-main-menu ul li {
    padding-left: 0px !important;
  }
  .temphalla-main-menu #block-temphalla-main-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: "mulish-bold";
  }
}
