body {
  background-color: #faf9f4;
}

.hidden {
  display: none;
}

.gallery .filter-wrapper .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 100px;
}

@media (max-width: 1023px) {
  .gallery .filter-wrapper .filters {
    display: none;
  }
}

.gallery .filter-wrapper .filters .filter {
  color: #1A2633;
  font-family: Mont;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0 20px;
  cursor: pointer;
}

.gallery .filter-wrapper .filters .filter.selected {
  color: #1A0AF8;
}

.gallery .filter-wrapper .filters .filter:hover {
  color: #CA2596;
}

.gallery .tablet-filter-list {
  position: absolute;
  top: 137px;
  right: 44px;
  display: none;
}

@media (max-width: 1023px) {
  .gallery .tablet-filter-list {
    display: block;
  }
}

@media (max-width: 767px) {
  .gallery .tablet-filter-list {
    position: unset;
    margin-top: 5px;
    margin-bottom: 43px;
  }
}

.gallery .categories-list:hover .custom-select__trigger .arrow {
  display: none;
}

.gallery .categories-list:hover .custom-select__trigger .arrow-hover {
  display: block;
}

.gallery .categories-list {
  min-width: 280px;
  width: 100%;
  height: 45px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .gallery .categories-list {
    max-width: unset;
  }
}

.gallery .categories-list .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}

.gallery .categories-list .custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #FFFFFF;
}

.gallery .categories-list .custom-select__trigger {
  color: #1A2633;
  font-family: Mont;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1A0AF8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  height: 100%;
}

.gallery .categories-list .custom-select__trigger .arrow {
  width: 11px;
  height: 10px;
  margin-left: auto;
  margin-right: 20px;
}

.gallery .categories-list .custom-select__trigger .arrow-hover {
  display: none;
}

.gallery .categories-list .custom-options {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid #1A0AF8;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  padding: 6px 0;
  overflow: auto;
}

.gallery .categories-list .custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.gallery .categories-list .custom-option.selected {
  background-color: #1A0AF8;
  color: #FFFFFF;
}

.gallery .categories-list .custom-option {
  font-family: Mont;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  display: block;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery .categories-list .custom-option:hover {
  background-color: #CDCCDD;
}

.gallery .gallery-wrapper .item-container:last-child {
  margin-bottom: 0;
}

.gallery .gallery-wrapper .item-container {
  position: relative;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 70px;
}

@media (max-width: 1023px) {
  .gallery .gallery-wrapper .item-container {
    margin-left: -40px;
    padding-left: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .gallery .gallery-wrapper .item-container {
    margin-left: -30px;
    padding-left: 30px;
  }
}

.gallery .gallery-wrapper .item-container .image-container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.gallery .gallery-wrapper .item-container .content {
  color: #1A2633;
  line-height: 24px;
}

@media (max-width: 1023px) {
  .gallery .gallery-wrapper .item-container .content {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .gallery .gallery-wrapper .item-container .content {
    margin-bottom: 20px;
  }
}

.gallery .gallery-wrapper .item-container .content .title {
  font-family: Mont;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .gallery .gallery-wrapper .item-container .content .title {
    margin-bottom: 10px;
  }
}

.gallery .gallery-wrapper .item-container .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .gallery .gallery-wrapper .item-container .content .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gallery .gallery-wrapper .item-container .content .info .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Nunito Sans";
  font-size: 15px;
  min-width: 235px;
  font-weight: bold;
}

.gallery .gallery-wrapper .item-container .content .info .description {
  font-family: "Nunito Sans";
  font-size: 15px;
  max-width: 450px;
}

@media (max-width: 767px) {
  .gallery .gallery-wrapper .item-container .content .info .description {
    max-width: unset;
    margin: 20px 0 0;
  }
}

.gallery .gallery-wrapper .item-container .content .info .description.wider {
  max-width: 635px;
}

@media (max-width: 767px) {
  .gallery .gallery-wrapper .item-container .content .info .description.wider {
    max-width: unset;
  }
}

.gallery .gallery-wrapper .item-container .picture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .gallery-wrapper .item-container .picture-list .image-wrap:last-child {
  margin-right: 0;
}

.gallery .gallery-wrapper .item-container .picture-list .image-wrap {
  width: 215px;
  height: 162px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
  margin-top: 30px;
}

.gallery .gallery-wrapper .item-container .picture-list .image-wrap img {
  height: 100%;
  position: absolute;
}

@media (max-width: 1023px) {
  .gallery .gallery-wrapper .item-container .picture-list .image-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .gallery .gallery-wrapper .item-container .picture-list .image-wrap {
    margin: 20px 0 0;
    width: 100%;
    height: auto;
  }
  .gallery .gallery-wrapper .item-container .picture-list .image-wrap img {
    height: unset;
    position: unset;
    width: 100%;
  }
}

.gallery .gallery-wrapper .item-container .picture-list .image-wrap.fit-width img {
  width: 100%;
}

#lightbox .lb-caption {
  font-family: Mont;
  font-weight: bold;
  font-size: 19px;
  color: #FAF8F4;
}

#lightbox .lb-number {
  font-family: Mont;
  font-weight: normal;
  font-size: 17px;
  color: #FAF8F4;
}
/*# sourceMappingURL=gallery.css.map */