

/** GENERAL **/
.testimonial-post									{ margin:20px 0px 40px 0px; }
.testimonial-post .content-wrapper					{ position:relative; } 
.testimonial-post .post-content						{ width:500px; padding:20px; }
.testimonial-post.no-image .post-content			{ width:100%; padding:20px 3%; }
.testimonial-post-odd .post-content					{ float:left; }
.testimonial-post-even .post-content				{ float:right; }
.testimonial-post .post-content .text				{}
.testimonial-post .post-content .seperator			{ clear:both; width:100px; margin:30px auto; }
.testimonial-post .post-content .name				{}
.testimonial-post .post-content .address			{ font-style:italic; }
.testimonial-post .post-image						{ position:absolute; top:0; bottom:0; }
.testimonial-post.no-image .post-image				{ display:none; }
.testimonial-post-odd .post-image					{ left:500px; right:0; }
.testimonial-post-even .post-image					{ left:0; right:500px; }

.testimonial-post-even .post-content				{ background:#000000; color:#FFFFFF; }
.testimonial-post-odd .post-content					{ background:#9CC14D; color:#FFFFFF; }
.testimonial-post-even .post-content .seperator		{ border-top:1px solid #999999; }
.testimonial-post-odd .post-content .seperator		{ border-top:1px solid #000000; }



/** RESPONSIVE **/
@media screen and (max-width:970px){
	
	.testimonial-post .post-content			{ width:400px; }
	.testimonial-post-odd .post-image		{ left:440px; }
	.testimonial-post-even .post-image		{ right:440px; }
	
}

@media screen and (max-width:780px){
	
	.testimonial-post .post-content			{ width:350px; }
	.testimonial-post-odd .post-image		{ left:390px; }
	.testimonial-post-even .post-image		{ right:390px; }
	
}

@media screen and (max-width:760px){
	
	.testimonial-post .post-content 		{ width:auto; }
	.testimonial-post-odd .post-content,
	.testimonial-post-even .post-content	{ float:none; }
	.testimonial-post .post-image			{ position:static; height:200px;}
	.testimonial-post-odd .post-image		{ left:0px; }
	.testimonial-post-even .post-image		{ right:0px; }
	
}

@media screen and (max-width:500px){

	.testimonial-post.no-image .post-image			{ display:none; }

}


