.gallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.single-gallery-image img {
  width: 90%;
  max-width: 1200px;
  height: auto;
  max-height: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-card {
  max-width: 500px;
}

.gallery-navigation i {
  font-size: 23px;
  color: rgba(97, 119, 128, 0.5882352941);
}

.gallery-navigation-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
}

.gallery-navigation-link:focus-visible {
  outline: 2px solid rgba(97, 119, 128, 0.8);
  outline-offset: 4px;
}

.gallery-navigation {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.previous-image-navigation {
  justify-self: start;
}

.gallery-navigation-home {
  justify-self: center;
}

.next-image-navigation {
  justify-self: end;
}

.gallery-navigation-home a {
  color: rgba(97, 119, 128, 0.5882352941);
  font-size: 20px;
  text-decoration: none;
}

.gallery-item {
  margin: 5px;
  /* Zoom In #2 */
}
.gallery-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item img {
  transition: 0.3s ease-out;
}
.gallery-item :hover img {
  transform: scale(1.03);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.wp-caption-text {
  display: none;
}

.single-gallery-title {
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  z-index: 3;
}

.single-gallery-intro {
  text-align: center;
  width: 100%;
  padding: 0 25%;
  margin-bottom: 20px;
  z-index: 3;
}
.single-gallery-intro p {
  margin-bottom: 30px;
  font-size: 16px;
}
.single-gallery-intro span {
  font-size: 11px;
  margin-right: 5px;
  line-height: 15px;
}

.back-gallery-chevron {
  vertical-align: middle;
  color: #617780;
}

.back-gallery-text a {
  color: #617780;
  text-decoration: none;
  font-size: 16px;
}

.single-gallery-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  width: 100%;
}

.entry-header {
  background-color: transparent;
  height: auto;
}

.single-gallery-title {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  text-align: center;
  line-height: 150%;
  align-content: center;
}

.single-gallery-photo-title {
  font-size: 1.45em;
  margin-top: 34px;
}

.single-gallery-content {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .gallery-item img {
    height: 120px;
  }
}
@media (max-width: 740px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .gallery-item img {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .gallery-navigation {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .single-gallery-image img {
    width: 90%;
  }
  .single-gallery-intro {
    padding: 0 15%;
  }
  .single-gallery-title {
    margin-top: 32px;
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
  }
  .single-gallery-photo-title {
    margin-top: 28px;
  }
  .single-gallery-content {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media (max-width: 500px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .gallery-item img {
    height: auto;
  }
  .gallery-item {
    margin: 0px;
    margin-bottom: 10px;
  }
  .single-gallery-intro {
    padding: 0 12%;
  }
  .single-gallery-title {
    margin-top: 28px;
  }
  .single-gallery-photo-title {
    margin-top: 24px;
  }
  .single-gallery-overlay {
    height: 450px;
  }
}/*# sourceMappingURL=gallery.css.map */
