@media (min-width: 781px) {
  .bs-mobile-menu {
    display: none !important;
  }
}

.bs-mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: white;
  display: block;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 9999999;
  overflow-y: auto;
}

.bs-mobile-menu__section--main {
  background-color: rgba(0, 84, 58, 0.1) !important;
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bs-mobile-menu__section--main .bs-mobile-menu__section-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  height: calc(100vh - 100px);
  box-sizing: border-box;
}

.bs-mobile-menu__section--main .bs-mobile-menu__section-item {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.bs-mobile-menu__section--main .bs-mobile-menu__section-item:hover {
  cursor: pointer;
}

.bs-mobile-menu__section--main .bs-mobile-menu__section-item--primary {
  color: #00613d;
}

.bs-mobile-menu__section--main .bs-mobile-menu__section-item--primary svg {
  fill: #00613d;
  margin-left: 5px;
  pointer-events: none;
  width: 15px;
}

.bs-mobile-menu__section--main .bs-mobile-menu__section-item--secondary {
  background-color: #00613d;
  color: white;
}

.bs-mobile-menu__section--main .bs-mobile-menu__section-item--secondary svg {
  fill: white;
  margin-left: 5px;
  pointer-events: none;
  width: 15px;
}

.bs-mobile-menu__section--main .bs-mobile-menu__footer {
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
}

.bs-mobile-menu__section--main .bs-mobile-menu__footer-item {
  width: 40%;
}

.bs-mobile-menu__section--main .bs-mobile-menu__footer-item:first-of-type {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.bs-mobile-menu__section--main .bs-mobile-menu__footer-item p {
  margin: 0;
  align-self: unset;
}

.bs-mobile-menu__section--main .bs-mobile-menu__footer-item p svg {
  width: 32px;
  height: 32px;
  fill: #00613d;
}

.bs-mobile-menu__section--main
  .bs-mobile-menu__footer-item
  .wpml-ls-legacy-list-vertical
  span
  a {
  font-size: 22px;
  font-weight: 600;
  color: #00613d;
}

/* SECTIONS */

.bs-mobile-menu__section {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

h3.bs-mobile-menu__section-header {
  font-size: 18px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px;
  background-color: #00613d;
  color: white;
}

.bs-mobile-menu__section-header * {
  pointer-events: none;
}

.bs-mobile-menu__section-header svg {
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.bs-mobile-menu__section .bs-mobile-menu__section-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.bs-mobile-menu__section .bs-mobile-menu__section-item {
  font-size: 2rem;
  width: 90%;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bs-mobile-menu__column-header {
  position: relative;
  width: 100%;
  height: 85px;
}

.bs-mobile-menu__column-header img {
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  object-fit: cover;
}

.bs-mobile-menu__column-header p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 0.5vw;
  /* background-color: rgba(0, 84, 58, 0.6);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  /* mix-blend-mode: hard-light;
  background: linear-gradient(0deg, rgba(0, 84, 58, 0.8), rgba(0, 84, 58, 0.8)),
    url(.jpg), #c4c4c4;
  background-blend-mode: multiply, normal, normal; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.bs-mobile-menu__column-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  margin: 0;
}

.bs-mobile-menu__column-item {
  border-bottom: 1px solid #d3d3d3;
  font-size: 16px;
  padding: 10px 0;
}

/* SECTIONS */

.bs-mobile-menu__section .bs-mobile-menu__section-one-column-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.bs-mobile-menu__section .bs-mobile-menu__section-one-column-item {
  font-size: 2rem;
  width: 90%;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid black;
}

.bs-mobile-menu__section .bs-mobile-menu__section-one-column-item:hover {
  cursor: pointer;
}

.bs-mobile-menu__section .bs-mobile-menu__section-one-column-item a{
  font-size: 16px;
}

/* UTILS */

[data-mobile-section-is-hidden='true'] {
  display: none;
}

.bs-mobile-menu__search--hidden {
  display: none !important;
}

.bs-mobile-menu__footer-section {
  background-color: white;
  padding-bottom: 5px;
}

.bs-mobile-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.bs-mobile-footer input.search-field {
  width: 30vw;
}

.bs-mobile-footer .ast-search-menu-icon.slide-search {
  padding-top: 20px;
}

.bs-mobile-footer .search-form {
  right: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

.bs-mobile-footer .bs-employee-main-search-form {
  position: relative;
  top: initial;
}

.bs-mobile-footer .search-form label {
  display: flex !important;
}

#bs-mobile-menu .ast-search-menu-icon .search-submit {
  display: block;
}

.bs-mobile-footer .ast-search-icon {
  display: block;
}

.bs-mobile-footer .slide-search.astra-search-icon {
  display: none;
}
