/* .ast-builder-grid-row.ast-grid-center-col-layout {
  grid-template-columns: 50% 50% !important;
} */

.main-header-menu .sub-menu {
  border-top-style: none;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
/*   overflow: hidden; */
}

.main-header-menu .sub-menu .menu-item > .menu-link {
  color: rgba(41, 41, 47, 0.5);
  transition: all 0.3s ease-in-out;
  border: 0.1rem solid transparent;
}
.main-header-menu .sub-menu .menu-item > .menu-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgba(98, 187, 177, 0.2);
  border: 0.1rem solid #62bbb1;
  color: #29292f;
}

.ast-above-header.ast-above-header-bar {
  font-size: 14px;
}

header .wp-block-group {
  gap: 0px;
}

header .wp-block-group p {
  color: #fff;
}

header .wp-block-group a {
  color: #fff;
}

header figure {
  width: 16px;
  height: 16px;
  margin-left: 12px !important;
  margin-right: 12px !important;
}

/* header #block-12 img {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  margin-right: 12px;
} */

header figure {
  line-height: 0px;
}

header #block-12 a:hover {
  color: #feb90f;
}

.contianer-social {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0px !important;
  gap: 20px;
}

.contianer-social li {
  list-style: none;
  display: flex;
  align-items: center;
  background-color: #62bbb1;
  padding: 6px 13px;
  border-radius: 30px;
}

.contianer-social li:first-child {
  background-color: #fec10d;
}

.contianer-social li:first-child a {
  color: #036041;
}

.contianer-social li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.contianer-social li img {
  margin-left: 12px;
  margin-right: 12px;
  width: 16px;
  height: 16px;
}

.search-form {
  opacity: 1;
}

footer {
  padding-top: 50px;
/*   padding-bottom: 30px; */
  background-color: #036041;
}

footer ul li {
  padding: 5px 0px;
}

.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] p {
  text-align: center !important;
}

@media screen and (max-width: 922px) {
  /* MENU SECONDARY */
  .ast-below-header-wrap .ast-builder-grid-row-mobile-layout-default {
    padding: 0px !important;
  }

  .ast-below-header-wrap {
    margin-top: 0px;
    border-top: 1px solid #fff;
  }

  #ast-hf-menu-2-mobile li {
    width: 33.33% !important;
    text-align: center;
  }
  .ast-main-header-nav-open.ast-header-break-point
    .ast-mobile-header-wrap
    .ast-mobile-header-content {
    position: absolute;
    top: 130px;
    z-index: 99;
  }

  .ast-header-break-point .main-navigation ul .menu-item .menu-link {
    border-left-width: 1px;
    padding: 10px;
  }
}