/*
Theme Name: No Barriers Summit
Author: wp-pilot
Description: Restored Kause theme look for nobarrierssummit.org.
Version: 1.0.0
*/

/* Blog + published articles */
.blog-post .entry-content,
.blog-index .entry-summary,
.blog-list-item .entry-summary {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}
.blog-page-title,
.blog-article .entry-title {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}
.blog-page-title {
	font-size: 32px;
	margin-bottom: 24px;
}
.blog-article .entry-title {
	font-size: 34px;
}
.blog-list-item {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.blog-list-item .entry-title {
	font-size: 24px;
	margin-bottom: 6px;
}
.blog-list-item .entry-title a {
	color: #333;
	text-decoration: none;
}
.blog-list-item .entry-title a:hover {
	color: #F7982B;
}
.blog-meta {
	color: #888;
	font-size: 14px;
	margin-bottom: 20px;
}
.blog-meta .published {
	border: 0;
	text-decoration: none;
}
.blog-article .entry-content h2 {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: 700;
	font-size: 26px;
	margin: 32px 0 14px;
	color: #333;
}
.blog-article .entry-content h3 {
	font-size: 20px;
	margin: 24px 0 10px;
}
.blog-article .entry-content p {
	margin-bottom: 16px;
}
.blog-article .entry-content a {
	color: #F7982B;
}
.blog-article .entry-content a:hover {
	text-decoration: underline;
}
.blog-article .entry-content ul,
.blog-article .entry-content ol {
	margin: 0 0 16px 22px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-content table {
	width: 100%;
	max-width: 100%;
	display: block;
	overflow-x: auto;
	border-collapse: collapse;
	margin: 20px 0;
}
.entry-content th,
.entry-content td {
	border: 1px solid #ddd;
	padding: 10px 12px;
	text-align: left;
}
.entry-content th {
	background: #f7f7f7;
}
.latest-posts-box {
	margin: 10px 0 20px;
	padding: 16px 20px;
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.latest-posts-box strong {
	display: block;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}
.latest-posts-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-posts-box li {
	padding: 6px 0;
	border-bottom: 1px solid #e8e8e8;
}
.latest-posts-box li a {
	color: #333;
	text-decoration: none;
}
.latest-posts-box li a:hover {
	color: #F7982B;
}
.latest-posts-more {
	margin: 14px 0 0;
}
