/* Change the following values if you change Foundation's version */
.gallery-containers {
  width: 100%;
  position: absolute;
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media screen and (min-width: 40em) {
  .gallery-containers {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .gallery-containers {
    max-width: 1160px;
  }
}
@media screen and (min-width: 75em) {
  .gallery-containers {
    max-width: 1440px;
  }
}

.pswp__top-bar {
  height: 48px;
}
@media screen and (min-width: 40em) {
  .pswp__top-bar {
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .pswp__top-bar {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 75em) {
  .pswp__top-bar {
    padding-bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.pswp__caption {
  width: 100%;
}
.pswp__caption .pswp__caption_visible {
  text-align: center;
  color: #FFFFFF !important;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}
.pswp__caption .pswp__caption__center {
  color: #FFFFFF !important;
  max-width: none;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center;
  transition: all 0.5s;
}
.pswp__caption .pswp__caption__center.hidden {
  opacity: 0;
  height: 60px;
}
@media screen and (min-width: 40em) {
  .pswp__caption .pswp__caption__center {
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: left;
  }
  .pswp__caption .pswp__caption__center p {
    margin-left: 25%;
    width: 50%;
  }
  .pswp__caption .pswp__caption__center p.longform-post-header {
    font-size: 20px;
    line-height: 25px;
  }
}
.pswp__caption .pswp__caption__center p {
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .pswp__caption .pswp__caption__center p {
    margin: 0 10px;
  }
}
@media screen and (min-width: 40em) {
  .pswp__caption .pswp__caption__center p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 64em) {
  .pswp__caption .pswp__caption__center p {
    margin-bottom: 19px;
  }
}
.pswp__caption .pswp__caption__center p.longform-post-header {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

.pswp__button--close {
  cursor: pointer;
  background-image: none !important;
  font-size: 30px;
  top: 0;
}
@media screen and (min-width: 40em) {
  .pswp__button--close {
    background-position: -1px -45px;
  }
}
@media screen and (min-width: 64em) {
  .pswp__button--close {
    background-position: 7px -37px;
  }
}

.pswp__counter {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 15px;
  padding: 14px;
}
.pswp__counter b {
  font-weight: 500;
}
@media screen and (min-width: 40em) {
  .pswp__counter {
    height: auto;
    padding: 14px 20px;
  }
}

.buttons-container {
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 44px;
}
@media screen and (min-width: 40em) {
  .buttons-container {
    height: 100px;
  }
}
.buttons-container .pswp__button--arrow--left,
.buttons-container .pswp__button--arrow--right {
  visibility: visible !important;
  font-size: 30px;
}
@media screen and (max-width: 39.9375em) {
  .buttons-container .pswp__button--arrow--left,
  .buttons-container .pswp__button--arrow--right {
    width: 44px;
    height: 44px;
  }
}
.buttons-container .pswp__button--arrow--left:before,
.buttons-container .pswp__button--arrow--right:before {
  content: "";
  background-color: transparent;
  background-image: none;
  left: 7px;
}
@media screen and (min-width: 40em) {
  .buttons-container .pswp__button--arrow--left:before,
  .buttons-container .pswp__button--arrow--right:before {
    left: 15px;
  }
}
.buttons-container .pswp__button--arrow--left:before {
  content: "\e92d";
}
.buttons-container .pswp__button--arrow--right:before {
  content: "\e912";
  left: 4px;
}
@media screen and (min-width: 40em) {
  .buttons-container .pswp__button--arrow--right:before {
    left: 25px;
  }
}

.pswp__scroll-wrap .row {
  padding: 0 10px;
}

.pswp__caption {
  background-color: rgba(0, 0, 0, 0.75);
  min-height: 32px;
}

.pswp__caption--fake {
  display: none !important;
}

.pswp__ui--idle .top-container, .pswp__ui--idle .pswp__caption, .pswp__ui--hidden .top-container, .pswp__ui--hidden .pswp__caption {
  opacity: 1 !important;
}
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 1 !important;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.7);
}

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