@import url("wdz6kfb.css");

:root {
	--primary: "neulis-neue", sans-serif;

	--grand-bay: rgb(20, 69, 84);
	--shop-front: rgb(38, 164, 138);
	--shop-front-bg: rgba(38, 164, 138, 0.5);
	--blue-skies: rgb(119, 188, 201);
	--blue-skies-bg: rgba(119, 188, 201, 0.12);
	--cloud: rgb(202, 228, 229);
	--cloud-bg: rgba(202, 228, 229, 0.5);
	--live-oak: rgb(124, 160, 37);
	--sunset: rgb(255, 64, 20);
	--sunset-bg: rgba(255, 64, 20, 0.07);
	--brown-brick: rgb(106, 40, 23);
	--brown-brick-bg: rgba(106, 40, 23, 0.12);
	--cold-ale: rgb(248, 196, 61);
	--cold-ale-bg: rgba(248, 196, 61, 0.12);
	--blue: rgb(53, 111, 166);
	--blue-bg: rgba(53, 111, 166, 0.1);

	--site-padding: 30px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	background-color: #fff;
	position: relative;
}

img {
	width: 100%;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

.container {
	width: 100%;
	max-width: calc(980px + var(--site-padding) + var(--site-padding));
	margin: 0 auto;
	padding: 0 var(--site-padding);
}
.container-sm {
	width: 100%;
	max-width: calc(760px + var(--site-padding) + var(--site-padding));
	margin: 0 auto;
	padding: 0 var(--site-padding);
}

.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
figcaption,
span,
a,
button,
label,
input,
select,
textarea,
time {
	font-family: var(--primary);
}

p,
li,
figcaption {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
}
p strong {
	font-weight: 600;
}

span,
a,
button,
label,
input,
textarea,
select {
	font-weight: 300;
}

h1 {
	font-weight: 500;
	font-size: 40px;
	line-height: 1em;
	color: #fff;
}
@media only screen and (max-width: 620px) {
	h1 {
		font-size: 8vw;
	}
}
@media only screen and (max-width: 500px) {
	h1 {
		font-size: 10vw;
	}
}

.btn {
	background: var(--cloud);
	padding: 5px 10px;
	text-decoration: none;
	font-weight: 600;
	color: var(--shop-front);
	border-radius: 30px;
}
.btn:hover {
	background: var(--shop-front);
	color: var(--cloud);
}
.btn.rev {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	transition: scale 0.1s ease;
}
.btn.rev:hover {
	background: #fff;
	color: var(--shop-front);
	border: 1px solid #fff;
}
.btn.rev:active {
	scale: 0.9;
}
.social {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
.social > a {
	width: 50px;
	height: 50px;
	padding: 10px;
	min-width: 50px;
	border: 2px solid var(--shop-front);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: scale 0.1s ease;
}
.social svg {
	height: 100%;
	fill: var(--shop-front);
}
.social > a:active {
	scale: 0.9;
}
.social > a:hover {
	background: var(--shop-front);
}
.social > a:hover svg {
	fill: #fff;
}

.gradient {
	display: inline-block;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1em;
	padding: 0 0 10px 0;
	color: var(--grand-bay);
	background: linear-gradient(to right, var(--grand-bay), var(--shop-front));
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 600px) {
	.gradient {
		font-size: 10vw;
	}
}
.underline {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--grand-bay);
	font-size: 14px;
	font-weight: 700;
	position: relative;
	margin: 0 0 24px 10px;
}
.underline::after {
	content: "";
	position: absolute;
	inset: auto 0 -3px 0;
	height: 3px;
	background: var(--shop-front);
}
.swiper {
	height: 100%;
}

header .bar {
	background: rgba(0, 0, 0, 0.3);
	padding: 1px 0 0 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 100;
	transition: background 0.4s linear;
	backdrop-filter: blur(10px);
}
header .bar.scrolled {
	background: rgba(0, 0, 0, 0.5);
}
header .bar .container {
	max-width: 100%;
}
header .bar .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	width: 100%;
	max-width: 152px;
	margin: 20px 0 -30px 0;
	z-index: 2;
	transform-origin: left;
	transition: scale 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6),
		translate 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), transform 0.15s ease;
}
header .logo:hover {
	transform: scale(1.05) translateX(-5px);
}
header .bar.scrolled .logo {
	scale: 0.6;
	translate: 0 -25px;
}
header .nav_btn {
	display: none;
	max-width: calc(25px + var(--site-padding) + var(--site-padding));
	padding: var(--site-padding);
	margin: 0 calc(var(--site-padding) * -1) 0 0;
	width: 100%;
}
header nav a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	margin: 0 0 0 10px;
	white-space: nowrap;
}
header nav a:hover {
	color: var(--cold-ale);
}
.nav_wrapper .close_nav {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	max-width: calc(25px + var(--site-padding) + var(--site-padding));
	padding: var(--site-padding);
}

