/**----------------------------------------
 Base Testimonial Styles
----------------------------------------**/

.testimonial .testimonial-text {
	text-align:left;
	display:block;
	clear:both;
	width:100%;
	margin:0 0 15px;
	font-size:18px;
	font-style:italic;
}

.testimonial .testimonial-author {
	display:block;
	clear:both;
	margin:0 0 30px 30px;
	text-align:left;
	width:100%;
	font-weight:bold;
}

.testimonial .testimonial-name {

}
.testimonial .testimonial-name:before {
	content: " - ";
}
.testimonial .testimonial-name:after {
	content: "";
}
.testimonial .testimonial-company:before {
	content: ", ";
}
.testimonial .testimonial-company:after {
	content: "";
}


/**----------------------------------------
 Carousel Testimonial Styles
----------------------------------------**/

.flex-wrapper-testimonials .testimonial .testimonial-text {
	text-align:left;
	display:block;
	clear:both;
	width:80%;
	margin:0 auto 30px auto;
	font-size:18px;
	font-style:italic;
}

.flex-wrapper-testimonials .testimonial .testimonial-author {
	display:block;
	clear:both;
	margin:0 auto 20px auto;
	text-align:right;
	width:80%;
}

.flex-wrapper-testimonials .testimonial .testimonial-name {
}
.flex-wrapper-testimonials .testimonial .testimonial-name:before {
	content: " - ";
}
.flex-wrapper-testimonials .testimonial .testimonial-name:after {
	content: "";
}
.flex-wrapper-testimonials .testimonial .testimonial-company:before {
	content: ", ";
}
.flex-wrapper-testimonials .testimonial .testimonial-company:after {
	content: "";
}

