.nice-slideshow {
  background: Rgb(var(--cultured-pearl));
  max-width: none;
  margin: var(--pad-md) -1rem;
  --swiper-navigation-size: 2.5rem;
  --swiper-navigation-color: rgb(var(--text-color));
}
.nice-slideshow + .nice-slideshow, .nice-slideshow + .entry__item--image {
  margin-top: calc(-1 * var(--pad-md));
}
.entry__content > .nice-slideshow:first-child {
  margin-top: calc(-1 * var(--pad-sm) - 1px);
}
.nice-slideshow:first-child {
  margin-top: 0;
}
.wp-block-column > .nice-slideshow {
  background: none;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-column > .nice-slideshow .swiper-wrapper {
  margin-top: 0;
}
.wp-block-column > .nice-slideshow .swiper-button-next, .wp-block-column > .nice-slideshow .swiper-button-prev {
  color: rgb(var(--white));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  opacity: 0;
}
.wp-block-column > .nice-slideshow .swiper-button-next:after, .wp-block-column > .nice-slideshow .swiper-button-prev:after {
  background: Rgb(var(--dove-gray));
  border-radius: 1em;
  height: 4rem;
  padding-top: 0.75rem;
  padding-right: 0.25rem;
  width: 4rem;
  transform: scale(0.8);
  opacity: 0.33;
  transition: 0.25s;
}
.wp-block-column > .nice-slideshow .swiper-button-next:hover:after, .wp-block-column > .nice-slideshow .swiper-button-prev:hover:after {
  opacity: 0.6;
}
.wp-block-column > .nice-slideshow .swiper-button-next:after {
  padding-right: 0;
  padding-left: 0.25rem;
}
@media only screen and (min-width: 50em) {
  .wp-block-column > .nice-slideshow:hover .swiper-button-next, .wp-block-column > .nice-slideshow:hover .swiper-button-prev {
    opacity: 1;
  }
}
.nice-slideshow .swiper-slide {
  text-align: center;
}
@media only screen and (min-width: 1230px) {
  .nice-slideshow .swiper-slide:has(figcaption) img {
    max-height: calc(100vh - var(--nav-height) - 6.5rem);
  }
}
.nice-slideshow .swiper-slide figcaption {
  font-size: 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: var(--pad-sm);
}
@media only screen and (min-width: 1230px) {
  .nice-slideshow .swiper-slide figcaption {
    padding-left: 0;
    padding-right: 0;
    margin-top: var(--pad-md);
    margin-bottom: 0;
    height: 3em;
  }
}
.nice-slideshow .swiper-wrapper {
  margin-bottom: var(--pad-sm);
}
@media (min-width: 768px) {
  .nice-slideshow .swiper-wrapper {
    margin-top: var(--pad-sm);
  }
}
.nice-slideshow .swiper-wrapper:has(figcaption) + .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .nice-slideshow .swiper-wrapper:has(figcaption) + .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.25rem;
  }
}
@media only screen and (min-height: 550px) and (min-width: 50em) {
  .nice-slideshow .swiper-wrapper:has(figcaption) + .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.75rem;
  }
}
@media only screen and (min-width: 1230px) {
  .nice-slideshow .swiper-wrapper:has(figcaption) + .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 7rem;
  }
}
.nice-slideshow__slide {
  display: inline-block;
  max-width: 1200px;
  text-align: left;
  margin-bottom: 0;
}
.nice-slideshow .icon--slider-arrow {
  display: none;
}
.nice-slideshow .swiper-button-next, .nice-slideshow .swiper-button-prev {
  transition: var(--transition-short);
  opacity: 0.33;
  padding: 2rem;
  margin-top: -2rem;
  width: calc(var(--swiper-navigation-size) + 3.5rem);
  height: 50%;
  transform: translateY(-50%);
}
.nice-slideshow .swiper-button-next:hover, .nice-slideshow .swiper-button-prev:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .nice-slideshow .swiper-button-next, .nice-slideshow .swiper-button-prev {
    display: none;
  }
}
.nice-slideshow .swiper-button-next {
  right: 0;
}
.nice-slideshow .swiper-button-prev {
  left: 0;
}
.nice-slideshow .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.nice-slideshow .swiper-pagination-bullet-active {
  background: rgb(var(--text-color));
}

/*# sourceMappingURL=nice-slideshow.css.map */
