/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-archive-testimonial .page-desc {
  margin: 0 auto 40px;
}

.page-template-archive-testimonial .testimonials .testimonials-item {
  padding: 30px 15px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 30px 2px rgba(16, 21, 31, 0.1);
}

@media screen and (min-width: 768px) {
  .page-template-archive-testimonial .testimonials .testimonials-item {
    padding: 30px;
  }
}
.page-template-archive-testimonial .testimonials .testimonials-item .icon-holder {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .page-template-archive-testimonial .testimonials .testimonials-item .icon-holder svg {
    width: 42px;
    height: auto;
  }
}
.page-template-archive-testimonial .testimonials .testimonials-item .video-holder {
  margin: 0 auto 20px;
  max-width: 570px;
  box-shadow: 144px 127px 54px 0 rgba(0, 0, 0, 0), 92px 81px 49px 0 rgba(0, 0, 0, 0.01), 52px 46px 41px 0 rgba(0, 0, 0, 0.05), 23px 20px 31px 0 rgba(0, 0, 0, 0.09), 6px 5px 17px 0 rgba(0, 0, 0, 0.1);
}

.page-template-archive-testimonial .testimonials .testimonials-item .testimonials-content {
  margin-bottom: 20px;
}

.page-template-archive-testimonial .testimonials .testimonials-item .testimonials-content p {
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}

.page-template-archive-testimonial .testimonials .testimonials-item .testimonials-content p:last-child {
  margin-bottom: 0;
}

.page-template-archive-testimonial .testimonials .testimonials-item .author {
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-template-archive-testimonial .testimonials .testimonials-item .author {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.page-template-archive-testimonial .testimonials .testimonials-item .location {
  margin-top: 5px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}

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