/*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: #f4f4f4;
  padding: 10px 0px;
}

.temphalla-header .row {
  align-items: center;
}
.temphalla-main-menu {
  /* display: flex; */
  /* justify-content: center; */
}
.temphalla-main-menu div {
  display: flex;
  justify-content: center;
}
/*
#block-temphalla-main-menu {
  width: 80%;
} */
#block-temphalla-socialmedia a {
  margin-left: 36px;
}
.temphalla-main-menu #block-temphalla-main-menu ul {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
}
.temphalla-main-menu #block-temphalla-main-menu ul li {
  list-style-type: none;
  /* padding-left: 30px; */
}
.temphalla-main-menu #block-temphalla-main-menu ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 43px;
  font-family: "archivo";
}
.temphalla-main-menu #block-temphalla-main-menu ul li a.is-active {
  /* color: #f47521; */
}
.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;
}

.hamburger-menu {
  display: none;
  text-decoration: none;
  color: black;
  white-space: nowrap;
  font-size: 25px;
}
.temphalla-main-menu div {
  display: flex;
  justify-content: center;
}

#block-temphalla-main-menu {
  width: 100%;
}
#block-temphalla-socialmedia a {
  margin-left: 36px;
}
.temphalla-main-menu #block-temphalla-main-menu ul {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
}
.temphalla-main-menu #block-temphalla-main-menu ul li {
  list-style-type: none;
  padding-left: 30px; 
}
.temphalla-main-menu #block-temphalla-main-menu ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 43px;
  font-family: "archivo";
}
.temphalla-main-menu #block-temphalla-main-menu ul li a.is-active {
  color: #f47521; 
}
.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;
}

.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('../image/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; 
}