@media only screen and (max-width: 1050px) {
	header .logo {
		margin: 0;
	}
	.nav_wrapper .close_nav {
		display: block;
	}
	header .nav_btn {
		display: block;
	}
	.nav_wrapper {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100vh;
		background: var(--grand-bay);
		padding: 150px var(--site-padding) 0 var(--site-padding);
	}
	.nav_wrapper.active {
		display: block;
	}
	header nav {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0 auto;
		max-width: 300px;
	}
	header nav a {
		font-size: 20px;
		padding: 30px 0 30px;
		border-top: 1px solid rgba(0, 0, 0, 0.3);
	}
	header nav a:nth-child(1) {
		border-top: none;
	}
}

footer {
	background: linear-gradient(to right, var(--grand-bay), var(--shop-front));
	padding: 80px 0 20px 0;
}

footer .group {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

footer .group > div {
	flex: 1;
}
footer .group > div:nth-child(1) {
	max-width: 200px;
}
footer .logo {
	max-width: 200px;
	margin: 0 0 30px 0;
}
footer p {
	color: #fff;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: var(--cold-ale);
}
footer .group > div:nth-child(3) {
	text-align: center;
	max-width: 190px;
}
footer .social {
	margin: 0 auto 40px auto;
	justify-content: center;
	max-width: 120px;
}
footer .social > a {
	border: 1px solid #fff;
}
footer .social > a:hover {
	background: #fff;
}
footer .social svg {
	fill: #fff;
}
footer .social > a:hover svg {
	fill: var(--shop-front);
}
footer .btn {
	padding: 10px 20px;
}
footer .group > div:nth-child(2) {
	max-width: 190px;
}
footer nav a {
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	margin: 0 0 15px 0;
}
footer .legal {
	margin: 80px 0 0 0;
	text-align: center;
	font-size: 12px;
}
footer .newsletter {
	opacity: 0;
	position: relative;
	width: 82px;
	margin: 0 auto;
	transition: width 0.1s ease;
	overflow: hidden;
	height: 0;
	pointer-events: none;
}
footer .newsletter.active {
	opacity: 1;
	width: 100%;
	height: unset;
	overflow: unset;
	pointer-events: unset;
}
footer .newsletter input {
	background: #fff;
	padding: 10px 35px 10px 15px;
	text-decoration: none;
	font-weight: 600;
	color: var(--shop-front);
	border-radius: 30px;
	border: none;
	width: 100%;
	height: 39px;
}
footer .newsletter input::placeholder {
	color: var(--shop-front-bg);
	font-size: 14px;
	line-height: 1;
}
footer .newsletter button {
	position: absolute;
	inset: 4px 4px 4px auto;
	background: var(--shop-front-bg);
	color: #fff;
	border-radius: 50%;
	aspect-ratio: 1/1;
	padding: 1px 0 0 2px;
	transition: scale 0.1s ease;
	width: 31px;
	height: 31px;
}
footer .newsletter button:hover {
	background: var(--shop-front);
}
footer .newsletter button:active {
	scale: 0.9;
}
footer .wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0 0;
	font-size: 14px;
}

footer.secondary {
	background: url(../svg/bg_curvy.svg) center top / 100% no-repeat;
}
/* footer.secondary .group {
	flex-direction: row-reverse;
} */
footer.secondary .group {
	margin: 10vw 0 0 0;
}
@media only screen and (max-width: 750px) {
	footer .group > div:nth-child(1),
	footer .group > div:nth-child(2),
	footer .group > div:nth-child(3) {
		width: 100%;
		max-width: 400px;
	}

	footer .group {
		flex-direction: column;
		align-items: center;
	}
	footer nav {
		columns: 2;
	}
	footer .logo {
		margin: 0 auto 40px auto;
	}
	footer .contact_info {
		max-width: 230px;
		text-align: center;
		margin: 0 auto 30px auto;
	}
}
/* NEW PAT STYLES 3-15 */

.features-inner {
	background: #fff;
	padding: 6px 6px 130px 6px;
	display: grid;
	grid-gap: 6px;
}

#double-innerfeature {
	grid-template-columns: 1fr 1fr;
}

/* END NEW PAT STYLES 3-15 */

/* home */

.hero {
	height: 50vw;
	max-height: 600px;
	min-height: 400px;
	background: var(--grand-bay);
	position: relative;
}
.hero::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	height: 30%;
	background: linear-gradient(
		180deg,
		hsla(0, 0%, 0%, 0.6) 0%,
		hsla(0, 0%, 0%, 0) 100%
	);
	z-index: 10;
}
.hero h1 {
	font-size: 50px;
}
.hero .slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* .hero .slide:nth-child(1),
.hero .slide:nth-child(3) {
	background-position: center top;
} */
.pag {
	top: auto;
	right: auto;
	left: 0;
	bottom: var(--site-padding);
	text-align: left;
}
.pag .swiper-pagination-bullet {
	border: 1px solid #fff;
	width: 12px;
	height: 12px;
	opacity: 0.7;
	background: transparent;
}
.pag .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.hero .graphic {
	/* width: 50vw;
	max-width: 535px;
	min-width: 300px; */
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	filter: drop-shadow(0 0 6px rgb(0 0 0 / 0.7));
	width: 100%;
	padding: 0 var(--site-padding);
	text-align: center;
}
.cta {
	overflow: hidden;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 30px;
	left: auto;
	z-index: 10;
	padding: 0 0 0 20px;
}

