/* Compatibility fixes kept from the former wp_head inline block. */

span.work-title {
  color: #383432;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.request-estimate .wpcf7-spinner {
  display: none;
}

.request-estimate form input[type="submit"] {
  margin-bottom: 10px !important;
}

.steps-of-work h1,
.steps-of-work h2,
.steps-of-work h3,
.steps-of-work h4,
.steps-of-work h5,
.steps-of-work h6 {
  margin-bottom: 5px;
}

.services-photos .gallery-item {
  width: 23% !important;
  margin-right: 2%;
}

.services-photos .gallery-item:last-child {
  margin-right: 0;
}

.reviews iframe {
  min-height: 80vh !important;
}

@media screen and (max-width: 768px) {
  .services-photos .gallery-item {
    width: 48% !important;
    margin-right: 2%;
  }
}
