/* Main Layout */
#js-blog .t-main-content-element {
	padding-bottom: 7rem;
	padding-top: 2rem;
}

/* Blog Home/Archive Layout */
@media screen and (max-width: 767px) {
	.t-blog-archives__featured-media > img {
		margin-bottom: 1rem;
		width: 100%;
	}
}

.t-blog-archives__post {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.t-blog-archives__post h2 {
	margin-bottom: 0.25rem;
}

.t-blog-archives__post h3 {
	margin-bottom: 0.5rem;
}

.t-blog-archives__post iframe {
	height: 320px;
}

.t-blog-archives__meta-info {
	font-size: 0.9rem;
}

.t-blog-archives__featured-media img {
	border: 1px solid var(--black);
	padding: 0.25rem;
}

/* Headings */
.t-blog-post__content h2,
.t-blog-post__content h3,
.t-blog-post__content h4,
.t-blog-post__content h5 {
	font-weight: bold;
	margin-top: 1rem;
}

.t-blog-post__content h2 {
	font-size: 1.75rem;
	line-height: 1.25;
}

.t-blog-post__content h3 {
	font-size: 1.25rem;
	line-height: 1.25;
}

/* Individual Post */
.t-blog-post__featured-media {
	margin-bottom: 1rem;
}

.t-blog-post__individual .c-heading-charlie {
	margin-bottom: 0.5rem;
}

.t-blog-post__meta-info {
	font-size: 0.875rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

.t-blog-post__content figure {
	margin: 1.5rem auto;
	text-align: center;
}

.t-blog-post__share-buttons {
	display: block;
	margin-top: 0.5rem;
}

.t-blog-post__tags span {
	font-size: 0.9rem;
}

.t-blog-post__tags .c-button--hollow:not([class*="u-bg-"]):hover {
	border: 1px solid #a6a6a6;
	color: #fff;
}

.t-blog-post__comments {
	background: #f8f7f7;
	border: 1px solid #e7e5e5;
	padding: 2rem;
}

.t-blog-post__comments-individual {
	border-bottom: 1px solid #e7e5e5;
	margin-bottom: 1rem;
}

.t-blog-post__comments_form {
	border-top: 1px solid #f1f1f1;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.t-blog-post__comments_form h3 {
	text-align: center;
}

.t-blog-post__comments_form .c-form-list__item {
	max-width: 100%;
}

.t-blog-post__comments-meta {
	font-size: 0.9em;
}

.blog-image-container {
	display: flex;
}

.post-back-to-home {
	border-top: 1px solid #f1f1f1;
	margin-top: 2rem;
	padding-top: 1rem;
}

/* Pagination */
.t-blog-archive__pagination {
	font-size: 1.1rem;
}

.t-blog-archive__pagination a {
	border: 1px solid #eee;
	display: inline-block;
	padding: 0.25rem;
	width: 2em;
}

.t-blog-archive__pagination a:hover {
	border-color: #000;
}

.t-blog-archive__current-page {
	color: #000;
}

/* Sidebar */
.t-page-blog--sidebar-heading {
	color: var(--red-400);
	margin: 0;
	padding: 2rem 0 0.5rem 0;
}

.t-page-blog--sidebar-scroll {
	max-height: 40dvh;
	overflow-y: auto;
	padding: 0 1rem 1rem 0;
}

.t-page-blog--sidebar-post,
.t-page-blog--sidebar-tagcloud,
.t-page-blog--sidebar-category {
	line-height: 1.4;
	padding: 0 0 0.5em 0;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}

.t-page-blog--sidebar-post.is-active,
.t-page-blog--sidebar-category.is-active {
	color: var(--red-400-alt);
	font-weight: bold;
}

#sb-sidebar {
	min-width: 100%;
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 60em) {
	#sb-sidebar {
		padding: 1rem 1rem 3rem 1rem;
	}
}

.t-page-blog--sidebar-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sb-sidebar .t-blog__search-button {
}

.t-page-blog--post-tag,
.t-page-blog--sidebar-tag {
	margin: 0 2px 5px 0;
}

.t-page-blog--sidebar-link {
	display: block;
	text-decoration: none;
}

.t-page-blog--sidebar-link:hover {
	color: var(--red-400-alt);
	text-decoration: underline;
}

.t-blog__current-post {
	color: #000;
}

/* Sidebar - Admin Section */
.t-blog__admin-section {
	background: #eee;
	border: 2px dashed #ccc;
	font-size: .8em;
	margin: 2rem 0;
	padding: 1rem;
	text-align: center;
}

.t-blog__admin-section ul {
	margin-bottom: 0;
	margin-top: 1rem;
}


/* iframe PDF */
.t-page-blog--iframe-pdf {
	border: none;
	display: block;
	height: 80dvh;
	margin: 1rem auto;
	width: 100%;
}

a.pdfemb-viewer {
	background: url("/%STORE_BASEHREF%/gd-build-assets/for-theme/new-pdf-icon-32x32.png") left top no-repeat;
	background-size: 16px;
	display: inline-block;
	line-height: 1.2;
	margin: 0 0 0 2px;
	min-height: 16px;
	min-width: 16px;
	padding: 0 0 0 26px;
}

/* Ported over from the Wordpress content so the layout looks not broken */
.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.wp-block-preformatted {
	white-space: pre-wrap;
}
