html, body {
  scroll-behavior: smooth;
}

header, footer {
  display: none;
}

figure {
  margin-top: 0;
}

.wp-site-blocks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wp-element-button:hover,
.wp-block-button__link:hover,
.wp-element-button:active,
.wp-block-button__link:active {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--base) !important;
}

.wp-element-button.is-style-outline:hover,
.is-style-outline .wp-block-button__link:hover,
.wp-element-button.is-style-outline:active,
.is-style-outline .wp-block-button__link:active {
  background-color: var(--wp--preset--color--base) !important;
  color: currentColor !important;
}

.has-primary-text .wp-block-button__link:hover {
  color: var(--wp--preset--color--primary) !important;
}

.has-rounded-corners {
  border-radius: 4px;
}

.wp-block-button img {
  vertical-align: bottom;
  position: relative;
  left: 8px;
}
.wp-block-button.has-img-left img {
  left: -8px;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots li.slick-active {
  background-color: #dc2626 !important;
  background-image: none;
}

.gutentor-module .slick-dots li {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
}

.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-next {
  right: 0 !important;
}

.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-prev {
  left: 0 !important;
}

.gutentor-module .slick-next,
.gutentor-module .slick-prev {
  background: rgba(0, 0, 0, 0.2) !important;
}

.gutentor-module .slick-next:hover,
.gutentor-module .slick-prev:hover {
  background: #dc2626 !important;
}

.wp-block-cover {
  min-height: 0;
}

.has-primary-color a {
  color: var(--wp--preset--color--primary) !important;
}

.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-prev, .gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-next {
  margin-top: -15px !important;
}

.review-block .grid-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

form.fluent_form_3 .ff-btn-submit {
  background-color: var(--wp--preset--color--primary) !important;
}

.fluentform_wrapper_3 {
  margin-top: 18px !important;
}

.map-copy {
  display: inline-block;
  border-radius: 3px;
}

.map-cover {
  text-align: center;
}

@media (max-width: 900px) {
  .phone-number-header {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .column-reverse {
    flex-direction: column-reverse !important;
  }
  .start-home {
    padding-top: 20px !important;
  }
  .wp-block-heading br {
    display: none;
  }
  .locations-banner {
    padding: 40px !important;
  }
  footer .is-layout-flex {
    align-items: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 450px) {
  .header-row .wp-block-site-logo {
    width: 130px;
  }
}
@media (max-width: 350px) {
  .header-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
  }
}/*# sourceMappingURL=main.css.map */