/*
Theme Name: Larchwoods Theme
Description: This is the Larchwoods Theme built on the Genesis Framework

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.clearfix::before,
.single .entry-content::before {
	content: " ";
	display: table;
}

.clearfix::after,
.single .entry-content::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */
.post-edit-link {
	display: none;
}

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #F8ECD0;
	color: #111;
	font-family: "Figtree", sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
	letter-spacing: .025em;
}


a:link, a:visited {
	text-decoration: none;
	transition: all 0.3s ease-in-out;

}
.site-inner a:link, .site-inner a:visited {
	color: inherit;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}
.site-inner a:hover, .site-inner a:focus {
	border-color: inherit;
}

*:link, *:visited, *:hover, *:focus {
	outline: 0 !important;
   -moz-outline-style: none !important;
}


p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}


b, strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Frank Ruhl Libre", serif;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 300;
	margin-top: 40px;
}

h1 { font-size: 65px; }
h2 { font-size: 50px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 21px; }

h1.entry-title,
h1.archive-title {
	margin-top: 120px;
	margin-bottom: 50px;
}
.page-template-default .entry-title {
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}
.page-template-default .entry-title::after {
	content: '';
	width: 75px;
	height: 3px;
	background-color: #61A5C2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}




/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	table-layout: auto;
	word-break: normal;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}





@media only screen and (min-width: 960px) {

	.full-width-content .site-container > .wp-block-table.alignwide {
		width: calc(100% + 360px);
	}

	.full-width-content .site-container > .wp-block-table.alignfull {
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
		width: 100vw;
	}

}

@media only screen and (max-width: 600px) {

	.wp-block-media-text.is-stacked-on-mobile figure {
		margin-bottom: 20px;
	}

}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */
.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}
@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}


/* Common Classes
---------------------------------------------------------------------------- */
.wp-block-image {
	margin-bottom: 30px;
	margin-top: 30px;
}

.site-container .site-inner .has-larger-font-size {
	font-size: 1.5em !important;
}
.site-container .site-inner .has-large-font-size {
	font-size: 1.3em !important;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/*  Contact form */
.site-inner .wpcf7 form .wpcf7-response-output {
	margin: 40px 0 0;
	padding: 25px 10px;
	border: none;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.site-inner .wpcf7 form.sent .wpcf7-response-output {
	background-color: #89a8bc;
}
.site-inner .wpcf7 form.invalid .wpcf7-response-output, .site-inner .wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #880000;
}
.site-inner .wpcf7-not-valid-tip {
	color: #fff;
	font-size: 13px;
	background-color: #880000;
	padding: 4px 8px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline;
}


/*----------- PAGES ----------------------------*/

/* POPUP CONTACT FORM 
----------------------------*/
#popup-form-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	display: flex;
	z-index: -99999;
	padding: 20px 5%;
}

#popup-form-wrap.active {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

#popup-form-wrap > .wp-block-group__inner-container {
	background: #f7efde;
	padding: 60px 5% 40px;
	position: relative;
	border-radius: 5px;
	max-height: 100vh;
	overflow: scroll;
	max-width: 800px;
}
#close-popup {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #bc6c01;
	padding: 10px;
	line-height: 15px;
	font-size: 35px;
	border-radius: 5px 0 5px 0;
	width: 35px;
	height: 35px;
	font-weight: 600;
	color: #fff;
	display: flex;
	place-content: center;
	z-index: 1;
}
#popup-contact-form > .wp-block-group__inner-container {
	padding: 0;
}
#popup-contact-form .wpforms-form {
	width: 100%;
	display: block;
	max-width: none;
}
#popup-contact-form .wpforms-field-label {
	font-family: "Frank Ruhl Libre", serif;
	font-weight: 400;
	font-size: 1em;
	margin-bottom: .2em;
	color: #3f5533;
}
#popup-contact-form .wpforms-field input {
	border: 1px solid #3f5533;
	line-height: 1.2em;
	height: auto;
	padding: .4em .7em;
	font-size: 1em;
	border-radius: 0;
}
#popup-contact-form .wpforms-field input:focus {
	border-color: #bc6c01;
	box-shadow: none;
}
#popup-contact-form .wpforms-container .wpforms-field {
	padding: .5em 0;
}
#popup-contact-form .wpforms-submit-container {
	float: right;
}
#popup-contact-form .wpforms-form .wpforms-submit:focus,
#popup-contact-form .wpforms-form .wpforms-submit::after {
	border: none !important;
}

#popup-contact-form .consent {
	font-size: .8em;
	padding: 0 160px 0 0;
	line-height: 1.2em;
	margin-top: 100px;
	margin-bottom: 0;
}
#popup-contact-form h3 {
	color: #3F5533;
	font-weight: 400;
	margin: 0;
}
#popup-contact-form .wpforms-confirmation-container-full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3F5533;
	display: flex;
	place-items: center;
	text-align: center;
	font-family: "Frank Ruhl Libre", serif;
	border: 0;
	font-size: 1.3em;
	padding: 2em 15%;
	font-weight: 300;
}
#popup-contact-form .wpforms-confirmation-container-full p {
	color: #f8ecd0;
}

/* GENERAL BLOCK STYLES 
----------------------------*/
.wp-block-group .wp-block-group__inner-container {
	margin: 0 auto;
}
div.wp-block-group .wp-block-group__inner-container {
	max-width: 1024px;
	padding: 0 20px;
}
.wp-block-cover .wp-block-cover__inner-container {
	max-width: 1024px;
}


.slant_img_section.wp-block-group .wp-block-group__inner-container {
	max-width: none;
	padding: 0;
}




/* HOME 
----------------------------*/

