/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2018 | 21:47:34 */
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
	font-family:'Open Sans', Helvetica, Arial;
	border-bottom:1px solid #eee;
	background-color:#fcfcfc;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align:left;
	font-size:11px;
	padding-left:5px;
}
.wp-caption .wp-caption-text {
	margin: 5px 0;
}

figure.wp-caption {
margin-bottom:25px;
}

