/* -------------------------------------------------------------------------------- */
/*	X.	Post Content
 * 		Styling specific to the post-content wrapper (used on posts)
/* -------------------------------------------------------------------------------- */


.post-content .alignnone {
	max-width: none;
	position: relative;
		left: -310px;
	width: 910px;
}

.post-content > .alignfull,
.post-content > .alignwide {
	margin-left: -310px;
	max-width: 910px;
	width: 910px;
}

/* Post Content Gallery ---------------------- */

.post-content .gallery {
	margin: 50px 0 30px 0;
	position: relative;
		left: -320px;
	width: 930px;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Page Content
 * 		Styling specific to the page-content wrapper (used on pages)
/* -------------------------------------------------------------------------------- */


/* Page Content Media ---------------------------- */

/* IMAGES */

.page-content .alignfull {
	margin-left: calc( 50% - 50vw );
	max-width: 100vw;
	width: 100vw;
}

.page-content .alignwide {
	margin-left: calc( 50% - 520px );
	max-width: 1040px;
	width: 1040px;
}

.page-content .alignnone {
	margin-left: -135px;
	margin-right: -135px;
	max-width: calc( 100% + 270px ) !important;
}

.page-content .alignleft {
	margin-left: -135px;
	width: 50%;
}

.page-content .alignright {
	margin-right: -135px;
	width: 50%;
}

/* VANILLA GALLERIES */

.page-content .gallery {
	margin: 52px 0 30px 0;
	position: relative;
		left: calc( 50% - 640px );
	width: 1280px;
}

.gallery + .gallery {
	margin-top: -30px;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Sub Page
/* -------------------------------------------------------------------------------- */


.page-header .page-title,
.page-header p {
	text-align: inherit;
}

.blog-page-header {
	margin-bottom: 32px;
}

.blog-page-header .page-title {
	margin-bottom: 10px;
}

.blog-page-header + .blog-index-grid {
	margin-top: 0;
}

.about-page-intro {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax( 0, 1fr ) minmax( 0, 1fr );
	margin-bottom: 56px;
}

.about-page-intro__media img {
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba( 17, 17, 17, 0.14 );
	display: block;
	width: 100%;
}

.about-page-intro__eyebrow {
	color: #767676;
	font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.about-page-intro__content h2 {
	font-size: clamp( 34px, 4vw, 52px );
	line-height: 1.05;
	margin-bottom: 20px;
}

.about-page-intro__content p {
	color: #333;
	font-size: 19px;
	line-height: 1.7;
	margin-top: 16px;
}

.about-page-content {
	font-size: 18px;
	line-height: 1.8;
}

.about-page-content > p:first-of-type {
	color: #222;
	font-family: Newsreader, Georgia, serif;
	font-size: clamp( 24px, 2.9vw, 34px );
	line-height: 1.45;
	margin-bottom: 34px;
	max-width: 30em;
}

.about-page-content h2 {
	font-size: clamp( 30px, 3vw, 40px );
	line-height: 1.15;
	margin-top: 56px;
	margin-bottom: 18px;
	position: relative;
}

.about-page-content h2:before {
	background: #111;
	border-radius: 999px;
	content: '';
	display: block;
	height: 4px;
	margin-bottom: 18px;
	width: 64px;
}

.about-page-content p {
	color: #3b3b3b;
	margin-top: 16px;
	max-width: 42em;
}

.about-page-content ul {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.about-page-content li {
	background: #f3f0ea;
	border-radius: 12px;
	padding: 18px 20px;
	position: relative;
}

.about-page-content li:before {
	content: '\2022';
	color: #111;
	font-size: 24px;
	line-height: 1;
	margin-right: 10px;
	vertical-align: middle;
}

.about-page-content blockquote {
	border-left: 4px solid #111;
	color: #111;
	font-family: Newsreader, Georgia, serif;
	font-size: clamp( 24px, 2.8vw, 34px );
	line-height: 1.4;
	margin: 44px 0;
	padding: 8px 0 8px 24px;
	border-radius: 10px;
}

.about-page-content strong {
	color: #111;
}

.about-page-layout {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax( 220px, 280px ) minmax( 0, 1fr );
	align-items: start;
}

.about-page-main {
	min-width: 0;
}

.about-page-menu {
	position: sticky;
	top: 32px;
}

.about-page-menu__eyebrow {
	color: #767676;
	font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.about-page-menu__nav {
	background: #f5f5f7;
	border-radius: 12px;
	display: grid;
	gap: 12px;
	padding: 18px;
}

.about-page-menu__link {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba( 17, 17, 17, 0.05 );
	display: block;
	padding: 15px 18px;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}

.about-page-menu__link:hover,
.about-page-menu__link:focus {
	box-shadow: 0 16px 28px rgba( 17, 17, 17, 0.1 );
	text-decoration: none;
	transform: translateY( -2px );
}

.about-page-menu__link.is-current {
	background: #111;
	box-shadow: 0 18px 30px rgba( 17, 17, 17, 0.16 );
	transform: none;
}

.about-page-menu__link.is-current .about-page-menu__label,
.about-page-menu__link.is-current .about-page-menu__text {
	color: #fff;
}

.about-page-menu__link.is-current .about-page-menu__icon {
	background: rgba( 255, 255, 255, 0.14 );
	color: #fff;
}

.about-page-menu__label {
	color: #111;
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	gap: 12px;
	line-height: 1.3;
}

.about-page-menu__icon {
	align-items: center;
	background: #f3f0ea;
	border-radius: 999px;
	color: #111;
	display: inline-flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.about-page-menu__label-text {
	min-width: 0;
}

.about-page-menu__text {
	color: #6d6d6d;
	display: block;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 6px;
}

.contact-page-layout {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax( 0, 1.15fr ) minmax( 280px, 0.85fr );
	margin-top: 24px;
	margin-bottom: 56px;
}

.contact-page-layout__form,
.contact-page-store {
	border-radius: 12px;
	padding: 36px;
}

.contact-page-layout__form h2,
.contact-page-store h3 {
	margin-bottom: 20px;
}

.contact-page-layout__form .wpcf7 {
	margin-top: 8px;
}

.contact-page-layout__form .wpcf7-form p {
	margin-bottom: 18px;
}

.contact-page-layout__form .wpcf7-form label {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-page-layout__form .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.contact-page-layout__form .wpcf7-form input[type="submit"] {
	margin-top: 10px;
}

.contact-page-layout__stores {
	display: grid;
	gap: 20px;
}

.contact-page-store__row {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	line-height: 1.7;
}

.contact-page-store__row + .contact-page-store__row {
	margin-top: 14px;
}

.contact-page-store__icon {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #111;
	display: inline-flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	margin-top: 2px;
	width: 42px;
}

.contact-page-store__body {
	color: #333;
	font-size: 17px;
	min-width: 0;
}

.contact-page-store__body a,
.contact-page-store__body span {
	color: inherit;
	text-decoration: none;
	word-break: break-word;
}

.contact-page-store__body a:hover,
.contact-page-store__body a:focus {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Page Templates
/* -------------------------------------------------------------------------------- */


/* Template Cover ---------------------------- */


.template-cover #site-content {
	padding-top: 0;
}

.page-hero-wrapper {
	display: flex;
	overflow: hidden;
}

.page-hero {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 80px;
	min-height: 300px;
	padding: 80px 0;
	text-shadow: 0 1px 0 rgba( 0, 0, 0, .5 );
	width: 100%;
}

.page-hero > * {
	position: relative;
}

.page-hero .to-content {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 80px;
	position: absolute;
		bottom: -40px;
		left: calc( 50% - 40px );
	transition: none;
	width: 80px;
}

.page-hero .to-content:before {
	background: url( ../svg/to-content-arrow.svg ) no-repeat center;
	background-size: auto 30px;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
		left: calc( 50% - 13px );
		top: calc( 50% - 15px );
	transition: transform .15s ease-out;
	width: 26px;
}

.page-hero .to-content:hover:before {
	transform: translateY( 3px );
}

/* Template Full Width ----------------------- */

.template-full-width #site-content .section-inner.thin,
.template-full-width #site-content .section-inner.medium {
	max-width: 1240px;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Search
/* -------------------------------------------------------------------------------- */


/* Search Preview ---------------------------- */

.content-search a {
	display: block;
}

.content-search a:hover {
	text-decoration: none;
}

.content-search img {
	display: block;
	margin-bottom: 18px;
}

.content-search h2 {
	font-size: 22px;
	letter-spacing: -0.018em;
	margin: 0;
}

.content-search a:hover h2 {
	text-decoration: underline;
}

.content-search .post-date {
	margin-top: 8px;
}


