File: /var/www/html/site/newsite/wp-content/themes/digital-download/sass/components/_captions.scss
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
margin-top: 0;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
font-size: 0.722em;
color: #86919d;
}
.wp-caption-text {
text-align: center;
}