/*
Theme Name: Clineca Blog
Theme URI: https://clineca.com/blog
Description: Blog theme for clineca.com/blog. Reuses the main website's header, footer, fonts and CSS (from /common and /assets) so the blog matches the rest of clineca.com.
Author: Clineca
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
*/

/* The main site navbar is fixed-top, so push blog content below it. */
.cln-blog-wrap {
	padding-top: 0;
}

/* Page title band (matches the site's dark sections) */
.cln-page-title {
	background: #23262d;
	color: #fff;
	padding: 150px 0 60px;
	margin-bottom: 50px;
	text-align: center;
}
@media (max-width: 991px) {
	.cln-page-title { padding-top: 110px; }
}
.cln-page-title h1 {
	color: #fff;
	margin: 0;
	font-size: 36px;
	line-height: 1.2;
}
.cln-page-title .cln-breadcrumb {
	margin-top: 12px;
	opacity: .75;
	font-size: 14px;
}

/* Blog content */
.cln-blog-content { padding-bottom: 80px; }

.cln-post-card { margin-bottom: 50px; }
.cln-post-card .cln-post-thumb img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 22px;
}
.cln-post-title {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.cln-post-title a { color: #23262d; }
.cln-post-title a:hover { color: #2f7df6; }

.cln-post-meta {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #8b8e99;
	margin-bottom: 18px;
}
.cln-post-meta a { color: #8b8e99; }

.cln-post-content { font-size: 16px; line-height: 1.8; color: #4a4d57; }
.cln-post-content h2,
.cln-post-content h3,
.cln-post-content h4 { margin: 32px 0 14px; color: #23262d; }
.cln-post-content img { max-width: 100%; height: auto; border-radius: 6px; }
.cln-post-content blockquote {
	border-left: 3px solid #2f7df6;
	padding-left: 20px;
	margin: 24px 0;
	color: #23262d;
	font-style: italic;
}

.cln-pagination { margin-top: 40px; }
.cln-pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	border: 1px solid #e4e4e8;
	border-radius: 4px;
	color: #23262d;
	text-decoration: none;
}
.cln-pagination .page-numbers.current,
.cln-pagination .page-numbers:hover {
	background: #2f7df6;
	border-color: #2f7df6;
	color: #fff;
}

/* Comments */
.cln-comments { margin-top: 50px; }
