/*
 * Origami by AL — site stylesheet.
 * Original lightweight CSS written for the PHP rebuild, styled to match
 * the look of the previous theme: Roboto body text, Raleway headings,
 * teal (#008285) accents, dark footer band.
 */

/* ---------- Reset / base ---------- */

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

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	background-color: #fff;
	color: #222;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #008285;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #222;
	text-decoration: underline;
}

p {
	margin: 0 0 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #222;
	line-height: 1.2;
	margin: 0 0 16px;
}

/* ---------- Accessibility helpers ---------- */

.screen-reader-text,
.genesis-skip-link a {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.genesis-skip-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

.genesis-skip-link a:focus {
	clip: auto;
	height: auto;
	width: auto;
	display: block;
	padding: 12px 16px;
	background: #008285;
	color: #fff;
	z-index: 100;
}

/* ---------- Layout ---------- */

.wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}

.site-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 24px 24px;
}

/* ---------- Header ---------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 24px 0;
}

.site-header .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.title-area {
	max-width: 380px;
}

.custom-logo-link {
	display: block;
}

.header-widget-area {
	text-align: right;
	font-size: 16px;
	color: #666;
}

.header-widget-area p {
	margin-bottom: 4px;
}

/* ---------- Articles ---------- */

.content .entry {
	border-bottom: 2px solid #eee;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.content > .entry:last-child,
.single .content .entry {
	border-bottom: 0;
}

.entry-title {
	font-size: 36px;
	margin-bottom: 12px;
}

h2.entry-title {
	font-size: 30px;
}

.entry-title a {
	color: #222;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #008285;
	text-decoration: none;
}

.archive-title {
	font-size: 24px;
	color: #008285;
}

.archive-header {
	border-bottom: 2px solid #eee;
	margin-bottom: 32px;
	padding-bottom: 12px;
}

.entry-content .alignleft,
img.alignleft {
	float: left;
	margin: 0 24px 16px 0;
}

.entry-content figure {
	margin: 0 0 28px;
}

.more-link {
	white-space: nowrap;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 16px;
	font-size: 16px;
	color: #666;
	clear: both;
}

.error-404 ul {
	columns: 2;
	margin: 0 0 28px;
	padding-left: 20px;
}

/* ---------- Related posts ---------- */

.related-posts {
	border-top: 2px solid #eee;
	padding-top: 24px;
	margin-bottom: 32px;
	clear: both;
}

.related-title {
	font-size: 20px;
	color: #008285;
}

.related-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-list li {
	flex: 0 1 150px;
	text-align: center;
}

.related-list a {
	display: block;
	color: #222;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
}

.related-list a:hover {
	color: #008285;
	text-decoration: none;
}

.related-list img {
	display: block;
	margin: 0 auto 8px;
	border: 1px solid #eee;
}

/* ---------- Footer widget band ---------- */

.footer-widgets {
	background-color: #222;
	color: #999;
	font-size: 16px;
	padding: 40px 0;
	clear: both;
}

.footer-widgets .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.footer-widget-area {
	flex: 1 1 280px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-widgets a {
	color: #ccc;
}

.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets select,
.search-form-input {
	width: 100%;
	max-width: 320px;
	padding: 10px 12px;
	font-size: 16px;
	font-family: inherit;
	color: #222;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-form-submit {
	padding: 10px 20px;
	font-size: 14px;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: #008285;
	border: 0;
	cursor: pointer;
}

.search-form-submit:hover {
	background-color: #23a5a8;
}

/* ---------- Site footer ---------- */

.site-footer {
	background-color: #171717;
	color: #999;
	font-size: 14px;
	text-align: center;
	padding: 24px 0;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: #ccc;
}

/* ---------- Responsive ---------- */

@media only screen and (max-width: 800px) {
	.site-header .wrap {
		justify-content: center;
		text-align: center;
	}

	.header-widget-area {
		display: none;
	}

	.entry-title {
		font-size: 28px;
	}

	h2.entry-title {
		font-size: 24px;
	}

	.error-404 ul {
		columns: 1;
	}
}
