/* Blog/archive/search/single presentation from the modified source theme. */
.shelter-main-query .wp-block-post-template,
.shelter-latest-posts .wp-block-post-template { padding: 0; margin: 0; }
.shelter-main-query .wp-block-post,
.shelter-latest-posts .wp-block-post { list-style: none; margin: 0 0 40px; }
.shelter-main-query .post,
.shelter-single-layout .post,
.shelter-latest-posts .post { width: 100%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.shelter-main-query .post-thumbnail,
.shelter-single-layout .post-thumbnail,
.shelter-latest-posts .post-thumbnail { margin: 0; overflow: hidden; }
.shelter-main-query .post-thumbnail img,
.shelter-single-layout .post-thumbnail img,
.shelter-latest-posts .post-thumbnail img { display: block; width: 100%; height: auto; transition: all .3s ease-in-out; }
.shelter-main-query .post:hover .post-thumbnail img,
.shelter-latest-posts .post:hover .post-thumbnail img { transform: scale(1.03); }
.shelter-main-query .post-meta-area,
.shelter-single-layout .post-meta-area,
.shelter-latest-posts .post-meta-area { min-height: 20px; padding: 20px 30px 0; }
.shelter-main-query .post-content-area,
.shelter-single-layout .post-content-area,
.shelter-latest-posts .post-content-area { padding: 10px 30px 30px; }
.shelter-main-query .post-title,
.shelter-single-layout .post-title,
.shelter-latest-posts .post-title { margin: 0 0 10px; font-size: 24px; line-height: 1.4; font-weight: 600; }
.shelter-latest-posts .post-title { font-size: 20px; }
.shelter-main-query .post-title a,
.shelter-latest-posts .post-title a { color: #232323; }
.shelter-main-query .post-title a:hover,
.shelter-main-query .post-title a:focus,
.shelter-latest-posts .post-title a:hover,
.shelter-latest-posts .post-title a:focus { color: #e98d26; }
.post-meta .wp-block-paragraph
{margin-right:5px !important;}
/*
 * Standard Gutenberg post meta:
 * [user icon] By Author | [calendar icon] Date
 * Keep blog/query/single/latest post meta visually identical to the author archive.
 */
.shelter-main-query .post-meta,
.shelter-single-layout .post-meta,
.shelter-latest-posts .post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	color: #0a0606;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: none;
}

.shelter-main-query .post-meta p,
.shelter-main-query .post-meta .wp-block-post-author-name,
.shelter-main-query .post-meta .wp-block-post-date,
.shelter-single-layout .post-meta p,
.shelter-single-layout .post-meta .wp-block-post-author-name,
.shelter-single-layout .post-meta .wp-block-post-date,
.shelter-latest-posts .post-meta p,
.shelter-latest-posts .post-meta .wp-block-post-author-name,
.shelter-latest-posts .post-meta .wp-block-post-date {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: none;
}

.shelter-main-query .post-meta a,
.shelter-single-layout .post-meta a,
.shelter-latest-posts .post-meta a {
	color: #474747 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none !important;
	text-transform: none;
}

.shelter-main-query .post-meta a:hover,
.shelter-main-query .post-meta a:focus,
.shelter-single-layout .post-meta a:hover,
.shelter-single-layout .post-meta a:focus,
.shelter-latest-posts .post-meta a:hover,
.shelter-latest-posts .post-meta a:focus {
	color: #e98d26 !important;
	text-decoration: none !important;
}

/* Common 14px SVG icon used by the native Gutenberg meta markup. */
.shelter-main-query .post-meta > p:first-child::before,
.shelter-main-query .post-meta .wp-block-post-date::before,
.shelter-single-layout .post-meta > p:first-child::before,
.shelter-single-layout .post-meta .wp-block-post-date::before,
.shelter-latest-posts .post-meta > p:first-child::before,
.shelter-latest-posts .post-meta .wp-block-post-date::before {
	content: "";
	display: inline-block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	vertical-align: -2px;
	background-color: #232323;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

/* User icon before "By". */
.shelter-main-query .post-meta > p:first-child::before,
.shelter-single-layout .post-meta > p:first-child::before,
.shelter-latest-posts .post-meta > p:first-child::before {
	-webkit-mask-image: url("../images/icons/user.svg");
	mask-image: url("../images/icons/user.svg");
}

/* Calendar icon before post date. */
.shelter-main-query .post-meta .wp-block-post-date::before,
.shelter-single-layout .post-meta .wp-block-post-date::before,
.shelter-latest-posts .post-meta .wp-block-post-date::before {
	-webkit-mask-image: url("../images/icons/calendar-new.svg");
	mask-image: url("../images/icons/calendar-new.svg");
}

/* Separator after author name, matching the author archive. */
.shelter-main-query .post-meta .wp-block-post-author-name::after,
.shelter-single-layout .post-meta .wp-block-post-author-name::after,
.shelter-latest-posts .post-meta .wp-block-post-author-name::after {
	content: "|";
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	color: #939393;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.shelter-main-query .cat-links a,
.shelter-single-layout .cat-links a,
.shelter-latest-posts .cat-links a { color: #B05A04; font-size: 12px; text-transform: uppercase; }
.shelter-main-query .post-entry,
.shelter-single-layout .post-entry,
.shelter-latest-posts .post-more { margin-top: 20px; }
.shelter-main-query .wp-block-post-excerpt,
.shelter-latest-posts .wp-block-post-excerpt { margin: 0; }
.shelter-main-query .wp-block-post-excerpt__more-link,
.shelter-latest-posts .wp-block-post-excerpt__more-link { display: inline-block; margin-top: 15px; color: #e98d26; font-weight: 600; text-decoration: none; }
.shelter-main-query .wp-block-post-excerpt__more-link::after,
.shelter-latest-posts .wp-block-post-excerpt__more-link::after { content: " »"; }
.shelter-main-query .wp-block-query-pagination { display: flex; justify-content: center; gap: 5px; margin: 30px 0 0; }
.shelter-main-query .wp-block-query-pagination a,
.shelter-main-query .wp-block-query-pagination .page-numbers { display: inline-flex; min-width: 40px; min-height: 40px; align-items: center; justify-content: center; padding: 8px 12px; background: #232323; color: #fff; text-decoration: none; }
.shelter-main-query .wp-block-query-pagination .current,
.shelter-main-query .wp-block-query-pagination a:hover,
.shelter-main-query .wp-block-query-pagination a:focus { background: #e98d26; color: #fff; }
.shelter-single-layout .post-title { font-size: 30px; }
.shelter-single-layout .wp-block-post-content { margin-top: 20px; }
.shelter-single-layout .wp-block-post-content > * { max-width: 100%; }

@media (max-width: 767px) {
  .shelter-main-query .post-meta-area,
  .shelter-single-layout .post-meta-area,
  .shelter-latest-posts .post-meta-area { padding-right: 20px; padding-left: 20px; }
  .shelter-main-query .post-content-area,
  .shelter-single-layout .post-content-area,
  .shelter-latest-posts .post-content-area { padding-right: 20px; padding-left: 20px; }
  .shelter-main-query .post-title,
  .shelter-single-layout .post-title { font-size: 22px; }
}
/* ========================================================================
   AUTHOR ARCHIVE — LEGACY SHELTER REALTY MATCH
   Source: customized cryptocurrency-exchange/custom-author-page.php
           + active style.css/custom-color.css
   ======================================================================== */

/*
 * The original author template was an 8/4 content/sidebar layout because
 * sidebar-widget was active. The Gutenberg template keeps 66.667/33.333.
 */
.shelter-author-archive .shelter-content-columns {
	align-items: flex-start;
}

/*
 * text-104 / Molongui author profile was rendered before .post-columns.
 */
.shelter-author-archive .shelter-author-profile-shell {
	margin: 0;
	background: #ffffff;
	text-align: center;
}

.shelter-author-archive .shelter-author-profile-shell > .post-content-area {
	padding: 25px 30px;
}

.shelter-author-archive .shelter-author-recent-heading {
	margin-top: 40px;
	background: #ffffff;
	text-align: left;
}

.shelter-author-archive .shelter-recent-stories {
	margin: 0 0 0 20px;
	padding: 0;
}

.shelter-author-archive .shelter-author-recent-heading > .wp-block-separator {
	margin-top: 0.83em;
	margin-bottom: 0;
}

/*
 * Exact legacy loop structure:
 * no featured image, no excerpt/content, no tags.
 */
.shelter-author-query .post {
	margin: 0 0 40px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
}

.shelter-author-query .post-meta-area {
	min-height: 0;
	padding: 25px 30px 0;
}

.shelter-author-query .post-meta-area + .post-content-area {
	padding: 12px 30px 25px;
}

.shelter-author-query .post-header {
	margin: 0 0 15px;
	text-align: left;
}

/*
 * .site-info .post .post-title is 30px !important in the active old CSS.
 */
.site-info .shelter-author-query .post-title {
	margin: 0 0 10px;
	padding: 0;
	color: #232323;
	font-size: 30px !important;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}

.site-info .shelter-author-query .post-title a {
	color: #232323;

}

/*
 * Old category line: 14px / 20px / weight 700, orange links.
 */
.shelter-author-query .cat-links,
.shelter-author-query .cat-links a {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	text-transform: none;
}

.shelter-author-query .cat-links {
	display: block;
	margin: 0;
	padding: 0;
	white-space: normal;
}

.shelter-author-query .cat-links a {
	color: #B05A04;
}

/*
 * Old meta: user icon + By + linked author | calendar icon + linked date.
 * Exact legacy typography/spacing, using local SVG masks instead of Font Awesome.
 */
.shelter-author-query .post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	color: #0a0606;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: none;
}

.shelter-author-query .post-meta p,
.shelter-author-query .post-meta .wp-block-post-author-name,
.shelter-author-query .post-meta .wp-block-post-date {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: none;
}

.shelter-author-query .post-meta a {
	color: #474747 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none !important;
	text-transform: none;
}

.shelter-author-query .post-meta a:hover,
.shelter-author-query .post-meta a:focus {
	color: #e98d26 !important;
	text-decoration: none !important;
}

/*
 * Current Gutenberg markup:
 * .shelter-archive-meta-author
 * .shelter-archive-meta-date
 */
.shelter-archive-meta-item {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 0;
}

/* Common 14px SVG icon. */
.shelter-archive-meta-item::before {
	content: "";
	display: inline-block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #232323;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}


/*
 * Legacy separator:
 * [user icon] By Author | [calendar icon] Date
 */
.shelter-archive-meta-author::after {
	content: "|";
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	color: #939393;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

/*
 * Legacy author archive pagination.
 */
.shelter-author-query .wp-block-query-pagination {
	display: flex;
	justify-content: center;
	gap: 0;
	margin: 30px 0 0;
	text-align: center;
}

.shelter-author-query .wp-block-query-pagination a,
.shelter-author-query .wp-block-query-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 6px 17px;
	border: 1px solid #eaeaea;
	background: #ffffff;
	color: #171822;
	font-weight: 500;
	text-decoration: none;
}

.shelter-author-query .wp-block-query-pagination .current,
.shelter-author-query .wp-block-query-pagination a:hover,
.shelter-author-query .wp-block-query-pagination a:focus {
	border-color: #e98d26;
	background: #e98d26;
	color: #ffffff;
}

/*
 * Right sidebar: old Author sidebar (cs-6), exactly one widget: text-105.
 */
.shelter-author-archive .shelter-author-sidebar .widget {
	margin-bottom: 40px;
	padding: 25px 20px 28px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	font-size: 15px;
}

.shelter-author-archive .shelter-author-sidebar .widget-title {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
	color: #232323;
}

.shelter-author-archive .shelter-author-sidebar .widget-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 10px;
	background: #e98d26;
}

.shelter-author-archive .shelter-author-sidebar .shelter-author-widget-separator {
	margin-top: 0;
}

.shelter-author-archive .shelter-author-sidebar ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.shelter-author-archive .shelter-author-sidebar ul li {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
}

.shelter-author-archive .shelter-author-sidebar ul li:last-child {
	margin-bottom: 0;
}

.shelter-author-archive .shelter-author-sidebar ul li a {
	display: inline-block;
	color: #171822;
	font-size: 15px;
	text-decoration: none;
}

.shelter-author-archive .shelter-author-link-heading {
	margin-top: 0;
}

@media (max-width: 767px) {
	.shelter-author-archive .shelter-author-profile-shell > .post-content-area,
	.shelter-author-query .post-meta-area,
	.shelter-author-query .post-meta-area + .post-content-area {
		padding-right: 20px;
		padding-left: 20px;
	}

	.site-info .shelter-author-query .post-title {
		font-size: 22px !important;
	}

	.shelter-archive-meta-author::after {
		margin-right: 8px;
		margin-left: 8px;
	}
}