body.page-template-page-finishing-gallery-list {
  background: #242021;
}
body.page-template-page-finishing-gallery-list footer, body.page-template-page-finishing-gallery-list footer .bottom {
  color: #fff;
  background: #242021;
}
body.page-template-page-finishing-gallery-list footer .copyrights, body.page-template-page-finishing-gallery-list footer a, body.page-template-page-finishing-gallery-list footer .bottom .copyrights, body.page-template-page-finishing-gallery-list footer .bottom a {
  color: #fff;
}

section.finishing-gallery-list-hero {
  position: relative;
  height: 100vh;
  max-height: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 80px;
  color: #fff;
  background-size: cover;
  background-position: center right;
  background-color: #000;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-hero {
    padding: 150px 20px 50px 20px;
    max-height: 100%;
    height: 100%;
  }
}
section.finishing-gallery-list-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(178deg, rgba(36, 32, 33, 0) 0%, #242021 95%) 0% 0% no-repeat padding-box;
}
section.finishing-gallery-list-hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-hero .container {
    padding-top: 40px;
  }
}
section.finishing-gallery-list-hero .hero-content {
  max-width: 600px;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-hero .hero-content {
    max-width: 100%;
  }
}
section.finishing-gallery-list-hero .hero-content h1 span {
  display: block;
}
section.finishing-gallery-list-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.finishing-gallery-list-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.finishing-gallery-list-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.finishing-gallery-list-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.finishing-gallery-list-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.finishing-gallery-list-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.finishing-gallery-list-hero .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 20px;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-hero .hero-content p {
    margin: 20px 0;
  }
}

section.finishing-gallery-list-grid {
  background: #242021;
}
section.finishing-gallery-list-grid .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
section.finishing-gallery-list-grid .gallery .gallery-cover {
  width: calc(33% - 14px);
  position: relative;
}
@media (max-width: 992px) {
  section.finishing-gallery-list-grid .gallery .gallery-cover {
    width: calc(50% - 12.5px);
  }
}
@media (max-width: 768px) {
  section.finishing-gallery-list-grid .gallery .gallery-cover {
    width: 100%;
  }
}
section.finishing-gallery-list-grid .gallery .gallery-cover .cover {
  overflow: hidden;
  height: 180px;
  margin-bottom: 12px;
}
section.finishing-gallery-list-grid .gallery .gallery-cover .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
section.finishing-gallery-list-grid .gallery .gallery-cover h3 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 5px 10px 5px 10px;
}
section.finishing-gallery-list-grid .gallery .gallery-cover .icon {
  position: relative;
  height: 0;
}
section.finishing-gallery-list-grid .gallery .gallery-cover .icon i {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5b400;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-45deg);
}
section.finishing-gallery-list-grid .buttons {
  margin-top: 40px;
  text-align: center;
}
section.finishing-gallery-list-grid .buttons .is-loading {
  opacity: 0.5;
}
section.finishing-gallery-list-grid .buttons .is-loading:hover {
  background: #f5b400;
}

/*# sourceMappingURL=page-finishing-gallery-list.css.map */
