:root {
	--rs-accent: #c69c6d;
	--rs-header: #333;
	--rs-nav: #1b1b1b;
	--rs-text: #555;
	--rs-heading: #212121;
	--rs-border: #e5e5e5;
	--rs-muted: #989898;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

body {
	font-family: Roboto, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: var(--rs-text);
	background: #fff;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; border: 0; }
a { color: var(--rs-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	color: var(--rs-heading);
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.4;
}
h1 { font-size: 34px; line-height: 130%; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
p { margin-bottom: 20px; }
ul, ol { margin: 0 0 20px 20px; }
li { margin-bottom: 5px; }
hr { border: 0; border-top: 1px solid var(--rs-border); margin: 30px 0; }
blockquote {
	border-left: 4px solid var(--rs-accent);
	padding: 5px 0 5px 20px;
	margin: 0 0 20px;
	font-style: italic;
}
table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
td, th { border: 1px solid var(--rs-border); padding: 8px; text-align: left; vertical-align: top; }
iframe { max-width: 100%; }

.screen-reader-text {
	position: absolute;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 10px; top: 10px; background: #fff; padding: 10px; z-index: 999; }

.main-container { width: 100%; margin: 0 auto; }
.container, #page {
	max-width: 1050px;
	min-width: 240px;
	margin: 0 auto;
	position: relative;
}
.clear::after, .clearfix::after { content: ""; display: table; clear: both; }

#site-header {
	position: relative;
	width: 100%;
	z-index: 99;
	background: var(--rs-header) url("../uploads/2022/03/cropped-mountain_landscape24_generated.jpg") center / cover no-repeat;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.primary-navigation-bar {
	background: transparent;
	width: 100%;
	min-height: 45px;
}

#navigation { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }

#logo.image-logo { display: inline-block; padding-top: 10px; }
#logo img { max-width: 285px; width: 100%; height: auto; display: block; }

#menu-primary {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#menu-primary li { position: relative; margin: 0; }
#menu-primary li > a,
#menu-primary li > .menu-parent {
	display: block;
	padding: 0 20px;
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	cursor: pointer;
	transition: all .25s linear;
}
#menu-primary li > a:hover,
#menu-primary li > .menu-parent:hover,
#menu-primary li:hover > a,
#menu-primary li:hover > .menu-parent {
	color: var(--rs-accent);
	text-decoration: none;
}
#menu-primary .current-menu-item > a { font-weight: 700; }
#menu-primary .menu-item-has-children > a::after,
#menu-primary .menu-item-has-children > .menu-parent::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	border: 4px solid transparent;
	border-top-color: currentColor;
	vertical-align: middle;
}

#menu-primary .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 400;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}
#menu-primary li:hover > .sub-menu,
#menu-primary li:focus-within > .sub-menu { display: block; }
#menu-primary .sub-menu .sub-menu { top: -1px; left: 100%; }
#menu-primary .sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, .1); }
#menu-primary .sub-menu li:last-child { border-bottom: 0; }
#menu-primary .sub-menu li > a,
#menu-primary .sub-menu li > .menu-parent {
	padding: 10px 20px;
	color: #333;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4;
	text-shadow: none;
}
#menu-primary .sub-menu li > a:hover,
#menu-primary .sub-menu li > .menu-parent:hover { color: var(--rs-accent); }
#menu-primary .sub-menu .menu-item-has-children > a::after,
#menu-primary .sub-menu .menu-item-has-children > .menu-parent::after {
	border-top-color: transparent;
	border-left-color: currentColor;
	float: right;
	margin-top: 6px;
}

#pull { display: none; }

.site-branding { padding: 140px 10px 165px; text-align: center; }
.site-branding a:hover { text-decoration: none; }
.site-title {
	font-weight: 900;
	font-size: 63px;
	line-height: 150%;
	color: #fff;
	text-shadow: 2px 2px 9px rgba(0, 0, 0, .3);
}
.site-title::after {
	content: " ";
	display: block;
	width: 80px;
	height: 3px;
	margin: 5px auto 15px;
	background: #fff;
}
.site-description {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .28);
}

#page { padding-top: 45px; padding-bottom: 20px; }
.content { display: flex; gap: 40px; align-items: flex-start; padding: 0 10px; }
.article { flex: 1 1 auto; min-width: 0; max-width: 720px; margin-bottom: 30px; }
.sidebar { flex: 0 0 280px; margin-bottom: 30px; }

