/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Sub block testimonial
   2.	Widget testimonial
   - - - - - - - - -
 */
/* @group 1. Sub block testimonial */
.SectionTestimonialWrap {
  text-align: center;
}
.SectionTestimonialWrap h4 {
  font-size: 1.6em;
  line-height: 1.3em;
  font-style: italic;
}
.SectionTestimonialWrap blockquote {
  border: none;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 1rem;
  font-style: italic;
}
.SectionTestimonialWrap cite {
  font-style: normal;
  margin-bottom: 2rem!important;
  display: block;
  font-weight: 400;
}
/* @end */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .testimonialSection .TestimonialWidget blockquote {
    font-size: 1.5em!important;
    line-height: 1.4em;
  }
  .testimonialSection .TestimonialWidget cite {
    font-size: 12px;
  }
}
/*# sourceMappingURL=testimonials.css.map */