.news_banner .row {
  align-items: center;
}
.news_banner {
  margin-top: 150px;
  background-color: #d1aa65;
  background-image: linear-gradient(185deg, #d1aa65, #7a5615);
}

.news_banner .is-fp-content .post-meta a {
  text-decoration: none;
  color: #fff;
}
.news_banner .is-fp-content .post-meta span {
  color: #fff;
}
.news_banner .is-fp-content .post-title a {
  color: #fff;
  text-decoration: none;
}
.news_banner .is-fp-content .lead {
  color: #fff;
  font-size: 16px;
}
.post_img img {
  width: 680px;
}

.post_img {
  height: 430px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.main_dailypost article {
  position: relative;
}

.main_dailypost article .post_content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main_dailypost article {
  position: relative;
  overflow: hidden;
}

.post_img img {
  display: block;
  height: auto;
}

.post_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
  color: #fff; /* White text for contrast */
  padding: 10px 15px;
  box-sizing: border-box;
  text-align: center;
}

.post_date {
  font-size: 14px;
  font-weight: 300;
}
.post_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_list_show {
  margin-top: 50px;
  margin-bottom: 50px;
}
.small-list article {
  margin-bottom: 10px;
}
.entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.content_post_list .align-self-center {
  align-self: center !important;
  margin-right: 8px;
}
.sidebar-wrapper__content .align-self-center {
  align-self: center !important;
  margin-left: 8px;
}
.main_dailypost .slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}
.html-widget-content .fbt-title-caption {
  margin-left: 8px;
  width: 70%;
}
.main_dailypost .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main_dailypost .slide {
  min-width: 100%;
  position: relative;
}

.main_dailypost .slide img {
  /* width: 100%; */
  height: auto;
  display: block;
}

.main_dailypost .post_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  text-align: center;
}

.main_dailypost button.prev,
.main_dailypost button.next {
  position: absolute;
  top: 8%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.main_dailypost button.prev {
  right: 50px;
}

.main_dailypost button.next {
  right: 10px;
}
.main_dailypost .pagination {
  top: 10px;
  position: absolute;
  bottom: 10px;
  right: 89%;
  transform: translateX(-40%);
  display: flex;
  gap: 5px;
}

.main_dailypost .pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  opacity: 0.5;
  cursor: pointer;
}

.main_dailypost .pagination .dot.active {
  opacity: 1;
  background: #333;
  /* width: 30px;
  border-radius: 20px; */
}
.pagination_more {
  margin-top: 40px;
  margin-bottom: 40px;
}
.pagination_more .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.pagination_more .pagination li {
  display: inline-block;
}

.pagination_more .pagination a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination_more .pagination a:hover {
  background-color: #007bff;
  color: #fff;
}

.pagination_more .pagination .active a {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  pointer-events: none;
}

.pagination_more .pagination .disabled a {
  color: #ccc;
  pointer-events: none;
  border-color: #ddd;
}
.post-content.media {
  display: flex;
}
/* new pGE BLOG DETAILS PAGE CSS*/
.post_details {
  margin-top: 180px;
}
.fbt-breadcrumbs .breadcrumbs .bc-item + .bc-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}
.fbt-breadcrumbs .breadcrumbs .bc-item + .bc-item {
  padding-left: 0.25rem;
}
.fbt-breadcrumbs .breadcrumbs .bc-item {
  font: var(--meta-text-font);
  position: relative;
}
.fbt-item-thumbnail-single .post-thumbnail {
  top: 0;
  left: 0;
}
.item-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_details .post-thumbnail {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.read-time {
  display: flex;
  align-items: center;
  gap: 7px;
  font: var(--index-text-font);
  color: var(--meta-text-color);
}
.fbt-item-thumbnail-single {
  margin-top: 20px;
}
.post-meta .post-author .author-avatar {
  border-radius: 2000px;
  margin-right: 10px;
}
.post-meta > span:not(:last-child):after {
  content: "\2014";
  margin: 0 0 0 1rem;
  font-weight: normal;
}
.post_cont_edit .post {
  margin-bottom: 30px;
}

.small-list .fbt-item-thumbnail {
  overflow: hidden;
  display: flex;
  justify-content: center;
  min-height: 100px;
  height: 100px;
  width: 30%;
}
.small-list .fbt-item-thumbnail img {
  /* width: 100%; */
  height: auto;
  display: block;
  width: 160px;
}
.fbt-item-caption {
  margin-top: 20px;
}
.post_cont_edit ul li {
  font-size: 18px;
  line-height: 1.6;
}
.post-author img {
  width: 16px;
  margin-right: 8px;
}
span.post-author a {
  color: #000;
  font-weight: 600;
}
span.post-date.published {
  color: #000;
  font-weight: 600;
}
.content_post_list .align-self-center {
  width: 70%;
}
.postchiled_img {
  margin-bottom: 40px;
}
.post ul li {
  list-style: disc;
}
.post_cont_edit p {
  font-size: 18px;
  line-height: 1.6;
}
.post_cont_edit ul li {
  list-style: auto;
}

/* new pGE BLOG DETAILS PAGE CSS*/

@media (max-width: 767px) {
  .pagination_more .pagination a {
    padding: 8px 12px;
    font-size: 14px;
  }
  .ps_bl_bn {
    display: none;
  }
  .news_banner {
    margin-top: 180px;
    padding: 10px;
  }
  .small-list {
    margin-top: 10px;
  }
  .post_details .post-thumbnail {
    height: 250px;
  }
  .post_details {
    margin-top: 190px;
  }
}
