/**
 * Testimonial
 */
.lmu-testimonial {
	position: relative;
	padding: 15px 30px;
	background-color: #f5f5f5;
	text-align: center;
}
@media only screen and (max-width: 780px) {
	.lmu-testimonial {
		padding: 15px;
	}
}
.lmu-testimonial__quote {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
}
.lmu-testimonial__quote span {
	display: inline-block;
	vertical-align: top;
	height: 13px;
	width: 16px;
	background-repeat: no-repeat;
}
.lmu-testimonial__quote span:first-of-type {
	background-image:url('../../images/quote_mark_green_left.png');
	margin-right: 3px;
}
.lmu-testimonial__quote span:last-of-type {
	background-image:url('../../images/quote_mark_green_right.png');
	margin-left: 3px;
}
.lmu-testimonial__author,
.lmu-testimonial__description,
.lmu-testimonial__author-company {
	font-size: 15px;
}
.lmu-testimonial__author {
	font-weight: 700;
	font-size: 15px;
}
.lmu-testimonial__date {
	padding-top: 10px;
	font-size: 13px;
}
