/** HOME: HERO **/
.hero-full {
  height: 500px;
  background: url(/wp-content/uploads/2026/07/main-image-s.png) no-repeat center center / cover;
}

.hero__message {
  font-style: italic;
  color: #f5deb3;
  padding: 200px 20px;
  font-size: 1.5em;
  /* width: 100%;   */
}

/** Mission **/
.mission_row-reverse {
  flex-direction: column;
}
.mission-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

/** Statement of faith **/
#about-statement-of-faith {
  background-image: url(/wp-content/uploads/2026/07/faith-back-s.png);
  color: var(--color-white);
}
#about-statement-of-faith h1 {
  color: var(--color-title-light);
}
#about-statement-of-faith p,
.mission-text-block {
  margin: 30px 0;
}
#about-statement-of-faith ul {
  list-style: circle;
  padding: 0 20px;
}
#about-statement-of-faith ul li {
  margin-bottom: 10px;
}

/** Experience **/
#about-ervaring {
  background-color: var(--color-orange);
  color: var(--color-white);
}
#about-ervaring .flex-row,
#about-donations .flex-row {
  align-items: start;
}

/** Donations **/
#about-donations .flex-row span {
  display: block;
  font-weight: bold;
}
.donation-link {
  color: var(--color-blue);
  text-decoration: underline;
}
.donation-link:hover {
  color: var(--color-orange);
}

#support-section .flex-row {
  margin-top: 40px;
}

/** HOME: POST LIST **/
.home-features-post-list {
  text-align: center;
}
.post-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.post-list-header-left {
  text-align: left;
}
.post-list {
  position: relative;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 20px;
  overflow: hidden;
}
.post-list-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}
.post-card {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.post-card-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-card-body {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.post-meta {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
}
.post-category {
  color: var(--color-orange);
}
.post-date {
  color: #888;
}
.post-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  line-height: 1.3;
  text-align: left;
}
.post-card-text-link {
  color: inherit;
  text-decoration: none;
}
.post-card-text-link:hover {
  color: inherit;
}
.post-card-excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
  text-align: left;
}
.post-card-link {
  align-self: flex-end;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-blue);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1;
  border-radius: 50%;
  transition: background 0.3s ease;
  margin-top: auto;
}
.post-card-link:hover {
  background: var(--color-orange);
}
.post-list-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  font-size: 1.3rem;
  padding: 8px 12px;
  cursor: pointer;
  line-height: 1;
  color: var(--color-blue);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: color 0.3s ease;
}
.post-list-btn:hover {
  color: var(--color-orange);
}
.post-list-prev {
  left: 5px;
}
.post-list-next {
  right: 5px;
}

.qr-code {
  width: 75% !important;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .mission_row-reverse {
    flex-direction: row-reverse;
  }
  .mission-text-block {
    margin: 0px;
  }
  #about-statement-of-faith ul {
    padding: 0;
  }
  #about-statement-of-faith .flex-row,
  #about-donations .flex-row {
    align-items: start;
    justify-content: space-between;
  }
  #about-statement-of-faith .flex-row ul,
  #about-donations .flex-row div {
    width: 40%;
  }
}

.bullet-list {
  list-style: disc;
  padding-left: 20px;
}
.bullet-list li {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .post-card {
    flex: 0 0 calc(100% - 20px);
  }
  .post-list-track {
    gap: 20px;
  }
}

/** Hero banner style **/
/* small medium */
@media (min-width: 798px) {
   .hero-full {
    height: 570px;
    background: url(/wp-content/uploads/2026/07/main-image-sm.png) no-repeat center center / cover;
  }

  .hero__message {
    padding: 180px 30px;
    font-size: 2em;
  }
}
/* medium */
@media (min-width: 905px) {
   .hero-full {
    height: 642px;
    background: url(/wp-content/uploads/2026/07/main-image-m.png) no-repeat center center / cover;
  }

  .hero__message {
    padding: 150px 0 0 100px;
    font-size: 2.5em;
    width: 60%;  
  }

  #about-statement-of-faith {
    background-image: url(/wp-content/uploads/2026/07/faith-back-m.png);
  }
}
/* medium large */
@media (min-width: 1105px) {
   .hero-full {
    height: 784px;
    background: url(/wp-content/uploads/2026/07/main-image-ml.png) no-repeat center center / cover;
  }

  .hero__message {
    padding: 200px 0 0 100px;
    font-size: 2.5em;
    width: 60%;  
  }
}
/* large */
@media (min-width: 1302px) {
   .hero-full {
    height: 923px;
    background: url(/wp-content/uploads/2026/07/main-image-l.png) no-repeat center center / cover;
  }

  .hero__message {
    padding: 350px 0 0 150px;
    font-size: 2.8em;
    width: 60%;  
  }
}
/* x large */
@media (min-width: 1535px) {
   .hero-full {
    height: 1088px;
    background: url(/wp-content/uploads/2026/07/main-image-xl.png) no-repeat center center / cover;
  }

  .hero__message {
    padding: 500px 0 0 200px;
    font-size: 3em;
    width: 60%;  
  }
}