
/* THEME: Two Picks */
/* VERSION: 1.2.3 */

.testimonial_rotator.template-two-picks .slide { width: 100%; height: auto; }
/* stack horizontally on large view screens */
.testimonial_rotator.template-two-picks .testimonial_rotator_slide_inner {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.testimonial_rotator.template-two-picks .has-image .img,
.testimonial_rotator_single.has-image.template-two-picks .img { 
	width: 20%; 
	margin-right: 5%; 
	float: left; 
	padding: 0; 
	padding-top: .5em; 
}

.testimonial_rotator.template-two-picks .has-image .img img,
.testimonial_rotator_single.has-image.template-two-picks .img img { 
	width: 100%; 
	max-width: 150px; 
	height: auto; 
}

.testimonial_rotator.template-two-picks .has-image .text,
.testimonial_rotator_single.has-image.template-two-picks .text { 
	width: 75%; 
	float: left; 
	padding: 0; 
	margin: 0; 
}

.testimonial_rotator.template-two-picks .testimonial_rotator_author_info { font-style: italic; line-height: 1.2em; padding: 10px 0 10px 15px; border-left: solid 3px #efefef; margin: 10px 0; }
.testimonial_rotator.template-two-picks .testimonial_rotator_author_info p { font-size: 1.1em; line-height: 1.2em; }


/* WIDGET OVERRIDES (IF NECCESSARY) */

.widget .testimonial_rotator.template-two-picks .has-image .text { font-size: 0.9em; }

/* Media Queries */
@media only screen and (max-width: 1023px) {
	/* stack vertically on small view screens */
	.testimonial_rotator.template-two-picks .testimonial_rotator_slide_inner {
		width: 100%;
		float: none;
		padding: 0;
		clear: both;
	}

	.testimonial_rotator.template-two-picks .has-image .img,
	.testimonial_rotator_single.has-image.template-two-picks .img { 
		width: 100%; 
		margin-right: 5%; 
		float: none; 
		padding: 0; 
		padding-top: .5em; 
	}

	.testimonial_rotator.template-two-picks .has-image .img img,
	.testimonial_rotator_single.has-image.template-two-picks .img img { 
		width: 100%; 
		max-width: 150px; 
		height: auto; 
	}

	.testimonial_rotator.template-two-picks .has-image .text,
	.testimonial_rotator_single.has-image.template-two-picks .text { 
		width: 100%; 
		float: none; 
		padding: 0; 
		margin: 0; 
	}
}