/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 5.5
*/
@font-face {
	font-family: 'Karla';
	src: url('/fonts/Karla.woff2') format('woff2'), url('/fonts/Karla.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue';
	src: url('/fonts/BebasNeue.woff2') format('woff2'), url('/fonts/BebasNeue.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/fonts/Montserrat.woff2') format('woff2'), url('/fonts/Montserrat.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #d5cec2;
	font-size: 28px;
	line-height: 1.25;
	background: #222;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	letter-spacing: .5px;
}
p a {
	color: #6528f5;
}
h1, .blog #main h1 a {
	color: #111;
	font-family: 'BebasNeue', sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 72px */
	letter-spacing: 3.2px;
	text-transform: uppercase;
}
h2 {
	color: #111;
	font-family: 'BebasNeue', sans-serif;
	font-size: 72px;
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 15px;
}
h3 {
	color: #111;
	font-family: 'BebasNeue', sans-serif;
	font-size: 60px;
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 15px;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #6528f5;
}
.main-btn {
	color: #d5cec2;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'BebasNeue', sans-serif;
	font-size: 28px;
	line-height: 18px;
	padding: 5px 10px 10px;
	text-decoration: none !important;
	font-weight: 400;
	cursor: pointer;
	letter-spacing: .48px;
	border-bottom: 2px solid #d5cec2;
}
.main-btn:hover {
	background: none;
	color: #7E643F;
	border-color: #7E643F;
}
.main-btn2 {
	color: #222;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'BebasNeue', sans-serif;
	font-size: 28px;
	line-height: 18px;
	padding: 5px 10px 10px;
	text-decoration: none !important;
	font-weight: 400;
	cursor: pointer;
	letter-spacing: .48px;
	border-bottom: 2px solid #222;
}
.main-btn2:hover {
	background: none;
	color: #7E643F;
	border-color: #7E643F;
}
.main-btn2::after {
	display: none;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
.modal label {
	width: 100%;
}
/* HEADER
------------------------------------- */
.header {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px 0;
	background: linear-gradient(0deg, rgba(5, 5, 5, 0.00) 0%, rgba(5, 5, 5, 0.90) 100%);
	background-blend-mode: multiply;
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #ccc;
	padding-left: 10px;
}
.innerHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar .nav > li > a {
	color: #d5cec2;
	padding: 10px 15px;
	height: 38px;
	line-height: 38px;
	font-size: 22px;
	font-family: "BebasNeue", sans-serif;
	letter-spacing: 0.5px;
}
.header a.main-btn.transition {
	font-size: 24px;
	border: 1px solid #d5cec2;
	padding: 12px 20px;
	margin-left: 20px;
}
a.phone {
	color: #d5cec2;
	font-size: 24px;
	font-family: "BebasNeue", sans-serif;
	letter-spacing: 1.2px;
}
.header a.main-btn.transition:hover {
	background: #d5cec2;
	color: #222;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #d5cec2;
	box-shadow: none;
	font-weight: 400;
	border-bottom: 1px solid;
}
#logo {
	max-width: 300px;
}
.home #logo {
	display: none;
}
.home .header.active #logo {
	display: block;
}
.header.active {
	background: linear-gradient(0deg, rgba(5, 5, 5, 47%) 0%, rgba(5, 5, 5, 0.95) 100%);
	background-blend-mode: multiply;
}
.header li.current-page-parent > a {
	color: #7e643f !important;
	font-weight: 500;
}
.header .dropdown-menu li a {
	letter-spacing: 1px;
	font-family: "BebasNeue", sans-serif;
	font-size: 20px;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #7e643f !important;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #7e643f;
	padding-left: 17px;
}
ul.dropdown-menu {
	top: 45px;
}
/* BANNER
------------------------------------- */
.banner {
	height: 650px;
	width: 100%;
	background: url('/images/stepbystep.webp') center -200px no-repeat;
	background-size: cover;
	position: relative;
	z-index: 5;
}
.home .banner {
	height: 100svh;
	max-height: 1080px;
	background: url('/images/banner-main.webp') top center no-repeat;
	background-size: cover;
}
.banner-content {
	display: flex;
	justify-content: center;
	height: 100svh;
	flex-direction: column;
	align-items: center;
}
.banner-content a.main-btn.transition {
	border: 2px solid #d5cec2;
	padding: 18px 25px 15px;
}
.banner-content a.main-btn.transition:hover {
	background: #d5cec2;
	color: #222;
}
.internal-page .banner-content a.main-btn.transition:hover {
	background: #222;
	color: #d5cec2;
	border-color: #222;
}
.internal-page .banner-content a.main-btn.transition {
	background: #d5cec2;
	color: #222;
}
.banner .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .container h1 {
	color: #d5cec2;
	text-shadow: 2px 2px 5px #222;
}
.internal-page .banner-content {
	transform: translateY(50px);
}
.internal-page .banner-content #logo3 img {
	max-width: 500px;
}
.banner-content p {
	margin: 40px 0;
	font-size: 38px;
}
/* TOP
------------------------------------- */
.home .main-wrap {
	background: #d5cec2;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.home h1.page-title {
	color: #222;
	text-align: right;
	font-weight: 700;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--black, #222);
	max-width: 250px;
	letter-spacing: 1.4px;
	line-height: 1.1;
}
.home #main article {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 50px;
}
.home #main {
	color: #222;
}
.home .main-wrap::after {
	background: #222;
	max-width: 450px;
	height: 4px;
	display: block;
	content: "";
	left: 0;
	position: absolute;
	width: 23%;
	top: 400px;
	bottom: auto;
}
.home #main p:first-child {
	margin-bottom: 40px;
}
.home section.post_content.clearfix {
	padding-left: 30px;
}
/* MAIN
------------------------------------- */
.internal-page h1 {
	color: #d5cec2;
	margin-bottom: 50px;
}
.internal-page .row.contentsection {
	padding: 50px 0;
}
.main-wrap strong, .main-wrap b {
	font-weight: 900;
	color: #d5cec2;
	letter-spacing: .5px;
}
#main h3 {
	color: #d5cec2;
	margin-top: 40px;
}
.internal-page #main a {
	color: #7e643f;
	text-decoration: underline;
}
.internal-page #main a:hover {
	color: #222;
}
.page-privacy-policy {
	font-size: 26px;
	letter-spacing: 0;
}
.internal-page #main li {
	margin-bottom: 30px;
}
.page-contact-us .main-wrap strong {
	margin-top: 40px;
	display: block;
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1740px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.pagination {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}
.pagination ul {
	margin: 0 !important;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
.pagination a {
	color: #2f1964;
}
.pagination li.active a {
	color: #ff7a4d;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* BOTTOM
------------------------------------- */
/* Showcase */
.showcase-section {
	position: relative;
	overflow: hidden;
}
.showcase {
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.showcase1 {
	background: url('/images/showcase1.webp') center center no-repeat;
	background-size: cover;
}
.showcase2 {
	background: url('/images/showcase2.webp') center center no-repeat;
	background-size: cover;
}
.showcase3 {
	background: url('/images/showcase3.webp') center center no-repeat;
	background-size: cover;
}
.showcase4 {
	background: url('/images/showcase4.webp') center center no-repeat;
	background-size: cover;
}
.showcase h3 {
	color: #d5cec2;
	font-size: 72px;
	max-width: 250px;
	letter-spacing: 1.5px;
	line-height: 1.1;
	margin: 0 auto 40px;
}
.showcase-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 1;
}
/* Slate Difference */
.slate-difference {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
}
.slate-difference .flex {
	gap: 50px;
	justify-content: space-between;
	align-items: center;
}
.difference-wrap {
	max-width: 650px;
}
.difference-wrap p {
	margin-bottom: 40px;
}
.difference-wrap h2 {
	color: #d5cec2;
	letter-spacing: 6px;
}
.slate-difference .container {
	max-width: 1700px;
}
/* Step by Step */
.step-by-step {
	padding: 140px 0;
	position: relative;
	background: url('/images/stepbystep.webp') center center no-repeat;
	background-size: cover;
	z-index: 5;
}
.slate-difference::before {
	content: "";
	display: block;
	height: 650px;
	width: 5px;
	background: #d5cec2;
	position: absolute;
	top: 0;
	left: 70px;
}
.step-by-step h2 {
	text-align: center;
	font-size: 124px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 12.4px;
	text-transform: uppercase;
	color: #d5cec2;
	max-width: 700px;
	margin: 0 auto 50px;
}
.step-by-step p {
	max-width: 1150px;
	margin: 0 auto 30px;
	letter-spacing: 2px;
}
/* Process Section */
.process-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}
.process-line {
	height: 5px;
	background: #d5cec2;
	max-width: 1150px;
	margin: auto 0 0 auto;
	margin-bottom: 30px;
}
.process-section h2 {
	color: #d5cec2;
	text-align: center;
	letter-spacing: 7px;
	margin-bottom: 150px;
}
.process-section .flex {
	gap: 35px;
	margin-bottom: 50px;
}
.step {
	background: rgba(126, 100, 63, 0.40);
	padding: 80px 50px 30px;
	position: relative;
}
span.step-number {
	text-align: center;
	display: block;
	font-size: 200px;
	font-family: 'BebasNeue', sans-serif;
	font-weight: 400;
	margin-top: -180px;
	line-height: 1;
}
.step h3 {
	text-align: center;
	font-size: 104px;
	color: #d5cec2;
	letter-spacing: 2.5px;
}
.step p {
	letter-spacing: 1px;
}
/* Staff Section */
.staff-section {
	padding: 100px 0;
	background: #d5cec2;
	position: relative;
	overflow: hidden;
}
.page-about-us .bottom {
	display: none;
}
.staff-section::after {
	content: "";
	background: #7E643F;
	width: 5px;
	height: 1100px;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	right: 50px;
}
.staff-highlight {
	height: 751px;
	width: 640px;
	background-image: url('/images/zach.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.staff-section h2 {
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 50px;
}
.staff-info {
	background: #7E643F;
	padding: 30px;
	z-index: 5;
	position: relative;
	margin-top: -75px;
	max-width: 600px;
	margin-left: 20px;
}
.staff-info h3 span {
	display: block;
	font-style: italic;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
}
.staff-info h3 {
	font-family: 'Karla';
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.1px;
}
.staff-info p {
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
}
.staff-area .flex {
	flex-wrap: wrap;
	gap: 50px;
	align-items: center;
	justify-content: center;
}
.team-btn {
	margin-left: 50px;
	margin-top: 50px;
}
.staff-member {
	width: 440px;
	height: 440px;
	overflow: hidden;
	cursor: pointer;
}
.staff-member:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
/* Reviews Section */
.reviews-section {
	background: url(/images/reviews-bg.webp) center -40px no-repeat;
	background-size: cover;
	padding: 150px 0;
	position: relative;
}
.stars img {
	display: inline-block;
	margin: 0 10px;
}
.stars {
	margin-bottom: 15px;
}
.reviews-section h2 {
	color: #d5cec2;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.review p {
	letter-spacing: .6px;
}
.reviews {
	max-width: 1280px;
	margin: 0 auto 25px;
	padding: 0 50px;
}
.reviews::before {
	content: "";
	background: url(/images/quote-left.webp) center center no-repeat;
	width: 70px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: -100px;
}
.reviews::after {
	content: "";
	background: url(/images/quote-right.webp) center center no-repeat;
	width: 70px;
	height: 60px;
	display: inline-block;
	position: absolute;
	right: -100px;
	bottom: 0;
	top: auto;
}
/* Break Section */
.break-section {
	position: relative;
	background: #473c2e;
	padding: 50px 0;
}
.break-section h2 {
	margin: 0;
	color: #d5cec2;
}
.break-section h2 span {
	color: #7e643f;
}
/* Bottom Section */
.bottom {
	background: url(/images/bottom-bg.webp) center center no-repeat;
	background-size: cover;
	padding: 280px 0;
	position: relative;
	z-index: 5;
}
.bottom h2 {
	color: #d5cec2;
	font-size: 124px;
	letter-spacing: 12.5px;
}
.bottom .main-btn {
	border: 2px solid;
	padding: 15px 20px;
}
.bottom .main-btn {
	border: 2px solid;
	padding: 15px 20px;
}
.bottom .main-btn:hover {
	background: #d5cec2;
	color: #222;
}
/* FOOTER
------------------------------------- */
footer {
	background: #222;
	padding: 75px 0 50px;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
}
footer h3 {
	color: #d5cec2;
	font-size: 32px;
}
.menu-footer {
	list-style: none;
	margin: 0;
}
.menu-footer li a {
	color: #7E643F;
	font-family: "BebasNeue", sans-serif;
	font-size: 28px;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
a.foot-phone {
	color: #d5cec2;
	display: block;
	margin-bottom: 15px;
}
p.serving {
	color: #d5cec2;
}
.menu-footer li.current-menu-item a {
	text-decoration: underline;
}
p.foot-tag {
	margin: 50px 0 0;
	padding-right: 20px;
	font-size: 24px;
}
footer .col-md-3 hr {
	height: 1px;
	margin: 20px 0;
}
footer a {
	color: #7e643f;
}
.attribution p {
	margin: 0 0 8px;
}
.attribution a {
	color: #d5cec2;
}
.attribution {
	padding: 0;
	background: none;
	display: block;
	float: none;
	margin: 0;
	vertical-align: middle;
	color: #d5cec2;
	text-align: center;
	font-family: "BebasNeue";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
}
footer hr {
	background: #d5cec2;
	height: 5px;
	margin: 45px 0;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 5px 10px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
	max-width: 45px;
	display: none !important;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
.modal-header {
	background: #44403a;
	padding: 35px 25px 0px;
}
.modal-content {
	background: #44403a;
	border-radius: 0px;
	color: #000;
	box-shadow: 0 0 20px #000;
	font-size: 16px;
}
.modal label input, .modal textarea {
	background: #fff;
	padding: 8px 10px;
	margin-top: 5px;
	font-family: "Karla", sans-serif;
	font-size: 18px !important;
}
.modal textarea {
	min-height: 180px;
}
.modal label {
	letter-spacing: .5px;
	font-family: "BebasNeue";
	color: #ccc;
	font-size: 22px;
	margin-bottom: 18px;
}
.modal-body {
	padding: 30px 30px 10px;
}
.modal-header img {
	max-width: 300px;
}
.modal-header .close {
	color: #ccc;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	color: #ccc;
	font-family: "BebasNeue", sans-serif;
	font-size: 26px !important;
	border: none;
	border-bottom: 2px solid #ccc;
	padding-top: 13px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #ccc;
	color: #473c2e;
}
.wpcf7-not-valid-tip {
	font-size: 16px !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 0 10px !important;
	font-size: 20px;
	border: none !important;
	line-height: 1.5;
	color: #de3c3c;
	letter-spacing: 0px;
	font-family: "BebasNeue", sans-serif;
}
.attribution p:first-child {
	margin-bottom: 20px;
}
p a {
	color: #7e643f;
	text-decoration: underline;
}
/* INTERNAL PAGES
------------------------------------- */
/* About Us */
.page-about-us .team-btn {
	display: none;
}
.staff-wrapper {
	display: flex;
	gap: 2rem; /* optional spacing between image and bio */
	align-items: flex-start;
}
.staff-img {
	flex: 0 0 400px; /* prevents shrinking, sets a fixed width */
}
.staff-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px; /* optional */
}
.staff-bio {
	flex: 1; /* allows bio to take the remaining space */
}
.page-about-us .main-wrap hr {
	margin: 75px auto;
	border-color: #7E643F;
}
.staff-bio h2 {
	margin-bottom: 0;
}
#main .staff-bio h3 {
	margin-top: 0;
	color: #7E643F !important;
	font-style: italic;
	font-size: 50px;
}
.staff-bio p {
	font-size: .9em;
}
/* Services */
/* Portfolio */
.homes-section {
	position: relative;
	overflow: hidden;
	background: #222;
	padding: 100px 0;
}
.homes-section h2 {
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 50px;
	color: #d5cec2;
}
.homes-section .flex {
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
}
.home-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 30%;
}
.home-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(36 36 36 / 80%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.home-overlay a {
	color: #d5cec2;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	font-family: "BebasNeue", sans-serif;
	font-size: 24px;
}
.home-overlay a:hover {
	text-decoration: none;
	color: #7e643f;
}
.home-overlay h3 {
	color: #fff;
	font-size: 45px;
}
.home-wrap:hover .home-overlay {
	opacity: 1;
}
.homes-section::after {
	content: "";
	display: block;
	position: absolute;
	height: 800px;
	width: 5px;
	background: #7E643F;
	top: 0;
	right: 50px;
	z-index: 2;
}
.home #main a.main-btn2.transition {
	margin-top: 40px;
}
.error404 .contentarea h1, .error404 .contentarea p, .error404 .contentarea a {
	color: #333 !important;
}
.error404 .contentarea {
	background: #d5cec2;
	padding: 100px;
}
/* Portfolio Galleries */
.flex.gallery-wrap {
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
	padding: 0 30px 0 30px;
	position: relative;
}
.flex.gallery-wrap::after {
	content: "";
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100px;
	background: #7E643F;
}
.flex.gallery-wrap .img-wrap {
	width: calc(33% - 20px);
	max-width: 100%;
	height: auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.img-wrap img {
	cursor: pointer;
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
.img-wrap {
	max-height: 285px;
	overflow: hidden;
}
.parent-pageid-148 .row.contentsection {
	padding: 50px 0 100px;
}
.page-maple-grove-farmstead .banner {
	background: url(/images/banner-main.webp) center center no-repeat;
	background-size: cover;
}
.page-contact-us #main li {
	margin-bottom: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
	background: #46b450;
}
.parent-pageid-148 #main hr {
	border-color: #333;
	margin: 50px auto;
}
.lightbox-img:hover {
	transform: scale(1.05);
}
.lightbox-img {
	cursor: pointer;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.internal-page .main-wrap h1, .internal-page .main-wrap h2, .internal-page .main-wrap h3 {
	color: #222 !important;
}
.internal-page .main-wrap {
	color: #222;
}
.internal-page .main-wrap {
	background: #d5cec2;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.internal-page .main-wrap::before {
	content: "";
	background: url(/images/blueprint.webp) bottom right no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 600px;
	position: fixed;
	left: auto;
	right: 0;
	top: auto;
	bottom: 150px;
	opacity: .2;
	transform: rotate(5deg);
}
footer::before {
	content: "";
	background: url(/images/blueprint.webp) bottom right no-repeat;
	display: block;
	width: 100%;
	height: 600px;
	position: absolute;
	right: 0;
	bottom: 50px;
	opacity: .2;
	pointer-events: none;
	max-width: 910px;
	transform: rotate(5deg);
}
.internal-page .main-wrap strong, .internal-page .main-wrap b {
	color: #222;
}
.grecaptcha-badge {
	opacity: 0 !important;
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 25px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 25px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (min-width: 1300px) {
	.bottom {
		height: 80vh;
		max-height: 950px !important;
	}
}
@media (max-width: 1850px) {
	.slate-difference .container {
		max-width: 1650px;
	}
}
@media (max-width: 1799px) {
	.slate-difference .container {
		max-width: 1570px;
	}
}
@media (max-width: 1749px) {
	.slate-difference .container {
		max-width: 1500px;
	}
}
@media (max-width: 1699px) {
	.slate-difference .container {
		max-width: 1450px;
	}
	.staff-member {
		width: 380px;
		height: 380px;
	}
	.staff-area .flex {
		gap: 30px;
	}
}
@media (max-width: 1649px) {
	.slate-difference .container {
		max-width: 1400px;
	}
	.staff-highlight {
		height: 620px;
		width: 550px;
	}
	.staff-info {
		margin-right: 20px;
	}
}
@media (max-width: 1599px) {}
@media (max-width: 1549px) {
	html, body {
		font-size: 29px;
	}
	.slate-difference .container {
		max-width: 1300px;
	}
	span.step-number {
		font-size: 180px;
	}
	.step h3 {
		font-size: 90px;
	}
	.break-section h2 {
		font-size: 65px;
	}
	.staff-area .flex {
		position: relative;
		z-index: 5;
	}
}
@media (max-width: 1499px) {
	.reviews::before {
		left: -50px;
	}
	.reviews::after {
		right: -50px;
	}
	html, body {
		font-size: 27px;
	}
}
@media (max-width: 1449px) {
	.slate-difference .container {
		max-width: 1250px;
	}
	#logo3 {
		max-width: 850px;
	}
}
@media (max-width: 1399px) {
	#logo {
		max-width: 250px;
	}
	.banner-content a.main-btn.transition {
		font-size: 24px;
	}
	.slate-difference .container {
		max-width: 1150px;
	}
	.step-by-step h2 {
		font-size: 100px;
		max-width: 600px;
	}
	.staff-member {
		width: 300px;
		height: 300px;
	}
	.staff-highlight {
		height: 550px;
		width: 500px;
	}
	.reviews {
		max-width: 1150px;
	}
	.break-section h2 {
		font-size: 58px;
	}
	.bottom h2 {
		font-size: 100px;
	}
	.banner {
		height: 500px;
	}
}
@media (max-width: 1349px) {
	.modal-header img {
		max-width: 220px;
	}
	.modal textarea {
		min-height: 120px;
	}
	.modal label {
		margin-bottom: 15px;
	}
}
@media (max-width: 1299px) {
	.navbar .nav > li > a {
		padding: 10px 12px;
		font-size: 20px;
	}
	.home .main-wrap::after {
		width: 27%;
	}
	.slate-difference .container {
		max-width: 1080px;
	}
	.step-by-step h2 {
		font-size: 80px;
		max-width: 520px;
	}
	.home h1.page-title {
		font-size: 70px;
	}
	.showcase h3 {
		font-size: 60px;
	}
	.step h3 {
		font-size: 70px;
	}
	span.step-number {
		font-size: 160px;
	}
	.reviews {
		max-width: 1080px;
	}
	.banner-content a.main-btn.transition {
		font-size: 20px;
	}
	html, body {
		font-size: 24px;
	}
}
@media (max-width: 1249px) {
	.slate-difference .flex {
		flex-direction: column;
	}
	.blueprint {
		max-width: 750px;
	}
	.staff-member {
		width: 250px;
		height: 250px;
	}
	.reviews {
		max-width: 1000px;
	}
	.break-section h2 {
		font-size: 54px;
	}
	h1, .blog #main h1 a {
		font-size: 70px;
	}
	h2 {
		font-size: 62px;
	}
	h3 {
		font-size: 50px;
	}
	.step h3 {
		font-size: 60px;
	}
}
@media (max-width: 1199px) {
	#logo3 {
		max-width: 800px;
		margin-bottom: 30px;
	}
	.navbar .nav > li > a {
		padding: 10px 10px;
		font-size: 18px;
	}
	#logo {
		max-width: 200px;
	}
	#logo3 {
		max-width: 700px;
		margin-bottom: 30px;
	}
	.showcase {
		height: 500px;
	}
	.blueprint {
		max-width: 600px;
	}
	.break-section h2 {
		font-size: 50px;
	}
	.bottom {
		padding: 180px 0;
	}
	footer .col-md-4 img {
		max-width: 300px;
		display: block;
	}
	.menu-footer li a {
		font-size: 24px;
	}
	footer .col-md-3 a img {
		max-width: 50px;
	}
	.internal-page .banner-content #logo3 img {
		max-width: 400px;
	}
}
@media (max-width: 1149px) {
	span.step-number {
		font-size: 120px;
		margin-top: -140px;
	}
	.step {
		padding: 80px 30px 30px;
	}
	.process-section h2 {
		margin-bottom: 100px;
	}
	.staff-member {
		width: 220px;
		height: 220px;
	}
	.staff-highlight {
		height: 500px;
		width: 450px;
	}
	.reviews {
		max-width: 950px;
	}
	.bottom h2 {
		font-size: 80px;
	}
	footer .col-md-4 img {
		max-width: 250px;
		display: block;
	}
	h1, .blog #main h1 a {
		font-size: 60px;
	}
}
@media (max-width: 1099px) {
	.banner {
		background-position: center center;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item a {
		text-decoration: underline;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li a {
		font-size: 20px;
		font-weight: 500;
	}
	.mobile-header {
		background: #222222;
		box-shadow: 0 2px 12px 0 rgb(255 255 255 / .1);
	}
	.menu-line {
		background: #7e643f;
	}
	#logo2 {
		max-width: 250px;
		margin: auto;
		transform: translateX(-25px);
	}
	.mobile-nav-menu {
		top: 74.5px;
		background: #473c2e;
	}
	.mobile-nav-menu .menu-mobile li a {
		color: #fff;
		font-size: 22px;
	}
	.mobile-info a.main-btn.transition:hover {
		color: #222;
		border-color: #222;
	}
	.banner {
		height: 450px;
	}
	#logo3 {
		margin-bottom: 10px;
	}
	.step-by-step h2 {
		font-size: 70px;
		max-width: 520px;
	}
	.showcase {
		width: 50%;
		height: 500px;
	}
	.showcase-section .flex {
		flex-wrap: wrap;
	}
	.reviews {
		max-width: 880px;
	}
	.break-section h2 {
		font-size: 45px;
	}
	.home-wrap {
		width: 45%;
	}
	.homes-section::after {
		right: 100px;
	}
	.staff-info h3 span {
		font-size: 28px;
	}
	#main .staff-bio h3 {
		font-size: 40px;
	}
	.step-by-step h2 {
		font-size: 70px;
		max-width: 460px;
	}
	.mobile-info a.main-btn.transition {
		max-width: 160px;
		color: #bbb;
		border-color: #bbb;
		margin-top: 50px;
		font-size: 20px;
		letter-spacing: 0px;
	}
	.slate-difference {
		padding: 100px 0;
	}
	.internal-page .main-wrap::before, footer::before {
		bottom: 50px;
		background-position: center center;
		opacity: .15;
	}
	a#logo2 {
		opacity: 0;
		-moz-transition: all .1s ease-in;
		-webkit-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
	}
	.mobile-tel .fa-solid {
		font-size: 25px;
		color: #7e643f;
	}
	.mobile-tel span {
		display: block;
		font-size: 15px;
		color: #fff;
		margin-top: 2px;
	}
}
@media (max-width: 1049px) {}
@media (max-width: 999px) {
	.home #main article {
		flex-direction: column;
		gap: 10px;
	}
	.container {
		width: 100%;
	}
	.home .main-wrap {
		padding: 20px 0;
	}
	.home #main header {
		width: 100%;
		border-bottom: 5px solid #222;
		margin: 0 auto 30px;
		max-width: 820px;
	}
	.home .main-wrap::after {
		display: none;
	}
	.home h1.page-title {
		font-size: 70px;
		text-align: left;
	}
	.staff-highlight {
		height: 500px;
		width: 400px;
	}
	.staff-info h3 span {
		font-size: 25px;
	}
	.reviews {
		max-width: 750px;
	}
	.break-section h2 {
		font-size: 40px;
	}
	.modal.fade.in {
		top: 30px;
		z-index: 9999;
	}
	.staff-member {
		width: 190px;
		height: 190px;
	}
	.staff-img {
		flex: 0 0 250px; /* prevents shrinking, sets a fixed width */
	}
}
@media (max-width: 949px) {
	footer .col-md-4, footer .col-md-2, footer .col-md-3 {
		width: 50%;
		margin: 25px 0;
	}
	footer {
		padding: 25px 0 50px;
	}
	#logo3 {
		max-width: 500px;
	}
}
@media (max-width: 899px) {
	.staff-member {
		width: 170px;
		height: 170px;
	}
	.reviews {
		max-width: 700px;
	}
	.break-section h2 {
		font-size: 45px;
		max-width: 585px;
		margin: auto;
	}
	.banner {
		height: 400px;
	}
}
@media (max-width: 849px) {
	.difference-wrap {
		max-width: 550px;
	}
	.step {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	.process-section .flex {
		flex-wrap: wrap;
	}
	.staff-section .flex {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.staff-highlight {
		height: 500px;
		width: 400px;
		margin: auto;
	}
	.staff-area {
		width: 100%;
		max-width: 600px;
	}
	.staff-section .staff-area .flex {
		flex-direction: row;
	}
	.staff-member {
		width: 210px;
		height: 210px;
	}
	h2 {
		font-size: 50px;
	}
	.reviews::before, .reviews::after {
		display: none;
	}
	.bottom h2 {
		font-size: 70px;
	}
	.home section.post_content.clearfix {
		padding-left: 0;
	}
}
@media (max-width: 799px) {
	footer .col-md-4, footer .col-md-2, footer .col-md-3 {
		margin-bottom: 50px;
		width: 100%;
	}
	footer .row {
		max-width: 600px;
		margin: auto;
	}
	img.alignleft, img.alignright {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 1svh;
	}
	.internal-page .banner-content #logo3 img {
		max-width: 280px;
	}
}
@media (max-width: 749px) {
	.slate-difference::before {
		display: none;
	}
	.home-wrap {
		width: 100%;
		max-width: 515px;
		margin: auto;
	}
}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	.staff-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.staff-img {
		flex: 0 0 250px;
		width: 100%;
		max-width: 350px;
	}
	.home .banner {
		background-position: -910px bottom;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	.showcase-section {
		padding-top: 50px;
	}
	.showcase {
		width: 100%;
		height: 520px;
		max-width: 350px;
		margin: 0 auto;
	}
	.step-by-step h2 {
		font-size: 50px;
		max-width: 380px;
	}
	.staff-info h3, #main .staff-bio h3 {
		font-size: 32px;
	}
	.stars img {
		max-width: 35px;
		margin-bottom: 20px;
	}
	.break-section h2 {
		font-size: 40px;
	}
	.bottom h2 {
		font-size: 75px;
		letter-spacing: 5px;
	}
	.internal-page .banner-content #logo3 img {
		max-width: 250px;
	}
	.banner {
		height: 350px;
	}
	.staff-section::after {
		display: none;
	}
	.modal-header img {
		display: inline-block;
	}
	.home-overlay h3 {
		color: #fff;
		font-size: 35px;
	}
	ul, ol {
		margin: 0 0 10px 20px;
	}
	.internal-page h1 {
		margin-bottom: 30px;
	}
}
@media (max-width: 549px) {
	.staff-member {
		width: 180px;
		height: 180px;
	}
	.parent-pageid-148 .banner #logo3 {
		display: none;
	}
	.bottom .main-btn {
		font-size: 22px;
	}
	footer .col-md-4:first-child img {
		margin: auto;
	}
	.staff-bio p {
		font-size: 1em;
	}
	.internal-page .main-wrap::before, footer::before {
		bottom: 20px;
		background-position: left center;
		opacity: .1;
	}
}
@media (max-width: 499px) {
	.staff-member {
		width: 150px;
		height: 150px;
	}
	.internal-page .banner-content #logo3 img {
		max-width: 180px;
	}
	.home h1.page-title {
		font-size: 60px;
		text-align: left;
		font-weight: 900;
	}
	.container {
		padding: 0 30px;
	}
	.reviews {
		padding: 0 10px;
	}
	h1, .blog #main h1 a {
		font-size: 50px;
		letter-spacing: 3px;
	}
	.homes-section::after {
		right: 50px;
	}
	.step-by-step h2 {
		font-size: 65px;
		letter-spacing: 7px;
	}
	.step h3 {
		font-size: 70px;
	}
	span.step-number {
		font-size: 140px;
		margin-top: -140px;
	}
	.step:last-child {
		margin-bottom: 0;
	}
	.step {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 60px;
	}
	.menu-footer li a {
		margin-bottom: 15px;
	}
	.staff-info p {
		font-size: 21px;
		line-height: 1.4;
	}
	html, body {
		font-size: 20px;
	}
	.banner-content a.main-btn.transition {
		padding: 10px 25px 8px;
	}
	.banner {
		height: 300px;
	}
	.flex.gallery-wrap {
		padding: 0;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	.reviews-section {
		background-position: left center;
	}
	.modal label input, .modal textarea {
		padding: 5px 10px;
		margin-top: 10px;
	}
}
@media (max-width: 449px) {
	#logo2 {
		max-width: 120px;
		margin: auto;
		transform: translateX(-5px);
	}
	.mobile-nav-menu {
		top: 80px;
	}
	.banner {
		height: 250px;
	}
	.break-section h2 {
		font-size: 49px;
	}
	.home-overlay h3 {
		color: #fff;
		font-size: 32px;
	}
	.internal-page .banner-content {
		transform: translateY(20px);
	}
	.home .banner {
		background-position: -880px bottom;
	}
}
@media (max-width: 399px) {
	.main-btn {
		font-size: 21px;
	}
	#logo2 {
		max-width: 190px;
		margin: auto;
		transform: translateX(-15px);
	}
	.mobile-nav-menu {
		top: 60px;
		background: #7e643f;
	}
}
@media (max-width: 349px) {}