

.testimonial-post							{ clear:both; padding:20px; }
.testimonial-post.tp-image					{}
.testimonial-post.tp-image .image			{ float:right; width:40%; overflow:hidden; text-align:center; }
.testimonial-post.tp-image .image img		{ width:100%; height:auto; }
.testimonial-post.tp-image .text-wrapper	{ float:left; width:55%; }
.testimonial-post .name						{ font-weight:600; }
.testimonials .tail							{ margin:0px 0px 30px 30px; width:30px; }
.testimonials .tail img						{ width:100%; max-width:60px; max-height:60px; }

.testimonial-post							{ background:#EAE6DF; color:#656566; }
.testimonial-post.tp-image .image			{ box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.4); -moz-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.4); -webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.4); }
.testimonial-post-odd .name					{ color:#A30234; }
.testimonial-post-even .name				{ color:#A30234; }



/** RESPONSIVE **/
@media screen and (max-width:600px){
	
	.testimonial-post.tp-image .image			{ float:none; width:100%; border:none; margin:0px 0px 20px 0px; }
	.testimonial-post.tp-image .text-wrapper	{ float:none; width:100%; }
	
}