/*
Theme name: Pilgrim Medical Center
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

.article-single { font-size: 14px; line-height: 1.4; }
.article-single h1 { font-size: 28px; }
.article-single h2 { font-size: 20px; }
.article-single h3 { font-size: 20px; color: #3c8c93; }
.article-single h4 { font-size: 18px; }
.article-single h5 { font-size: 18px; }
.article-single h6 { font-size: 18px; }


.article-single ul li,
.article-single ol li { margin-left: 15px; padding: 5px 0; }

.article-single blockquote { border-left: 5px solid #3b8d93; padding-left: 10px;  }

.wp-caption { text-align: center; }