/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/gallery-filter/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/* gallery filter css start */
.page-wrapper {
  padding-top: 4.75em;
}

.gallery-filter-row {
  padding-top: 2em;
}

.categoryTitle {
  padding-bottom: 0.25em;
}

.categoryTitle p {
  color: #271D7A;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.7;
}

.filter-buttons-group {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.5em;
  margin: 0.5em 0 3.25em;
}

.filter-button {
  background-color: transparent;
  border: 0.1rem solid #271D7A;
  border-radius: 5em;
  color: #271D7A;
  cursor: pointer;
  font-family: "Albert Sans";
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.7;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  transition: 0.2s ease-in-out;
}

.filter-button:hover, .filter-button.active {
  background-color: #271D7A;
  color: #ffffff;
}

.gallery-row, .gallery-row-placeholder {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.75em;
  width: 100%;
}

.gallery-item {
  display: block;
  margin-bottom: 4.5em;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.gallery-item-placeholder .gallery-img-box,
.gallery-item-placeholder .galleryTitle,
.gallery-item-placeholder .galleryDate {
  animation-duration: 1.75s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #e3e2e2 18%, #eeeeee 33%);
  background-size: 100%;
  border: 0;
  position: relative;
  background-size: 40em 6em;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -23em 0;
  }
  100% {
    background-position: 23em 0;
  }
}
.gallery-item-placeholder .galleryTitle {
  height: 1.2em;
  margin: 0;
}

.gallery-item-placeholder .galleryTitle-2 {
  margin-bottom: 0.25em;
  width: 75%;
}

.gallery-item-placeholder .galleryDate {
  height: 1.25em;
  width: 60%;
}

.gallery-item.hidden {
  display: none;
}

.gallery-img-box {
  border: 0.05em solid #B6B6B6;
  border-radius: 0.5em;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 86.25%;
  position: relative;
  width: 100% !important;
}

.gallery-img-box img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.galleryTitle {
  color: #271D7A;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.25em;
}

.galleryDate {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25;
}

@media only screen and (max-width: 1500px) {
  .galleryTitle {
    font-size: 1.1em;
  }
  .gallery-item {
    margin-bottom: 3.25em;
  }
  .gallery-item-placeholder .galleryTitle {
    height: 1.05em;
  }
  .gallery-filter-row {
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 1200px) {
  .gallery-row, .gallery-row-placeholder {
    grid-column-gap: 0.6em;
  }
  .galleryTitle {
    font-size: 1em;
  }
  .gallery-item-placeholder .galleryTitle {
    height: 0.95em;
  }
  .categoryTitle p {
    font-size: 0.7em;
  }
  .gallery-item {
    margin-bottom: 2.5em;
    width: calc(33.33% - 0.4em);
  }
  .filter-button {
    font-size: 0.8em;
    line-height: 1.5;
    margin-bottom: 0em;
  }
  .filter-buttons-group {
    margin: 0.25em 0 2.25em;
  }
  .page-wrapper {
    padding-top: 4.5em;
  }
  .gallery-filter-row {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 900px) {
  .gallery-filter-row {
    padding-top: 0.5em;
  }
  .gallery-item {
    width: calc(50% - 0.3em);
    margin-bottom: 2em;
  }
  .filter-buttons-group {
    margin: 0.5em 0 2em;
  }
  .galleryTitle {
    font-size: 0.9em;
  }
  .gallery-item-placeholder .galleryTitle {
    height: 0.85em;
  }
  .gallery-item-placeholder .galleryTitle {
    height: 0.8em;
  }
  .galleryDate {
    font-size: 0.7em;
  }
  .page-wrapper {
    padding-top: 3.75em;
  }
}
@media only screen and (max-width: 600px) {
  .gallery-row, .gallery-row-placeholder {
    grid-column-gap: 0.45em;
  }
  .galleryTitle {
    font-size: 0.8em;
  }
  .galleryDate {
    font-size: 0.6em;
  }
  .gallery-item {
    margin-bottom: 1.5em;
    width: calc(50% - 0.225em);
  }
  .gallery-filter-row .gallery-filter-select-wrapper {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex: 1;
    max-width: 100% !important;
  }
  .gallery-filter-row .gallery-filter-select-wrapper.select-wrapper select {
    background: #fff;
    font-family: "Albert Sans", Arial, sans-serif;
    font-weight: 600;
    min-width: auto;
    width: 100%;
  }
  .gallery-filter-row .gallery-filter-select-wrapper.select-wrapper select option {
    font-weight: 600;
  }
  .gallery-filter-row {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    justify-content: space-between;
    margin-bottom: 1em;
    padding: 0.25em 0;
  }
  .gallery-filter-row .filter-buttons-group {
    display: none;
  }
  .gallery-filter-row .categoryTitle {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .categoryTitle p {
    margin-right: 1em;
    white-space: nowrap;
  }
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
}

/*# sourceMappingURL=style-index.css.map*/