#home-hero {
	position: relative;
	height: 100vh;
}
#home-hero .wp-block-group__inner-container {
	max-width: none;
	height: 100%;
}
#home-hero .wp-block-video {
	position: relative;
	height: 100%;
}
#home-hero video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#home-hero .wp-block-video::after {
	content: '';
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg,rgba(19, 51, 18, 1) 0%, rgba(19, 51, 18, 0) 100%);
}
#home-hero .intro-content {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(/wp-content/themes/lchwd2025/lib/images/orange-transparent-angle.svg);
	background-repeat: no-repeat;
	background-size: 60% 63%;
	height: 100%;
	display: grid;
	place-content: end;
	background-position: right bottom;
	width: 100%;
	color: #F8ECD0;
	text-align: right;
	padding-bottom: 10%;
	padding-right: 6%;
	font-size: 55px;
	line-height: 1.1em;
}
#home-hero .intro-content h1 {
	font-size: 1.5em;
	text-shadow: 1px 2px 4px rgba(0,0,0,.9);
	margin: 0 0 .1em;
	font-weight: 500;
}
#home-hero .intro-content p {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 1em;
	text-shadow: 1px 2px 4px rgba(0,0,0,.9);
	padding: 0;
	margin: 0;
}

.slant_img_section h2 {
	color: #3F5533;
	font-size: 2.5em;
	font-weight: 400;
	margin: 0;
}
.slant_img_section h3 {
	font-size: 1.8em;
	color: #BC6C01;
	margin: .3em 0 .6em;
}


#home-welcome {
	clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 85%);
	background-color: #f8ecd0;
	margin-top: -5%;
	margin-bottom: -7%;
	z-index: 1;
	position: relative;
}
#home-welcome .wp-block-media-text__content {
	padding: 25% 2% 30% 10%;
	max-width: 750px;
	margin: 0 auto;
}
#home-welcome .wp-block-media-text__media {
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
	transition: clip-path 1s ease-in-out;
}
#home-welcome .wp-block-media-text__media.active {
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}
#home-welcome .wp-block-media-text__content p {
	max-width: 560px;
}

#home-landscape {
	height: 80vh;
}

#home-smalltown::before {
	content: '';
	background-color: #BC6C01;
	height: 175px;
	width: 100%;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 15%, 0px 100%);
	z-index: 1;
	top: 0;
}
#home-smalltown {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	background-color: #3F5533;
	margin-top: -6%;
	z-index: 1;
	position: relative;
	color: #F8ECD0;
	padding-top: 90px;
	margin-bottom: -1px;
}
#home-smalltown .wp-block-media-text__content {
	padding: 23% 10% 19% 2%;
	max-width: 650px;
	margin: 0 auto;
}
#home-smalltown .wp-block-media-text__media {
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: clip-path 1s ease-in-out;
}
#home-smalltown .wp-block-media-text__media.active {
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
#home-smalltown.slant_img_section h2 {
	color: #F8ECD0;
}
#home-smalltown.slant_img_section h3 {
	color: #E2A503;
}


#home-ownership::before {
	content: '';
	background-color: #BC6C01;
	height: 175px;
	width: 100%;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 15%, 0px 100%);
	z-index: 1;
	top: 0;
}
#home-ownership {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	background-color: #3F5533;
	margin-top: -6%;
	z-index: 1;
	position: relative;
	color: #F8ECD0;
	padding-top: 90px;
	margin-bottom: -1px;
}
#home-ownership .wp-block-media-text__content {
	padding: 23% 10% 19% 2%;
	max-width: 650px;
	margin: 0 auto;
}
#home-ownership .wp-block-media-text__media {
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	transition: clip-path 1s ease-in-out;
}
#home-ownership .wp-block-media-text__media.active {
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
#home-ownership.slant_img_section h2 {
	color: #F8ECD0;
}
#home-ownership.slant_img_section h3 {
	color: #E2A503;
}



.photo-trio.wp-block-columns {
	margin: 0;
	gap: 0;
	display: grid;
	grid-template-columns: 27% 8% 1fr 8% 27%;
	height: 80vh;
	max-height: 650px;
}
.photo-trio.wp-block-columns .wp-block-column {
	overflow: hidden;
}
.photo-trio.wp-block-columns .photo-1 {
	grid-column: 1 / 3;
	grid-row: 1;
}
.photo-trio.wp-block-columns .photo-2 {
	grid-column: 2 / 5;
	grid-row: 1;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
.photo-trio.wp-block-columns .photo-3 {
	grid-column: 4 / 6;
	grid-row: 1;
}
.photo-trio.wp-block-columns .wp-block-column .wp-block-image {
	height: 100%;
	margin: 0;
}
.photo-trio.wp-block-columns .wp-block-column .wp-block-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#community_photos-1.photo-trio.wp-block-columns .wp-block-column.photo-1 .wp-block-image img {
	object-position: left;
}

#home-location > .wp-block-group__inner-container {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 37% 15% 1fr;
	max-width: none;
}
#home-location .highlights {
	background-color: #0F2D19;
	color: #f8ecd0;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
	grid-column: 1 / 3;
	grid-row: 1;
	margin-top: -1px;
	margin-bottom: -1px;
}
#home-location .highlights .wp-block-group__inner-container {
	max-width: 700px;
	padding: 10% 5%;
}
#home-location iframe {
	height: 100%;
	width: 100%;
	grid-column: 2 / 4;
	grid-row: 1;
}
#home-location .highlights h2 {
	font-size: 2em;
	max-width: 358px;
}
#home-location .highlights h3 {
	font-size: 1.3em;
	font-weight: 500;
	color: #E2A503;
}
#home-location .highlights h3 em {
	font-weight: 300;
	font-size: .9em;
}


