.testimonials-section {
  position: relative;
}
.testimonials-section--grid .col-12, .testimonials-section--grid .col-6, .testimonials-section--grid .col-4, .testimonials-section--grid .col-3, .testimonials-section--grid .col-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  min-width: 280px;
  display: flex;
}

.testimonials-wrapper {
  position: relative;
  height: 100%;
  min-height: 350px;
  padding: 10px;
  border-bottom: 2px solid #1b1b1b;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.testimonials-wrapper.testimonial--short {
  background-color: #1b1b1b;
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.testimonials-wrapper.testimonial--short .quotemark {
  color: #EC2227;
}
.testimonials-wrapper.testimonial--short .testimonial-content p {
  color: #ffffff;
  font-size: 25px;
}
.testimonials-wrapper.testimonial--short .testimonial-info {
  color: #ffffff;
}
.testimonials-wrapper.testimonial--short .testimonial-info .testimonial-name h3,
.testimonials-wrapper.testimonial--short .testimonial-info .testimonial-location h4,
.testimonials-wrapper.testimonial--short .testimonial-info .testimonial-product h5 {
  color: #ffffff !important;
}
.testimonials-wrapper.testimonial--regular {
  background-color: #ffffff;
  color: #1b1b1b;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #1b1b1b;
}
.testimonials-wrapper.testimonial--long {
  background-color: #ffffff;
  color: #1b1b1b;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #1b1b1b;
}
.testimonials-wrapper.testimonial--media {
  background-color: #ffffff;
  color: #1b1b1b;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #1b1b1b;
}
.testimonials-wrapper--highlighted {
  border-bottom-width: 4px;
  border-bottom-color: #EC2227;
}

.testimonial-content {
  position: relative;
  flex: 1;
}
.testimonial-content .quotemark {
  font-size: 80px !important;
  color: #EC2227;
  position: absolute;
  top: 40px !important;
  left: 0;
  font-family: "Georgia", serif;
  line-height: 0.8;
}
.testimonial-content p {
  font-size: 1.3em;
  font-family: Montserrat, sans-serif;
  padding-left: 45px;
  padding-top: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.testimonial-readmore {
  display: inline-block;
  margin-top: 10px;
  margin-left: 45px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #EC2227;
  text-decoration: none;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
.testimonial-readmore:hover {
  text-decoration: underline;
  color: #ca1116;
}

.testimonial-info {
  padding: 10px;
  padding-left: 45px;
  color: #1b1b1b;
  max-width: 100%;
  margin-top: auto;
  position: relative;
}
.testimonial-info .testimonial-name h3 {
  font-size: 24px !important;
  text-transform: uppercase;
  font-family: kon-tiki-aloha-jf, sans-serif;
  line-height: 1em;
  margin: 0 !important;
  color: #1b1b1b !important;
}
.testimonial-info .testimonial-location h4,
.testimonial-info .testimonial-product h5 {
  font-size: 12px !important;
  color: #1b1b1b !important;
  text-transform: uppercase;
  line-height: 1.4em;
  font-family: Montserrat, sans-serif !important;
  margin: 0 !important;
}
.testimonial-info .testimonial-location h4 {
  font-size: 12px !important;
  font-weight: bold;
}

.testimonial-product h5 .product-chevron {
  color: #EC2227;
  font-weight: bold;
  margin-right: 3px;
  font-size: 1.3em;
}

.testimonial-content--video {
  position: relative;
  width: calc(100% + 20px);
  margin: -10px -10px 20px -10px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
}
.testimonial-content--video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 3;
  pointer-events: none;
}
.testimonial-content--video iframe,
.testimonial-content--video embed,
.testimonial-content--video object,
.testimonial-content--video video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0;
  position: relative;
  z-index: 1;
}
.testimonial-content--video .wp-block-embed,
.testimonial-content--video .wp-block-embed__wrapper,
.testimonial-content--video .wp-video,
.testimonial-content--video .wp-video-shortcode,
.testimonial-content--video figure,
.testimonial-content--video p,
.testimonial-content--video div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.testimonials-wrapper--video-combo .testimonial-content--video {
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0 !important;
}
.testimonials-wrapper--video-combo .testimonial-content--video > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.testimonials-wrapper--video-combo .testimonial-content--video > iframe,
.testimonials-wrapper--video-combo .testimonial-content--video > embed,
.testimonials-wrapper--video-combo .testimonial-content--video > object,
.testimonials-wrapper--video-combo .testimonial-content--video > video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: 0 !important;
  display: block;
}
.testimonials-wrapper--video-combo .testimonial-content--video .wp-block-embed,
.testimonials-wrapper--video-combo .testimonial-content--video .wp-block-embed__wrapper,
.testimonials-wrapper--video-combo .testimonial-content--video .wp-video,
.testimonials-wrapper--video-combo .testimonial-content--video .wp-video-shortcode,
.testimonials-wrapper--video-combo .testimonial-content--video .mejs-container,
.testimonials-wrapper--video-combo .testimonial-content--video .mejs-mediaelement,
.testimonials-wrapper--video-combo .testimonial-content--video figure,
.testimonials-wrapper--video-combo .testimonial-content--video figcaption,
.testimonials-wrapper--video-combo .testimonial-content--video p,
.testimonials-wrapper--video-combo .testimonial-content--video div,
.testimonials-wrapper--video-combo .testimonial-content--video span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.testimonials-wrapper--video-combo .testimonial-content--video iframe,
.testimonials-wrapper--video-combo .testimonial-content--video embed,
.testimonials-wrapper--video-combo .testimonial-content--video object,
.testimonials-wrapper--video-combo .testimonial-content--video video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: 0 !important;
}
.testimonials-wrapper--video-combo .testimonial-content--video .mejs-controls {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
}
.testimonials-wrapper--video-combo .testimonial-content--video .embed-responsive,
.testimonials-wrapper--video-combo .testimonial-content--video .responsive-embed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.testimonial-content--image {
  position: relative;
  width: calc(100% + 20px);
  margin: -10px -10px 20px -10px;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial-content--image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: blur(20px);
  transform: scale(1.1);
  z-index: 1;
}
.testimonial-content--image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 10;
}
.testimonial-content--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  display: block;
}