.cta a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px 5px 10px;
	text-align: left;
	z-index: 2;
	position: relative;
	margin: 0 0 0 auto;
	transition: transform 0.1s ease;
}
.cta a:hover {
	transform: translateX(-20px);
}
.cta a::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 800px;
	/* outline: 1px solid rgba(0, 0, 0, 0.2);
	outline-offset: -1px; */
	background: rgba(20, 69, 84, 0.8);
	background: linear-gradient(
		145deg,
		rgba(20, 69, 84, 0.8) 20%,
		rgba(20, 69, 84, 0) 80%
	);
	border-radius: 100px;
	z-index: -1;
	backdrop-filter: blur(3px);
}
.cta a:hover::before {
	border: 2px solid var(--shop-front);
	outline: none;
}
.cta a span {
	font-size: 10px;
	line-height: 1.8em;
	color: #fff;
}
.cta a span strong {
	font-size: 26px;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 0 0 10px 0;
}
.cta .txt {
	width: 84px;
	display: inline-block;
	padding: 3px 0;
	margin: 4px 0 4px -4px;
}
.cta .txt span {
	line-height: 0.9em;
	font-weight: 500;
	display: block;
}
.cta .txt span:nth-child(1) {
	font-size: 11px;
}
.cta .txt span:nth-child(2) {
	font-size: 22px;
}
.cta a span strong::after {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	bottom: 2px;
	left: 0;
	height: 3px;
	width: 100%;
	background: url("../svg/line.svg") center center / 100% no-repeat;
	z-index: 5;
}
.cta .icon {
	width: 36px;
	height: 36px;
	padding: 6px;
	border: 2px solid var(--shop-front);
	border-radius: 50%;
	margin: 0 10px 0 0;
	transition: background 0.1s linear, border 0.1s linear, transform 0.1s ease;
}
.cta a:hover .icon {
	border: 2px solid #fff;
	background: #fff;
}
.cta:active .icon {
	transform: scale(0.9);
}
.intro {
	padding: 80px 0 60px 0;
	overflow-x: hidden;
}
.intro p strong {
	color: var(--grand-bay);
}
.intro p a {
	font-weight: 600;
	text-decoration: none;
	color: var(--shop-front);
}
.intro h2 {
	position: relative;
	z-index: 1;
	line-height: 1em;
}
.intro h2 span {
	font-size: 30px;
	font-weight: 300;
	color: var(--grand-bay);
	display: block;
}
.intro h2 strong {
	margin: 0 0 0 80px;
}
.intro .box {
	position: relative;
	margin: -37px 0 0 40px;
	padding: 80px 0 80px 80px;
}

.intro .box::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 100vw;
	background: #f6f6f6;
	z-index: -1;
	border-radius: 6px 0 0 6px;
}
.intro .box a {
	margin: 30px 0 0 0;
	display: inline-block;
}
.intro .box a:hover {
	color: var(--shop-front);
}
@media only screen and (max-width: 700px) {
	.intro {
		padding: 60px 0;
	}
	.intro h2 {
		line-height: 6vw;
	}
	.intro h2 strong {
		margin: 0;
	}
	.intro p.box {
		margin: 0;
		padding: 40px 0 0 0;
		position: relative;
	}
	.intro p.box::after {
		display: none;
	}
	.intro h2 span {
		font-size: 7vw;
	}
	.intro h2 strong {
		display: inline-block;
		font-size: 10vw;
	}
}
@media only screen and (max-width: 500px) {
	.intro .box {
		padding: 40px 0 40px 40px;
		margin: -37px 0 0 20px;
	}
}
.featured {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 40px 0;
	height: 400px;
	position: relative;
}