#home-ownership .wp-block-cover__inner-container {
	padding: 10% 5%;
	max-width: 800px;
}



#home-homes::before {
	content: '';
	background-color: #BC6C01;
	height: 150px;
	width: 100%;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 35%);
	z-index: 1;
	top: 0;
}
#home-homes {
	clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
	background-color: #f8ecd0;
	margin-top: -1px;
	margin-bottom: -9%;
	z-index: 1;
	position: relative;
	padding-top: 100px;
}
#home-homes .wp-block-media-text__content {
	padding: 15% 2% 17% 10%;
	max-width: 720px;
	margin: 0 auto;
}
#home-homes .wp-block-media-text__media {
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
	transition: clip-path 1s ease-in-out;
  }
#home-homes .wp-block-media-text__media.active {
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}
#home-homes .wp-block-media-text__content p {
	max-width: 550px;
}


#home-cta {
	min-height: 100vh;
	padding: 250px 20px;
	text-align: center;
}
#home-cta h2 {
	font-size: 3.6em;
	font-weight: 400;
}
#home-cta p {
	max-width: 625px;
	margin: 0 auto 1em;
}
#home-cta .wp-block-buttons {
	margin-top: 2em;
}
#home-cta .wp-block-button {
	border: 3px solid #bc6c01;
	padding: 4px;
	transition: all 0.2s ease-in-out;
}
#home-cta .wp-block-button:hover {
	border-color: #0f2d19;
}
#home-cta .wp-block-button:hover .wp-block-button__link {
	background-color: #0f2d19 !important;
}


#home-contact {
	color: #fff;
	font-family: "Frank Ruhl Libre", serif;
	text-align: center;
	margin-top: -10em;
	z-index: 1;
	position: relative;
	padding: 6em 2em 12em;
	background-color: #3f5533;
}
#home-contact p, #home-contact .contact-columns .location-link {
	font-size: 1.3em;
	margin-bottom: .5em;
	font-family: "Frank Ruhl Libre", serif;
}
#home-contact p.contact-info a:link, #home-contact p.contact-info a:visited,
#home-contact .contact-columns .location-link a:link, #home-contact .contact-columns .location-link a:visited {
	font-weight: inherit;
	margin: 0 .8em;
	font-size: 1.3em;
	border-bottom: 0;
	position: relative;
	padding: 0 .1em;
}
#home-contact p.contact-info a::before, #home-contact p.contact-info a::after,
#home-contact .contact-columns .location-link a::before, #home-contact .contact-columns .location-link a::after {
	content: '';
	background-color: #fff;
	height: 2px;
	width: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
	z-index: -1;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#home-contact p.contact-info a::before,
#home-contact .contact-columns .location-link a::before {
	top: 0;
}
#home-contact p.contact-info a::after,
#home-contact .contact-columns .location-link a::after {
	bottom: 0;
}
#home-contact p.contact-info a:hover::before, #home-contact p.contact-info a:focus::before,
#home-contact p.contact-info a:hover::after, #home-contact p.contact-info a:focus::after,
#home-contact .contact-columns .location-link a:hover::before, #home-contact .contact-columns .location-link a:focus::before,
#home-contact .contact-columns .location-link a:hover::after, #home-contact .contact-columns .location-link a:focus::after {
	width: 100%;
}

#home-contact .contact-columns {
	position: relative;
	margin-top: 3.4em;
	padding-top: 4em;
	display: grid;
	grid-template-columns: auto auto;
}
#home-contact .contact-columns::before {
	height: 2px;
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #bc6c01;
}

#home-contact .contact-columns h4 {
	margin-top: 0;
	font-size: 1.4em;
	font-weight: 500;
	color: #f8ecd0;
	margin-bottom: .5em;
}
#home-contact .contact-columns p {
	font-family: "Figtree", sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
}

#home-contact .wp-block-social-links {
	margin-bottom: 0;
	margin-top: 1em;
}
#home-contact .wp-block-social-links .wp-social-link svg {
	font-size: 1.5em;
}



