  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-photo-gallery {
  background-color: #fff;
}
.block-photo-gallery__inner {
  padding-bottom: 2.5rem;
}
.block-photo-gallery .wombat-slider-container {
  position: relative;
}
.block-photo-gallery .swiper-container {
  overflow: hidden;
}
.block-photo-gallery .swiper-wrapper {
  height: 52.8vw;
  max-height: 53.5rem;
}
.block-photo-gallery .c-slide-gallery {
  width: 100%;
  height: 100%;
}
.block-photo-gallery .c-slide-gallery__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  margin: 0;
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .c-slide-gallery__image {
    border-radius: 1rem;
  }
}
.block-photo-gallery .c-slide-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-photo-gallery .swiper-button {
  top: 0;
  width: 4.375rem;
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .swiper-button {
    width: 9.5rem;
  }
}
.block-photo-gallery .swiper-button.swiper-button-prev {
  left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .swiper-button.swiper-button-prev {
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
  }
}
.block-photo-gallery .swiper-button.swiper-button-prev::after {
  width: 3.25rem;
  height: 2.75rem;
  background-image: url("/wp-content/themes/saint-paul-college/img/icon-arrow-right-big.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(101%) contrast(101%);
  transform: rotate(180deg);
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .swiper-button.swiper-button-prev::after {
    width: 4.5rem;
    height: 3.75rem;
  }
}
.block-photo-gallery .swiper-button.swiper-button-next {
  right: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .swiper-button.swiper-button-next {
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.block-photo-gallery .swiper-button.swiper-button-next::after {
  width: 3.25rem;
  height: 2.75rem;
  background-image: url("/wp-content/themes/saint-paul-college/img/icon-arrow-right-big.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(101%) contrast(101%);
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .swiper-button.swiper-button-next::after {
    width: 4.5rem;
    height: 3.75rem;
  }
}
.block-photo-gallery .swiper-pagination {
  top: unset;
  bottom: -2.5rem;
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .swiper-pagination {
    text-align: left;
  }
}
.block-photo-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #000;
  background-color: transparent;
  opacity: 1;
}
@media screen and (min-width: 577px) {
  .block-photo-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.block-photo-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

/*# sourceMappingURL=block_photo-gallery.css.map*/