/* Ultimate Wellness palette — match SKU PDF */
body {
	background-color: #F6F1E8 !important;
	color: #1F2A24;
}

.header-wrapper, .header, .site-header, .top-nav, .search-container {
	background: #F6F1E8 !important;
}

.site-title a, .site-title a:hover, .blog-title {
	color: #1F2A24 !important;
}
.site-description, .blog-description {
	color: #4F6F5B !important;
}
.top-nav a, .header-top-menu > li > a, .social-menu a {
	color: #1F2A24 !important;
}
.top-nav a:hover, .header-top-menu > li:hover > a, .header-top-menu li.current-menu-item > a {
	color: #4F6F5B !important;
	background: transparent !important;
}
.social-menu a, .search-toggle {
	background: transparent !important;
	color: #1F2A24 !important;
	border-color: #1F2A24 !important;
}

a {
	color: #4F6F5B;
}

.wrapper a, .entry-content a, .widget a, .cat-links a, .post-categories a, .site-footer a {
	color: #4F6F5B !important;
}

a:hover, .wrapper a:hover, .entry-content a:hover, .widget a:hover {
	color: #C46B4A !important;
}

.main h1.title a, .main h2.title a, .hentry .title, .hentry .title a, .post-title a {
	color: #1F2A24 !important;
}

button, .button, input[type=submit] {
	background: #4F6F5B !important;
	color: #F6F1E8 !important;
	border: 0;
}

/* UW header: logo left of title, tighter vertical space */
.header {
	padding-top: 28px !important;
	padding-bottom: 16px !important;
}

.header .section-inner {
	display: grid !important;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	justify-content: center;
	align-items: center;
	column-gap: 16px;
}

.header .site-logo-link {
	grid-row: 1 / span 2;
	grid-column: 1;
	margin: 0 !important;
}

.header .site-logo {
	display: block;
	margin: 0 !important;
}

.header .site-title {
	grid-column: 2;
	grid-row: 1;
	margin: 0 !important;
	line-height: 1.15;
}

.header .site-description {
	grid-column: 2;
	grid-row: 2;
	margin: 0 !important;
	text-align: left;
}

.header-bottom-menu {
	margin-top: 8px;
}

/* Second menu bar: light teal, not WP.com sky blue */
.navigation,
.navigation .section-inner,
.header-bottom-menu,
.header-bottom-menu ul,
.nav-toggle {
	background: #8FCFC0 !important;
}
.header-bottom-menu > li > a,
.header-bottom-menu ul a {
	color: #1F2A24 !important;
}
.header-bottom-menu > li:hover > a,
.header-bottom-menu > li.current-menu-item > a,
.header-bottom-menu > li.current_page_item > a {
	background: #6FB5A6 !important;
	color: #1F2A24 !important;
}
