.textile-corp-site {
	--textile-ink: #172033;
	--textile-muted: #5b6575;
	--textile-line: #d9e2ea;
	--textile-blue: #0b5f8a;
	--textile-steel: #eef4f7;
}

.textile-corp-site .site-header {
	border-bottom: 1px solid var(--textile-line);
}

.textile-corp-site .site-title,
.textile-corp-site .site-title a {
	color: var(--textile-ink);
	font-weight: 800;
	letter-spacing: 0;
}

.textile-corp-site .main-navigation ul li a {
	font-weight: 700;
	letter-spacing: 0;
}

.textile-corp-site .main-navigation ul ul {
	border-top: 3px solid var(--textile-blue);
}

.textile-corp-site .main-navigation .textile-language-switcher {
	position: relative;
}

.textile-corp-site .main-navigation .textile-language-switcher .sub-menu {
	left: auto;
	right: 0;
	min-width: 220px;
	z-index: 9999;
}

.textile-corp-site .main-navigation .textile-language-switcher:hover .sub-menu,
.textile-corp-site .main-navigation .textile-language-switcher:focus-within .sub-menu,
.textile-corp-site .main-navigation .textile-language-switcher.is-open .sub-menu,
.textile-corp-site .main-navigation .menu-item-language.is-open .sub-menu {
	opacity: 1;
	visibility: visible;
}

.textile-corp-site .entry-content h1,
.textile-corp-site .entry-content h2,
.textile-corp-site .entry-content h3 {
	color: var(--textile-ink);
	letter-spacing: 0;
}

.textile-corp-site .wp-block-button__link,
.textile-corp-site .button,
.textile-corp-site button,
.textile-corp-site input[type="submit"] {
	border-radius: 0;
	font-weight: 700;
}

.textile-corp-site .site-footer .bottom-bar {
	background: var(--textile-ink);
}

.textile-corp-site .site-footer .bottom-bar,
.textile-corp-site .site-footer .bottom-bar a {
	color: #d9e2ea;
}

.textile-corp-site .site-footer .site-info span:empty,
.textile-corp-site .site-footer .site-info span:has(a[href*="siteorigin.com"]) {
	display: none;
}

@media (max-width: 780px) {
	.textile-corp-site .site-header .corp-container {
		padding-left: 18px;
		padding-right: 18px;
	}
}
