/*-------------------------
testimonials
--------------------------*/
.wp-block.testimonials {
  padding: 40px 40px;
}
@media only screen and (min-width: 768px) {
  .wp-block.testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.wp-block.testimonials .outer-wrapper {
  border-top: 1px solid var(--link-lines);
  border-bottom: 1px solid var(--link-lines);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 849px;
}
.wp-block.testimonials .slick-track {
  display: flex !important;
}
.wp-block.testimonials .slick-slide {
  height: inherit !important;
}
.wp-block.testimonials .inner-test {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wp-block.testimonials .wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 639px;
}
.wp-block.testimonials .wrapper .slick-prev {
  background: transparent url(/wp-content/themes/hallettindependent/assets/images/down-chevron.svg) no-repeat center center/36px;
  width: 40px;
  height: 40px;
  padding: 20px;
  border: none;
  font-size: 0;
  position: absolute;
  left: -90px;
  top: calc(50% - 20px);
  cursor: pointer;
  display: none !important;
  transform: rotate(90deg);
}
@media only screen and (min-width: 990px) {
  .wp-block.testimonials .wrapper .slick-prev {
    display: block !important;
  }
}
.wp-block.testimonials .wrapper .slick-next {
  cursor: pointer;
  background: transparent url(/wp-content/themes/hallettindependent/assets/images/down-chevron.svg) no-repeat center center/36px;
  width: 40px;
  height: 40px;
  padding: 20px;
  border: none;
  font-size: 0;
  position: absolute;
  right: -90px;
  top: calc(50% - 20px);
  display: none !important;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 990px) {
  .wp-block.testimonials .wrapper .slick-next {
    display: block !important;
  }
}
.wp-block.testimonials .slick-dots {
  display: flex;
}
@media only screen and (min-width: 990px) {
  .wp-block.testimonials .slick-dots {
    padding-top: 0;
    display: none;
  }
}
.wp-block.testimonials q {
  text-align: center;
  font-weight: 300;
}
.wp-block.testimonials .title {
  text-align: center;
}
.wp-block.testimonials .company-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 5px;
}
.wp-block.testimonials .company-details .company {
  font-weight: 300;
}
.wp-block.testimonials .slick-dots li {
  margin: 0;
}
.wp-block.testimonials .slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #cfd4da;
  font-size: 0;
  margin-left: 4px;
  margin-right: 4px;
}
.wp-block.testimonials .slick-dots li.slick-active button {
  background: #c5af67;
}

/*# sourceMappingURL=style.css.map */
