/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2026 | 06:17:44 */
/* ------- Listing: Filter Search ------- */
.form-search-filter {
  position: relative;
}
.form-search-filter input {
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  padding: 6px 140px 6px 20px;
  font-size: 1rem;
  min-height: 48px;
  outline: none !important;
}
.form-search-filter input::placeholder {
  color: #b8b8b2;
}
.form-search-filter button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.form-search-filter button {
  padding: 8px 30px;
}

@media (max-width: 767px) {
  .form-search-filter input {
    padding-right: 125px;
  }
  .form-search-filter button {
    padding: 8px 25px;
  }
}

/* ------- Listing: News ------- */
.post {
  margin-bottom: 0 !important;
}
.list-wrap-news .list-img img {
  aspect-ratio: 336/195;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.list-wrap-news .ctn-inner {
  position: relative;
  --bg: #fff;
  --lines: 3;
  --lh: 1.8;
  --more-w: 88px;
}

.list-wrap-news .p-ctn {
  margin: 0;
  line-height: var(--lh) !important;
  max-height: calc(var(--lh) * var(--lines));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines);
}
/* .list-wrap-news .btn-read {
  position: absolute;
  right: 0;
  bottom: 9px;
  z-index: 2;
  border: 0;
  padding: 0 5px 0 18px;
  margin: 0;
  font: inherit;
  line-height: var(--lh);
  white-space: nowrap;
  cursor: pointer;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--bg) 18px);
} */

/* ------- Listing: News ------- */
.detail-page .detail-ctn p:not(:last-child) {
  margin-bottom: 20px;
}

/* Nothing found msg */
.e-loop-nothing-found-message {
  font-size: 1.25rem;
  font-weight: 500;
}

/* ------- Listing: Event Gallery ------- */
.list-wrap-gallery .wrap-gallery .album-cover {
  --border-radius: 20px;
  position: relative;
  display: inline-block;
  border-radius: var(--border-radius);
  border: 5px solid transparent;
  transition: var(--transition);
  overflow: hidden;
}
.list-wrap-gallery .wrap-gallery .album-cover:hover {
  border-color: var(--c-secondary);
}
.list-wrap-gallery .wrap-gallery .album-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: var(--transition);
}
.list-wrap-gallery .wrap-gallery .album-cover:hover::before {
  opacity: 1;
  height: 100%;
}
.list-wrap-gallery .wrap-gallery .album-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 368/235;
  object-fit: cover;
  transition: var(--transition);
}
.list-wrap-gallery .heading .elementor-heading-title {
  --lh: 20px;
  --lines: 2;
  line-height: var(--lh) !important;
  max-height: calc(var(--lh) * var(--lines));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines);
}
.list-wrap-gallery .wrap-gallery .album-cover:hover img {
}
.list-wrap-gallery .wrap-gallery .vid-popup {
  position: relative;
}
.list-wrap-gallery .wrap-gallery .vid-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("https://staging.reninnovation.com/wp-content/uploads/2026/04/btn-play.webp")
    no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  z-index: 1;
}

@media (max-width: 767px) {
  .list-wrap-gallery .wrap-gallery .album-cover {
    --border-radius: 15px;
  }
}