/* Visual Effects
---------------------------------------------------------------------------------------------------- */
.visual-effect, .visual-effect-child > * {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.visual-effect-child.fade-in {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/* Fade Right */
@-webkit-keyframes fadeRight {
	from { opacity: 0; -webkit-transform: translateX(-100px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeRight {
	from { opacity: 0; transform: translateX(-100px); }
	to { opacity: 1; transform: translateX(0); }
}
.fadeRight {
	-webkit-animation-name: fadeRight;
	animation-name: fadeRight;
	animation-delay: .7s;
}
/* Fade Left */
@-webkit-keyframes fadeLeft {
	from { opacity: 0; -webkit-transform: translateX(100px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeLeft {
	from { opacity: 0; transform: translateX(100px); }
	to { opacity: 1; transform: translateX(0); }
}
.fadeLeft {
	-webkit-animation-name: fadeLeft;
	animation-name: fadeLeft;
	animation-delay: .7s;
}
/* Fade Up */
@-webkit-keyframes fadeUp {
	from { opacity: 0; -webkit-transform: translateY(50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}
.fadeUp {
	-webkit-animation-name: fadeUp;
	animation-name: fadeUp;
	animation-delay: .5s;
}
/* Fade Down */
@-webkit-keyframes fadeDown {
	from { opacity: 0; -webkit-transform: translateY(-50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeDown {
	from { opacity: 0; transform: translateY(-50px); }
	to { opacity: 1; transform: translateY(0); }
}
.fadeDown {
	-webkit-animation-name: fadeDown;
	animation-name: fadeDown;
	animation-delay: .5s;
}

/* Fade In */
@-webkit-keyframes fadeInleft {
	from { opacity: 0; -webkit-transform: translateX(100px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInleft {
	from { opacity: 0; transform: translateX(100px); }
	to { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translateX(-100px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
	from { opacity: 0; transform: translateX(-100px); }
	to { opacity: 1; transform: translateX(0); }
}
.fadeIn > :first-child, .fadeIn.has-media-on-the-right > :last-child {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-delay: .3s;
}
.fadeIn > :last-child, .fadeIn.has-media-on-the-right > :first-child {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft;
	animation-delay: .3s;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	padding: 0 20px;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	position: absolute !important;
}
.site-header::before {
	content: '';
	background-color: #0f2d19;
	height: 200px;
	width: 100%;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 28%, 0 100%);
	z-index: 1;
	top: 0;
	left: 0;
}


.admin-bar .site-header {
	top: 32px;
}

.site-header > .wrap {
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr;
	position: relative;
	width: 100%;
	max-width: 1900px;
}

h1.site-title, p.site-title, p.site-description {
	display: none;
}



/* Title Area
--------------------------------------------- */
.title-area {
	max-width: 350px;
	width: 100%;
	transition: all 0.2s ease-in-out;
	position: relative;
	padding-top: 15px;
	height: 300px;
	z-index: 2;
}
.site-header.smallnav .title-area {
	max-width: 200px;
	padding-top: 10px;
	padding-bottom: 7px;
	max-height: 100px;
}
.title-area img {
	object-fit: contain;
	max-height: 100%;
	width: 100%;
	object-position: left;
}



/* Header Widget Area
--------------------------------------------- */
.widget-area.header-widget-area {
	display: grid;
	grid-template-columns: 1fr auto;
	text-align: right;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 14px;
}
.widget-area.header-widget-area .widget {
	margin-left: 20px;
}
.site-header.smallnav .widget-area.header-widget-area {
	font-size: 12px;
	padding-top: 10px;
}
.site-header.smallnav .wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 0.9em;
	height: .9em;
}
.header-widget-area p a:link, .header-widget-area p a:visited {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .05em;
	display: block;
}
.header-widget-area p a:hover, .header-widget-area p a:focus {
	color: #61A5C2;
}
.header-widget-area p {
	margin: 0;
}
.header-widget-area .wp-block-social-links .wp-social-link svg {
	width: 22px;
	height: 22px;
	transition: all 0.3s ease-in-out;
}
.smallnav .header-widget-area .wp-block-social-links .wp-social-link svg {
	width: 18px;
	height: 18px;
}
.header-widget-area .wp-block-social-links .wp-social-link a {
	padding: .1em;
}


/* Nav
--------------------------------------------- */
.nav-primary .wrap {
	height: 100%;
}
.nav-primary .menu-primary {
	height: 100%;
	display: flex;
	align-items: flex-end;
	-webkit-align-items: flex-start;
	float: left;
	position: relative;
	z-index: 2;
}
.nav-primary .menu-item {
	display: inline-block;
	padding: .0001em;
	font-size: 20px;
	position: relative;
}
.nav-primary ul.sub-menu .menu-item {
	margin-left: 0;
}
.smallnav .nav-primary .menu-item, .home .smallnav .nav-primary .menu-item {
	font-size: 15px;
}
.nav-primary .menu-item a:link, .nav-primary .menu-item a:visited {
	color: #F8ECD0;
	font-family: "Frank Ruhl Libre", serif;
	font-weight: 400;
	padding: 3em 1em .2em;
	display: block;
	position: relative;
	letter-spacing: .07em;
}
.smallnav .nav-primary .menu-item a:link, .smallnav .nav-primary .menu-item a:visited {
	padding: 6px 5px 10px 5px;
}
.nav-primary .menu-item a:hover, .nav-primary .menu-item a:focus,
.nav-primary .menu-item.sfHover a {
	color: #E2A503;
}


/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #2664ab;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
		z-index: 9999;
		background-color: #161a1d;
		bottom: auto;
		left: -9999px;
		padding-top: 10px;
		padding-bottom: 10px;
		transform: translateY(1px);
		margin-top: -1px;
	}

	.nav-primary .sub-menu .menu-item a:link, .nav-primary .sub-menu .menu-item a:visited {
		padding: 10px;
		color: #fff;
		font-size: .75em;
	}
	.nav-primary .sub-menu .menu-item a:hover, .nav-primary .sub-menu .menu-item a:focus {
		background-color: rgba(255,255,255,.2);
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -47px 0 0 -180px;
	}

	.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

	/* Responsive Menu
	--------------------------------------------- */

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}



/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

.site-inner {
	max-width: 1024px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	min-height: 100vh;
}
.home .site-inner {
	max-width: none;
	padding: 50px 0 0;
}

/* Password Protected page
--------------------------------------------- */
.post-password-form {
	width: 100%;
	min-height: 80vh;
	display: grid;
	place-content: center;
	padding: 10%;
}
.post-password-form [type="submit"] {
	margin-top: 1em;
}

/* Entry Content
--------------------------------------------- */
.entry-content ol, .entry-content ul {
	margin-bottom: 30px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: .4em;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
	margin-bottom: 15px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}


.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}


.content-sidebar .site-inner .content-sidebar-wrap {
	display: grid;
	grid-template-columns: 1fr 30%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.content-sidebar .site-inner .content-sidebar-wrap .content {
	margin-right: 5%;
	border-right: 2px solid #777;
	padding-right: 5%;
}
.content-sidebar .sidebar .widget h2 {
	font-size: .8em;
	margin-top: 55px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar ul li {
	line-height: 1.1em;
	padding: 8px 0;
}
.site-inner .sidebar a:link, .site-inner .sidebar a:visited {
	font-weight: 400;
	color: #5195b2;
}
.site-inner .sidebar a:hover, .site-inner .sidebar a:focus {
	color: #222;
	border-color: transparent;
}


/* BLOG
---------------------------------------------------------------------------- */
.content-sidebar .archive-title {
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 60px;
}
.content-sidebar h2.entry-title {
	font-size: 25px;
	margin-bottom: 5px;
}
.content-sidebar.single-post .entry-header {
	text-align: center;
	margin-bottom: 50px;
}
.single-post .post .entry-title {
	font-size: 35px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.content-sidebar article .entry-meta {
	text-transform: uppercase;
	font-weight: 700;
	color: #777;
	font-size: .8em;
}
.content-sidebar article .entry-meta span {
	display: block;
}
.content-sidebar article.entry {
	margin-bottom: 55px;
	border-bottom: 2px solid #777;
	padding-bottom: 35px;
}
.content-sidebar  article.entry:last-of-type {
	border-bottom: none;
}
.single-post .entry-footer {
	margin-top: 80px;
	padding-top: 20px;
	border-top: 2px solid #777;
}

.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	padding: 0 1px;
	line-height: 1em;
	margin: 0 5px;
}
.pagination ul li.active {
	border-bottom: 2px solid #61A5C2;
}




/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #0f2d19;
	color: #f8ecd0;
	clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
	font-family: "Frank Ruhl Libre", serif;
	margin-bottom: -2px;
	margin-top: -165px;
	z-index: 2;
	position: relative;
}
.footer-widgets .wrap {
	margin: 0 auto;
	padding: 5em 5% 1em;
}

.footer-widgets .footer-widget-area p {
	font-size: 1.3em;
	margin: 0;
}
.footer-widgets .footer-widget-area p a:link, .footer-widgets .footer-widget-area p a:visited {
	font-weight: 300;
	color: #f8ecd0;
}
.footer-widgets .footer-widget-area p a:hover, .footer-widgets .footer-widget-area p a:focus {
	color: #BC6C01;
}
.footer-widgets .wp-block-social-links {
	margin-top: .5em;
	font-size: 1.3em;
}
.footer-widgets .wp-block-social-links .wp-social-link svg {
	transition: all 0.3s ease-in-out;
}
.footer-widgets .wp-block-social-links .wp-social-link svg:hover,
.footer-widgets .wp-block-social-links .wp-social-link svg:focus {
	color: #bc6c01;
	fill: #bc6c01;
}


/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #0F2D19;
	color: #9B9A84;
	padding: 1em 5%;
	font-size: 14px;
	letter-spacing: .1em;
	font-family: "Frank Ruhl Libre", serif;
	font-weight: 400;
}
.site-footer p {
	margin: 0;
}
.site-footer a:link, .site-footer a:visited {
	color: inherit;
}
.site-footer a:hover, .site-footer a:focus {
	color:#f8ecd0;
}



/* Search function
---------------------------------------------------------------------------- */
span.search-term {
	font-size: .4em;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	opacity: .75;
}

/* 404 page
---------------------------------------------------------------------------- */
.error404 .entry {
	padding-top: 100px;
	text-align: center;
	height: 50vh;
	padding-bottom: 50px;
	max-width: 800px;
	margin: 0 auto;
}
.error404 .entry .entry-title {
	text-align: center;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1900px) {
	#home-hero .intro-content {
		font-size: 45px;
	}
	.photo-trio.wp-block-columns {
		max-height: 500px;
	}
}

@media only screen and (max-width: 1600px) {
	body {
		font-size: 18px;
	}
	.site-header::before {
		height: 175px;
		clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
	}
	.title-area {
		max-width: 250px;
		height: 250px;
	}
	.nav-primary .menu-item a:link, .nav-primary .menu-item a:visited {
		padding: 2em 1em .2em;
	}
	.home .site-inner {
		padding: 30px 0 0;
	}
	#home-hero .intro-content {
		font-size: 36px;
	}
	#home-welcome {
		clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 89%);
		margin-top: -6%;
		margin-bottom: -7%;
	}
	.slant_img_section h2 {
		font-size: 2em;
	}
	.slant_img_section h3 {
		font-size: 1.5em;
	}
	#home-smalltown, #home-ownership {
		clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
		padding-top: 80px;
	}
	#home-smalltown .wp-block-media-text__content,
	#home-ownership .wp-block-media-text__content {
		padding-left: 7%;
	}
	#home-homes::before {
		height: 100px;
	}
	#home-homes {
		clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
		padding-top: 65px;
	}
	#home-cta h2 {
		font-size: 3em;
	}
	#home-cta p {
		max-width: 590px;
	}
	#home-location > .wp-block-group__inner-container {
		grid-template-columns: 40% 15% 1fr;
	}
	#home-location .highlights .wp-block-group__inner-container {
		padding: 6% 17% 7% 5%;
	}
	#home-location .highlights h2 {
		max-width: 300px;
	}
}