.testimonials-section--carousel {
  position: relative;
  padding: 0 60px;
}
.testimonials-section--carousel .rr-carousel {
  position: relative;
  overflow: visible;
}
.testimonials-section--carousel .rr-carousel-viewport {
  overflow: hidden;
}
.testimonials-section--carousel .rr-carousel-inner {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
  transform: translateX(0);
}
.testimonials-section--carousel .rr-carousel-item {
  position: relative;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
  display: block;
  float: none;
  margin-right: 0;
  backface-visibility: hidden;
  opacity: 1;
}
.testimonials-section--carousel .testimonial-slide-item {
  padding: 0 10px;
  height: 100%;
  display: flex;
}
.testimonials-section--carousel .testimonial-slide-item .testimonials-wrapper {
  width: 100%;
  min-height: 350px;
}
.testimonials-section--carousel .rr-carousel-prev,
.testimonials-section--carousel .rr-carousel-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease;
}
.testimonials-section--carousel .rr-carousel-prev:hover,
.testimonials-section--carousel .rr-carousel-next:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.testimonials-section--carousel .rr-carousel-prev:focus,
.testimonials-section--carousel .rr-carousel-next:focus {
  outline: none;
  box-shadow: 0 0 0 2px #EC2227;
}
.testimonials-section--carousel .rr-carousel-prev {
  left: -54px;
}
.testimonials-section--carousel .rr-carousel-next {
  right: -54px;
}
.testimonials-section--carousel .rr-carousel-nav-icon {
  font-size: 30px;
  font-weight: normal;
  color: #1b1b1b;
  line-height: 1;
}
@media (max-width: 991px) {
  .testimonials-section--carousel {
    padding: 0 55px;
  }
  .testimonials-section--carousel .rr-carousel-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .testimonials-section--carousel .rr-carousel-prev {
    left: -50px;
  }
  .testimonials-section--carousel .rr-carousel-next {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .testimonials-section--carousel {
    padding: 0 45px;
  }
  .testimonials-section--carousel .rr-carousel-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .testimonials-section--carousel .rr-carousel-prev,
  .testimonials-section--carousel .rr-carousel-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .testimonials-section--carousel .rr-carousel-prev {
    left: -42px;
  }
  .testimonials-section--carousel .rr-carousel-next {
    right: -42px;
  }
  .testimonials-section--carousel .rr-carousel-nav-icon {
    font-size: 22px;
  }
}

/*# sourceMappingURL=rr-testimonials-main.css.map */