.featured .logo {
	max-width: 400px;
	display: inline-block;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	padding: 40px;
}
.featured .link {
	display: inline-block;
	position: absolute;
	inset: auto auto var(--site-padding) 50%;
	translate: -50% 0;
}
.link a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	display: inline-block;
	transition: color 0.1s ease;
	z-index: 2;
}
.link a::before {
	content: "";
	position: absolute;
	inset: -10px -20px;
	background: #fff;
	border-radius: 50px;
	z-index: -1;
	opacity: 0;
	scale: 0.2;
	transition: scale 0.1s ease, opacity 0.1s linear;
}
.link a:hover::before {
	scale: 1;
	opacity: 1;
}
.link a:hover {
	color: var(--grand-bay);
}
.link a::after {
	content: "";
	position: absolute;
	inset: auto 0 -3px 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.map {
	margin: 40px 0;
	overflow: hidden;
}
.map .group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.map .txt {
	flex: 1;
	position: relative;
	padding: 0 40px 60px 0;
}
.map .txt::before {
	content: "";
	position: absolute;
	inset: 20px 0 0 auto;
	width: 100vw;
	background: #f6f6f6;
	z-index: -1;
}
.map .txt p {
	margin: 0 0 0 40px;
}
.map .img {
	flex: 1;
	position: relative;
	padding: 0 0 0 20px;
}
.map .img::before {
	content: "";
	position: absolute;
	inset: 20px auto 20px 0;
	width: 50vw;
	background: linear-gradient(to right, var(--grand-bay), var(--shop-front));
	z-index: -1;
}
.map .map_wrapper {
	max-width: 350px;
	margin: 0 auto;
}
.map h2 {
	font-size: 35px;
	margin: 0 0 10px 0;
}
.highlight {
	padding: 50px 0;
	margin: 50px 0;
	overflow: hidden;
}
.highlight .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.highlight .txt {
	flex: 1;
	padding: 0 0 40px 40px;
	position: relative;
}
.highlight .txt::before {
	content: "";
	position: absolute;
	inset: 55px auto 0 0;
	background: #f6f6f6;
	z-index: -1;
	width: 60vw;
}
.highlight .txt p {
	padding: 0 0 0 40px;
}
.highlight a {
	font-weight: 600;
	color: var(--shop-front);
	text-decoration: none;
}
.highlight a:hover,
.highlight a:focus {
	text-decoration: underline;
}
.highlight h2 {
	font-size: 35px;
	margin: 0 0 10px 0;
	max-width: 300px;
}
.highlight .img {
	flex: 1;
	position: relative;
	align-self: stretch;
}
.highlight .img_wrapper {
	position: absolute;
	inset: -50px 0 -50px auto;
	width: 50vw;
}
.highlight .img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 700px) {
	.map .group {
		flex-direction: column;
	}
	.map .txt::before {
		inset: 20px 0 -150px auto;
	}
	.map .img::before {
		inset: 30px auto 20px 0;
		width: 100vw;
	}
	.highlight .group {
		flex-direction: column-reverse;
	}
	.highlight .txt {
		padding: 0 40px 40px 0;
	}
	.highlight .txt::before {
		inset: 20px 0 0 auto;
		width: 100vw;
		height: 100%;
	}
	.highlight .img {
		height: 300px;
		flex: unset;
	}
	.highlight .img_wrapper {
		inset: 0 0 0 40px;
		width: 100vw;
	}
	.featured .logo {
		padding: 0px;
	}
}
.features {
	background: #fff;
	padding: 6px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 6px;
}
.feature h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 1em;
	transition: letter-spacing 1s ease;
}
.feature:hover h3 {
	letter-spacing: 1.6px;
}
.feature {
	padding: 25px 25px 30px 25px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: background 1s ease;
	min-height: 242px;
}
.feature:hover {
	background-size: 110% auto;
}
@media only screen and (max-width: 750px) {
	.feature {
		background-size: auto 100%;
	}
	.feature:hover {
		background-size: auto 110%;
	}
}
@media only screen and (max-width: 600px) {
	.feature:hover h3 {
		letter-spacing: unset;
	}
}
.feature .title {
	flex: 1;
	display: flex;
	align-items: flex-end;
	margin: 40px 0;
}
.feature .link {
	margin: 0 0 0 10px;
}

@media only screen and (min-width: 1350px) {
	.features {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 835px) {
	.feature h3 {
		font-size: 4vw;
	}
}

/* Inner Pages */
.hero2,
.hero3 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vw;
	min-height: 400px;
	max-height: 500px;
	display: flex;
	align-items: flex-end;
	padding: 50px 0;
}
.hero2 .graphic {
	max-width: 200px;
}
.hero3 {
	align-items: center;
	justify-content: center;
	text-align: center;
}
.hero3 .graphic {
	max-width: 550px;
	margin: 0 auto;
}
.intro.inner-page p {
	max-width: 680px;
	margin: 20px 0 0 0;
	padding: 0;
}
.intro.inner-page .group {
	display: flex;
	align-items: center;
	margin: 20px 0 0 0;
}
.intro.inner-page .group p {
	margin: 0;
}
.locations_feed {
	margin: 0 0 80px 0;
	overflow: hidden;
}
.locations_feed .filter {
	display: flex;
	width: 100%;
	gap: 5px;
	margin: 0 0 40px 0;
	overflow-x: hidden;
}
.intro.inner-page .social {
	margin: 0 40px 0 0;
}