@media only screen and (max-width: 1280px) {
	body {
		font-size: 16px;
	}
	.site-header::before {
		height: 135px;
		clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
	}
	.title-area {
		max-width: 200px;
		max-height: 200px;
		padding-top: 5px;
	}
	.nav-primary .menu-item {
		font-size: 19px;
	}
	.nav-primary .menu-item a:link, .nav-primary .menu-item a:visited {
		padding: 1.5em 1em .2em;
	}
	.full-width-content .entry-content > .alignwide {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	.footer-widgets {
	margin-top: -140px;
}
	#home-hero {
		max-height: 700px;
	}
	.photo-trio.wp-block-columns {
		max-height: 400px;
	}
	#home-smalltown,
	#home-ownership {
		margin-top: -7%;
	}
	#home-cta h2 {
		font-size: 2.5em;
	}
	#home-cta p {
		max-width: 525px;
	}
	#home-landscape {
		height: 90vh;
		max-height: 700px;
	}
	
}

@media only screen and (max-width: 1024px) {
	.site-header::before {
		height: 100px;
		clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
	}
	.site-header {
		padding: 0 10px;
	}
	.title-area {
		max-width: 150px;
		max-height: 150px;
	}
	.nav-primary .menu-item {
		font-size: 17px;
	}
	.nav-primary .menu-item a:link, .nav-primary .menu-item a:visited {
		padding: 1em 1em .2em;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
		margin-top: 20px;
	}
	
	h1 { font-size: 55px; }
	h2 { font-size: 40px; }
	h3 { font-size: 30px; }
	h4 { font-size: 25px; }
	h5 { font-size: 20px; }
	h6 { font-size: 18px; }

	#home-hero {
		max-height: 550px;
	}
	#home-hero .intro-content {
		font-size: 28px;
		padding-bottom: 8%;
		padding-right: 3%;
	}
	#home-welcome {
		clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 92%);
		margin-top: -4%;
		margin-bottom: -6%;
	}
	#home-welcome .wp-block-media-text,
	#home-homes .wp-block-media-text {
		grid-template-columns: auto 50% !important;
	}
	
	#home-welcome .wp-block-media-text__content {
		padding: 23% 2% 20% 10%;
	}
	#home-landscape {
		max-height: 500px;
	}
	.slant_img_section h2 {
		font-size: 1.7em;
	}
	.slant_img_section h3 {
		font-size: 1.4em;
	}
	#home-smalltown::before,
	#home-ownership::before {
		height: 100px;
	}
	#home-smalltown,
	#home-ownership {
		clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
		margin-top: -7%;
		margin-bottom: -1px;
		padding-top: 50px;
	}
	#home-smalltown .wp-block-media-text,
	#home-ownership .wp-block-media-text {
		grid-template-columns: 50% auto !important;
	}
	#home-smalltown .wp-block-media-text__content,
	#home-ownership .wp-block-media-text__content {
		padding-left: 7%;
		padding-top: 18%;
		padding-bottom: 13%;
	}
	#home-homes::before {
		height: 60px;
	}
	#home-homes {
		padding-top: 35px;
	}
	#home-cta {
		padding: 150px 20px;
		max-height: 700px;
		min-height: 0;
		height: 100vh;
	}
	.footer-widgets {
		clip-path: polygon(0 0, 100% 65%, 100% 100%, 0 100%);
	}
	.site-footer {
		font-size: 13px;
	}
	#popup-form-wrap > .wp-block-group__inner-container {
		padding: 45px 5% 25px;
		max-width: 650px;
	}
	#home-location > .wp-block-group__inner-container {
		grid-template-columns: 100%;
	}
	#home-location iframe {
		grid-column: 1;
		grid-row: 2;
		height: 500px;
	}
	#home-location .highlights {
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
		grid-column: 1;
		grid-row: 1;
		margin-bottom: -10%;
		text-align: center;
	}
	#home-location .highlights .wp-block-group__inner-container {
		padding: 5%;
		margin: 0 auto;
	}
	#home-location .highlights h3 {
		font-size: 1.1em;
		margin-top: 2em;
	}
