/**
* 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;
  max-width: 100%;
  text-align: center;
  border-radius: 25px 0px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .page-template-archive-testimonial .testimonials .testimonials-item {
    padding: 30px;
  }
}
.page-template-archive-testimonial .testimonials .testimonials-item .icon-holder {
  margin: 0 auto 10px;
  width: 70px;
}

.page-template-archive-testimonial .testimonials .testimonials-item .icon-holder svg {
  width: 100%;
  height: auto;
}

.page-template-archive-testimonial .testimonials .testimonials-item .author {
  margin-top: 10px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-template-archive-testimonial .testimonials .testimonials-item .author {
    margin-top: 21px;
  }
}

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