@media only screen and (max-width: 600px) {
	.locations_feed .filter {
		overflow-x: scroll;
	}
	.intro.inner-page .group {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.intro.inner-page .social {
		margin: 40px 0 0 0;
	}
	.intro.inner-page {
		padding: 60px 0 30px 0;
	}
}
.locations_feed .filter button {
	flex: 1;
	background: linear-gradient(to bottom, #dddddd, #f8f8f8);
	color: #787878;
	padding: 20px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1em;
	text-align: left;
	display: flex;
	position: relative;
}
.locations_feed .filter button:hover {
	color: var(--shop-front);
}
.locations_feed .filter button.active {
	background: #fff;
}
.locations_feed .filter button.active::after {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 8px;
	background: var(--shop-front);
}
.locations_feed .container-sm {
	position: relative;
	background: #fff;
}
.locations_feed .locations {
	position: absolute;
	opacity: 0;
	z-index: -100;
	top: 100px;
	left: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}
.locations_feed .locations:has(.food-type-filter) {
	padding: 40px 0 0 0;
}
.locations_feed .locations.active {
	opacity: 1;
	position: relative;
	z-index: unset;
	top: unset;
	left: unset;
}
.locations_feed .location .group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.food-type-filter {
	position: absolute;
	inset: -20px auto auto 0;
}
.food-type-filter span {
	font-size: 12px;
	margin: 0 10px 0 0;
}
.locations_feed .location .group:nth-child(2) {
	justify-content: space-between;
}

.locations_feed .location .img {
	min-width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	margin: 0 10px 0 0;
}

.locations_feed .location .txt span {
	text-transform: uppercase;
	font-size: 10px;
	display: inline-block;
	line-height: 1.2em;
}
.locations_feed .location .txt h3 {
	color: var(--grand-bay);
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
}
.locations_feed .location .details {
	margin: 10px 0 0 0;
	align-items: flex-start;
	gap: 10px;
}
.locations_feed .location .address {
	margin: 0 0 10px 0;
	line-height: 0.8em;
}
.locations_feed .location .address a {
	font-size: 12px;
	font-weight: 300;
	color: #000;
	text-transform: unset;
}
.locations_feed .location .address a:hover {
	color: #000;
}
.locations_feed .location .price span {
	font-weight: 700;
	color: #bdbdbd;
	font-size: 20px;
}
.locations_feed .location .price span strong {
	color: var(--grand-bay);
}
.locations_feed .location a {
	font-weight: 700;
	text-decoration: none;
	color: var(--shop-front);
	text-transform: uppercase;
	font-size: 12px;
}
.locations_feed .location a:hover {
	color: var(--grand-bay);
}
@media only screen and (max-width: 700px) {
	.locations_feed .locations {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 501px) {
	.locations_feed .locations {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.location {
		padding: 0 0 30px 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.locations_feed .location .group:nth-child(1) {
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
	}
	.locations_feed .location .group:nth-child(2) {
		align-items: flex-end;
	}
	.locations_feed .location .txt {
		margin: 0;
	}
	.locations_feed .location .price {
		margin: 0 9px 0 0;
	}
}
.trends {
	margin: 0 0 80px 0;
	overflow: hidden;
	padding: 0 0 30px 0;
}
.trends .group {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.trends .group a:hover {
	color: var(--shop-front);
}

.blog_feed {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px 30px;
	margin: 40px 0 0 0;
}

.blog_feed article {
	position: relative;
}
.blog_feed article::after {
	opacity: 0;
	position: absolute;
	content: "";
	inset: -15px -15px -22px -15px;
	background: var(--cloud-bg);
	z-index: -1;
	border-radius: 8px;
}
.blog_feed article:hover::after {
	opacity: 1;
}
.blog_feed a {
	text-decoration: none;
}
.blog_feed .img {
	height: 110px;
	margin: 0 0 15px 0;
	background-color: var(--cloud);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.blog_feed h3 {
	font-weight: 700;
	line-height: 1.1em;
	color: var(--grand-bay);
	margin: 0 0 10px 0;
}
.blog_feed p {
	color: #000;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.blog_feed span {
	margin: 0;
}
.hidden {
	display: none;
}
.load_more {
	margin: 60px auto 0 auto;
	display: block;
}
@media only screen and (max-width: 700px) {
	.blog_feed {
		grid-template-columns: 1fr 1fr;
		grid-gap: 60px 30px;
	}
}
@media only screen and (max-width: 501px) {
	.blog_feed {
		grid-template-columns: 1fr;
		grid-gap: 60px 30px;
	}
	.blog_feed .img {
		height: 130px;
	}
}
.events {
	margin: 80px 0;
}
.events_feed {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}
.events_feed a {
	text-decoration: none;
	position: relative;
}

.events_feed article::after {
	opacity: 0;
	position: absolute;
	content: "";
	inset: -15px -15px -22px -15px;
	background: var(--cloud-bg);
	z-index: -1;
	border-radius: 8px;
}
.events_feed article:hover::after {
	opacity: 1;
}
.events_feed > div article::after {
	display: none;
}
.events .group {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
}
.events .date {
	background: url("../svg/calendar.svg") center center / contain no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	min-width: 50px;
	position: relative;
	margin: 0 10px 0 0;
}
.events .date span {
	position: absolute;
	inset: 21px auto auto 50%;
	translate: -50% 0;
	color: var(--shop-front);
	font-weight: 700;
	font-size: 20px;
}
.events .txt span {
	text-transform: uppercase;
	font-size: 10px;
	color: var(--grand-bay);
}
.events .txt h3 {
	color: var(--grand-bay);
	font-weight: 700;
	font-size: 15px;
	line-height: 1em;
}
.events p {
	color: #000;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.events span {
	margin: 0;
}
@media only screen and (max-width: 700px) {
	.events_feed {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 530px) {
	.events_feed {
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}
}
.stats {
	padding: 20px 0;
	background: linear-gradient(135deg, var(--grand-bay), var(--shop-front));
}
.stats .group {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 10px;
}

.stats .circle {
	flex: 1;
	aspect-ratio: 1 / 1;
	max-width: 180px;
	min-width: 180px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	border: 3px solid var(--shop-front);
}
.stats .underline::after {
	content: "";
	position: absolute;
	inset: auto 0 -6px 0;
}
.stats h3 {
	font-size: 40px;
	color: var(--shop-front);
	margin: 0 0 20px 0;
	line-height: 1em;
}

.stats p {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1em;
}
@media only screen and (max-width: 700px) {
	.stats .circle {
		max-width: 30vw;
		min-width: 30vw;
	}
	.stats h3 {
		font-size: 8vw;
	}

	.stats p {
		font-size: 2.5vw;
	}
}
.rfp {
	background: linear-gradient(135deg, var(--grand-bay), var(--shop-front));
	padding: 80px 0 90px 0;
	margin: 0 0 60px 0;
}
.rfp h2 {
	color: #fff;
	font-size: 60px;
	line-height: 1em;
	margin: 0 0 20px 0;
}
.rfp p {
	color: #fff;
	max-width: 650px;
	margin: 0 0 40px 0;
}
.rfp p a {
	font-weight: 600;
	color: #fff;
}
.rfp p a:hover {
	color: var(--cold-ale);
}
.rfp label {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin: 0 0 10px 0;
}
.rfp .group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.rfp input,
.rfp select {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border: none;
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-appearance: none;
}
.rfp button {
	color: #fff;
	margin: 40px 0 0 0;
	position: relative;
	display: inline-block;
	transition: color 0.1s ease;
	z-index: 2;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	transition: scale 0.1s ease;
}
.rfp button::before {
	content: "";
	position: absolute;
	inset: -10px -20px;
	background: #fff;
	border-radius: 50px;
	z-index: -1;
	opacity: 0;
	scale: 0.2;
	transition: scale 0.1s ease, opacity 0.1s linear;
}
.rfp button:hover::before {
	scale: 1;
	opacity: 1;
}
.rfp button:hover {
	color: var(--grand-bay);
}
.rfp button::after {
	content: "";
	position: absolute;
	inset: auto 0 -3px 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.rfp button:active {
	scale: 0.9;
}
.wpcf7-form p {
	margin: 0;
	display: inline;
	line-height: 1;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
}
.wpcf7 form .wpcf7-response-output {
	margin: 40px 0 0 0;
	padding: 0;
	border: none;
	font-family: var(--primary);
	color: var(--cold-ale);
}
.wpcf7-not-valid-tip {
	font-family: var(--primary);
	color: var(--cold-ale);
	margin: 5px 0 0 0;
	display: none;
}
.rfp .wpcf7-not-valid {
	border: 1px solid var(--cold-ale);
}
@media only screen and (max-width: 600px) {
	.rfp {
		padding: 40px 0 50px 0;
	}
	.rfp .group {
		grid-template-columns: 1fr;
	}
	.rfp h2 {
		font-size: 10vw;
	}
}

/* Landing Pages */
.feature-page .intro .box::after {
	background: var(--cloud-bg);
}
.feature-page .intro .box.sunset-bg::after {
	background: var(--sunset-bg);
}
.feature-page .intro .box.blue-skies-bg::after {
	background: var(--blue-skies-bg);
}
.feature-page .intro .box.brown-brick-bg::after {
	background: var(--brown-brick-bg);
}
.feature-page .intro .box.cold-ale-bg::after {
	background: var(--cold-ale-bg);
}
.feature-page .intro .box.blue-bg::after {
	background: var(--blue-bg);
}
.feature-page .intro .box.gray-bg::after {
	background: #f6f6f6;
}
.feature-page .section {
	overflow: hidden;
}
.feature-page.alt .section {
	margin: 0 0 40px 0;
}
.feature-page.alt .intro p strong {
	color: #000;
}
.feature-page .section .group {
	display: flex;
}
.feature-page .section:nth-child(odd) .group {
	flex-direction: row-reverse;
}
.feature-page .section .img {
	flex: 1;
	position: relative;
}

.feature-page .section .photo {
	position: absolute;
	inset: 30px 20px auto auto;
	z-index: -1;
	width: 50vw;
	max-width: 500px;
}
.feature-page.alt .section .photo {
	inset: -30px 20px auto auto;
}
.feature-page .section:nth-child(odd) .photo {
	inset: 30px auto auto 20px;
}
.feature-page.alt .section:nth-child(odd) .photo {
	inset: -30px auto auto 20px;
}
.feature-page .section .card {
	background: #fff;
	display: inline-block;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	inset: auto -40px 0 auto;
	max-width: 300px;
}
.feature-page .section:nth-child(odd) .card {
	inset: auto auto 0 -40px;
}
.feature-page .section .card .logo {
	max-width: 80px;
}
.feature-page .section h2 {
	font-size: 20px;
	font-weight: 600;
	color: var(--grand-bay);
	margin: 0 0 10px 0;
}
.feature-page .section h3 {
	font-size: 35px;
	margin: 0 0 10px 0;
}

.feature-page .section h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: var(--grand-bay);
}
.feature-page .section ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.feature-page .section li {
	font-size: 14px;
}
.feature-page .section li::marker {
	color: var(--shop-front);
}
.feature-page .section .txt {
	flex: 1;
	padding: 0 0 40px 40px;
	margin: 0 0 40px 0;
	position: relative;
}
.feature-page .section:nth-child(odd) .txt {
	padding: 0 40px 40px 0;
}
.feature-page .section .txt::before {
	content: "";
	position: absolute;
	inset: 55px auto 0 -20px;
	background: #f6f6f6;
	z-index: -1;
	width: 60vw;
}
.feature-page.alt .section .txt::before {
	inset: 20px auto 0 -20px;
}
.feature-page .section:nth-child(odd) .txt::before {
	inset: 55px -20px 0 auto;
}
.feature-page.alt .section:nth-child(odd) .txt::before {
	inset: 20px -20px 0 auto;
}
.feature-page .section .txt p {
	padding: 0 0 0 40px;
	margin: 0 0 15px 0;
}
.feature-page.alt .section .txt p {
	margin: 20px 0 40px 0;
}
.feature-page .section:nth-child(odd) .txt p {
	padding: 0 40px 0 0;
}
.feature-page .section .txt p a {
	font-weight: 600;
	text-decoration: none;
	color: var(--shop-front);
}
.feature-page .section .txt p a:hover {
	text-decoration: underline;
}
.feature-page .section .txt p a.sunset {
	color: var(--sunset);
}
.feature-page .section .txt p a.blue-skies {
	color: var(--blue-skies);
}
.feature-page .section .txt p a.brown-brick {
	color: var(--brown-brick);
}
.feature-page .section .txt p a.cold-ale {
	color: var(--cold-ale);
}
.feature-page .section .txt p a.blue {
	color: var(--blue);
}
.feature-page.rainwater .intro .gradient {
	font-size: 58px;
}
.feature-page.rainwater .section .txt {
	z-index: 2;
}
.feature-page.rainwater .section .card {
	position: unset;
	inset: unset;
}
.feature-page.rainwater .section:nth-child(even) .card {
	translate: -120px 0;
}
.feature-page.rainwater .section:nth-child(odd) .card {
	translate: 180px 0;
}
.feature-page.rainwater .section ul {
	margin: 0;
}
.feature-page.alt.rainwater .section .photo {
	display: unset;
	height: 100%;
}
.feature-page.rainwater img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.feature-page.rainwater .section:nth-child(odd) .pag {
	left: 20px;
	right: auto;
	text-align: left;
}
.feature-page.rainwater .section:nth-child(even) .pag {
	left: auto;
	right: 20px;
	text-align: right;
}
.feature-page.rainwater .section .photo {
	z-index: 1;
}
.feature-page .intro .box .icon-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	font-size: 1.2rem;
	color: var(--shop-front);
	text-decoration: none;
}
.feature-page .intro .box .icon-link:hover,
.feature-page .intro .box .icon-link:focus {
	color: var(--grand-bay);
}
@media only screen and (max-width: 750px) {
	.feature-page .section .group,
	.feature-page .section:nth-child(odd) .group {
		flex-direction: column-reverse;
		background: #f6f6f6;
		padding: 20px;
		border-radius: 18px;
		margin: 0 -15px 40px -15px;
	}
	.feature-page.alt .section .group,
	.feature-page.alt .section:nth-child(odd) .group {
		margin: 0 -15px 0 -15px;
	}

	.feature-page .section .txt,
	.feature-page .section:nth-child(odd) .txt {
		flex: 5;
		padding: 0;
		position: relative;
		margin: 0 0 10px 0;
	}
	.feature-page .section .txt p,
	.feature-page .section:nth-child(odd) .txt p {
		padding: 0;
	}
	.feature-page .section .txt::before,
	.feature-page .section:nth-child(odd) .txt::before {
		display: none;
	}
	.feature-page .section .img {
		flex: unset;
		height: unset;
		display: flex;
		flex-direction: row;
		justify-content: center;
		height: unset;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		overflow: hidden;
	}

	.feature-page .section .card,
	.feature-page .section:nth-child(odd) .card {
		flex: 1;
		inset: unset;
		position: relative;
		width: fit-content;
		border-radius: unset;
		box-shadow: unset;
	}

	.feature-page .section .photo,
	.feature-page .section:nth-child(odd) .photo,
	.feature-page.alt .section .photo,
	.feature-page.alt .section:nth-child(odd) .photo {
		flex: 1;
		position: relative;
		z-index: 1;
		max-width: unset;
		width: auto;
		inset: unset;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.feature-page .section .photo img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		inset: auto;
	}
	.feature-page.alt .section .photo img {
		position: revert;
	}
	.feature-page.rainwater .section .card {
		border-radius: 10px;
		max-width: unset;
		margin: 0 0 30px 0;
	}
	.feature-page.rainwater .section:nth-child(even) .card {
		translate: 0 0;
	}
	.feature-page.rainwater .section:nth-child(odd) .card {
		translate: 0 0;
	}
	.feature-page.rainwater .section .txt p {
		margin: 0 0 40px 0;
	}
	.feature-page.rainwater .section .photo,
	.feature-page.rainwater .section:nth-child(odd) .photo {
		height: 300px;
		width: 100%;
	}
	.feature-page.rainwater .section:has(.swiper) .img {
		display: grid;
	}
	.feature-page.rainwater .section .img {
		height: 300px;
	}
	.feature-page.rainwater .section:nth-child(odd) .pag,
	.feature-page.rainwater .section:nth-child(even) .pag {
		left: 0;
		right: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 520px) {
	.feature-page .section .img {
		flex-direction: column;
	}
	.feature-page .section .photo {
		max-height: 300px;
	}
	.feature-page.alt .section .photo {
		max-height: unset;
	}
	.feature-page .section .photo.golf2 {
		align-items: flex-start;
	}
	.feature-page .section .photo img {
		position: revert;
	}
	.feature-page .section .card {
		width: 100%;
		max-width: unset;
	}
	.feature-page.rainwater .section .photo {
		height: 300px;
		width: 100%;
	}
}
.closing {
	margin: 40px 0;
}
.closing p {
	margin: 0 0 20px 0;
}
.closing .box {
	position: relative;
	padding: 40px 40px 40px 0;
}
.closing .box::after {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 100vw;
	background: var(--cloud-bg);
	z-index: -1;
}
@media only screen and (max-width: 750px) {
	.closing {
		margin: 0 0 40px 0;
	}
}

/* adjust wp admin bar */
.customize-support .bar {
	top: 32px;
}

.hero2.blog {
	min-height: 350px;
}
.blog .content {
	padding: 60px 0;
}
.blog h1 {
	color: #000;
	font-size: 40px;
	margin: 0 0 10px 0;
	line-height: 1.1;
}
.blog h2:not(.gradient),
.blog h3:not(.blog_feed h3),
.blog h4,
.blog h5,
.blog h6,
.blog p,
.blog time,
.blog li,
.blog span:not(.blog_feed span) {
	color: #000;
}

.blog time {
	margin: 0 0 40px 0;
	display: inline-block;
}
.blog h2:not(.blog_feed h2) {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.blog h3:not(.blog_feed h3) {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.blog h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.blog h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.blog h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.blog a {
	font-weight: 600;
	color: var(--grand-bay);
}
.blog p,
.blog li {
	margin: 0 0 20px 0;
}
.blog ul {
	padding: 0 0 0 20px;
}
.blog img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.blog .alignleft img {
	float: left;
	margin: 0 1em 1em 0;
}

.blog .alignright img {
	float: right;
	margin: 0 0 1em 1em;
}
.blog .wp-block-image,
.blog .wp-block-image figure {
	display: inline;
}
.fourohfour {
	padding: 50px 0;
}
.fourohfour .group {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.fourohfour .btn {
	background: linear-gradient(to right, var(--grand-bay), var(--shop-front));
	color: #fff;
	padding: 10px 20px;
	margin: 30px 0 0 0;
	display: inline-block;
}
.fourohfour .btn:hover {
	background: var(--grand-bay);
}

/* Rainwater Page */
.rainwater .weddings {
	margin: 80px 0 0 0;
}
.rainwater .weddings p {
	max-width: 750px;
	margin: 0 0 40px 0;
}
.rainwater .weddings .img {
	max-width: 1200px;
	margin: 0 auto;
}
.rainwater .weddings .slide {
	height: 350px;
}
.rainwater .weddings .slide img {
	object-fit: cover;
	object-position: center;
}
.rainwater .weddings .pag {
	text-align: center;
	bottom: 20px;
}
.rainwater .catering {
	margin: 80px 0 0 0;
}
.rainwater .catering h2,
.rainwater .weddings h2 {
	margin: 0 0 20px 0;
}
.rainwater .rfp {
	margin: 80px 0 0 0;
	background: var(--grand-bay);
}
.rainwater .blog_feed article:hover::after {
	opacity: 0;
}