.photo-trio.wp-block-columns {
		max-height: 350px;
	}
	#home-location .wp-block-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 0;
	}
	#home-location .wp-block-list li {
		list-style-type: none;
		padding: 0 5%;
	}
	#home-location .highlights h2 {
		max-width: none;
		font-size: 1.7em;
	}
}

@media only screen and (max-width: 800px) {
	body {
		font-size: 15px;
	}
	.site-header {
		padding: 0;
	}
	.site-header::before {
		height: 100px;
	}
	.title-area {
		max-width: 140px;
		max-height: 140px;
		padding-left: 10px;
	}
	.nav-primary .menu-item {
		margin-left: 0;
	}

	.home .site-inner {
		max-width: none;
		padding: 30px 0 0;
	}
	

	.nav-primary .menu > .menu-item > a:link, .nav-primary .menu > .menu-item > a:visited, .nav-primary .menu > .menu-item .sub-menu a:link, .nav-primary .menu > .menu-item .sub-menu a:visited {
		font-size: 21px;
		padding: .5em;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.nav-primary .menu > .menu-item > a:link::before, .nav-primary .menu > .menu-item > a:visited::before {
		display: none;
	}
	.nav-primary .menu-item a:link::before, .nav-primary .menu-item a:visited::before {
		left: auto;
	}
	.nav-primary .menu-item a:hover::before, .nav-primary .menu-item a:focus::before {
		width: 100%;
	}
	.nav-primary .menu-item {
		display: block;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding: 10px 25px;
		position: static;
		z-index: 99;
	}
	.genesis-nav-menu .sub-menu {
		background-color: transparent;
	}
	
	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		display: block;
		left: auto;
		opacity: 1;
	}
	
	.menu .menu-item:focus {
		position: static;
	}
	
	.menu .menu-item > a:focus + ul.sub-menu,
	.menu .menu-item.sfHover > ul.sub-menu {
		left: auto;
		opacity: 1;
	}
	
	.genesis-responsive-menu {
		display: none;
		position: absolute;
		background-color: #BC6C01;
		left: 0;
		top: 0;
		height: auto;
		z-index: -1;
		border-radius: 0 0 10px 0;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		display: none;
	}
	
	.menu-toggle, .sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #f8ecd0;
		display: block;
		margin: 0;
		overflow: hidden;
		text-align: left;
		visibility: visible;
		align-self: start;
		transition: all .3s ease-in-out;
	}
	.menu-toggle {
		padding: 1.4em 1em;
		position: relative;
		z-index: 1000;
		font-family: "Frank Ruhl Libre", serif;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 19px;
		line-height: 27px;
		font-weight: 500;
	}
	
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		border-width: 0;
		color: #bc6c01;
		box-shadow: none;
		background-color: transparent !important;
	}
	
	.menu-toggle.activated::before {
		content: "\f335";
	}
	
	.site-header .dashicons-before::before {
		transition: none;
	}
	
	.site-header .menu-toggle::before {
		float: left;
		margin-right: 5px;
		position: relative;
		text-rendering: auto;
		top: 1px;
		width: 25px;
		height: 25px;
		font-size: 25px;
	}
	
	.sub-menu-toggle {
		float: right;
		padding: 14px 5px 1px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.nav-primary .sub-menu .menu-item a:hover, .nav-primary .sub-menu .menu-item a:focus {
		background-color: unset;
	}
	
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
	
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}
	
	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}
	.genesis-nav-menu li.single {
		display: none;
	}
	.nav-primary .menu-primary {
		display: block;
		text-align: left;
		margin-bottom: 25px;
		padding: 175px 5em 1em 3em;
	}
	.nav-primary .menu-item a:hover, .nav-primary .menu-item a:focus, .nav-primary .menu-item.sfHover a {
		color: #0f2d19;
	}

	#home-hero {
		max-height: 500px;
		height: 95vh;
	}
	#home-hero .intro-content {
		font-size: 21px;
	}
	#home-welcome {
		margin-top: -6%;
		margin-bottom: -8%;
	}
	#home-welcome .wp-block-media-text__content {
		padding: 23% 0% 24% 10%;
	}
	.photo-trio.wp-block-columns {
		max-height: 225px;
		min-height: 0;
	}
	#home-landscape .wp-block-cover__image-background.has-parallax {
		background-attachment: scroll;
	}
	.photo-trio.wp-block-columns {
		max-height: 300px;
		min-height: 0;
	}
	#home-smalltown,
	#home-ownership {
		margin-top: -8%;
	}
	#home-cta {
		max-height: 600px;
	}
	.site-footer {
		font-size: 12px;
	}
	#popup-contact-form .consent {
		padding: 0 160px 0 0;
		margin-top: 90px;
	}
	.footer-widgets {
	clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%);
}
	#home-contact .contact-columns {
	grid-template-columns: 100%;
	gap: 4em;
}
#home-contact .contact-columns .wp-block-column:last-of-type {
	grid-row: 1;
}
} 

