/*# sourceMappingURL=style.css.map */

.lvca-testimonials .lvca-testimonial {
	margin-bottom: 50px;
}

.lvca-testimonials .lvca-testimonial-text {
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 30px;
	text-align: center;
	text-align: center;
	position: relative;
	padding: 20px;
	margin-bottom: 40px;
	font-style: italic;
	font-size: 15px;
	line-height: 24px;
	color: #888;
	max-width: 450px;
}

.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text {
	color: #666;
	background: #eee;
}

.lvca-testimonials .lvca-testimonial-text:after {
	content: "";
	display: block;
	background: #fff;
	background: #fff;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	transform: rotate(45deg);
	transform: skew(0deg, -44deg);
	-webkit-transform: rotate(45deg);
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -12px;
	left: 40px;
	margin: auto;
}

.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text:after {
	background: #eee;
}

.lvca-testimonials .lvca-testimonial-user {
	display: table;
}

.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper {
	display: table-cell;
}

.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper img {
	max-width: 64px;
	border-radius: 50%;
	margin-right: 20px;
}

.lvca-testimonials .lvca-testimonial-user .lvca-text {
	display: table-cell;
	vertical-align: middle;
	color: #888;
}

.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text {
	color: #909090;
}

.lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
	font-size: 18px;
	font-size: 15px;
	line-height: 26px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 5px;
}

.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
	color: #e5e5e5;
}
