/**
 * 6.4 - Captions
 */

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: italic;
	line-height: 1.87;
	text-align: center;
	opacity: 0.6;
}