@media only screen and (max-width: 600px) {
	.site-header::before {
		height: 75px;
		clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
	}
	.title-area {
		max-width: 125px;
		max-height: 125px;
	}
	.menu-toggle {
		padding: 1em .5em;
	}
	.nav-primary .menu-primary {
		padding: 150px 5em 1em 3em;
	}
	
	
	h1 { font-size: 48px; }
	h2 { font-size: 34px; }
	h3 { font-size: 28px; }
	h4 { font-size: 23px; }
	h5 { font-size: 19px; }
	h6 { font-size: 17px; }



	.content-sidebar .site-inner .content-sidebar-wrap .content {
		margin-right: 0;
		border-right: none;
		padding-right: 0;
	}
	.blog .post .entry-title, .archive .post .entry-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.single .post .entry-title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.content-sidebar  .archive-title {
		font-size: 35px;
	}
	#home-hero {
		height: 450px;
	}
	#home-hero .intro-content {
		font-size: 19px;
		padding-right: 0;
		background-size: 100% 40%;
	}
	#home-welcome .wp-block-media-text, #home-smalltown .wp-block-media-text, #home-homes .wp-block-media-text, #home-ownership .wp-block-media-text {
		grid-template-columns: 100% !important;
	}
	#home-welcome {
		margin-top: -7%;
		margin-bottom: -8%;
		clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 94%);
	}
	#home-welcome .wp-block-media-text__media {
		clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
		grid-column: 1;
		grid-row: 2;
		min-height: 300px;
	}
	#home-welcome .wp-block-media-text__media.active {
		clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	}
	#home-welcome .wp-block-media-text__content {
		padding: 18% 7% 6%;
	}
	#home-smalltown::before,
	#home-ownership::before {
		height: 70px;
		clip-path: polygon(0 0, 100% 0, 100% 15%, 0px 100%);
	}
	#home-smalltown,
	#home-ownership {
		margin-top: -10%;
		clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
		padding-top: 10px;
	}
	#home-smalltown .wp-block-media-text__media,
	#home-ownership .wp-block-media-text__media {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
		grid-row: 1;
		grid-column: 1;
		min-height: 300px;
	}
	#home-smalltown .wp-block-media-text__media.active,
	#home-ownership .wp-block-media-text__media.active {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
	}
	#home-smalltown .wp-block-media-text__content,
	#home-ownership .wp-block-media-text__content {
		padding: 9% 7%;
		grid-row: 2;
		grid-column: 1;
	}
	#home-homes {
		padding-top: 20px;
	}
	#home-homes .wp-block-media-text__content {
		padding: 11% 7% 13%;
		grid-row: 2;
	}
	#home-homes .wp-block-media-text__media {
		clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
		grid-row: 1;
		grid-column: 1;
		min-height: 300px;
	}
	#home-homes .wp-block-media-text__media.active {
		clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
	}
	#home-cta {
		max-height: 500px;
		padding: 100px 20px;
	}
	#home-cta h2 {
		font-size: 2em;
	}
	.footer-widgets {
	margin-top: -65px;
	clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
}
	.site-footer {
		font-size: 11px;
	}
	#close-popup {
		line-height: 10px;
		font-size: 28px;
		width: 30px;
		height: 30px;
	}
	#home-landscape, .photo-trio.wp-block-columns {
		max-height: 175px;
	}
	#home-location .highlights .wp-block-group__inner-container {
		padding: 10% 5%;
	}
	#home-location .wp-block-list {
		grid-template-columns: 100%;
	}
	#home-location .highlights {
		clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
	}
	#home-location iframe {
		height: 400px;
	}

