/*
Theme Name: InterProWebHost Eagle
Theme URI: https://www.interprowebhost.com/
Description: Standalone production theme for the InterProWebHost Eagle website and page library.
Author: InterProWebHost
Author URI: https://www.interprowebhost.com/
Version: 2.2.12
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ipwh-eagle
*/

/* Eagle presentation styles are loaded per page from assets/eagle/. */

.ipwh-eagle-wordpress {
	margin: 0;
}

.ipwh-wp-content {
	--ipwh-wp-brand: #81221f;
	--ipwh-wp-ink: #15181d;
	--ipwh-wp-muted: #626b78;
	--ipwh-wp-line: #e5e7eb;
	background: #ffffff;
	color: var(--ipwh-wp-ink);
	font-family: Arial, sans-serif;
	padding: clamp(52px, 7vw, 92px) 0;
}

.ipwh-wp-content,
.ipwh-wp-content * {
	box-sizing: border-box;
}

.ipwh-wp-container {
	margin-inline: auto;
	width: min(100% - 40px, 1120px);
}

.ipwh-wp-page-title,
.ipwh-wp-entry-title {
	color: var(--ipwh-wp-ink);
	font-family: Arial, sans-serif;
	line-height: 1.14;
	margin: 0 0 20px;
}

.ipwh-wp-page-title {
	font-size: clamp(34px, 5vw, 54px);
}

.ipwh-wp-entry-title {
	font-size: clamp(28px, 4vw, 40px);
}

.ipwh-wp-entry-title-link {
	color: inherit;
	text-decoration: none;
}

.ipwh-wp-entry-title-link:hover,
.ipwh-wp-entry-title-link:focus-visible {
	color: var(--ipwh-wp-brand);
}

.ipwh-wp-entry {
	border-bottom: 1px solid var(--ipwh-wp-line);
	margin-bottom: 36px;
	padding-bottom: 36px;
}

.ipwh-wp-entry:last-child {
	border-bottom: 0;
}

.ipwh-wp-entry-meta,
.ipwh-wp-archive-description,
.ipwh-wp-empty-copy {
	color: var(--ipwh-wp-muted);
	font-size: 15px;
	line-height: 1.7;
}

.ipwh-wp-entry-content {
	color: var(--ipwh-wp-ink);
	font-size: 17px;
	line-height: 1.75;
}

.ipwh-wp-entry-content a,
.ipwh-wp-pagination a {
	color: var(--ipwh-wp-brand);
}

.ipwh-wp-featured-image {
	border-radius: 10px;
	display: block;
	height: auto;
	margin: 0 0 26px;
	max-width: 100%;
}

.ipwh-wp-pagination {
	display: flex;
	font-size: 15px;
	gap: 14px;
	margin-top: 34px;
}

.ipwh-wp-not-found {
	min-height: 52vh;
	text-align: center;
}

.ipwh-wp-search-form {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 28px auto 0;
	max-width: 620px;
}

.ipwh-wp-search-input {
	border: 1px solid var(--ipwh-wp-line);
	border-radius: 7px;
	font: inherit;
	min-height: 48px;
	padding: 10px 14px;
	width: 100%;
}

.ipwh-wp-search-button {
	background: var(--ipwh-wp-brand);
	border: 1px solid var(--ipwh-wp-brand);
	border-radius: 7px;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 48px;
	padding: 10px 20px;
}

.ipwh-wp-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 640px) {
	.ipwh-wp-search-form {
		align-items: stretch;
		flex-direction: column;
	}
}
