/**
* 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 .main-content .content .page-title {
  margin-bottom: 35px;
}

.page-template-archive-testimonial .main-content .content .testimonial {
  position: relative;
  padding: 45px 15px 30px;
  margin: 0 auto 40px;
  max-width: 945px;
  background: linear-gradient(180deg, rgba(21, 27, 61, 0.97) 4.96%, #151B3D 27.35%);
  backdrop-filter: blur(19.5px);
}

.page-template-archive-testimonial .main-content .content .testimonial:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 33px 27px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 768px) {
  .page-template-archive-testimonial .main-content .content .testimonial:before {
    border-width: 0 0 90px 75px;
  }
}
.page-template-archive-testimonial .main-content .content .testimonial .star-holder {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-testimonial .main-content .content .testimonial .star-holder {
    margin-bottom: 32px;
  }
}
.page-template-archive-testimonial .main-content .content .testimonial .testimonials-item {
  margin: 0 auto;
  max-width: 550px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-archive-testimonial .main-content .content .testimonial .testimonials-item {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .page-template-archive-testimonial .main-content .content .testimonial .testimonials-item {
    padding: 0 20px;
  }
}
.page-template-archive-testimonial .main-content .content .testimonial .testimonials-item .testimonials-content p {
  color: #fff;
}

.page-template-archive-testimonial .main-content .content .testimonial .testimonials-item .author {
  margin-top: 18px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

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

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