.bg-video-foto {
  background: #231F20;
}

.gallery-title-section {
  padding-top: 25px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  font-family: "Futura Extra BT", serif;
  align-self: center;
  margin-bottom: 0;
}

.gallery-sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gallery-sitemap a {
  color: white;
  font-size: 20px;
  font-family: "Futura Md BT", serif;
}

.gallery-sitemap a:hover {
  color: #C7392F;
}

.gallery-header-title {
  color: white;
  text-align: center;
  font-size: 22px;
  font-family: "Futura Md BT", serif;
  padding-bottom: 2rem;
  border-bottom: 1px white solid;
  margin-top: 100px;
}

.gallery-title {
  color: white;
  text-align: center;
  font-size: 22px;
  font-family: "Futura Md BT", serif;
  padding-bottom: 2rem;
  margin-top: 25px;
}

.gallery-foto-event-wrap {
  margin-bottom: 50px;
}

.video-item {
  color: white;
  text-align: center;
}

.video-date {
  font-size: 14px;
  font-weight: normal;
  margin-top: 1rem;
}

.video-title {
  font-size: 22px;
  font-weight: bold;
}

.post-list {
  display: grid;
  justify-content: space-between;
  padding-inline-start: 0;
  grid-template-columns: 100%;
  row-gap: 2rem;
}

.event-item-wrap {
  width: 100%;
  height: 200px;
}

.event-item {
  position: relative;
  height: 100%;
}

.gallery-text {
  position: absolute;
  width: 100%;
  font-family: "Futura Md BT", serif;
  height: max-content;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  text-align: center;
  z-index: 1;
  gap: 1rem;
}

.gallery-text-title {
  color: white;
}

.background-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(26, 26, 26) 2%,rgba(0,0,0,0) 100%);
}

.gallery-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-gallery {
  color: white;
  background: #C7392F;
  padding: 1rem;
  border-radius: 1rem;
}

.show-gallery:hover {
  color: white;
}

.product-list {
  display: grid;
  justify-content: space-between;
  padding-inline-start: 0;
  grid-template-columns: 100%;
  row-gap: 2rem;
  margin-bottom: 0;
  padding-bottom: 200px;
}

.product-gallery-item-wrap {
  width: 100%;
  height: 200px;
}

.product-gallery-item {
  position: relative;
  height: 100%;
}

.section-blog-post {
  background: #231F20;
}

.post-wrapper {
  padding-bottom: 300px;
}

.post-title {
  color: white;
  text-align: center;
  font-family: "Futura Md BT", serif;
  border-bottom: 1px white solid;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.gallery-list {
  display: grid;
  justify-content: space-between;
  padding-inline-start: 0;
  grid-template-columns: 100%;
  row-gap: 2rem;
}

.gallery-post-item {
  width: 100%;
  min-height: 250px;
}

.gallery-post-image {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}

@media only screen and (min-width: 600px) {
  .post-list, .product-list, .gallery-list {
    grid-template-columns: 49% 49%;
  }
}

@media only screen and (min-width: 768px) {
  .post-list, .product-list, .gallery-list {
    grid-template-columns: 32% 32% 32%;
  }
}
