/*
Theme Name: SCPlanner
Theme URI: https://scplanner.net/
Author: wp-pilot
Description: Restored SCPlanner marketing landing page.
Version: 1.0.0
*/

/* ---- Interior site header bar (blog/single pages) ---- */
.site-header-bar {
	background: #2c2e31;
	padding: 18px 0;
}
.site-header-bar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header-bar .site-logo img {
	height: 40px;
	width: auto;
}
.site-header-bar .site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header-bar .site-nav li {
	display: inline-block;
}
.site-header-bar .site-nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
	margin-left: 26px;
	padding: 5px 0;
}
.site-header-bar .site-nav a:hover {
	border-bottom: 2px solid #f70;
}

/* ---- Blog content ---- */
.blog-post,
.blog-index {
	background: #fff;
	padding: 60px 0;
}
.blog-post .container,
.blog-index .container {
	max-width: 820px;
}
.blog-page-title,
.blog-article .entry-title,
.blog-list-item .entry-title {
	color: #394e5b;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	line-height: 1.25;
}
.blog-page-title {
	font-size: 32px;
	padding-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-article .entry-title {
	font-size: 34px;
	margin-bottom: 12px;
}
.blog-list-item {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaedef;
}
.blog-list-item .entry-title {
	font-size: 22px;
	margin-bottom: 8px;
}
.blog-list-item .entry-title a {
	color: #394e5b;
	text-decoration: none;
}
.blog-list-item .entry-title a:hover {
	color: #f70;
}
.blog-meta {
	color: #8a97a1;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.blog-meta .published {
	border: 0;
	text-decoration: none;
}
.blog-article .entry-content,
.blog-list-item .entry-summary {
	color: #394e5b;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	line-height: 1.75;
}
.blog-article .entry-content h2 {
	color: #394e5b;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	font-size: 26px;
	margin: 40px 0 16px;
}
.blog-article .entry-content h3 {
	color: #394e5b;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin: 30px 0 12px;
}
.blog-article .entry-content p {
	margin-bottom: 20px;
}
.blog-article .entry-content a {
	color: #f60;
	text-decoration: none;
}
.blog-article .entry-content a:hover {
	text-decoration: underline;
}
.blog-article .entry-content ul,
.blog-article .entry-content ol {
	margin: 0 0 20px 22px;
}
.blog-article .entry-content li {
	margin-bottom: 8px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 20px 0;
}
.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 #e2e6e9;
	padding: 10px 14px;
	text-align: left;
}
.entry-content th {
	background: #f4f6f7;
	font-family: Montserrat, sans-serif;
}

/* ---- Homepage "Latest posts" section ---- */
.latest-posts {
	background: #f4f6f7;
	padding: 50px 50px;
}
.latest-posts .container {
	max-width: 820px;
}
.latest-posts-box strong {
	display: block;
	color: #394e5b;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin-bottom: 14px;
}
.latest-posts-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-posts-box li {
	padding: 8px 0;
	border-bottom: 1px solid #e2e6e9;
	font-family: Roboto, sans-serif;
}
.latest-posts-box li a {
	color: #394e5b;
	text-decoration: none;
}
.latest-posts-box li a:hover {
	color: #f70;
}
.latest-posts-more {
	margin: 16px 0 0;
}
.latest-posts-more a {
	color: #f60;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	text-decoration: none;
}
