/* ==========================================================================
	SINGLE STYLES
========================================================================== */

/* -- Reading progress ---------------------------------------------------- */
#myProgress {
	width: 100%;
	background-color: var(--border-default);
	position: sticky;
	left: 0;
	top: 0;
}

#myBar {
	width: 1%;
	height: 4px;
	background-color: var(--btn-primary-bg);
}

/* -- Single main layout -------------------------------------------------- */
.single-main {}

.single-main .inner-single-main {}

.single-main .inner-single-main .single-post-loop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

/* -- Entry header -------------------------------------------------------- */
.single-main .inner-single-main .single-post-loop .entry-header {
	width: 100%;
	text-align: center;
	order: 1;
	border-bottom: 2px solid var(--border-default);
	margin-bottom: 2rem;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-featured-image {}

.single-main .inner-single-main .single-post-loop .entry-header .entry-featured-image img {}

.single-main .inner-single-main .single-post-loop .entry-header .entry-category {
	display: inline-block;
	font-size: 0.75rem;
	background: var(--ink-100);
	padding: 0.25rem 0.5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--white);
	margin: 1rem auto 0.75rem;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-category a {
	display: inline-block;
	color: var(--white);
	line-height: 1;
	text-decoration: none;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-title {
	margin: 0 auto 1rem;
	max-width: 650px;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-excerpt {
	font-size: 1.25rem;
	font-style: italic;
	margin: 0 auto 1rem;
	max-width: 650px;
	display: block;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-author {
	margin: 0 0 2rem;
	font-size: 14px;
	color:var(--text-secondary);
	font-style: italic;
}

/* -- Reading time and date ---------------------------------------------- */
.single-main .inner-single-main .single-post-loop .entry-header .entry-reading-time-and-date {
	width: 100%;
	max-width: 650px;
	margin: 2rem auto 0;
	padding: 0 0 0.5rem;
	font-size: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-reading-time-and-date .entry-reading-time {
	display: inline-block;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-reading-time-and-date .entry-reading-time .entry-reading-time-icon {
	display: inline-block;
	margin-right: 0.25rem;
	font-weight: 700;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-reading-time-and-date .entry-reading-time .reading-time-number {
	display: inline-block;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-reading-time-and-date .entry-date {
	display: inline-block;
}

.single-main .inner-single-main .single-post-loop .entry-header .entry-reading-time-and-date .entry-date .entry-date-icon {
	display: inline-block;
	margin-right: 0.25rem;
	font-weight: 700;
}

/* -- Entry content ------------------------------------------------------- */
.single-main .inner-single-main .single-post-loop .entry-content {
	width: 100%;
	margin: 0;
	order: 3;
}

.single-main .inner-single-main .single-post-loop .entry-content .entry-excerpt {
	font-size: 1.25rem;
	font-style: italic;
}

/* -- Entry footer -------------------------------------------------------- */
.single-main .inner-single-main .single-post-loop .entry-footer {
	width: 54%;
	max-width: 648px;
	margin: 0 auto;
	order: 5;
}

/* -- Post navigation ----------------------------------------------------- */
.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous,
.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous .nav-subtitle,
.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next .nav-subtitle {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous .nav-title,
.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next .nav-title {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous a:hover,
.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next a:hover {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous .nav-subtitle {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous .nav-title {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-previous a:hover {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next .nav-subtitle {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next .nav-title {}

.single-main .inner-single-main .single-post-loop .entry-footer .post-navigation .nav-links .nav-next a:hover {}

/* -- Comments ------------------------------------------------------------ */
.single-main .inner-single-main .single-post-loop .entry-footer #comments {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 2px solid var(--border-default);
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comments-title {
	margin-top: 0;
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comments-title span {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.even {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.odd {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.thread-even {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.thread-odd {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.depth-1 {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.depth-2 {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.depth-3 {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.depth-4 {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.depth-5 {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment.depth-6 {}

/* -- Comment body -------------------------------------------------------- */
.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body {
	position: relative;
	background: var(--sand-tint-85);
	padding: 1rem 1.5rem;
	margin-left: 72px;
	border-radius: 1rem;
	width: calc(100% - 72px);
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body:before {
	content: "";
	position: absolute;
	top: 24px;
	left: -1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent var(--sand-tint-85) transparent transparent;
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author.vcard {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
	position: absolute;
	left: -72px;
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author .fn {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author .fn .url {
	color: var(--text-secondary);
	text-decoration: none;
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author .says {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-metadata > a {
	color: var(--navy-tint-20);
	font-size: 0.875rem;
	text-decoration: none;
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-metadata > a:hover {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-metadata > a time {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link .comment-edit-link {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-content {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-content p {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-content p a {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-content p a:hover {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .reply {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .reply .comment-reply-link {
	text-decoration: none;
	position: relative;
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .reply .comment-reply-link:after {
	content: "\2935";
	margin-left: 0.25rem;
	line-height: 1;
	top: 30%;
	position: absolute;
}

/* -- Comment form -------------------------------------------------------- */
.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond {
	margin-top: 3rem;
}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #reply-title {margin-top: 0;}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #reply-title small {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #reply-title small #cancel-comment-reply-link {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .logged-in-as {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .logged-in-as a {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .logged-in-as a:hover {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .logged-in-as .required-field-message {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .logged-in-as .required-field-message .required {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .comment-form-comment {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .comment-form-comment label {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .comment-form-comment label .required {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .comment-form-comment #comment {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .form-submit {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .form-submit #submit {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .form-submit #comment_post_ID {}

.single-main .inner-single-main .single-post-loop .entry-footer #comments #respond #commentform .form-submit #comment_parent {}

/* -- Aside --------------------------------------------------------------- */
.single-main .inner-single-main .single-post-loop aside {}

.single-main .inner-single-main .single-post-loop aside .aside-heading {
	font-size: 1.125rem;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 0.75rem 0 0;
	border-bottom: 2px solid var(--border-default);
}

/* -- Table of contents --------------------------------------------------- */
.single-main .inner-single-main .single-post-loop .single-post-sidebar {
	width: 100%;
	order: 2;
	margin-bottom: 2rem;
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar .entry-table-of-contents-heading {
	margin-top: 0.5rem;
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list {
	list-style: none;
	padding: 0;
	font-size: 0.875rem;
	margin: -0.5rem 0 0 0;
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item {
	border-bottom: 1px solid var(--border-default);
	display: flex;
	width: auto;
	align-items: center;
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item.heading-level-h3 {
	padding-left: calc(0.75rem + 6px);
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item a {
	color: var(--text-secondary);
	text-decoration: none;
	padding: 0.5rem 0.25rem 0.5rem 0;
	padding-left: calc(0.75rem + 6px);
	display: flex;
	width: auto;
	align-items: center;
	line-height: 1.125;
	position: relative;
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item a:before {
	content: "";
	background: var(--text-secondary);
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 0;
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item a.active {
	font-weight: 700;
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item:hover {
	color: var(--link-hover);
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item:hover a {
	color: var(--link-hover);
}

.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item:hover a:before {
	background: var(--link-hover);
}



/* ==========================================================================
	SOCIAL SHARING
========================================================================== */

.social-sharing {}

.social-sharing .social-buttons {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0 0;
	padding: 0;
}

.social-sharing .social-buttons .social-button {
	position: relative;
	margin-left: 0.5rem;
	padding: 0;
}

.social-sharing .social-buttons .social-button:first-of-type {
	margin-left: 0;
}

.social-sharing .social-buttons .social-button .social-button-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
}

.social-sharing .social-buttons .social-button .social-button-icon {
	font-size: 1.5rem;
	line-height: 1;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* -- Facebook ------------------------------------------------------------ */
.social-sharing .social-buttons .social-button.social-button-facebook .social-button-icon {
	color: var(--social-facebook);
}

/* -- Twitter / X --------------------------------------------------------- */
.social-sharing .social-buttons .social-button.social-button-x .social-button-icon {
	color: var(--social-x);
}

/* -- LinkedIn ------------------------------------------------------------ */
.social-sharing .social-buttons .social-button.social-button-linkedin .social-button-icon {
	color: var(--social-linkedin);
}

/* -- Copy ---------------------------------------------------------------- */
.social-sharing .social-buttons .social-button.social-button-copy .social-button-icon {
	color: var(--social-copy, var(--navy-100));
}

/* -- States -------------------------------------------------------------- */
.social-sharing .social-buttons .social-button .social-button-trigger:hover .social-button-icon,
.social-sharing .social-buttons .social-button .social-button-trigger:focus .social-button-icon {
	transform: translateY(-1px);
	opacity: 0.85;
}

.social-sharing .social-buttons .social-button .social-button-trigger:focus {
	outline: 2px solid var(--teal-100);
	outline-offset: 4px;
	border-radius: 0.25rem;
}

/* -- Copy alert ---------------------------------------------------------- */
.social-sharing .social-buttons .social-button .copy-alert {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 0.5rem);
	transform: translateX(-50%);
	padding: 0.35rem 0.6rem;
	border-radius: 9999px;
	background-color: var(--navy-100);
	color: var(--white);
	font-size: 0.875rem;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.social-sharing .social-buttons .social-button .copy-alert.is-visible {
	opacity: 1;
	visibility: visible;
}

.social-sharing .social-buttons .social-button .copy-alert.hidden {
	opacity: 0;
	visibility: hidden;
}





/* -- Author bio ---------------------------------------------------------- */
.single-main .inner-single-main .single-post-loop #author-bio {
	width: 100%;
	order: 4;  
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-heading {
	width: 100%;
	margin-top: 0.5rem;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content {
	display: block;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-gravatar {
	background: var(--white);
	border-radius: 100%;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-gravatar img {
	display: block;
	border: 6px solid var(--teal-100);
	border-radius: 100%;
	vertical-align: middle;
	width: 64px;
	height: 64px;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-name {
	display: block;
	line-height: 1.125;
	font-weight: 800;
	margin: 0.65rem 0 0.5rem;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-description {
	font-size: 0.875rem;
	margin-top: 0;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link .author-bio-social-icon {
	font-size: 1.5rem;
	transition: color 0.2s ease-in-out;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link .screen-reader-text {}

/* -- Author bio social platforms ---------------------------------------- */
.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-facebook {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-facebook .author-bio-social-icon {
	color: #3d5a98;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-twitter {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-twitter .author-bio-social-icon {
	color: #1da1f2;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-instagram {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-instagram .author-bio-social-icon {
	color: #db3075;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-linkedin {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-linkedin .author-bio-social-icon {
	color: #0077b5;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-youtube {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-youtube .author-bio-social-icon {
	color: #ff0033;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-email {}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link.author-bio-email .author-bio-social-icon {
	color: #8246af;
}

.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link:hover .author-bio-social-icon,
.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-social .author-bio-social-link:focus .author-bio-social-icon {
	color: #f9423a;
}

/* ==========================================================================
	BREAKPOINTS
========================================================================== */

/* -- 599 down -------------------------------------- ------------------------ */
@media only screen and (max-width: 599px) {
	
	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content {
		flex-wrap:wrap
		
	}
	
	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details {
		flex: 1 1 100%;
	}
	
}

/* -- 1023 down -------------------------------------- ------------------------ */
@media only screen and (max-width: 1023px) {
	
	/* -- Table of contents --------------------------------------------------- */
	.single-main .inner-single-main .single-post-loop .single-post-sidebar {
		max-width: 648px;
		margin: 0 auto 2rem;
	}
	
	/* -- Entry content ------------------------------------------------------- */
	.single-main .inner-single-main .single-post-loop .entry-content {
		max-width: 648px;
		margin: 0 auto;
	}
	
	/* -- Author bio ---------------------------------------------------------- */
	.single-main .inner-single-main .single-post-loop #author-bio {
		margin: 3rem auto 0;
		padding: 1.5rem;
		background: var(--surface-card-muted);
		background: var(--sand-tint-90);
		border: 1px solid var(--border-strong);
		max-width: 648px;
		border-radius: .5rem;
	}
	
	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content {
		display: flex;
		align-items: flex-start;
		gap: 1rem;
	}
	
	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-heading {
		margin-top: 0;
		border-bottom: 2px solid var(--border-strong);
	}

	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-gravatar {
		flex: 0 0 128px;
	}
	
	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-gravatar img {
		width: 128px;
		height: 128px;
		border: 11px solid var(--teal-100);
	}

	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details {
		flex: 1 1 auto;
		min-width: 0;
	}

	.single-main .inner-single-main .single-post-loop #author-bio .inner-author-bio .author-bio-content .author-bio-details .author-bio-name {
		margin-top: 0;
	}
	
}

/* -- 1024 up -------------------------------------- ------------------------ */
@media only screen and (min-width: 1024px) {
	.single-main .inner-single-main .single-post-loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.single-main .inner-single-main .single-post-loop .entry-header {
		width: 100%;
		text-align: center;
		order: 1;
		border-bottom: 2px solid var(--border-default);
		margin-bottom: 2rem;
	}

	.single-main .inner-single-main .single-post-loop .entry-header .entry-category {
		display: inline-block;
		font-size: 0.75rem;
		background: var(--ink-100);
		padding: 0.25rem 0.5rem;
		font-weight: 700;
		text-transform: uppercase;
		color: var(--white);
		margin: 1rem auto 0.75rem;
	}

	.single-main .inner-single-main .single-post-loop .entry-header .entry-category a {
		display: inline-block;
		color: var(--white);
		line-height: 1;
		text-decoration: none;
	}

	.single-main .inner-single-main .single-post-loop .entry-header .entry-title {
		margin: 0 auto 1rem;
		max-width: 650px;
	}

	.single-main .inner-single-main .single-post-loop .entry-header .entry-excerpt {
		font-size: 1.25rem;
		font-style: italic;
		margin: 0 auto 1rem;
		max-width: 650px;
		display: block;
	}

	.single-main .inner-single-main .single-post-loop .entry-header .entry-author {
		margin: 0 0 2rem;
		font-style: italic;
	}

	.single-main .inner-single-main .single-post-loop .entry-header .entry-reading-time-and-date {
		width: 100%;
		max-width: 650px;
		margin: 2rem auto 0;
		padding: 0 0 0.5rem;
		font-size: 0.75rem;
		display: flex;
		justify-content: space-between;
	}

	.single-main .inner-single-main .single-post-loop .entry-content {
		width: 54%;
		max-width: 648px;
		margin: 0;
		order: 3;
	}

	.single-main .inner-single-main .single-post-loop .entry-content .entry-excerpt {
		font-size: 1.25rem;
		font-style: italic;
	}

	.single-main .inner-single-main .single-post-loop .entry-footer {
		width: 54%;
		max-width: 648px;
		margin: 0 auto;
		order: 5;
	}

	.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body {
		position: relative;
		background: var(--sand-tint-85);
		padding: 1rem 1.5rem;
		margin-left: 72px;
		border-radius: 1rem;
		width: calc(100% - 72px);
	}

	.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body:before {
		content: "";
		position: absolute;
		top: 24px;
		left: -1rem;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 16px 8px 0;
		border-color: transparent var(--sand-tint-85) transparent transparent;
	}

	.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
		position: absolute;
		left: -72px;
	}

	.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-author .fn .url {
		color: var(--text-secondary);
		text-decoration: none;
	}

	.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .comment-meta .comment-metadata > a {
		color: var(--navy-tint-20);
		font-size: 0.875rem;
		text-decoration: none;
	}

	.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .reply .comment-reply-link {
		text-decoration: none;
		position: relative;
	}

	.single-main .inner-single-main .single-post-loop .entry-footer #comments .comment-list .comment .comment-body .reply .comment-reply-link:after {
		content: "\2935";
		margin-left: 0.25rem;
		line-height: 1;
		top: 30%;
		position: absolute;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar {
		width: 16.5%;
		max-width: 198px;
		order: 2;
		position: sticky;
		top: 2rem;
		margin: 0;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar .entry-table-of-contents-heading {
		margin-top: 0.5rem;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list {
		list-style: none;
		padding: 0;
		font-size: 0.875rem;
		margin: -0.5rem 0 0 0;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item {
		border-bottom: 1px solid var(--border-default);
		display: flex;
		width: auto;
		align-items: center;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item a {
		color: var(--text-secondary);
		text-decoration: none;
		padding: 0.5rem 0.25rem 0.5rem 0;
		padding-left: calc(0.75rem + 6px);
		display: flex;
		width: auto;
		align-items: center;
		line-height: 1.125;
		position: relative;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item a:before {
		content: "";
		background: var(--text-secondary);
		width: 6px;
		height: 6px;
		display: inline-block;
		position: absolute;
		left: 0;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item a.active {
		font-weight: 700;
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item:hover {
		color: var(--link-hover);
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item:hover a {
		color: var(--link-hover);
	}

	.single-main .inner-single-main .single-post-loop .single-post-sidebar #entry-table-of-contents-list .entry-table-of-contents-list-item:hover a:before {
		background: var(--link-hover);
	}

	.single-main .inner-single-main .single-post-loop #author-bio {
		width: 16.5%;
		/*width: 100%;*/
		max-width: 198px;
		order: 4;
	}

	.single-main .inner-single-main .single-post-loop #author-bio .author-bio-text .author-bio-heading {
		margin-top: 0.5rem;
	}

	.single-main .inner-single-main .single-post-loop #author-bio .author-bio-text .author-bio-gravatar img {
		border: 6px solid var(--teal-100);
		width: 64px;
		height: 64px;
		border-radius: 100%;
		vertical-align: middle;
	}

	.single-main .inner-single-main .single-post-loop #author-bio .author-bio-text .author-bio-name {
		display: block;
		line-height: 1.125;
		font-weight: 900;
		margin: 0.65rem 0 0.5rem;
	}

	.single-main .inner-single-main .single-post-loop #author-bio .author-bio-text .author-bio-description {
		font-size: 0.875rem;
		margin-top: 0;
	}
}

/* -- 1024 up ------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {}

/* -- 1240 up ------------------------------------------------------------- */
@media only screen and (min-width: 1240px) {}