/* Top Header */
#block-8 p {
  margin-bottom: 0px !important;
}

#block-10 img {
  width: 196px;
}

/* Blog / Archives */
.ast-archive-description {
  margin-bottom: 0px !important;
}

.archive .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive .entry-title a {
  color: #996600 !important;
}

.ast-excerpt-container > p:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  color: #999 !important;
}

.ast-separate-container .ast-article-post {
  background-color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 15px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.ast-blog-layout-5-grid {
  border: #bf8c4b solid 1px !important;
  background-color: #f6e1b0;
}

.ast-blog-layout-5-grid #main {
  padding: 10px;
}

.ast-separate-container .ast-blog-layout-5-grid .post-content {
  padding: 10px !important;
}

.ast-pagination {
  padding-bottom: 2em;
}

/* Sub menu */
.astra-dark-mode-enable .main-header-menu .sub-menu {
  background-color: #6b190e;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  border-bottom: #8E1100 solid 1px;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:hover {
  background-color: #e1112a;
  background-image: none;
}



/* NAV */
.ast-below-header-bar,
.site-primary-footer-wrap,
.site-below-footer-wrap {
  position: relative;
}

.ast-below-header-bar::before,
.site-primary-footer-wrap::before,
.site-below-footer-wrap::before,
.ast-below-header-bar::after {
  content: "";
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/top-nav.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  height: 7px;
  position: absolute;
}

.ast-below-header-bar::before,
.site-primary-footer-wrap::before,
.site-below-footer-wrap::before {
  top: 0;
}

.ast-below-header-bar::after {
  bottom: 0;
}

.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item {
  height: 70px !important;
  width: 150px !important;
  position: relative;
}

.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item:nth-child(7)::after {
  background-color: transparent;
}

.main-header-menu > .menu-item > .menu-link {
  transition: all 0.2s ease-in-out 0s;
  background-size: 100% auto;
  justify-content: center;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link {
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/hove-menu-item.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* breadcrumb */
.ast-header-breadcrumb {
  background-color: #990000;
  color: #f6e1b0;
  border: unset !important;
}

.ast-header-breadcrumb {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.ast-breadcrumbs {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ast-header-breadcrumb::after {
  content: "";
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/top-nav.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 50px;
}

.ast-header-breadcrumb::before {
  content: "";
  display: block;
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/bg-bfbread.jpg");
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ast-breadcrumbs .trail-items {
  position: relative;
  padding-left: 30px;
  display: flex;
}

.ast-breadcrumbs .trail-items::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/home-breadcrumb.png");
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 13px;
}

.ast-breadcrumbs .trail-items li a {
  color: #eed497 !important;
}

.ast-breadcrumbs .trail-items .trail-end span {
  color: #faebc2 !important;
  font-weight: bold !important;
}

/* body artikel */
.type-post :where(h1, h2, h3, h4, h5, h6) {
  color: #a86d23;
}

.ast-article-single {
  border: #bf8c4b solid 1px !important;
  background-color: #f6e1b0;
}

/* .ast-article-single .entry-content {
  padding: 0px 15px !important;
}
 */
/* Entry header */
.type-post .entry-header .entry-title {
  color: #890105 !important;
  padding: 10px 0px !important;
  border-bottom: 1px dotted #bf8c4b !important;
  margin-bottom: 0px;
}

header.entry-header .entry-meta {
  color: #a86d23;
  border-bottom: 1px dotted #bf8c4b;
  height: 30px;
  line-height: 30px;
}

.type-page .entry-header,
body.archive .ast-archive-description {
  background-color: #990000;
  color: #f6e1b0;
  text-align: left !important;
}

.type-page .entry-header {
  margin-bottom: 0px !important;
}

.type-page header.entry-header .entry-title,
body.archive .ast-archive-description .ast-archive-title {
  margin-bottom: 0px !important;
  color: #f6e1b0;
  position: relative;
  line-height: 60px;
  margin-left: 60px;
  display: inline-block;
}

.type-page header.entry-header .entry-title:before,
body.archive .ast-archive-description .ast-archive-title::before,
.type-page header.entry-header .entry-title:after,
body.archive .ast-archive-description .ast-archive-title::after {
  content: "";
  position: absolute;
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/entry-title-left.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 43px;
  height: 100%;
}

.type-page header.entry-header .entry-title:after,
body.archive .ast-archive-description .ast-archive-title::after {
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/entry-title-right.png");
}

.type-page header.entry-header .entry-title:before,
body.archive .ast-archive-description .ast-archive-title::before {
  left: -50px;
}

.type-page header.entry-header .entry-title:after,
body.archive .ast-archive-description .ast-archive-title::after {
  right: -50px;
}

/* SIDE BAR */
.sidebar-main aside .wp-block-heading {
  padding: 15px 0px;
  background-color: #990000;
  color: #f6e1b0;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.sidebar-main aside .wp-block-heading::before,
.sidebar-main aside .wp-block-heading::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  width: 43px;
  height: 100%;
  top: 0;
}

.sidebar-main aside .wp-block-heading::before {
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/entry-title-left.png");
  left: 5px;
}

.sidebar-main aside .wp-block-heading::after {
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/entry-title-right.png");
  right: 5px;
}

.sidebar-main aside .wp-block-group .wp-block-latest-posts__list {
  padding: 8px;
}

.sidebar-main aside .wp-block-group .wp-block-latest-posts__list li {
  border-bottom: #a86d23 dotted 1px;
  background-image: url("https://bencaotangherbal.com/wp-content/uploads/2025/11/icn-list-berita.png");
  background-repeat: no-repeat;
  background-position: 2px center;
  height: 30px;
  line-height: 30px;
}

.sidebar-main aside .wp-block-group .wp-block-latest-posts__list li a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 24px;
  margin-bottom: 0px !important;
}

#block-25 .wp-block-group {
  border: #920202 solid 4px;
}

#block-25 .wp-block-group p {
  margin: 0px !important;
  padding-left: 20px;
  background-color: #990000;
  border-top: #bf8c4b solid 1px;
}

#block-25, #block-26, #block-27 {
  padding: 0px !important;
}

#block-26,
#block-27 {
  background-color: #990000;
  border: #bf8c4b solid 1px;
}

#block-26 .wp-block-group,
#block-27 .wp-block-group {
  background-color: #f6e1b0;
}

#block-27 .wp-block-group p {
  margin-top: 0px !important;
  padding-left: 10px;
  padding-right: 10px;
}


#block-25 .wp-block-group p a {
  display: block;
  line-height: 45px;
  color: #f6e1b0 !important;
}

#infinite-handle {
  display: none;
}

/* FOOTER */
/* footer {
  background-color: #222;
  padding: 0px 20px;
} */
footer h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

footer section{
  margin-bottom: 0px !important;
}

footer h3:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #faebc2;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 993px) {
  .ast-left-sidebar #secondary {
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .ast-builder-menu-mobile
    .main-navigation
    .main-header-menu
    .menu-item
    > .menu-link {
    background-color: #f6e1b0 !important;
    border-color: #bf8c4b !important;
    color: #a86d23 !important;
  }
}