/**
 * iTestimony
 * Testimonials slider for Joomla! 3.x
 * Author			Amin Shahrokhi
 * Author URL		https://shahrokhi.me
 * Author Email		support@shahrokhi.me
 * Creation Date	September 28, 2014
 * @copyright		Copyright (c) 2014 iTestimony. All rights reserved.
 * @license			GNU General Public License version 3 or later; see LICENSE.txt
**/

.testimonials {
	width: 92%;
	padding: 1%;
	padding-left:30px;
	border: 0px solid #f1f1f1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ececec;
}
.testimonials section {
	width: 100%;
	clear: both;
	display: none;
}
.testimonials section:first-child {
	display: block;
}

.testimonials section:before {
	font-family: FontAwesome;
	content: '\f10d';
	color: #396dc0;
	font-size: 250%;
	line-height: 1.3em;
	float: left;
	margin: 20px 20px 20px 0;
}
.testimonials section p {
	
}
.testimonials section figure {
	text-align: right;
	display: block;
	font: italic 150%/1.3em Times, 'Times New Roman', serif;
	color: #396dc0;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}		
.testimonials section figure:hover {
	color: #666666 !important;
}
.itestimonyheadertext,
.itestimonyfootertext {
	margin: 10px 0;
}