::root {
	--color-red: #CC3366;
}
body {
	color: var(--e-global-color-text);
}
#page {
	overflow: hidden;
}
.relative {
	position: relative;
}
.our-location a {
	font-size: 16px;
	line-height: 1;
	text-decoration: none!important;
}
.latest-posts {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px;
}
.post-item {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25)!important;
	padding: 24px;
	border-radius: 16px;
}
.post-thumb img,
.hero-image img {
	width: 100%;
	border-radius: 16px;
}
.post-link {
	text-decoration: none!important;
	color: #000;
}
h3.post-title {
	font-size: 32px;
	line-height: 1.2;
}
.read-more {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: end;
	text-decoration: none!important;
	color: #000;
	font-weight: 400!important;
}
.post-link:hover,
.read-more:hover {
	color: var( --e-global-color-primary )!important;
}
.read-more svg {
	display: flex;
	width: 20px;
	height: 20px;
}

.button {
	width: max-content;
	background-color: #fff;
	border-radius: 8px;
	color: var( --e-global-color-primary );
	border: none;
	font-family: Rufina, sans-serif;
	font-size: 24px;
	padding: 4px 36px;
}
.subscribe-box {
	color: #fff;
}
.form-input {
	border: 2px solid #fff!important;
	background-color: transparent;
	border-radius: 8px!important;
	font-size: 24px;
	color: #fff;
}
.fields-wrap p {
	display: flex;
	gap: 12px;
}
.subscribe-intro {
	display: flex;
	font-size: 14px;
	line-height: 1;
}
.form-wrapper p {
	display: grid;
	gap: 24px;
}
/* Single page */
.single-hero-section {
	background-color: var( --e-global-color-primary )!important;
	padding-inline: 20px;
	padding-block: 80px;
	color: #fff;
}
.hero-inner {
	max-width: 1440px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
	align-items: center;
}
.site-main {
	padding-block: 60px;
}
article .post-content h2,
article .post-content h3,
article .post-content h4 {
	margin-top: 40px;
}
.pagination a {
	color: var( --e-global-color-primary );
}
.menu-section p {
	margin-bottom: 8px;
}
.menu-items img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}
.menu-items > .elementor-element {
	display: grid;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #fff;
	color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}
.product-card a{
	text-decoration: none;
	font-weight: 400;
}
.product-card:hover a{
	color:#c36 !important;
}

@media (min-width: 1440px) {
    #content {
        max-width: 1440px;
    }
}
@media screen and (max-width: 767px) {
		.full-on-mobile {
			width: 100%;
		}
		.subscribe-box {
			text-align: center;
		}
		.fields-wrap p {
			display: grid;
			margin-bottom: -20px;
		}
		.subscribe-intro {
			justify-content: center;
		}
		.latest-posts,
		.hero-inner{
			grid-template-columns: 1fr;
		}
	.single-hero-section,
	.site-main {
		padding-block: 40px;
	}
}