/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 7.1.2
*/
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('/fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #fff;
	font-size: clamp(18px, 1.2vw, 26px);
	line-height: 1.75;
	background: #1f1f1f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
/* body {
	cursor: url('/images/green-nut.webp') 16 16, auto;
} */
p a {
	color: #9CB366;
}
h1, .blog #main h1 a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(28px, 5vw, 64px);
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}
h1 span {
	color: #9CB366;
}
h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(26px, 4vw, 58px);
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1.16px;
}
.internal-page #main h2, .internal-page .banner h2 {
	color: #9cb366;
}
.home h2 {
	margin-bottom: 0;
}
.internal-page #main h2 {
	margin-top: 40px;
	font-size: clamp(26px, 4vw, 42px);
}
h3 {
	color: #9CB366;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 0.64px;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #9CB366;
}
.main-btn {
	color: #fff;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: inherit;
	line-height: 18px;
	padding: 10px 20px;
	text-decoration: none !important;
	font-weight: 800;
	cursor: pointer;
	border: 2px solid #9CB366;
	border-radius: 1px;
	font-size: 20px;
}
.main-btn:hover {
	background: #9CB366;
	color: #fff;
}
span.btn-nut {
	background: url(/images/green-nut.webp) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 30px;
	margin-right: 5px;
}
.main-btn:hover span.btn-nut {
	background: url(/images/white-nut.webp) center center no-repeat;
}
.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 */
}
.animate-item {
	opacity: 0;
	transform: translate3d(0, 40px, 0) scale3d(.95, .95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform-style: preserve-3d;
	transition: transform 0.8s ease, opacity 0.8s ease;
}
.animate-item.in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
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%;
}
.paged .pagination li.prev {
	display: none !important;
}
.paged .pagination li:nth-child(2) {
	float: left;
}
.menu-btn {
	display: inline-block;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2d2d2d;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}
