.wp-active-we-posts-slider-5 .post-item {
  position: relative;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  height: 280px;
}
.wp-active-we-posts-slider-5 .post-item .thumb-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 16px;
}
.wp-active-we-posts-slider-5 .post-item .thumb-holder .image-holder {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.wp-active-we-posts-slider-5 .post-item .thumb-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.wp-active-we-posts-slider-5 .post-item .post-content {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.wp-active-we-posts-slider-5 .post-item .post-content .post-title {
  display: flex;
}
.wp-active-we-posts-slider-5 .post-item .post-content .post-title-h-tag {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: white;
  transition: 0.3s all;
}
.wp-active-we-posts-slider-5 .post-item .content-inner {
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.wp-active-we-posts-slider-5 .post-item .post-date {
  font-size: 12px;
  color: white;
}
.wp-active-we-posts-slider-5 .post-item:hover img {
  transform: scale(1.08);
}
.wp-active-we-posts-slider-5 .post-item:hover .post-content {
  opacity: 1;
  visibility: visible;
}
.wp-active-we-posts-slider-5 .post-item:hover .content-inner {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.wp-active-we-posts-slider-5 .post-item:hover .post-title-h-tag {
  bottom: 20px;
}

/*# sourceMappingURL=posts-slider-5.css.map */
