

.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 .seperator				{ height:1px; margin:20px 0px; }
.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:#272E3E; color:#FFFFFF; }
.testimonial-post-odd						{ border-top:10px solid #CFDD2E; }
.testimonial-post-even						{ border-top:10px solid #8DCDEF; }
.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 .seperator				{ background:#858B9B; }
.testimonial-post-odd .name					{ color:#CFDD2E; }
.testimonial-post-even .name				{ color:#8DCDEF; }



/** 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%; }
	
}