/* Blog — single post hero/content/comments and the category/tag archive
   grid. Brand colors/typography layered on Blocksy's existing markup;
   no template overrides (same reasoning as elsewhere in this theme). */

/* Archive / category grid */

.entries[data-archive] .entry-card {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba( 19, 32, 64, 0.06 );
}

.entries[data-archive] .entry-title a {
	color: #132040;
}

.entries[data-archive] .entry-title a:hover {
	color: #c9a24b;
}

.entries[data-archive] .meta-categories a,
.hero-section .meta-categories a {
	color: #c9a24b;
	font-weight: 600;
	text-transform: none;
}

.entries[data-archive] .entry-excerpt {
	color: #6b6b64;
}

/* Single post hero */

.hero-section .page-title {
	color: #132040;
}

.hero-section .page-description {
	color: #6b6b64;
}

.hero-section .ct-meta-element-date,
.hero-section .ct-meta-element-author {
	color: #6b6b64;
}

.ct-featured-image {
	border-radius: 16px;
	overflow: hidden;
}

/* Post body typography */

.entry-content {
	font-size: 16px;
	line-height: 1.8;
	color: #1c1c1a;
}

.entry-content h2,
.entry-content h3 {
	color: #132040;
}

.entry-content h2 {
	margin-top: 1.6em;
}

.entry-content strong {
	color: #132040;
}

.entry-content a {
	color: #c9a24b;
	text-decoration: underline;
}

/* Comment form */

.comment-reply-title {
	color: #132040;
}

.comment-form input,
.comment-form textarea {
	border-radius: 10px;
	border: 1px solid #e4e1d8;
}

.comment-form .form-submit .submit {
	background: #132040;
	color: #fff;
	border-radius: 999px;
	padding: 12px 28px;
	font-weight: 600;
	border: none;
}

.comment-form .form-submit .submit:hover {
	opacity: 0.9;
}
