/* START HEADER TOP */
.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 figure {
  line-height: 0px;
}

header #block-8 a:hover {
  color: #ffd93d;
}

.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: #ab8d61;
  padding: 6px 13px;
  border-radius: 30px;
}

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

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

.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;
}
/* END HEADER TOP */

/* START HEADER SUB MENU */
.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(122, 58, 69, 0.2);
  border: 0.1rem solid #ab8d61;
  color: #29292f;
}
/* END HEADER SUB MENU */

/* START BLOG / ARSIP */
.ast-blog-layout-4-grid .ast-article-inner {
  box-shadow: none;
  background-color: transparent;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.ast-blog-layout-4-grid .ast-article-inner {
  border: 0.5px solid transparent;
}

.ast-blog-layout-4-grid .ast-article-inner:hover {
  background-color: #fff;
  border: 0.5px solid #59191c;
}
/* END BLOG / ARSIP */

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

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;
  }
}