/* ##### PostCarousel ##### */

/* Title Section */
.ibdp-carousel-post-section-title .ibdp-carousel-post-section-diviser, 
.ibdp-title-section-section-title .ibdp-title-section-diviser {
  width: 90px;
  height: 5px;
  background-color: #e4aa41;
  border-radius: 10px;
}
.ibdp-carousel-post-section-title .ibdp-carousel-post-section-all-post {
  color: #0B1836;
  font-size: 18px;
  font-weight: 700;
}

/* Slick Custom */
.slick-slide {
  margin: 0 15px;
}
/* the parent */
.slick-list {
  margin: 0 -15px;
}
.ibdp-carousel-post-img {
  height: 220px;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.ibdp-carousel-post-img .ibdp-carousel-post-img-item {
  width: 100%;
  height: 220px;
  border-radius: 5px 5px 0 0;
}
.ibdp-carousel-post-img .ibdp-carousel-post-category {
  min-width: 110px;
  background-color: #e4aa41;
  border-radius: 5px;
  position: absolute;
  bottom: -13px;
  left: 15px;
  padding: 4px 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 400;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

/* Content Post */
.ibdp-carousel-post-content {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 5px 5px;
  padding: 25px 15px 15px 15px;
  margin-bottom: 15px;
}
.ibdp-carousel-post-content .ibdp-carousel-post-date {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
}
.ibdp-carousel-post-content .ibdp-carousel-post-title {
  height: 90px;
  margin-top: 7px;
  margin-bottom: 20px;
  color: #0b1836;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

/* Button Read More */
.ibdp-carousel-post-readmore {
  color: #0b1836;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
}

  /* Slick */
  .slick-prev:before, .slick-next:before {
    font-size: 27px;
    color: #e4aa41;
  }
  .slick-next {
    right: -30px;
  }
  .slick-prev {
    left: -35px;
  }