/*
.post-4691 is 'About'
#panel2 is 'Why Cohousing'
#panel3 is 'Join'
*/

.home #panel2 {
	border-bottom: 10px solid #eee;
}

.home #panel2 iframe {
	position: absolute;
	left: 0;
	bottom: -40px;
	border-top: 10px solid #eee;
}

.home .post-4691, .home #panel3 {
	background-color: #d5ede9;
}

.home #panel3 .panel-image {
	height: 65vh; /* default 100vh */
}

.home .custom-header {
	background: url(https://vashoncohousing0.wordpress.com/wp-content/uploads/2026/09/e9c12-cohousing-homepage-image.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home #panel3 .panel-image::after {
	content: 'OUR COMMUNITY';
	position: absolute;
	top: 55vh;
	color: white;
	font-weight: 800;
	letter-spacing: 0.08em;
	font-size: 24px;
	font-size: 1.5rem;
	padding-left: 1em;
	-webkit-transition: opacity 0.2s;
	transition: opacity: 0.2s;
	text-transform: uppercase;
}
@media screen and (min-width: 48em) {
	.home #panel3 .panel-image::after {
    padding-left: 0;
    max-width: 1000px;
    min-width: 410px;
    left: 25%;
    right: 75%;
    margin-left: -175px;
    font-size: 36px;
    font-size: 2.5rem;
		top: 50vh;
	}
}

/* currently I think the page image headers are weird under the page header, but we need them for the homepage panels, so turning them off via CSS instead... */
.single-featured-image-header {
  display: none;
}


/* --- Contact form (Jetpack Forms) — added 2026-09-07 ---
   Each field block is set to width 100 in the editor, which makes Jetpack add
   .grunion-field-width-100-wrap. Jetpack ships no rule for that class in this
   layout mode and its own stylesheet makes text inputs 50% wide above 600px,
   so this defines what a 100%-wide field means. Higher specificity than
   Jetpack's rule, so no !important and no media query needed. */
.contact-form .grunion-field-width-100-wrap :is(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], select, textarea) {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.contact-form .grunion-field-wrap {
	margin-bottom: 1.75em;
}
.contact-form label.grunion-field-label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: 700;
}
.contact-form textarea {
	min-height: 12em;
}
/* space between the topic bullets on the Contact page and its front-page panel */
.page-id-664 .entry-content ul li,
#panel4 .entry-content ul li {
	margin-bottom: 1em;
}
