/* THEME: gdswebdesign */

.testimonial_rotator.template-gdswebdesign .slide {
	width: 100%;
	height: auto;
}

.testimonial_rotator_single.has-image.template-gdswebdesign {
    text-align: center;
}

.testimonial_rotator.template-gdswebdesign .has-image .img,
.testimonial_rotator_single.has-image.template-gdswebdesign .img {
	width: 20%;
	float: left;
	padding: 0 2.5%;
	text-align: center;
}

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

.testimonial_rotator.template-gdswebdesign .has-image .text,
.testimonial_rotator_single.has-image.template-gdswebdesign .text {
	width: 70%;
	float: right;
	padding: 0;
	margin: 0;

}

.testimonial_rotator.template-gdswebdesign .testimonial_rotator_slide_title {
	margin: 0 0 1em 0;
    font-size: 1.66666667em;
}

.testimonial_rotator.template-gdswebdesign .testimonial_rotator_author_info {
	font-style: normal;
	line-height: 1.2em;
	padding: 10px 0 10px 0;
	margin: 10px 0;
}

.testimonial_rotator.template-gdswebdesign .testimonial_rotator_author_info p {
	font-size: 1.1em;
	line-height: 1.2em;
}

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

    .testimonial_rotator.template-gdswebdesign .testimonial_rotator_img.img { 
        width: 100%;
    }
	
    .testimonial_rotator.template-gdswebdesign.template-gdswebdesign .text  {
        width: 100%;

    }

}

.template-gdswebdesign .testimonial_rotator_quote {
    font-size: 1.44444444em;
	font-style: italic;
    line-height: 1.52222222em;
    margin-top: 1.19230769em;
    margin-bottom: 0.79487179em;
	padding-bottom: 0em;

	text-align: center;		
}

.template-gdswebdesign .testimonial_rotator_description {

	position: relative;
	padding: 0 70px 1em 70px;
	text-align: center;		
}


.template-gdswebdesign .testimonial_rotator_description:after {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f10d";
    left: 0px;
    top: 0px;
    font-size: 50px;
    color: #911011;
    position: absolute;
    display: block;
}
.template-gdswebdesign .testimonial_rotator_description:before {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: "\f10e";
	right: 0px;
	top: 0px;
	font-size: 50px;
	color: #911011;
	position: absolute;
	display: block;
}