/*********************************************************
// Resets
*********************************************************/
.AFONES-Testimonials span, 
.AFONES-Testimonials a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}

.AFONES-Testimonials a:active, 
.AFONES-Testimonials a:focus,
.AFONES-Testimonials a:hover { outline: 0; }
.AFONES-Testimonials a { background: transparent; }
.AFONES-Testimonials a img { border: none; }

/*********************************************************
// Testimonials
*********************************************************/
.AFONES-Testimonial {
	margin: 15px auto;
	padding: 15px;
	line-height: 25px;
	background: #E9E9E9;
	overflow: auto;
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	}

.AFONES-Testimonial-Inner { margin: auto; }

.AFONES-Testimonial-Quotes {
	margin-left: -85px;
	position: relative;
	float: left;
	}

.AFONES-Testimonial img.attachment-thumbnail,
.AFONES-Testimonial img.attachment-post-thumbnail {
	margin-right: 60px;
	margin-bottom: 10px;
	width: 150px;
	-webkit-border-radius: 50%;
	   -mox-border-radius: 50%;
			border-radius: 50%;
	float: left;
	}

.AFONES-Testimonial-Content { margin: 10px 0 0 0; }
.AFONES-Testimonial-Text { position: relative; }

.AFONES-Testimonial-Author {
	margin-top: 10px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	}

.AFONES-Testimonial-Dummy-Img {
	min-width: 90px;
	min-height: 120px;
	display: block;
	float: left;
	}
	
.AFONES-Testimonial.Centered .AFONES-Testimonial-Quotes,
.AFONES-Testimonial.Centered .AFONES-Testimonial-Dummy-Img { display: none; }
.AFONES-Testimonial.Centered .AFONES-Testimonial-Content { text-align: center; }

.AFONES-Testimonial.No-Quotes .AFONES-Testimonial-Quotes { display: none; }
.AFONES-Testimonial.No-Quotes img.attachment-thumbnail,
.AFONES-Testimonial.No-Quotes img.attachment-post-thumbnail { margin-right: 20px; }

.AFONES-Testimonial.Author-Top .AFONES-Testimonial-Author {
	margin-top: 0;
	margin-bottom: 10px;
	}