  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.node--type-photo-gallery .photo-gallery-items {
  padding-bottom: 1.5rem;
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .node--type-photo-gallery .photo-gallery-items {
    padding-bottom: 3.5rem;
    padding-top: 6rem;
  }
}

.node--type-photo-gallery .photo-gallery-items .photo-gallery-item {
  margin-bottom: 2.5rem;
}

.node--type-photo-gallery .photo-gallery-items .photo-gallery-item--link {
  display: block;
  background: #EEEEED;
  text-decoration: none;
  border-radius: .5rem;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.node--type-photo-gallery .photo-gallery-items .photo-gallery-item--link:focus, .node--type-photo-gallery .photo-gallery-items .photo-gallery-item--link:hover {
  background: #4670C9;
}

.node--type-photo-gallery .photo-gallery-items .photo-gallery-item--link:focus .photo-gallery-item--name, .node--type-photo-gallery .photo-gallery-items .photo-gallery-item--link:hover .photo-gallery-item--name {
  border-color: #E83E3E;
  color: #fff;
}

.node--type-photo-gallery .photo-gallery-items .photo-gallery-item--thumb img {
  max-width: 100%;
  height: auto;
  max-height: 271px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .node--type-photo-gallery .photo-gallery-items .photo-gallery-item--thumb img {
    max-width: 386px;
    max-height: 100%;
  }
}

.node--type-photo-gallery .photo-gallery-items .photo-gallery-item--name {
  border-top: solid 6px #1E3F84;
  color: #1E3F84;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 1.5rem 2rem 2rem;
  margin: 0;
}

.node--type-photo-gallery .photo-gallery-items .photo-gallery-item--description {
  display: none;
}

.mfp-figure figure {
  display: block;
  width: auto;
}

.mfp-figure figure img {
  padding-bottom: 0;
}

.mfp-figure figure figcaption {
  background: none;
  border: none;
  display: block;
  padding: 1rem 0 0;
  color: #fff;
  font-size: 2rem;
}

.mfp-figure figure .mfp-bottom-bar {
  margin: 0;
}

/*# sourceMappingURL=../sourcemaps/content-type--photo-gallery.css.map */
