/* Client preview homepage hero - isolated from the old carousel styles. */
.page-template-client-home-template #page-slider.sada-hero-slider {
  background: #fff !important;
  clear: both !important;
  direction: ltr !important;
  display: block !important;
  margin: 28px 0 34px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.page-template-client-home-template #page-slider.sada-hero-slider *,
.page-template-client-home-template #page-slider.sada-hero-slider *:before,
.page-template-client-home-template #page-slider.sada-hero-slider *:after {
  box-sizing: border-box;
}

.page-template-client-home-template #page-slider.sada-hero-slider .container {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1220px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative !important;
  width: 100% !important;
  z-index: 1 !important;
}

.page-template-client-home-template .sada-hero-grid {
  align-items: start !important;
  direction: ltr !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr) !important;
  width: 100% !important;
}

.page-template-client-home-template .sada-hero-column {
  display: grid !important;
  gap: 34px !important;
  min-width: 0 !important;
}

.page-template-client-home-template .sada-hero-featured {
  min-width: 0 !important;
}

.page-template-client-home-template .sada-hero-card {
  background: #fff !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: relative !important;
  width: 100% !important;
}

.page-template-client-home-template .sada-hero-card,
.page-template-client-home-template .sada-hero-card a {
  color: #111 !important;
}

.page-template-client-home-template .sada-hero-thumb {
  background: #eee !important;
  display: block !important;
  float: none !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  text-decoration: none !important;
  width: 100% !important;
}

.page-template-client-home-template .sada-hero-thumb img {
  border: 0 !important;
  display: block !important;
  float: none !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  object-fit: cover !important;
  width: 100% !important;
}

.page-template-client-home-template .sada-hero-card-side .sada-hero-thumb {
  aspect-ratio: 16 / 10 !important;
}

.page-template-client-home-template .sada-hero-card-featured .sada-hero-thumb {
  aspect-ratio: 16 / 10.65 !important;
}

.page-template-client-home-template .sada-hero-category {
  background: #ef5946 !important;
  bottom: 0 !important;
  color: #fff !important;
  display: inline-block !important;
  font: 700 15px/1 'Roboto Condensed', Arial, sans-serif !important;
  left: 0 !important;
  letter-spacing: 0 !important;
  max-width: 88% !important;
  padding: 13px 16px !important;
  position: absolute !important;
  right: auto !important;
  text-transform: uppercase !important;
  top: auto !important;
}

.page-template-client-home-template .sada-hero-card-featured .sada-hero-category {
  background: #3c8dcc !important;
  font-size: 18px !important;
  padding: 17px 22px !important;
}

.page-template-client-home-template .sada-hero-copy {
  background: #fff !important;
  direction: ltr !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  text-align: left !important;
}

.page-template-client-home-template .sada-hero-copy time {
  color: #ef5946 !important;
  display: block !important;
  font: 700 19px/1.2 'Roboto Condensed', Arial, sans-serif !important;
  letter-spacing: 0 !important;
  margin: 22px 0 16px !important;
  text-transform: uppercase !important;
}

.page-template-client-home-template .sada-hero-copy h2 {
  border: 0 !important;
  color: inherit !important;
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.page-template-client-home-template .sada-hero-card-side .sada-hero-copy h2 {
  color: #ef5946 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
}

.page-template-client-home-template .sada-hero-card-featured .sada-hero-copy {
  text-align: center !important;
}

.page-template-client-home-template .sada-hero-card-featured .sada-hero-copy time {
  font-size: 19px !important;
  margin-top: 24px !important;
}

.page-template-client-home-template .sada-hero-card-featured .sada-hero-copy h2 {
  font-size: 38px !important;
  line-height: 1.18 !important;
}

.page-template-client-home-template .sada-hero-copy h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

.page-template-client-home-template .sada-hero-copy h2 a:hover {
  color: #ef5946 !important;
}

@media screen and (max-width:1199px) {
  .page-template-client-home-template .sada-hero-grid {
    gap: 20px !important;
  }

  .page-template-client-home-template .sada-hero-card-featured .sada-hero-copy h2 {
    font-size: 32px !important;
  }

  .page-template-client-home-template .sada-hero-card-side .sada-hero-copy h2 {
    font-size: 20px !important;
  }
}

@media screen and (max-width:991px) {
  .page-template-client-home-template .sada-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .page-template-client-home-template .sada-hero-column {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .page-template-client-home-template .sada-hero-featured {
    order: -1 !important;
  }
}

@media screen and (max-width:767px) {
  .page-template-client-home-template #page-slider.sada-hero-slider {
    margin: 18px 0 24px !important;
  }

  .page-template-client-home-template .sada-hero-grid,
  .page-template-client-home-template .sada-hero-column {
    display: block !important;
  }

  .page-template-client-home-template .sada-hero-card {
    margin-bottom: 26px !important;
  }

  .page-template-client-home-template .sada-hero-card-featured .sada-hero-copy,
  .page-template-client-home-template .sada-hero-copy {
    text-align: left !important;
  }

  .page-template-client-home-template .sada-hero-card-featured .sada-hero-copy h2 {
    font-size: 28px !important;
  }

  .page-template-client-home-template .sada-hero-card-side .sada-hero-copy h2 {
    font-size: 22px !important;
  }
}
