/* Extracted from the WordPress Customizer (style#wp-custom-css). */
body.single-post article.post {
	max-width: 720px;
  margin: 0 auto !important;
}

body.single-post article.post header h6{
	font-family: "Roboto", sans-	serif;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}

body .page-section.section-page-title {
    min-height: 108px;
    padding: 300px 0px 30px 0px;
}

.img-fluid {
	width: 100%;
	height: auto;
}

figure {
	padding: 30px;
}



figcaption {
	font-size: 1.5rem;
	font-weight:bold;
	text-align: center;
	line-height: 1.125;
}
