/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/testimonial-slider/_testimonial-slider.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/veq0jrt.css);
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/testimonial-slider/_testimonial-slider.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Add font scale with media query as per configuration on $body-text
 * Ex: @include body-text( h1 );
 * This will add font-size and line-height with different breakpoints.
 */
/*----------------
		Font
------------------*/
/*---------------------------------
		Font Weights
-----------------------------------*/
/*---------------------------------
		RWest Theme Colors Variables
-----------------------------------*/
.testimonial-slider.block {
  padding: 35px 0 35px;
}
.testimonial-slider.block .heading {
  text-align: center;
}
.testimonial-slider.block.aligncenter .heading {
  text-align: center;
}
.testimonial-slider.block.alignleft .heading {
  text-align: left;
}
.testimonial-slider.block.alignright .heading {
  text-align: right;
}

.testimonial-slider.generations > .row {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider.generations > .row {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.testimonial-slider.generations .heading {
  margin-bottom: 20px;
}
.testimonial-slider.generations .testimonials {
  padding-bottom: 50px;
  overflow: hidden;
}
.testimonial-slider.generations .testimonial-wrap {
  padding: 20px 40px;
  background: #f5f5f5;
  border-radius: 20px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-slider.generations .testimonial-wrap .content-with-read-more {
  margin-bottom: 8px;
  /* Expanded by default on tablet/mobile */
}
@media only screen and (max-width: 1023px) {
  .testimonial-slider.generations .testimonial-wrap .content-with-read-more .read-more-toggle span, .testimonial-slider.generations .testimonial-wrap .content-with-read-more .read-more-toggle img {
    display: none;
  }
  .testimonial-slider.generations .testimonial-wrap .content-with-read-more .read-more-toggle img {
    transform: rotate(-180deg);
  }
  .testimonial-slider.generations .testimonial-wrap .content-with-read-more .read-more-content {
    display: inline;
  }
}
.testimonial-slider.generations .slider {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-slider.generations .slick-dots {
  bottom: -45px;
}
.testimonial-slider.generations .slick-prev {
  left: -20px;
}
.testimonial-slider.generations .slick-next {
  right: -20px;
}

/*# sourceMappingURL=testimonial-slider.css.map*/