/* ------------------------------------------------------------ *\
	Section Testimonials
\* ------------------------------------------------------------ */

.lvw-section-testimonials { padding: 30px 0; background: rgba(74, 87, 98, .08); }

.lvw-section-testimonials h5 { font-size: 20px; font-weight: 300; opacity: .9; }

.lvw-section-testimonials .lvw-section__testimonial { margin: 0 40px; text-align: center; }
.lvw-section-testimonials .lvw-section__testimonial img { max-height: 120px; width: auto; margin: 0 auto 13px; }
.page-template-default .lvw-section-testimonials .lvw-section__testimonial img { max-height: 120px;width: auto;margin: 0 auto 13px;}
.lvw-section-testimonials .lvw-section__testimonial p.lvw-section__title { margin-top: 0; font-family: 'SuisseIntl-Light', sans-serif; line-height: 1.2; font-weight: 400; font-size: 17px; color: #4a5762; letter-spacing: .5px; margin-bottom: 3px; }
.lvw-section-testimonials .lvw-section__testimonial a { color: #4a5762; text-decoration: none; letter-spacing: .5px; font-size: 13px; font-weight: 500; line-height: 1.1; }
.lvw-section-testimonials .lvw-section__testimonial span { color: #4a5762; text-decoration: none; letter-spacing: .5px; font-size: 13px; font-weight: 500; line-height: 1.1; }
.lvw-section-testimonials .lvw-section__testimonial p { line-height: 1.1; }
.lvw-section-testimonials .lvw-section__testimonial a:hover { text-decoration: underline; }
.lvw-section-testimonials h2 {
	text-align: center;
	margin-bottom: 1rem;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.lvw-section-testimonials { padding-bottom: 20px; }
	.lvw-section-testimonials h5 { text-align: center; margin-top: 0; }
	
	.lvw-section-testimonials .lvw-section__testimonial { margin-bottom: 20px; }
	.lvw-section-testimonials .lvw-section__testimonial img { max-height: 100px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.lvw-section-testimonials h5 { margin-bottom: 20px; }
	
	.lvw-section-testimonials .lvw-section__testimonial img { max-height: 80px; }
}