
/* Testimonials Sidebar */
#testimonials-sidebar { text-align: center; color: #fff; min-height:540px;margin-left:12px; margin-right:12px;}
#testimonials-sidebar h4{ font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; margin: 10px 0; text-shadow:0 2px 2px rgba(0,0,0,.9); font-size: 20px; }
#testimonials-sidebar p { font-style: italic; padding: 5px 15px 10px 15px; font-size: 14px; }
.child-image { width: 100%; margin: 0 auto; }
.child-image img, .view-testimonials a { 
	padding: 8px; background-color: #e4e1df; box-shadow: 2px 2px 10px rgba(0,0,0,.5); 
	background-image: linear-gradient(bottom, rgb(200,193,189) 29%, rgb(229,226,224) 65%);
	background-image: -o-linear-gradient(bottom, rgb(200,193,189) 29%, rgb(229,226,224) 65%);
	background-image: -moz-linear-gradient(bottom, rgb(200,193,189) 29%, rgb(229,226,224) 65%);
	background-image: -webkit-linear-gradient(bottom, rgb(200,193,189) 29%, rgb(229,226,224) 65%);
	background-image: -ms-linear-gradient(bottom, rgb(200,193,189) 29%, rgb(229,226,224) 65%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.29, rgb(200,193,189)),
		color-stop(0.65, rgb(229,226,224))
	);
}
/* Testimonials Page */
.view-testimonials a { color: #666; padding: 10px; display: block; width: 60%; margin: 0 auto; }

.kid-picture, .kid-story { float: left;   }
.kid-picture { width: 20%; margin: 10px; }
.kid-picture img { width: 100%; height: auto; border: 1px solid #B1AFAF; padding: 5px; background: white; }
.kid-story { width: 70%; margin: 10px 10px 10px 15px; }
.kid-story h4 { font-family: 'Playfair Display', serif; font-weight: bold; font-style: italic; color: #E7585D; font-size: 18px; }
.kid-story p { 
	font-style: italic; padding: 20px 10px 0 10px; margin: 10px; text-align: center; text-shadow:1px 1px 0px rgba(255,255,255,.9); color: #666; 
	background-image: url(images/start-quote-s.png), url(images/end-quote-s.png); background-position: top left, bottom right; background-repeat: no-repeat; }
.kid { 

	border-radius: 4px !important; border: 1px solid #C9C9C9 !important; padding: 5px; margin: 10px auto; width: 95%; 
	background-image: linear-gradient(bottom, rgb(224,224,224) 24%, rgb(243,243,243) 62%);
	background-image: -o-linear-gradient(bottom, rgb(224,224,224) 24%, rgb(243,243,243) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 24%, rgb(243,243,243) 62%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 24%, rgb(243,243,243) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 24%, rgb(243,243,243) 62%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, rgb(224,224,224)),
		color-stop(0.62, rgb(243,243,243))
	);

}
