/*
Theme Name: Pickups Service Theme
*/
.grid-sec {
  padding-bottom: 60px;
}
.grid-sec .row {
  row-gap: 40px;
}
.grid-content {
}
.grid-sec .grid-content {
  padding-top: 25px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.year-month .btn,
.grid-sec .grid-content .btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grid-sec .grid-box img {
  object-fit: cover;
}
.search-no-results .main-section .post,
.search-results .main-section .post,
.singular.single .main-section .post {
  padding-top: 15px;
}
.entry-categories-inner {
  font-family: bree, sans-serif;
  margin-bottom: 8px;
}
.def-page .detail-page-content .banner-img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  margin-bottom: 20px;
}
.blog-ul {
  display: flex;
  align-items: center;
  font-family: bree, sans-serif;
  gap: 10px;
  column-gap: 35px;
}

.cust_ext_act {
  position: absolute;
  font-size: 15px;
  letter-spacing: -0.3px;
  right: 15px;
  top: 15px;
  background: #cf3835;
  padding: 10px;
  border-radius: 16px;
  color: #fff;
}
.cust_ext_act strong {
  display: block;
  font-weight: bold;
  text-align: center;
}
div#event-results {
  row-gap: 40px;
}
.year-month {
  .btn {
  }
}
.ea-wrap .filters .filter-search-bar {
  padding: 0;
}
.ea-wrap .ea-topbar {
  gap: 0;
}
#ea-pagination:empty {
  margin: 0;
  height: 0;
  overflow: hidden;
}
.filter-search-bar #ea-search-input {
  background-image: url(assets/images/icon-maginfier.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  height: 48px;
  border: 2px solid #8d3175;
  padding: 0 16px 0 48px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}
.ea-wrap .ea-card-body {
  position: absolute;
  bottom: 0;
  padding: 16px;
  left: 0;
  width: 100%;
}
.ea-grid .ea-card {
  background-color: #cf3835;
  background-image: url(assets/images/red-pattern-card.svg);
}
.ea-grid .ea-card .ea-card-media {
  background-color: transparent;
}
.ea-wrap .ea-card-body h5 {
  color: #fff;
}
.ea-wrap .ea-card-body .ea-chip {
  padding: 5px 8px;
  background-color: #fff;
  border-radius: 12px;
  letter-spacing: -0.3px;
  color: #8d3175;
  font-size: 14px;
  line-height: normal;
}
.ea-pagination {
  margin-top: 70px;
}
.ea-pagination .ea-pages {
}
.ea-pagination .ea-pages button:not(.ea-arrow) {
}
.ea-pagination .ea-pages .ea-arrow {
}
.intro-sec-wrap p:empty {
  display: none;
}
.card-grid-wrapper .filter-grid .grid-card {
  margin-bottom: 40px;
}
.card-grid-wrapper .filter-grid .grid-card .grid-card-item {
  margin-bottom: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .ea-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .filters .filter-search-bar,
  .filters .filter-buttons {
    width: 100%;
    max-width: 100%;
  }
  .ea-wrap .ea-topbar {
    row-gap: 30px;
  }
}

.kdg-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
}
.kdg-modal.is-open {
  display: flex;
}
.kdg-modal__dialog {
  position: relative;
  width: min(100vw - 32px, 1100px);
  background: #000;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  padding: 0;
  aspect-ratio: 16/9; 
}
.kdg-modal__backdrop {
  position: absolute;
  inset: 0;
}
.kdg-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.kdg-modal__actions {
  display: flex;
  justify-content: flex-end;
  padding: 8px 12px;
}
.kdg-player {
  aspect-ratio: 16/9;
  padding-bottom: 0; /* overschrijft evt. oude 56.25% padding */
  width: 100%;
  height:100%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

/* Laat de video zichzelf schalen binnen de container */
.kdg-player .video-player {
  position: static; /* niet absolute */
  display: block;
  width: 100% !important;
  height:100% !important;
  object-fit: contain;
  background: #000;
  opacity: 1; /* we togglen dit in JS als nudge nodig is */
  transform: translateZ(0);
  will-change: transform;
  
}
.watch-church-card-img {
  position: relative;
}
.watch-church-card-play {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}