.cookie-banner p {
	margin: 0 0 10px;
	max-width: 800px;
}
.cookie-buttons {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
.cookie-btn.accept {
	background: #9CB366;
	color: #fff;
}
.cookie-btn.deny {
	background: #666;
	color: #fff;
}
.cookie-btn:hover {
	opacity: 0.9;
}
.cookie-banner.hide {
	opacity: 0;
	visibility: hidden;
}
body.is-loading {
	cursor: url('/images/green-nut.webp') center center no-repeat;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.02);
	padding: 15px 0;
	transition: transform 0.6s ease-in-out;
	transform: translateY(0);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	background: rgba(15, 15, 15, 0.08);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(14px);
}
.header .flex {
	justify-content: space-between;
	align-items: center;
}
.header .col {
	width: 33%;
}
#logo img {
	margin: auto;
	display: block;
}
.menu-btn {
	margin-left: auto;
	margin-right: 0;
	display: block;
}
.header.hidden {
	transform: translateY(-100%);
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.header .dropdown-menu li a {
	letter-spacing: 1px;
	font-size: inherit;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #f00 !important;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #f00;
	padding-left: 17px;
}
a.phone2 {
	display: inline-block;
	margin-right: 15px;
	font-size: inherit;
}
.phone2 i.fa-solid.fa-mobile {
	color: #9CB366;
}
.menu-line {
	height: 5px;
	width: 100%;
	display: block;
	margin: 8px 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	background: #fff;
}
.menu-btn {
	max-width: 50px;
	width: 50px;
}
.mobile-nav-menu {
	max-width: 420px;
	right: 15px;
	left: auto;
	background: #333;
	top: 120px;
}
.sub-menu {
	display: none;
	list-style: none;
}
.menu-mobile li.menu-item-has-children::after {
	color: #9cb366;
}
.mobile-nav-menu .menu-mobile li a {
	color: #fff;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.13px;
	letter-spacing: .2px;
	display: inline-block;
}
.menu-mobile > li > ul.sub-menu {
	border-left: 2px solid #fff;
	margin-top: 0;
}
.mobile-nav-menu .menu-mobile .sub-menu li a {
	color: #9cb366;
	font-size: 19px;
}
.mobile-info a.main-btn.transition {
	display: block;
	margin: 10px auto 20px;
	max-width: 90%;
	font-size: 18px;
}
.mobile-info a.main-btn.transition span {
	width: 24px;
	height: 24px;
	background-size: contain;
}
.header a.main-btn.transition {
	background: #9CB366;
	font-size: 18px;
	color: #fff;
}
.header a.main-btn.transition span {
	background: url(/images/white-nut.webp);
	width: 22px;
	height: 25px;
	background-size: contain;
	display: inline-block;
	vertical-align: text-bottom;
}
.menu-mobile .sub-menu li.current_page_item a {
	color: #fff;
	text-decoration: underline;
}
.menu-mobile li.current_page_item a {
	color: #9cb366;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	height: 560px;
	background: url('/images/banner1.webp') center top no-repeat;
	background-size: cover;
}
.home .banner {
	height: 100vh;
	max-height: 1040px;
	background: url('/images/main-banner.webp') center top no-repeat;
	background-size: cover;
}
.banner .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.banner a.main-btn.transition:last-child {
	border: none;
}
.banner a.main-btn.transition {
	margin: 10px 20px;
}
.home .banner h2 span {
	color: #9cb366;
	display: block;
}
.home .banner h2 {
	font-size: clamp(28px, 5vw, 84px);
	line-height: 1.1;
	margin-bottom: 20px;
}
.home .banner h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 42px;
	max-width: 800px;
}
span.family-owned {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
}
/* TOP
------------------------------------- */
.stats-section {
	position: relative;
	background: #0e0e0e;
	padding: 60px 0;
}
.stats-section .flex .col {
	width: 33%;
	border-right: 1px solid #fff;
	padding: 0 15px;
}
.stats-section .flex {
	align-items: center;
	justify-content: center;
}
span.stat {
	color: #9CB366;
	font-weight: 700;
	font-size: 58px;
	line-height: 1;
}
span.stat i {
	font-size: 45px;
	position: relative;
	top: -5px;
}
.stats-section .flex .col:last-child {
	border: none;
}
.stats-section .flex .col p {
	font-size: 30px;
}
/* MAIN
------------------------------------- */
#wrapper {
	padding-top: 0;
}
.row.contentsection {
	padding: 50px 0;
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1700px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.pagination {
	display: block;
	text-align: center;
	margin: 50px auto;
	width: 100%;
}
.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;
	cursor: pointer;
}
/* 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;
}
/* Lightbox Image Hover Effect (Optional) */
#customLightbox img:hover {
	transform: scale(1.02); /* Slight zoom effect */
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.page-contact-us #main a.transition {
	color: #fff;
	text-decoration: underline;
}
.internal-page .main-wrap {
	background: url('/images/nut-cluster-big.webp') center right no-repeat;
}
.menu-mobile .sub-menu li {
	padding: 0px 0;
}
/* RENOVATIONS SECTION
------------------------------------- */
.renovations-section {
	padding: 120px 0;
	position: relative;
}
.renovations-section p {
	line-height: 1.35;
	margin-bottom: 40px;
}
.renovations-section .col img {
	margin-left: auto;
	display: block;
}
.renovations-section .flex {
	gap: 50px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.renovations-section .col {
	width: 50%;
}
.renovations-section h1 {
	font-size: 45px;
	margin-bottom: 10px;
}
.renovations-section::after {
	content: "";
	display: block;
	width: 599px;
	height: 633px;
	position: absolute;
	left: 0;
	bottom: -250px;
	background: url(/images/nut-cluser1.webp) left center no-repeat;
	z-index: 2;
}
.renovations-section h3 {
	margin-bottom: 35px;
}
/* SERVICES SECTION
------------------------------------- */
.services-section {
	padding: 120px 0;
	background: #0E0E0E;
	position: relative;
}
.services-section h3 {
	margin-bottom: 50px;
}
.services-section h2 {
	line-height: 1;
}
.services-section .flex {
	gap: 30px;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
}
.service-box {
	max-width: 500px;
	margin-bottom: 50px;
	width: 32%;
}
.services-section .service-box h3 {
	margin-bottom: 25px;
	text-transform: uppercase;
	margin-top: 25px;
	color: #fff;
}
.service-box a {
	text-decoration: none;
	color: #fff;
}
.service-box a:hover {
	color: #9CB366;
}
.services-section .service-box h3 span {
	color: #9CB366;
}
/* PROCESS SECTION
------------------------------------- */
.process-section {
	padding: 120px 0;
}
.process-section .flex {
	margin: 80px 0;
	justify-content: space-between;
	align-items: start;
}
.process-section .step {
	border-right: 1px solid #9cb366;
	padding: 0 25px;
}
.process-section .step h2 {
	font-size: 42px;
	font-weight: 600;
	margin: 45px 0 15px;
}
.process-section .step p {
	padding: 0 5px;
	text-align: left;
	line-height: 1.4;
}
.process-section .step:last-child {
	border: none;
}
/* TRANSFORMATION SECTION
------------------------------------- */
.difference-section {
	position: relative;
	background: #9CB366;
	padding: 120px 0;
}
.difference-section::after {
	content: "";
	display: block;
	background: url(/images/nut-cluster2.webp) right bottom no-repeat;
	width: 436px;
	height: 636px;
	position: absolute;
	right: 0;
	bottom: -150px;
	z-index: 2;
}
.difference-section .col {
	width: 50%;
	position: relative;
	z-index: 5;
}
.difference-section .col:first-child {
	max-width: 700px;
}
.difference-section .flex {
	align-items: center;
	justify-content: space-between;
}
.difference-section h2, .difference-section h3, .difference-section p {
	color: #1F1F1F
}
.difference-section p {
	font-weight: 500;
	line-height: 1.5;
}
.difference-section a.main-btn.transition {
	border-color: #1f1f1f;
	color: #1f1f1f;
}
.difference-section a.main-btn.transition:hover {
	border-color: #1f1f1f;
	color: #fff;
	background: #1f1f1f;
}
.difference-section span.btn-nut {
	background: url(/images/white-nut.webp) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 30px;
	margin-right: 5px;
}
.difference-section .main-btn:hover span.btn-nut {
	background: url(/images/white-nut.webp) center center no-repeat;
}
/* Before and After Scrubber */
.before-after-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 50px auto 0;
	height: auto;
	right: 0;
	top: 0;
}
.before-after-container p.slider-description {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	background: #1f1f1f;
	padding: 10px;
}
.before-after-container, .slider {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.before-image video, .after-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.after-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0 50% 0 0);
	max-height: 650px;
	background: rgb(100 100 100 / 60%);
}
.before-image {
	max-height: 650px;
}
.slider {
	position: absolute;
	top: 0;
	left: 50%; /* Start the slider in the middle */
	width: 5px;
	height: 100%;
	background-color: #f9f4ea;
	cursor: ew-resize;
	z-index: 2;
	max-height: 650px;
}
.slider .handle {
	position: absolute;
	top: 50%;
	left: -23px;
	width: 50px;
	height: 50px;
	background: #fff url(/images/green-nut.webp) center center no-repeat;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: ew-resize;
}
.after-image span, .before-image span {
	position: absolute;
	bottom: 0;
	background: #6528f5;
	font-weight: 700;
	display: inline-block;
	padding: 0 20px;
	color: white;
	font-family: 'Eveleth';
	font-size: 15px;
}
.before-image span {
	right: 0;
}
.after-image span {
	left: 0;
}
/* STAFF SECTION
------------------------------------- */
.home-staff-section {
	position: relative;
	padding: 100px 0;
}
.home-staff-section .col {
	width: 50%;
}
.home-staff-section .container {
	margin-right: 0;
	padding-right: 0;
}
.home-staff-section h2 {
	line-height: 1.1;
	margin-bottom: 10px;
}
.home-staff-section .staff-photo {
	padding-left: 30px;
}
.home-staff-section .flex {
	align-items: center;
}
.home-staff-section .slick-dots li.slick-active {
	background: #fff;
}
.home-staff-section ul.slick-dots li {
	border: 2px solid #fff;
	margin: 0 10px;
}
.staff-slider.slick-initialized.slick-slider.slick-dotted {
	position: relative;
	right: -150px;
}
/* FEATURED SLIDER GALLERY SECTION
------------------------------------- */
.featured-section {
	position: relative;
	padding: 120px 0;
	background: #0E0E0E;
	text-align: center;
}
.featured-section h3 {
	max-width: 1170px;
	margin: 0 auto 30px;
	line-height: 1.1;
}
.featured-section .slick-list.draggable {
	margin: 50px 0;
}
.featured-section .slick-slide img {
	display: block;
	margin: auto;
}
.featured-section button.slick-prev.slick-arrow {
	background: url(/images/left.webp) center center no-repeat;
	left: 0px;
	width: 34px;
	height: 40px;
	z-index: 5;
	border-radius: 0;
}
.featured-section button.slick-next.slick-arrow {
	background: url(/images/right.webp) center center no-repeat;
	right: 0px;
	width: 34px;
	height: 40px;
	z-index: 5;
	border-radius: 0;
}
/* REVIEWS SECTION
------------------------------------- */
.reviews-section {
	position: relative;
	padding: 140px 0;
}
.reviews-section .flex {
	align-items: center;
	justify-content: space-between;
}
.reviews-section .col {
	width: 50%;
}
.reviews-section .col img {
	margin-left: auto;
	display: block;
}
.reviews-section .slick-dots li.slick-active {
	background: #fff;
}
.reviews-section ul.slick-dots li {
	border: 2px solid #fff;
}
.reviews-section h2 {
	line-height: 1.1;
	margin-bottom: 0;
	position: relative;
}
.reviews-section h2 span {
	position: relative;
	z-index: 5;
}
.review p {
	font-style: italic;
	line-height: 1.3;
}
p.reviewer {
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	margin-top: 30px;
}
.reviews-section h2::before {
	content: "";
	background: url(/images/quotes.webp) center center no-repeat;
	display: inline-block;
	width: 180px;
	height: 160px;
	position: absolute;
	left: -50px;
	top: -50px;
	z-index: 1;
	background-size: contain;
}
.reviews-section h3 {
	margin-bottom: 50px;
}
.reviews-section .slick-dots {
	text-align: left;
}
.reviews-section .slick-dotted.slick-slider {
	margin-bottom: 50px;
}
/* BOTTOM SECTION
------------------------------------- */
.bottom-cta {
	background: url(/images/bottom-bg.webp) center center no-repeat;
	background-size: cover;
}
.bottom-cta h3 {
	margin-bottom: 30px;
}
.bottom-cta .flex {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 600px;
}
.bottom-cta h2 {
	margin-bottom: 0;
}
/* FOOTER
------------------------------------- */
footer {
	background: #1F1F1F url('/images/nut-cluster3.webp') bottom left no-repeat;
	padding: 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
	padding: 100px 0 80px;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
footer .flex {
	justify-content: space-evenly;
}
footer .flex .col {
	width: 25%;
	align-items: center;
	display: flex;
	flex-direction: column;
}
a.hba-logo {
	display: inline-block;
	margin-bottom: 30px;
}
footer h3 {
	color: #fff;
	font-weight: 600;
}
.attribution {
	color: #fcfcfc;
	text-align: left;
	padding: 0;
	background: none;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0;
	font-weight: 300;
	vertical-align: middle;
	letter-spacing: 1px;
}
.attribution a {
	color: #9CB366;
	text-decoration: underline;
}
.attribution p {
	margin-bottom: 0;
}
footer hr {
	border-color: #9CB366;
	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;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
.menu-footer {
	margin: 0;
	column-count: 1;
	list-style: none;
}
.socials a {
	margin: 0 5px;
	display: inline-block;
}
.menu-footer li {
	margin-bottom: 8px;
}
.menu-footer li a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
/* INTERNAL PAGES
------------------------------------- */
/* Portfolio Galleries */
.flex.gallery-wrap {
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	padding: 0 30px 0 30px;
}
.flex.gallery-wrap .img-wrap {
	width: calc(33% - 50px);
	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;
}
.img-wrap img {
	cursor: pointer;
}
.lightbox-img:hover {
	transform: scale(1.05);
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
/* Index Blog Page */
.blog #main.flex {
	flex-wrap: wrap;
	gap: 50px;
}
.blog .front-post-wrap {
	max-width: 510px;
	width: calc(33.33% - 40px);
	margin-bottom: 50px;
	background: #D1CFCE;
}
.blog .row.contentsection {
	padding: 80px 0 0;
}
span.post-title, .front-post-wrap p {
	padding: 0 25px;
}
.front-post-wrap p.meta {
	display: none;
}
span.post-title a {
	color: #525157;
	font-family: 'Playfair', sans-serif;
	font-size: 38px;
	line-height: 1.1;
	display: block;
	margin: 15px 0;
}
.blog .main-wrap {
	padding-bottom: 50px;
}
a.more-link:hover {
	color: #fff;
	background: #525157;
}
a.more-link {
	border: 1px solid #525157;
	display: block;
	padding: 10px 20px;
	line-height: 1.1;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 30px 0 30px;
	max-width: 100%;
	text-align: center;
	background: #272531;
	color: #fff;
}
.front-post-wrap p {
	font-size: 18px;
}
/* Single Blog Post */
.single article {
	display: flex;
	gap: 40px;
}
.postid-229 .single-post-wrap {
	line-height: 1.7;
}
.single h1.page-title {
	max-width: 1200px;
	margin: auto;
	line-height: 1;
	font-size: clamp(40px, 4vw, 60px);
}
.single-post-img {
	width: 100%;
	min-width: 500px;
	max-width: 500px;
	text-align: center;
}
.single-post-wrap {
	max-width: 1000px;
	width: 100%;
}
h2.single-title {
	color: #A9636E;
	display: none;
}
#main p.meta {
	color: #a3a2a5;
	font-family: 'Playfair', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0;
	font-style: normal;
	padding-left: 20px;
	border-left: 3px solid;
}
.single #main p.meta {
	margin-bottom: 30px;
}
.post-img img {
	height: auto;
	object-fit: cover;
	width: 100%;
}
.post-navigation {
	margin-top: 50px;
	border-top: 1px solid #999;
	padding-top: 20px;
	text-align: center;
}
.post-navigation .flex {
	justify-content: space-between !important;
	gap: 50px;
	margin-bottom: 25px;
}
.blog .pagination {
	width: 100%;
	margin: 50px auto;
}
.post-img {
	overflow: hidden;
}
li.disabled {
	opacity: 0;
}
span.post-title {
	display: block;
	margin-top: 12px;
}
.single .contentsection {
	padding: 80px 0;
}
.post-navigation a {
	color: #716e84;
	font-size: 18px;
}
.single-post-wrap {
	background: #272531;
	padding: 30px;
	color: #fff;
}
.single #main h2, .single #main h3, .single #main strong {
	color: #fff;
	margin-bottom: 5px;
}
.single #main p {
	margin-bottom: 30px;
}
/* Meet Team Page */
.meet-team-section {
	background: #9cb366;
	padding: 100px 0 0;
	text-align: center;
}
.meet-team-section h3 {
	color: #1e1e1e;
}
.meet-team-section h2 {
	margin-bottom: 0;
}
.meet-team-section .flex .col {
	width: 25%;
}
.meet-team-section .flex {
	gap: 30px;
	align-items: start;
	justify-content: space-evenly;
	margin-bottom: 80px;
	margin-top: 25px;
}
.meet-team-section .col h3 {
	margin-top: 20px;
	margin-bottom: 0;
}
.meet-team-section p {
	color: #1e1e1e;
}
.internal-page .banner h2 {
	margin-bottom: 0;
	margin-top: 50px;
}
.modal-content h4.modal-title {
	font-size: 24px;
}
.modal-header p {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 0 19px;
}
.error404 .contentarea a {
	color: #111;
	font-weight: 500;
}
.error404 .contentarea {
	padding: 50px 0 25px;
	background: #9cb366;
}
.page-before-and-afters #main .flex {
	gap: 25px;
}
.page-before-and-afters .before-after-container p.slider-description {
	background: #9cb366;
	color: #222;
	font-weight: 600;
	font-size: 18px;
	padding: 5px;
}
.page-before-and-afters .before-after-container {
	margin: 0 0 25px;
}
/* Gallery Styles w/filters ------------------------------ */
.gallery-wrap {
	margin: 0 auto;
	padding: 0 7.5px; /* half gutter on each side */
}
.gallery-item {
	width: calc(33% - 15px);
	padding: 0 7.5px; /* half gutter */
	box-sizing: border-box;
	margin-bottom: 15px;
	float: left;
}
.gallery-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.gallery-item.hidden {
	visibility: hidden !important;
	position: absolute !important;
	top: 0;
	left: 0;
}
/* Medium screens: 2 columns */
@media (max-width: 1024px) {
	.gallery-item {
		width: 50%;
	}
	.grid-sizer {
		width: 50%;
	}
}
/* Small screens: 1 column */
@media (max-width: 600px) {
	.gallery-item {
		width: 100%;
	}
	.grid-sizer {
		width: 100%;
	}
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
.grid-sizer {
	width: 33.333%; /* or adjust as needed */
}
.gallery-filter {
	text-align: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
.filter-btn {
	padding: 8px 16px;
	margin: 5px;
	cursor: pointer;
	background: #eee;
	border: none;
	border-radius: 4px;
	transition: background 0.3s;
	font-size: 20px;
}
.filter-btn.active, .filter-btn:hover {
	background: #9cb366;
	color: #fff;
}
/* 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;
	}
}
.lightbox-img {
	cursor: zoom-in;
	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;
}
.page-photo-gallery .row.contentsection {
	padding-bottom: 15px;
}
.menu-mobile > li {
	margin-bottom: 8px;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1799px) {}
@media (max-width: 1749px) {}
@media (max-width: 1699px) {
	#logo img {
		max-width: 250px;
	}
	html, body {
		font-size: clamp(18px, 1.4vw, 26px);
	}
}
@media (max-width: 1649px) {
	.services-section .flex {
		gap: 20px;
	}
	.internal-page h1 {
		max-width: 1100px;
	}
}
@media (max-width: 1599px) {
	.home .banner h3 {
		font-size: 35px;
	}
	.renovations-section h1 {
		font-size: 43px;
	}
	.difference-section .flex, .reviews-section .flex {
		gap: 40px;
	}
}
@media (max-width: 1549px) {}
@media (max-width: 1499px) {
	.home .banner h2 {
		font-size: clamp(28px, 4vw, 84px);
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.renovations-section h1 {
		font-size: 40px;
	}
	.process-section .step h2 {
		font-size: 34px;
	}
	.featured-section .slick-slide img {
		padding: 0 20px;
	}
	h2 {
		font-size: clamp(26px, 3.5vw, 58px);
	}
	h3 {
		font-size: clamp(24px, 3vw, 28px);
	}
	h1, .blog #main h1 a {
		font-size: clamp(28px, 4vw, 64px);
	}
	.internal-page #main h2 {
		margin-top: 40px;
		font-size: clamp(26px, 4vw, 36px);
	}
	.socials a {
		max-width: 50px;
	}
	.gallery-item {
		width: calc(33% - 25px);
	}
}
@media (max-width: 1449px) {}
@media (max-width: 1399px) {
	.home .banner h3 {
		font-size: 30px;
		max-width: 600px;
	}
	.banner {
		height: 450px;
	}
}
@media (max-width: 1349px) {}
@media (max-width: 1299px) {}
@media (max-width: 1249px) {}
@media (max-width: 1199px) {}
@media (max-width: 1149px) {}
@media (max-width: 1099px) {
	#logo2 {
		max-width: 200px;
		margin: 0;
	}
	.mobile-header {
		flex-direction: row-reverse;
		justify-content: space-between;
		box-shadow: 0 4px 6px 0 rgb(0 0 0 / .1);
	}
	.header {
		display: block;
	}
	.mobile-header {
		display: none;
	}
	.menu-mobile li {
		padding: 3px 0;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li a {
		padding-bottom: 5px;
	}
	.home .banner h2 {
		font-size: clamp(28px, 4.5vw, 84px);
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.stats-section .flex .col p {
		font-size: 29px;
		line-height: 1.2;
		margin-top: 15px;
	}
	.renovations-section .flex, .services-section .flex, .process-section .flex, .home-staff-section .flex, .reviews-section .flex {
		flex-direction: column;
	}
	.renovations-section .col, .services-section .flex .col, .difference-section .flex .col, .home-staff-section .col, .reviews-section .flex .col {
		width: 100%;
	}
	.renovations-section, .services-section, .process-section, .difference-section, .home-staff-section, .reviews-section {
		padding: 80px 0;
	}
	.renovations-section p {
		line-height: 1.75;
		margin-bottom: 40px;
	}
	.renovations-section .col img {
		margin-left: auto;
		display: block;
		margin-right: auto;
	}
	.service-box {
		width: 100%;
		margin: 0 auto 50px;
	}
	.process-section .step {
		width: 100%;
		border: none;
		max-width: 550px;
		margin: 0 auto 50px;
	}
	.process-section .flex {
		margin-bottom: 0;
	}
	.difference-section .flex {
		flex-direction: column-reverse;
	}
	.difference-section p {
		font-weight: 600;
		line-height: 1.5;
	}
	.staff-slider.slick-initialized.slick-slider.slick-dotted {
		position: relative;
		right: 0;
		margin-top: 50px;
	}
	.home-staff-section .staff-photo {
		padding-left: 10px;
	}
	h2 {
		font-size: clamp(26px, 4.5vw, 58px);
	}
	.review p {
		max-width: 700px;
		line-height: 1.6;
	}
	.reviews-section .col img {
		margin-left: auto;
		display: block;
		margin-right: auto;
	}
	footer .flex {
		flex-wrap: wrap;
		gap: 50px;
	}
	footer .flex .col {
		width: 40%;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.banner {
		height: 400px;
	}
	.meet-team-section .flex {
		flex-wrap: wrap;
	}
	.meet-team-section .flex .col {
		width: 30%;
	}
	.header a.main-btn.transition {
		background: #9CB366;
		font-size: 16px;
		color: #fff;
		padding: 7px 15px;
	}
	.menu-btn {
		max-width: 50px;
		width: 40px;
	}
	.filter-btn {
		font-size: 16px;
	}
	.gallery-item {
		width: calc(35% - 25px);
	}
}
@media (max-width: 1049px) {}
@media (max-width: 999px) {
	.container {
		width: 100%;
	}
	.home .banner h2 {
		font-size: clamp(28px, 6.5vw, 84px);
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.main-btn {
		font-size: 18px;
	}
	.meet-team-section .flex .col {
		width: 45%;
	}
}
@media (max-width: 949px) {}
@media (max-width: 899px) {}
@media (max-width: 849px) {}
@media (max-width: 799px) {
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 0;
	}
	.stats-section .flex .col p {
		font-size: 24px;
	}
	.main-btn {
		font-size: 16px;
	}
	h3 {
		font-size: clamp(28px, 3vw, 28px);
	}
	.gallery-item {
		width: calc(50% - 25px);
	}
	.banner {
		height: 350px;
	}
	.header a.main-btn.transition span {
		width: 16px;
		height: 18px;
	}
	.header a.main-btn.transition {
		background: #9CB366;
		font-size: 14px;
		color: #fff;
		padding: 7px 15px;
	}
	footer .flex .col {
		text-align: center;
	}
	footer {
		padding: 60px 0 40px;
	}
	.services-section h3 {
		padding: 0 20px;
	}
	.bottom-cta h3, .bottom-cta h2 {
		text-align: center;
	}
}
@media (max-width: 749px) {
	span.stat {
		font-size: 48px;
	}
	.renovations-section h1 {
		font-size: 34px;
	}
	.home h2 {
		margin-bottom: 10px;
	}
	h2 {
		font-size: clamp(32px, 4.5vw, 58px);
	}
	.slick-slide img {
		margin: auto;
	}
	.home-staff-section .staff-photo {
		padding-left: 0px;
	}
}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	.home .banner h3 {
		font-size: 26px;
		max-width: 600px;
		line-height: 1.3;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	.header a.main-btn.transition {
		display: none;
	}
	.header .col:first-child {
		display: none;
	}
	.header .col {
		width: 50%;
	}
	.stats-section .flex {
		flex-direction: column;
	}
	.stats-section {
		padding: 40px 0 20px;
	}
	.stats-section .flex .col {
		width: 100%;
		border: none;
		margin-bottom: 20px;
	}
	.gallery-item {
		width: calc(100%);
	}
	.meet-team-section .flex .col {
		width: 100%;
	}
	#logo img {
		max-width: 220px;
	}
	.internal-page .main-wrap {
		background: none;
	}
	h1, .blog #main h1 a {
		font-size: clamp(32px, 4vw, 64px);
	}
	.slick-slide img {
		margin: auto;
		padding: 0 40px;
	}
}
@media (max-width: 549px) {
	ul, ol {
		margin: 0 0 10px 20px;
	}
}
@media (max-width: 499px) {
	.flex.gallery-wrap {
		padding: 0;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	.home .banner h3 {
		font-size: 23px;
		max-width: 600px;
		line-height: 1.3;
	}
	.home .banner h2 {
		font-size: clamp(35px, 6.5vw, 84px);
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.modal-content h4.modal-title {
		font-size: 22px;
	}
	.modal-header p {
		font-size: 17px;
		color: #fff;
		line-height: 1.3;
		padding: 0 12px;
	}
	.mobile-nav-menu {
		right: 5px;
	}
	footer .flex .col {
		width: 100%;
	}
	footer .col img {
		width: 100%;
		max-width: 280px;
	}
	.banner {
		height: 300px;
	}
	.internal-page .banner h2 {
		margin-bottom: 0;
		margin-top: 100px;
	}
		#logo img {
		max-width: 180px;
	}
	
	.mobile-nav-menu {top: 95px;}
}
@media (max-width: 449px) {}
@media (max-width: 399px) {}
@media (max-width: 349px) {}