.single_post header, .page header, .archive-header {
	margin-bottom: 15px;
	text-align: center;
}
.single_post header::after, .page header::after, .archive-header::after {
	content: " ";
	display: block;
	height: 3px;
	width: 125px;
	margin: 15px auto 10px;
	background: var(--rs-header);
}
h1.title { font-size: 40px; color: var(--rs-heading); margin-top: 0; }
.post-date-landing {
	margin: 5px 0;
	color: var(--rs-muted);
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
}
.post-single-content { font-size: 15px; line-height: 165%; }

.tags {
	margin-top: 25px;
	padding-top: 12px;
	border-top: 1px solid var(--rs-border);
	font-size: 14px;
}
.tags + .tags { border-top: 0; padding-top: 0; margin-top: 6px; }
.tagtext { font-weight: 700; color: var(--rs-heading); margin-right: 6px; }

.post-listing { display: flex; flex-direction: column; gap: 30px; }
.post.excerpt { border-bottom: 1px solid var(--rs-border); padding-bottom: 30px; }
.post.excerpt:last-child { border-bottom: 0; }
.post-blogs-container-thumbnails { display: flex; gap: 20px; align-items: flex-start; }
.featured-thumbnail-container { flex: 0 0 200px; }
.blog-featured-thumbnail {
	width: 100%;
	padding-top: 66%;
	background-size: cover;
	background-position: center;
	background-color: #f2f2f2;
	border-radius: 3px;
}
.thumbnail-post-content { flex: 1; min-width: 0; }
.thumbnail-post-content h2.title { font-size: 24px; margin-bottom: 6px; }
.thumbnail-post-content h2.title a { color: var(--rs-heading); }
.thumbnail-post-content h2.title a:hover { color: var(--rs-accent); text-decoration: none; }
.entry-meta { display: block; color: var(--rs-muted); font-size: 13px; margin-bottom: 10px; }
.sticky-text { color: var(--rs-accent); font-weight: 700; text-transform: uppercase; font-size: 12px; }
.post-content { margin-bottom: 10px; }
.read-more { font-weight: 500; font-size: 14px; }
.home-intro { margin-bottom: 40px; }
.no-posts { color: var(--rs-muted); font-style: italic; }

.search-result { border-bottom: 1px solid var(--rs-border); padding: 18px 0; }
.search-result:last-child { border-bottom: 0; }
.search-result h2.title { font-size: 20px; margin-bottom: 4px; }
.search-result h2.title a { color: var(--rs-heading); }
.search-result .kind {
	font-size: 11px;
	text-transform: uppercase;
	color: var(--rs-muted);
	border: 1px solid var(--rs-border);
	border-radius: 10px;
	padding: 1px 8px;
	vertical-align: middle;
	font-weight: 500;
}

.widget { margin-bottom: 32px; }
.widget-title {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 2px solid var(--rs-header);
}
.widget ul { list-style: none; margin: 0; }
.widget li { padding: 7px 0; border-bottom: 1px solid var(--rs-border); }
.widget li:last-child { border-bottom: 0; }
.widget li a { color: var(--rs-text); }
.widget li a:hover { color: var(--rs-accent); text-decoration: none; }

.search-form { display: flex; }
.search-field {
	flex: 1;
	min-width: 0;
	border: 1px solid #949494;
	padding: 8px;
	font: inherit;
}
.search-submit {
	border: 1px solid var(--rs-header);
	background: var(--rs-header);
	color: #fff;
	padding: 8px 14px;
	margin-left: 8px;
	font: inherit;
	font-weight: 500;
	cursor: pointer;
}
.search-submit:hover { background: var(--rs-accent); border-color: var(--rs-accent); }

#site-footer { background: var(--rs-header); color: rgba(255, 255, 255, .75); margin-top: 20px; }
#site-footer .container { padding: 45px 10px 20px; }
.footer-widgets { display: flex; flex-wrap: wrap; gap: 40px; }
.footer-widget { flex: 1 1 240px; }
#site-footer .widget-title { color: #fff; border-bottom-color: rgba(255, 255, 255, .2); }
#site-footer ul { list-style: none; margin: 0; }
#site-footer li { padding: 6px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
#site-footer li:last-child { border-bottom: 0; }
#site-footer a { color: rgba(255, 255, 255, .8); }
#site-footer a:hover { color: #fff; }
.qrcode-widget { text-align: center; }
.qrcode-widget img { background: #fff; padding: 6px; border-radius: 3px; display: inline-block; }
.qr-caption {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: rgba(255, 255, 255, .55);
}
.copyrights { border-top: 1px solid rgba(255, 255, 255, .12); }
.copyrights .container { padding: 18px 10px; }
#copyright-note { text-align: center; font-size: 13px; color: rgba(255, 255, 255, .6); }

.wp-block-image { margin: 0 0 20px; }
.wp-block-image figcaption, figcaption {
	font-size: 13px;
	color: var(--rs-muted);
	text-align: center;
	margin-top: 6px;
}
figure { margin-bottom: 20px; }
.alignright { float: right; margin: 5px 0 20px 25px; max-width: 50%; }
.alignleft { float: left; margin: 5px 25px 20px 0; max-width: 50%; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; text-align: center; }
.aligncenter img { margin: 0 auto; }
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align: right; }
.is-style-rounded img { border-radius: 50%; }

