/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography


******************************************************************/
/* line 8, ../../scss/templates/page-testimonials.scss */
.testimonial .content {
  padding: 30px;
}
/* line 10, ../../scss/templates/page-testimonials.scss */
.testimonial .content .open-quote {
  font-family: "Cardo", "Georgia", Cambria, Times New Roman, Times, serif;
  left: -45px;
  opacity: 0.1;
  position: absolute;
  font-size: 144px;
  top: -60px;
}
/* line 17, ../../scss/templates/page-testimonials.scss */
.testimonial .content .open-quote:after {
  content: '“';
}
/* line 21, ../../scss/templates/page-testimonials.scss */
.testimonial .content .close-quote {
  font-family: "Cardo", "Georgia", Cambria, Times New Roman, Times, serif;
  display: inline;
  right: -20px;
  opacity: 0.1;
  position: absolute;
  font-size: 144px;
  bottom: -130px;
}
/* line 29, ../../scss/templates/page-testimonials.scss */
.testimonial .content .close-quote:before {
  content: '”';
}
