You have this being generated:
ARTICLE DIV DIV.gallery.galleryid-51.gallery-columns-3.gallery-size-medium DL.gallery-item DD#gallery-1-64.wp-caption-text.gallery-caption, ARTICLE DIV DIV.gallery.galleryid-51.gallery-columns-3.gallery-size-medium DL.gallery-item DD#gallery-1-71.wp-caption-text.gallery-caption, ARTICLE DIV DIV.gallery.galleryid-51.gallery-columns-3.gallery-size-medium DL.gallery-item DD#gallery-1-70.wp-caption-text.gallery-caption {
font-size: 16px !important;
font-family:'gothambold1' !important;}
DIV HEADER DIV.brand.span3.pull-left H1 A.site-title {
font-family:'toledoheavysfbold0' !important;}
which needs to be removed.
You’d then be able to customise:
.entry-caption, .tc-gallery-style .gallery-caption, .wp-caption .wp-caption-text {
font-style: italic; /* Change to normal */
font-size: 12px;
font-size: .7rem; /* Change to preferred */
line-height: 1.3em;
color: #757575; /* Change to preferred */
font-family: 'Comic Sans' /* Change to preferred */
}