.wp-block-columns { display: flex; flex-wrap: wrap; gap: 25px; margin-bottom: 20px; }
.wp-block-column { flex: 1 1 240px; min-width: 0; }
.wp-block-media-text {
	display: grid;
	grid-template-columns: 50% auto;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}
.wp-block-media-text__media { margin: 0; }
.wp-block-media-text__content > *:last-child { margin-bottom: 0; }
.wp-block-separator { border-top: 1px solid var(--rs-border); margin: 30px auto; }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.wp-block-button__link {
	display: inline-block;
	background: var(--rs-accent);
	color: #fff;
	padding: 12px 24px;
	border-radius: 3px;
	font-weight: 500;
}
.wp-block-button__link:hover { background: var(--rs-header); text-decoration: none; }
.wp-block-embed { margin-bottom: 20px; }
.wp-block-embed__wrapper { position: relative; }
.wp-embed-aspect-16-9 .wp-block-embed__wrapper { padding-top: 56.25%; }
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.has-white-color { color: #fff; }
.has-large-font-size { font-size: 26px; line-height: 1.3; }

.rs-embed-card {
	border: 1px solid var(--rs-border);
	border-left: 4px solid var(--rs-accent);
	padding: 14px 18px;
	margin-bottom: 20px;
	background: #fafafa;
}
.rs-embed-card a { font-weight: 500; }

.rs-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 10px;
	margin-bottom: 25px;
}
.rs-gallery figure { margin: 0; }
.rs-gallery img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 3px;
	cursor: zoom-in;
	display: block;
}

.rs-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	cursor: zoom-out;
}
.rs-lightbox img { max-width: 92vw; max-height: 92vh; object-fit: contain; }

@media (max-width: 960px) {
	.content { flex-direction: column; }
	.article, .sidebar { flex: 1 1 auto; width: 100%; max-width: 100%; }
}

@media (max-width: 780px) {
	#navigation { flex-wrap: nowrap; justify-content: space-between; }
	#pull {
		display: block;
		width: 44px;
		height: 44px;
		position: relative;
	}
	#pull span,
	#pull span::before,
	#pull span::after {
		content: "";
		position: absolute;
		left: 11px;
		width: 22px;
		height: 2px;
		background: #fff;
	}
	#pull span { top: 21px; }
	#pull span::before { top: -7px; left: 0; }
	#pull span::after { top: 7px; left: 0; }

	#menu-primary {
		display: none;
		flex-direction: column;
		width: 100%;
		flex-basis: 100%;
		background: var(--rs-nav);
	}
	#menu-primary.open { display: flex; }
	#menu-primary li { width: 100%; border-top: 1px solid rgba(255, 255, 255, .08); }
	#menu-primary li > a,
	#menu-primary li > .menu-parent { line-height: 1.5; padding: 12px 20px; color: #fff; }
	#menu-primary .sub-menu {
		position: static;
		display: block;
		width: 100%;
		box-shadow: none;
		background: rgba(255, 255, 255, .04);
	}
	#menu-primary .sub-menu .sub-menu { left: 0; }
	#menu-primary .sub-menu li { border-bottom: 0; border-top: 1px solid rgba(255, 255, 255, .06); }
	#menu-primary .sub-menu li > a,
	#menu-primary .sub-menu li > .menu-parent { color: #fff; padding-left: 36px; }
	#menu-primary .sub-menu .sub-menu li > a { padding-left: 52px; }
	#logo img { max-width: 170px; }
	#menu-primary .menu-item-has-children > a::after,
	#menu-primary .menu-item-has-children > .menu-parent::after { display: none; }

	.site-branding { padding: 45px 10px 50px; }
	.site-title { font-size: 40px; }
	h1.title { font-size: 30px; }
	.post-blogs-container-thumbnails { flex-direction: column; }
	.featured-thumbnail-container { flex: 1 1 auto; width: 100%; }
	.blog-featured-thumbnail { padding-top: 50%; }
	.alignright, .alignleft { float: none; margin: 0 auto 20px; max-width: 100%; }
	.wp-block-media-text { grid-template-columns: 1fr !important; }
}
