/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/posts-filter/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/* gallery filter css start */
.page-wrapper {
  padding-top: 4.75em;
}

.categoryTitle {
  padding-bottom: 0.25em;
}

.categoryTitle p {
  color: #271D7A;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.7;
}

.block-container {
  font-size: 1em;
  margin: 0 auto;
  max-width: 80em;
  padding: 0 2em;
}

.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-item {
  display: block;
  margin-bottom: 4.5em;
  text-decoration: none;
  width: calc(25% - 0.575em);
}

.gallery-item.hidden {
  display: none;
}

.gallery-img-box {
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  padding-bottom: 86.25%;
  position: relative;
  width: 100%;
}

.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%;
}

@media only screen and (max-width: 1500px) {
  .gallery-item {
    margin-bottom: 3.25em;
  }
}
@media only screen and (max-width: 1200px) {
  .block-container {
    padding: 0 1.5em;
  }
  .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.5em 0 2.25em;
  }
}
@media only screen and (max-width: 900px) {
  .block-container {
    padding: 0 1em;
  }
  .gallery-item {
    width: calc(50% - 0.3em);
    margin-bottom: 2em;
  }
  .filter-buttons-group {
    margin: 0.5em 0 2em;
  }
}
.spinner {
  display: none;
  text-align: center;
  margin: 20px 0;
}

.spinner-icon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #271D7A;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .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: 11.5em;
  }
  .gallery-filter-row .gallery-filter-select-wrapper.select-wrapper select {
    min-width: auto;
    width: 100%;
  }
  .gallery-filter-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .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;
  }
}

/*# sourceMappingURL=style-index.css.map*/