/**
 * UI Consistency overrides (no LESS compilation).
 *
 * Scope: main content area only, to avoid breaking header/footer/layout widgets.
 */

/* Typography scope */
#main .entry-content,
#main .wpb_text_column,
#main .textwidget,
#main .about-page-content,
#main .about-page-wrap {
	font-size: 14px;
	line-height: 1.65;
	color: #606060;
}

/* Headings inside content */
#main .entry-content h1,
#main .entry-content h2,
#main .entry-content h3,
#main .entry-content h4,
#main .entry-content h5,
#main .entry-content h6,
#main .wpb_text_column h1,
#main .wpb_text_column h2,
#main .wpb_text_column h3,
#main .wpb_text_column h4,
#main .wpb_text_column h5,
#main .wpb_text_column h6,
#main .textwidget h1,
#main .textwidget h2,
#main .textwidget h3,
#main .textwidget h4,
#main .textwidget h5,
#main .textwidget h6 {
	margin: 18px 0 12px;
	line-height: 1.25;
	color: #201f1f;
	font-family: inherit;
}

#main .entry-content h2,
#main .wpb_text_column h2,
#main .textwidget h2 {
	font-size: 24px;
}

#main .entry-content h3,
#main .wpb_text_column h3,
#main .textwidget h3 {
	font-size: 18px;
}

#main .entry-content h4,
#main .wpb_text_column h4,
#main .textwidget h4 {
	font-size: 16px;
}

#main .entry-content h5,
#main .wpb_text_column h5,
#main .textwidget h5 {
	font-size: 14px;
}

#main .entry-content h6,
#main .wpb_text_column h6,
#main .textwidget h6 {
	font-size: 13px;
}

/* Normalize margins for paragraphs/lists */
#main .entry-content p,
#main .wpb_text_column p,
#main .textwidget p,
#main .entry-content ul,
#main .entry-content ol,
#main .wpb_text_column ul,
#main .wpb_text_column ol,
#main .textwidget ul,
#main .textwidget ol {
	margin-bottom: 14px;
}

#main .entry-content p:last-child,
#main .wpb_text_column p:last-child,
#main .textwidget p:last-child {
	margin-bottom: 0;
}

/* Remove decorative underline bars in content headers */
#main .entry-header .entry-title:after,
#main .faq-title h2:after,
#main .outstock-base-design article.type-page .entry-header .entry-title:after {
	display: none !important;
}