#home-contact {
	margin-top: -2em;
	padding: 5em 1em 7em;
}
#home-contact p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
#home-contact p.contact-info a:link, #home-contact p.contact-info a:visited,
#home-contact .contact-columns .location-link a:link, #home-contact .contact-columns .location-link a:visited {
	margin: 0 .5em;
	font-size: 1.2em;
}
#home-contact .socials .wp-block-group__inner-container::before {
	width: 21em;
}

}

@media only screen and (max-width: 480px) {
	.site-header::before {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	.menu-toggle {
		padding: 25px 15px;
	}
	.nav-primary .menu-primary {
		padding: 120px 1em .5em;
		text-align: center;
		width: 100%;
		margin-bottom: .8em;
	}
	.nav-primary .menu > .menu-item > a:link, .nav-primary .menu > .menu-item > a:visited, .nav-primary .menu > .menu-item .sub-menu a:link, .nav-primary .menu > .menu-item .sub-menu a:visited {
		font-size: 19px;
	}
	.title-area {
		max-width: 110px;
		max-height: 110px;
		padding-left: 5px;
		padding-top: 2px;
	}
	.home .site-inner {
		padding: 70px 0 0;
	}
	h1 { font-size: 40px; }
	h2 { font-size: 30px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }

	.content-sidebar .site-inner .content-sidebar-wrap {
		grid-template-columns: 100%;
	}
	.content-sidebar .site-inner .content-sidebar-wrap .sidebar {
		border-top: 2px solid #777;
		padding-top: 40px;
		margin-top: 40px;
	}
	#popup-contact-form .form-fields {
		display: block;
	}
	#popup-contact-form .form-fields .email-field,
	#popup-contact-form .form-fields .phone-field {
		padding:0;
	}
	#popup-contact-form .form-fields .consent {
		padding-right: 0;
	}
	#popup-contact-form > p {
		margin: 0;
	}
	#close-popup {
		line-height: 10px;
		font-size: 28px;
		width: 30px;
		height: 30px;
	}
	#popup-contact-form .wpforms-container .wpforms-field.wpforms-one-half, #popup-contact-form .wpforms-container .wpforms-field-row-block.wpforms-one-half {
		width: 100%;
		padding: .2em 0 0.4em;
		float: none;
		margin: 0;
	}
	#popup-contact-form .wpforms-field-label {
		margin-bottom: 0;
		margin-top: .5em;
	}
	#popup-contact-form .wpforms-submit-container {
		float: none;
	}
	#popup-contact-form .consent {
		padding: 0;
		margin-top: 0;
		text-align: center;
	}
	#popup-contact-form .wpforms-submit-container {
		float: none;
		text-align: center;
	}
	#home-hero {
		height: 250px;
	}
	#popup-contact-form .wpforms-container {
		margin: 10px 0 20px;
		min-height: 100px;
	}
	#popup-contact-form .intro {
		margin-bottom: .5em;
		text-align: center;
	}
	#popup-contact-form h3 {
		color: #3F5533;
		font-weight: 400;
		margin: 0;
		text-align: center;
	}
	#home-hero .wp-block-group__inner-container {
		padding: 0;
	}
	#home-hero .intro-content {
		font-size: 16px;
		padding-right: 3%;
		padding-bottom: 15%;
	}
	#home-welcome {
		margin-top: -9%;
		margin-bottom: -11%;
		clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 96%);
	}
	.slant_img_section h2 {
		font-size: 1.5em;
	}
	.slant_img_section h3 {
		font-size: 1.3em;
		font-weight: 400;
	}
	#home-smalltown,
	#home-ownership {
		clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	}
	#home-landscape, .photo-trio.wp-block-columns {
		max-height: 150px;
	}
	#home-homes::before {
		height: 45px;
	}
	#home-homes {
		padding-top: 10px;
	}
	#home-homes {
		padding-top: 10px;
		margin-bottom: -12%;
		clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
	}
	#home-cta {
		padding: 50px 20px;
	}
	.footer-widgets {
	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}
	#popup-contact-form .wpforms-container .wpforms-field {
		padding: 0;
	}
	#popup-contact-form .wpforms-field-label {
		margin-top: .1em;
	}
	.site-footer {
		font-size: 10px;
	}
	#home-location .highlights h2 {
		font-size: 1.5em;
	}
	#home-location .highlights h3 em {
		display: block;
		line-height: 1.6em;
	}
	#home-location .highlights {
		clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
		margin-bottom: -20%;
	}
	.footer-widgets .footer-widget-area p {
		font-size: 1.2em;
	}
	#home-contact p.contact-info a:link, #home-contact p.contact-info a:visited,
#home-contact .contact-columns .location-link a:link, #home-contact .contact-columns .location-link a:visited {
	margin: .3em;
	display: inline-block;
}
#home-contact .socials .wp-block-group__inner-container::before {
	width: 14em;
}
#home-contact .socials .wp-block-group__inner-container {
	display: block;
}
#home-contact .socials .wp-block-group__inner-container > p, #home-contact .socials .wp-block-group__inner-container > ul {
	margin: .3em 0;
	display: block;
}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}



/* Webfonts
---------------------------------------------------------------------------- */
.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }