/*
CTC Separate Stylesheet
Updated: 2023-04-14 17:12:19
Theme Name: Red Heat (Twenty Twenty-Four Child)
Theme URI: https://wordpress.org/themes/twentytwentyfour
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,accessibility-ready,blog,portfolio,news
Version: 1.1.1681506739
*/

/*@font-face{font-family:Pacifico Pro;font-weight:400;src:local('Pacifico Pro'),url(assets/fonts/pacifico-pro.woff) format('woff')}
@font-face{font-family:'Sign Painter Script';font-weight:400;src:local('Sign Painter Script'),url(assets/fonts/sign-painter-script.woff) format('woff')}
@font-face{font-family:'Sign Painter Brush';font-weight:400;src:local('Sign Painter Brush'),url(assets/fonts/sign-painter-brush.woff) format('woff')}
*/

::-webkit-input-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }
::-ms-input-placeholder { color: #ccc; }
::placeholder { color: #ccc; }

html header .wp-block-navigation {
  opacity: 0;
  height: 0;
} 
html header.loaded .wp-block-navigation {
  opacity: 1;
  height: auto;
} 

@media screen and (max-width: 500px) {
	body {
		--wp--style--root--padding-right: var(--wp--preset--spacing--40);
		--wp--style--root--padding-left: var(--wp--preset--spacing--40);
	}
	p.has-heading-font-family a[href*="mailto:"] {
		font-size:.85em;
	}
	footer .wp-block-social-links {
		margin: auto;
	}
	body :where(.wp-block-post-content) .wp-block-cover.alignwide, 
	body :where(.wp-block-post-content) .wp-block-group.has-background.alignwide {
		padding-left: var(--wp--preset--spacing--40);
		padding-right: var(--wp--preset--spacing--40);
	}
	.food-section .title-details {
	    padding-left: 0;
	    justify-content: center;
	    position: relative;
	    max-width: 25%;
	    flex-wrap: wrap;
	}
	.food-section .title-details,
	.menu-extras p .title-details {
    margin-left: 3px !important;
	}
	.title-details .diet {
		font-size: .9em;
	}
	.food-section .title-details .price-wrapper {
	    flex-basis: 100%;
	}
	.food-section .title-details .price-wrapper + .diet {
	    margin-left: 0;
	}
	.food-section .title-details:before {
	    position: absolute !important;
	    left: 5px;
	    height: 100% !important;
        margin-left: 0 !important;
	}
}

@media (max-width: 890px) {
	header .tw-lg-hidden {
		display: block !important;
	}
	header .tw-sm-hidden {
		display: none !important;
	}
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex !important;
	}
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none !important;
	}
}


@media (min-width: 890px) {
	header .tw-lg-hidden {
		display: none !important;
	}
	header .tw-sm-hidden {
		display: block !important;
	}
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;
	}
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block !important;
		width: 100%;
		position: relative;
		z-index: auto;
		background-color: inherit;
	}
}

.is-content-justification-center {
	justify-content: center;
}

.is-content-justification-space-between {
	justify-content: space-between;
}

.is-nowrap {
	flex-wrap: nowrap;
}

header > .alignwide > .alignwide {
	gap: var(--wp--preset--spacing--40);
}

root,
body,
body .editor-styles-wrapper {
	/*--wp--preset--color--base: var(--wp--preset--color--custom-light-beige);
	--wp--preset--color--base-2: var(--wp--preset--color--custom-white);
	--wp--preset--color--contrast: var(--wp--preset--color--custom-dark-grey);
	--wp--preset--color--contrast-2: var(--wp--preset--color--custom-grey);
	--wp--preset--color--contrast-3: var(--wp--preset--color--custom-light-grey);
	--wp--preset--color--accent: var(--wp--preset--color--custom-beige);
	--wp--preset--color--accent-2: var(--wp--preset--color--custom-aqua);
	--wp--preset--color--accent-3: var(--wp--preset--color--custom-bright-orange);
	--wp--preset--color--accent-4: var(--wp--preset--color--custom-yellow);
	--wp--preset--color--accent-5: var(--wp--preset--color--custom-green);*/
}
@media screen and (max-width: 768px) {
	/*body {
		--wp--style--global--wide-size: 100%;
		--wp--preset--spacing--30: 30px;
	}*/
}

body * {
	box-sizing: border-box;
	font-weight: 500;
}
body strong,
body bold {
	font-weight: 700;
}
.screenreader {
	font-size: 0;
	position: absolute;
	outline: 0;
	clip: rect(1px,1px,1px,1px);
	padding: 0;
}
.wp-block-button__link {
	border-radius: 0;
}
.wp-block-buttons:has(.wp-block-button__width-100) {
	width: 100%;
}

.wp-block-button__link {
	transition: .3s;
}
.wp-block-button__link:hover {
	opacity: .6;
	transform: translateX(10px);
}

header .wp-container-content-5,
header .wp-container-content-2 {
    flex-basis: 40%;
}
header .wp-container-content-3 {
    flex-basis: 20%;
}
header .wp-container-core-group-is-layout-4 {
	flex-wrap: nowrap;
	gap: var(--wp--preset--spacing--40);
	justify-content: space-between;
}
header nav {
	width: 100% !important;
}
header nav li.is-style-button a {
	border: 1px solid currentColor;
	padding: 10px 12px 7px;
	line-height: 1em;
}
header nav li.is-style-button a:hover {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--base) !important;
	text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
	text-align: center;
	line-height: 1.3em;
}
header {
	max-height: 116.25px !important;
	overflow: hidden;
	z-index:100111;
}
header {
	position: fixed;
	width: 100%;
}
body main {
	padding-top: 116px;
}
@media (min-width: 768px) and (max-width: 1160px) {
	body main {
		padding-top: 99px;
	}
}
@media (max-width: 890px) {
	body main {
		padding-top: 86px;
	}
}
@media (max-width: 767px) {
	body main {
		padding-top: 76px;
	}
}
header > div > div > div.tw-sm-hidden {
	flex-basis: 40%;
}
header > div > div > div:has(.wp-block-site-logo) {
	flex-basis: 20%;
}


figure,
img {
  max-width: 100%;
}

body main {
	overflow: hidden;
	position: relative;
}

body main .wp-block-cover + .entry-content {
	margin-top: 0;
}
body > .wp-site-blocks {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

:is(h1, h2, h3, h4, h5, h6),
.has-heading-font-family {
	text-transform: uppercase;
}
:is(h1, h2, h3, h4, h5, h6).has-accent-color a {
	color: var(--wp--preset--color--accent) !important;
}
.has-base-background-color {
	color: var(--wp--preset--color--contrast);
}
.explode-link {
	position: relative;
	transition: .3s;
}
.explode-link .wp-block-column {
	min-height: 300px;
}
.explode-link:hover {
	opacity: .6;
	transform: translateX(10px);
}
.explode-link :is(h1, h2, h3, h4, h5, h6) a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 10;
}

.has-base-background-color :is(h1, h2, h3, h4, h5, h6, a:where(:not(.wp-element-button))),
.editor-styles-wrapper .has-base-background-color :is(h1, h2, h3, h4, h5, h6, a:where(:not(.wp-element-button))) {
	color: var(--wp--preset--color--contrast);
}

.has-contrast-2-background-color,
.has-contrast-background-color {
	color: var(--wp--preset--color--base);
}

.has-contrast-2-background-color :is(h1, h2, h3, h4, h5, h6, a:where(:not(.wp-element-button))),
.has-contrast-background-color :is(h1, h2, h3, h4, h5, h6, a:where(:not(.wp-element-button))),
.editor-styles-wrapper .has-contrast-2-background-color :is(h1, h2, h3, h4, h5, h6, a:where(:not(.wp-element-button))),
.editor-styles-wrapper .has-contrast-background-color :is(h1, h2, h3, h4, h5, h6, a:where(:not(.wp-element-button))) {
	color: var(--wp--preset--color--base);
}

a:where(:not(.wp-element-button)) > mark {
	text-decoration: underline !important;
}
a:where(:not(.wp-element-button)):has(mark) {
	text-decoration: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}

p > mark {
	font-family: var(--wp--preset--font-family--script);
	font-size: 1.45em;
	line-height: 1em;
	margin-right: 4px;
}

.wp-block-button.is-style-arrowed a:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='68' height='29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff'%3E%3Cpath d='M.382 17.018c0-.362-.146-.403-.382-.18v.361c.146-.033.382 0 .382-.18ZM41.57 29h.56c0-.181.146-.222.179-.403-.415-.033-.683.074-.74.403ZM.561 16.475c.04.148 0 .362.179.362.398-.074.488.107.74.181.057.33.325.436.74.362.13.041.219.041.195.181h.365v.404H1.683c-.488-.033-.236.107-.195.362h.195c.057.255.252.362.179.732.65.296.105-.617.56-.551h.367v.18c.105 0 .211.042.178.182-.073.329.147.362.383.362h.178v-.362c0-.181.147-.223.18-.362.105 0 .219-.033.178-.181h.382v.55c-.146.034-.22.15-.179.363h.545v-.181h.195v-.181h.358v.362h-.179c.033.148.146.222.358.222h.74c.235-.033.268-.255.56-.222.09.255.236.403.562.403v-.18c.357-.33.65-.552.918 0h.358c.236-.034.431-.363.561 0-.374.402.073.402.382.18h2.577v-.18h.374v.18h.92c.145.033.162-.074.178-.18h1.098v-.223h.934v.222h1.838v-.222h1.48v-.181h.357v.181h1.862v.222h.74v-.222h4.236v.222h1.48v-.222h16.991v-.181c.269-.074.96.222.919-.181h.56v-.181h.92c.22.041.52-.033.56.18-.284.034-.146.478-.56.363-.383.107-1.212-.222-1.285.222v.181h-.195v.733c-.22.033-.52-.033-.545.18h-.179v.182h-.195c-.146-.033-.162.074-.179.222v.732h-.357a.917.917 0 0 0-.561-.18c-.073.254-.326.296-.383.55h.196c.146-.073.284-.18.544-.18h.196c-.017.296.073.732-.196.765h-.357c0 .255-.09.403-.18.551-.13 0-.235.033-.194.181-.106 0-.22.041-.18.181h-.178c.016.33-.179.437-.561.363v.403c.057.403-.52.18-.561.551h-.179v.362c0 .107-.016.222-.179.181h-.74v.222c-.105 0-.22 0-.178.181-.399-.032-.09.659-.18.914v.362h.724c.756.107.106-.551-.357-.362.056-.181.357-.107.357-.362.31 0 .724.074.74-.181.146.033.382 0 .382.18-.268.149-.593.297-.56.733v.222c.219 0 .52-.032.56.181h.18v.181c.324.075.34-.148.381-.362h.358v.181c-.073.149-.163.33-.358.362.18.585.488-.222.74-.18.285.032.309-.181.545-.181v-.182c-.163-.107-.325-.18-.358-.403.22 0 .146-.329.179-.551v-.181c-.399-.107-.342.255-.358.543-.162.107-.309.222-.56.18 0-.18-.237-.147-.383-.18-.146.041-.163-.074-.179-.181v-.181c.163-.074.325-.181.382-.362.22-.033.147-.362.18-.585.162-.033.178.075.178.223.22 0 .325-.074.382-.223.147-.033.179-.18.358-.18v-.182c.179 0 .146-.222.179-.362h.382c.22 0 .43.041.358.362h.56v-.362c.22-.033.431-.074.358-.362h.195v-.765h.18c-.033-.148.072-.181.178-.181.342 0 .398.148.179.362h.561v-.181c.163.033.179-.074.179-.181h.56v-.181c.27.033.684-.074.74.18-.268.042-.308.297-.56.363v.18c-.252 0-.399.108-.545.223v.181h-.74c-.13 0-.22 0-.195.181v.362c-.195.033-.293.223-.358.362h-.179c.017.33-.178.436-.56.404h-.18c-.105 0-.219 0-.178.18h-.195c-.017.33.235.363.195.733-.374.074-.594-.033-.561-.362h-.18v.543c.058.947.472-.148.92 0 .016.33-.057.584-.18.765-.016.107-.032.223-.194.181-.147-.032-.163.075-.18.181h-.178c-.106.149-.195.297-.179.552.146-.074.285-.181.545-.181.292 0 .707.107.74-.181.057-.659.756-.585 1.122-.947.178 0 .146-.222.178-.362.383.074.488-.107.74-.18v-.182c.236-.074.293-.329.561-.362v-.18h.919v-.182h.74c-.033-.222.032-.362.179-.403v-.181c.374.074.577-.033.56-.362.163-.148.415-.223.74-.181v-.181h.18v-.181H52.3v-.404c.162-.148.414-.18.74-.18.235-.075.382-.223.382-.552.22.033.325-.033.358-.181.162-.033.178-.181.382-.181 0-.148.016-.222.179-.222h.74c.292 0 .707.107.74-.181.219.032.324-.033.357-.181.325 0 .488-.148.56-.363.285 0 .708.075.74-.18.326 0 .489-.149.562-.363.016-.222.325-.18.56-.18.326 0 .383-.256.724-.223v-.18h2.22v-.182h1.861v-.181h.545v-.181c.057-.148.163-.222.382-.181h.919c.22.033.325-.033.382-.181.293.033.31-.181.545-.181.325 0 .488-.148.56-.403v-.181c.684-.042.952-.51 1.115-1.136h.178v-1.86c0-.551-.178-.946-.56-1.094v-.223c-.163-.148-.106-.51-.358-.551-.09-.222-.252-.362-.561-.362 0-.181-.236-.148-.382-.181-.017-.222-.326-.181-.545-.181v-.222c-.179-.297-.577-.404-1.122-.362v-.181h-.919v-.181h-.56c-.057-.256-.448-.149-.74-.182v-.18c-.057-.256-.448-.149-.74-.182H61v-.18h-.74v-.223c-.577.148-.544-.296-1.122-.18-.382.073-.488-.108-.74-.182-.56-.181-.87-.617-1.658-.551-.22.033-.325-.033-.358-.181.813-.033-.471-.659-.935-.585-.545.074-.56-.403-1.097-.362-.057-.18-.366-.107-.366-.362-.293-.222-.472-.551-.935-.584-.073-.222-.236-.362-.545-.362-.162-.074-.309-.181-.56-.181-.09-.222-.237-.362-.562-.362-.163.033-.179-.074-.179-.181-.09-.255-.236-.404-.56-.362-.163 0-.163-.075-.18-.223-.146-.148-.341-.255-.56-.362a1.008 1.008 0 0 0-.545-.362C48.91 6 49 5.415 48.423 5.522c-.18-.255-.488-.403-.74-.584-.033-.256-.545-.075-.545-.363-.252-.329-.398-.732-.935-.765h-.179c-.073-.222-.235-.362-.56-.362-.017-.148-.18-.181-.18-.362-.073-.222-.235-.403-.544-.362h-.195v-.181c-.017-.362-.106-.617-.358-.766v-.18h-.74v.18c.016.33-.179.437-.56.363v-.363h-.18v-.18c-.162-.51.252-.478.18-.947-.27-.074-.472-.255-.74-.362V.107h-1.098c-.252.074-.285.33-.561.362v.584h-.358c.09.255-.22.947.179.914v.584c-.033.222.033.33.179.362.032.148.179.181.179.362.146.033.22.148.178.362h.196v1.136c-.033.148.073.181.178.181-.032.181.074.181.18.181-.017.222.032.33.178.403-.073.362.13.478.195.733h.18c.016.732.446 1.02.74 1.497.503-.148-.131.88.357.733.09.18.162.362.382.403-.033.148.073.181.179.181v.181c0 .33.146.477.374.551V10h.179c0 .148.016.222.179.222.235.362.756.436.918.913.016.107.033.222.179.181v.181c0 .296.756.84 0 .766h-5.341v.18h-3.7c0 .182-.162.223-.195.363h-.358c-.032-.255-.447-.148-.74-.181h-.74c-.056-.255-.47-.149-.739-.181v.18H25.87v-.18H13.675v.18h-4.44c-.032.149-.146.223-.357.182h-.56v-.181h-.74v.18c.015.289.47.149.381.585H7.4c-.147-.074-.22-.181-.18-.403v-.181H5v.18h-.179v1.136H5c-.033.149 0 .362-.179.362-.382.075-.577-.032-.56-.362h-.18v-.551c-.268-.107-.959.222-.918-.181-.057-.255-.561-.255-.561 0 0 .222.235.255.179.551h.178v.947c-.22 0-.325-.074-.357-.223-.147.075-.358.034-.382.223-.106 0-.22 0-.18.18h-.56c-.017.223-.293.182-.545.182H.553c0 .18-.146.222-.179.362-.073.255-.22.33 0 .551.033.148 0 .362.179.404l.008-.091Zm9.415 1.275v-.55h.382c-.033.328.179.945-.382.765v-.223.008Zm41.772.766c-.504-.477.415-.181.179-.946h.358c-.13.51.886-.108.74.403-.814-.223-.594.625-1.285.551l.008-.008Zm-2.22-.543c.326-.033.578.04.74.18.017.33.61.108.74.363v.362c-.813.074-1.26-.222-1.48-.733v-.18.008Zm2.399 3.909c-.472 0-.236-.149-.179-.363.594.223.13-.617.74-.362v.552a.916.916 0 0 1-.561.18v-.007Zm-46.374-3.91c-.13-.032-.22-.032-.195-.222-.017-.18.057-.329.195-.362h.179c-.033.404.65.107.918.181h.18v.404H5.544h.008ZM3.52 17.75v-.362c-.162.042-.179-.074-.179-.18H4.44v.362c.033.18-.073.18-.179.18h-.74Zm42.122 8.436h.18v.362c.032.222-.033.329-.18.362-.22.033-.341-.033-.382-.181.073-.223.325-.297.382-.543Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h68v29H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 45px;
  display: inline-block;
  min-height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.wp-block-button.is-style-arrowed .has-base-color:before {
	background-image: url("data:image/svg+xml,%3Csvg width='68' height='29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill-rule='evenodd' clip-rule='evenodd' fill='%231C1C1C'%3E%3Cpath d='M.382 17.018c0-.362-.146-.403-.382-.18v.361c.146-.033.382 0 .382-.18ZM41.57 29h.56c0-.181.146-.222.179-.403-.415-.033-.683.074-.74.403ZM.561 16.475c.04.148 0 .362.179.362.398-.074.488.107.74.181.057.33.325.436.74.362.13.041.219.041.195.181h.365v.404H1.683c-.488-.033-.236.107-.195.362h.195c.057.255.252.362.179.732.65.296.105-.617.56-.551h.367v.18c.105 0 .211.042.178.182-.073.329.147.362.383.362h.178v-.362c0-.181.147-.223.18-.362.105 0 .219-.033.178-.181h.382v.55c-.146.034-.22.15-.179.363h.545v-.181h.195v-.181h.358v.362h-.179c.033.148.146.222.358.222h.74c.235-.033.268-.255.56-.222.09.255.236.403.562.403v-.18c.357-.33.65-.552.918 0h.358c.236-.034.431-.363.561 0-.374.402.073.402.382.18h2.577v-.18h.374v.18h.92c.145.033.162-.074.178-.18h1.098v-.223h.934v.222h1.838v-.222h1.48v-.181h.357v.181h1.862v.222h.74v-.222h4.236v.222h1.48v-.222h16.991v-.181c.269-.074.96.222.919-.181h.56v-.181h.92c.22.041.52-.033.56.18-.284.034-.146.478-.56.363-.383.107-1.212-.222-1.285.222v.181h-.195v.733c-.22.033-.52-.033-.545.18h-.179v.182h-.195c-.146-.033-.162.074-.179.222v.732h-.357a.917.917 0 0 0-.561-.18c-.073.254-.326.296-.383.55h.196c.146-.073.284-.18.544-.18h.196c-.017.296.073.732-.196.765h-.357c0 .255-.09.403-.18.551-.13 0-.235.033-.194.181-.106 0-.22.041-.18.181h-.178c.016.33-.179.437-.561.363v.403c.057.403-.52.18-.561.551h-.179v.362c0 .107-.016.222-.179.181h-.74v.222c-.105 0-.22 0-.178.181-.399-.032-.09.659-.18.914v.362h.724c.756.107.106-.551-.357-.362.056-.181.357-.107.357-.362.31 0 .724.074.74-.181.146.033.382 0 .382.18-.268.149-.593.297-.56.733v.222c.219 0 .52-.032.56.181h.18v.181c.324.075.34-.148.381-.362h.358v.181c-.073.149-.163.33-.358.362.18.585.488-.222.74-.18.285.032.309-.181.545-.181v-.182c-.163-.107-.325-.18-.358-.403.22 0 .146-.329.179-.551v-.181c-.399-.107-.342.255-.358.543-.162.107-.309.222-.56.18 0-.18-.237-.147-.383-.18-.146.041-.163-.074-.179-.181v-.181c.163-.074.325-.181.382-.362.22-.033.147-.362.18-.585.162-.033.178.075.178.223.22 0 .325-.074.382-.223.147-.033.179-.18.358-.18v-.182c.179 0 .146-.222.179-.362h.382c.22 0 .43.041.358.362h.56v-.362c.22-.033.431-.074.358-.362h.195v-.765h.18c-.033-.148.072-.181.178-.181.342 0 .398.148.179.362h.561v-.181c.163.033.179-.074.179-.181h.56v-.181c.27.033.684-.074.74.18-.268.042-.308.297-.56.363v.18c-.252 0-.399.108-.545.223v.181h-.74c-.13 0-.22 0-.195.181v.362c-.195.033-.293.223-.358.362h-.179c.017.33-.178.436-.56.404h-.18c-.105 0-.219 0-.178.18h-.195c-.017.33.235.363.195.733-.374.074-.594-.033-.561-.362h-.18v.543c.058.947.472-.148.92 0 .016.33-.057.584-.18.765-.016.107-.032.223-.194.181-.147-.032-.163.075-.18.181h-.178c-.106.149-.195.297-.179.552.146-.074.285-.181.545-.181.292 0 .707.107.74-.181.057-.659.756-.585 1.122-.947.178 0 .146-.222.178-.362.383.074.488-.107.74-.18v-.182c.236-.074.293-.329.561-.362v-.18h.919v-.182h.74c-.033-.222.032-.362.179-.403v-.181c.374.074.577-.033.56-.362.163-.148.415-.223.74-.181v-.181h.18v-.181H52.3v-.404c.162-.148.414-.18.74-.18.235-.075.382-.223.382-.552.22.033.325-.033.358-.181.162-.033.178-.181.382-.181 0-.148.016-.222.179-.222h.74c.292 0 .707.107.74-.181.219.032.324-.033.357-.181.325 0 .488-.148.56-.363.285 0 .708.075.74-.18.326 0 .489-.149.562-.363.016-.222.325-.18.56-.18.326 0 .383-.256.724-.223v-.18h2.22v-.182h1.861v-.181h.545v-.181c.057-.148.163-.222.382-.181h.919c.22.033.325-.033.382-.181.293.033.31-.181.545-.181.325 0 .488-.148.56-.403v-.181c.684-.042.952-.51 1.115-1.136h.178v-1.86c0-.551-.178-.946-.56-1.094v-.223c-.163-.148-.106-.51-.358-.551-.09-.222-.252-.362-.561-.362 0-.181-.236-.148-.382-.181-.017-.222-.326-.181-.545-.181v-.222c-.179-.297-.577-.404-1.122-.362v-.181h-.919v-.181h-.56c-.057-.256-.448-.149-.74-.182v-.18c-.057-.256-.448-.149-.74-.182H61v-.18h-.74v-.223c-.577.148-.544-.296-1.122-.18-.382.073-.488-.108-.74-.182-.56-.181-.87-.617-1.658-.551-.22.033-.325-.033-.358-.181.813-.033-.471-.659-.935-.585-.545.074-.56-.403-1.097-.362-.057-.18-.366-.107-.366-.362-.293-.222-.472-.551-.935-.584-.073-.222-.236-.362-.545-.362-.162-.074-.309-.181-.56-.181-.09-.222-.237-.362-.562-.362-.163.033-.179-.074-.179-.181-.09-.255-.236-.404-.56-.362-.163 0-.163-.075-.18-.223-.146-.148-.341-.255-.56-.362a1.008 1.008 0 0 0-.545-.362C48.91 6 49 5.415 48.423 5.522c-.18-.255-.488-.403-.74-.584-.033-.256-.545-.075-.545-.363-.252-.329-.398-.732-.935-.765h-.179c-.073-.222-.235-.362-.56-.362-.017-.148-.18-.181-.18-.362-.073-.222-.235-.403-.544-.362h-.195v-.181c-.017-.362-.106-.617-.358-.766v-.18h-.74v.18c.016.33-.179.437-.56.363v-.363h-.18v-.18c-.162-.51.252-.478.18-.947-.27-.074-.472-.255-.74-.362V.107h-1.098c-.252.074-.285.33-.561.362v.584h-.358c.09.255-.22.947.179.914v.584c-.033.222.033.33.179.362.032.148.179.181.179.362.146.033.22.148.178.362h.196v1.136c-.033.148.073.181.178.181-.032.181.074.181.18.181-.017.222.032.33.178.403-.073.362.13.478.195.733h.18c.016.732.446 1.02.74 1.497.503-.148-.131.88.357.733.09.18.162.362.382.403-.033.148.073.181.179.181v.181c0 .33.146.477.374.551V10h.179c0 .148.016.222.179.222.235.362.756.436.918.913.016.107.033.222.179.181v.181c0 .296.756.84 0 .766h-5.341v.18h-3.7c0 .182-.162.223-.195.363h-.358c-.032-.255-.447-.148-.74-.181h-.74c-.056-.255-.47-.149-.739-.181v.18H25.87v-.18H13.675v.18h-4.44c-.032.149-.146.223-.357.182h-.56v-.181h-.74v.18c.015.289.47.149.381.585H7.4c-.147-.074-.22-.181-.18-.403v-.181H5v.18h-.179v1.136H5c-.033.149 0 .362-.179.362-.382.075-.577-.032-.56-.362h-.18v-.551c-.268-.107-.959.222-.918-.181-.057-.255-.561-.255-.561 0 0 .222.235.255.179.551h.178v.947c-.22 0-.325-.074-.357-.223-.147.075-.358.034-.382.223-.106 0-.22 0-.18.18h-.56c-.017.223-.293.182-.545.182H.553c0 .18-.146.222-.179.362-.073.255-.22.33 0 .551.033.148 0 .362.179.404l.008-.091Zm9.415 1.275v-.55h.382c-.033.328.179.945-.382.765v-.223.008Zm41.772.766c-.504-.477.415-.181.179-.946h.358c-.13.51.886-.108.74.403-.814-.223-.594.625-1.285.551l.008-.008Zm-2.22-.543c.326-.033.578.04.74.18.017.33.61.108.74.363v.362c-.813.074-1.26-.222-1.48-.733v-.18.008Zm2.399 3.909c-.472 0-.236-.149-.179-.363.594.223.13-.617.74-.362v.552a.916.916 0 0 1-.561.18v-.007Zm-46.374-3.91c-.13-.032-.22-.032-.195-.222-.017-.18.057-.329.195-.362h.179c-.033.404.65.107.918.181h.18v.404H5.544h.008ZM3.52 17.75v-.362c-.162.042-.179-.074-.179-.18H4.44v.362c.033.18-.073.18-.179.18h-.74Zm42.122 8.436h.18v.362c.032.222-.033.329-.18.362-.22.033-.341-.033-.382-.181.073-.223.325-.297.382-.543Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%231C1C1C' d='M0 0h68v29H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.wp-block-cover.is-style-contained > img {
	height: 100%;
	object-fit: contain;
	/*object-position: left;*/
	object-position: right;
	max-width: 45%;
}

.scroll-down {
	position: absolute;
	bottom: -12vw;
	width: 16vw;
	right: 60px;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.wp-block-cover.is-style-contained {
		display: block;
	}
	.wp-block-cover.is-style-contained > img {
		position: static;
		display: block;
		max-width: 115%;
		margin: 0 calc(var(--wp--style--root--padding-right)* -.5);
		width: 108%;
	}
	.scroll-down {
	    bottom: -12vw;
	    right: 0;
	    left: 0;
	    margin: auto;
	    width: 26vw;
	}
}
.wp-block-cover:has(.scroll-down) {
	overflow: visible;
}
.wp-block-cover, .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}
.wp-block-cover .wp-block-cover__inner-container, 
.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1;
}

.wp-block-getwid-content-slider img {
	opacity: 1 !important;
}
.wp-block-getwid-content-slider.is-style-papered {
	width: 125%;
}
.is-style-papered .slick-list {
	padding-top: 10px;
}
.is-style-papered .slick-slide {
	margin: 0 12px;
	position: relative;
	transition: .3s;
}
.is-style-papered .slick-slide .wp-block-getwid-content-slider-slide__wrapper * {
	margin-top: 0;
	margin-bottom: 0;
}
.is-style-papered .slick-slide figure {
	margin-bottom: 28px !important;
	background: no-repeat url(assets/images/events-frame.png);
	background-size: contain;
	padding: 7%;
	margin-left: -1%;
    aspect-ratio: 3 / 4.15 !important;
}
.is-style-papered .slick-slide a {
	display: block;
}
.is-style-papered .slick-slide:has(a):hover {
	transform: translateY(-10px);
	opacity: .6;
}
.is-style-papered .slick-slide a:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.is-style-papered .slick-slide img {
	transform: rotate(-.5deg);
	aspect-ratio: 3/4.35 !important;
	object-fit: cover;
}
.is-style-papered .slick-list {
	margin: 0 -12px 70px;
}
.is-style-papered .slick-arrow {
	top: 105%;
	left: 0;
	right: 0;
	margin: auto;
}
.is-style-papered .slick-prev {
	transform: translateX(-20px);
}
.is-style-papered .slick-next {
	transform: translateX(20px);
}

/* copy of wp default css to a 1000px media query */
/*@media (min-width: 1200px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: none !important;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: block !important;
      width: 100%;
      position: relative;
      z-index: auto;
      background-color: inherit;
  }
}*/

/* neutralize the wp default for 600px */
/*@media (max-width: 1024px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex !important;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none !important;
    }
}*/





.is-style-paper-frame {
	position: relative;
}
.is-style-paper-frame:before {
    content: "";
    position: absolute;
    width: 103%;
    height: 103%;
    z-index: 0;
    background: no-repeat url(assets/images/horizontal-frame.png);
    background-size: contain;
    margin-left: -3%;
    margin-top: -.5%;
}
.is-style-paper-frame img {
	object-fit: cover;
	aspect-ratio: 4/3 !important;
}



nav.filters > ul {
  gap: 12px 0;
}

.filters-wrap {
	background: var(--wp--preset--color--accent);
	display: flex;
	justify-content: center;
	padding: 26px 0 25px;
	min-width: 100%;
	z-index: 10 !important;
	max-width: 100%;
}
.is-style-dark .filters-wrap,
.single-food-menus .filters-wrap {
	padding: 34px 0 33px;
	max-width: var(--wp--style--global--wide-size);
	background: var(--wp--preset--color--base);
}
.is-style-dark .filters-wrap .filters,
.is-style-dark .filters-wrap .filters--list,
.single-food-menus .filters-wrap .filters,
.single-food-menus .filters-wrap .filters--list {
	width: 100%;
}
.is-style-dark .filters-wrap .filters--list, 
.single-food-menus .filters-wrap .filters--list {
	padding-right: 30px;
	padding-left: 30px;
	justify-content: center;
}
.tax-menu-types .filters-wrap {
	min-width: 0;
}
@media screen and (max-width: 970px) {
  .filters-wrap .filters ul {  
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.filters-wrap ul,
.filters-wrap ul li {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.filters-wrap ul {
	gap: 10px 35px;
}
.wp-site-blocks .filters-wrap a {
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--heading);
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration:  none;
	letter-spacing: 1.5px;
	font-weight: 400 !important;
	border-bottom: 1px solid transparent;
	line-height: 1;
	text-decoration: underline;
}
.wp-site-blocks .filters-wrap li.active a,
.wp-site-blocks .filters-wrap a.active {
	border-color: var(--wp--preset--color--base);
}
.wp-site-blocks .filters-wrap a:active,
.wp-site-blocks .filters-wrap a:focus {
	opacity: .8;
	outline: 0;
	border-color: var(--wp--preset--color--base);
}
.is-style-dark .filters-wrap a,
.single-food-menus .wp-site-blocks .filters-wrap a {
	color: var(--wp--preset--color--contrast);
}
.single-food-menus .wp-site-blocks .filters-wrap li.active a,
.single-food-menus .wp-site-blocks .filters-wrap a.active,
.single-food-menus .wp-site-blocks .filters-wrap a:active,
.single-food-menus .wp-site-blocks .filters-wrap a:focus {
	border-color: var(--wp--preset--color--contrast);
}
@media screen and (max-width: 768px) {
	.single-food-menus.wp-block-post-content > .wp-block-group {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}
@media screen and (max-width: 585px) {
	.filters-wrap .filters--list {
		gap: 10px 12px !important;
	}
	.filters-wrap a {
		font-size: .93em !important;
		letter-spacing: .7px;
	}
}


.single-food-menus .hero-breadcrumbs span {
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
}
.is-style-shadowed,
.page-template-default main > .wp-block-cover h1,
.single-food-menus .wp-block-cover h1,
.single-food-menus .wp-block-cover h2 {
	text-shadow: 10px 10px 6px rgba(0,0,0,.8);
}
.single-food-menus .wp-block-cover h1 small,
.single-food-menus .wp-block-cover h2 small {
	display: block;
}
.food-section--sub:not(.blank) .items-wrap > .column-span-all:not(.cell):first-child {
	margin-top: -44px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
[class*='background-texture'] {
	overflow: hidden;
	position: relative;
}
[class*='background-texture'] > * {
	position: relative;
}
[class*='background-texture']:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	top: 0;
	left: 0;
}
[class*='background-texture']:before,
.single-food-menus .wp-block-post-content {
	background-image: url('assets/images/red-texture.png');
	background-repeat: repeat;
}
[class*='background-texture--light']:before {
	opacity: .1;
	filter: grayscale(100%);
}




.page-header img {
	max-height: 100%;
}



.wpx-locations-list {
	padding-bottom: 65px;
	margin-top: 0 !important;
}
.locations-section .wp-block-column {
	max-width: 48.5%;
}
@media screen and (max-width: 820px) {
  .locations-section .wp-block-column {
	  max-width: 100%;
  }
}

.locations-section .wp-block-column > article {
	padding: 40px;
}
.locations-section .wp-block-column > article h4 {
	margin: 20px 0;
}
.locations-section .wp-block-column > article .item__title {
	height: auto !important;
}
.locations-section h2 {
	padding-top: 60px;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 3em;
}
@media screen and (max-width: 767px) {
	.locations-section h2 {
		font-size: var(--wp--preset--font-size--xx-large);
	}	
}
.locations-section {
	padding-left: 5%;
	padding-right: 5%;
}

/*@media screen and (max-width: 970px) {
}*/
.locations-section .items-wrap {
	flex-direction: column;
}
.locations-section .cell {
	width: 100%;
	box-shadow: 3px 3px 8px rgba(0,0,0,.1);
}
.locations-section .item {
	display: flex;
	/*flex: 1;*/
	/*gap: 5%;*/
	padding-right: 5%;
	flex-wrap: wrap;
	overflow: hidden;
}
.locations-section .item__image,
.locations-section .item__image img {
	min-height: 100%;
	overflow: hidden;
}
.locations-section .item__image {
	background-image: var(--background);
	background-size: cover;
	background-position: center;
	/*box-shadow: 4px 4px 6px rgba(0,0,0,.2);*/
}
.locations-section .item__image img {
	/*object-fit: cover;
	aspect-ratio: 1/.95;*/
	opacity: 0;
	display: none;
}
.locations-section .column.img {
  background: var(--wp--preset--color--secondary);
  /*background-image: url('/wp-content/uploads/2024/05/Margs_Career-Page_Banner.jpg');*/
  background-size: cover;
  width: 30%;
}
.locations-section .column.text {
	flex: 1;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 2%;
}
.locations-section .column.text .address,
.locations-section .column.text .phone {
	font-weight: bold;
}
.hours {
	gap: 3px 20px;
	justify-content: space-between;
	width: 345px;
	max-width: 100%;
}
.hours .closed {
  font-weight: 600;
}
.hours .days {
  white-space: nowrap;
}
.hours .days strong {
  font-weight: 800;
  font-size: .95em;
}
.hours .times {
	font-weight: 600;
	font-size: .95em;
}
.hours:has(.days) div {
	width: 45%;
}
.hours.special-day {
	font-size: .9em;
	margin-block-start: 20px !important;
	margin-block-end: 10px !important;
}
.hours.special-day * {
	font-weight: 700;
}
@media screen and (max-width: 450px) {
	.hours {
		font-size: .9em;
	}
}
/*.single-locations .hours.special-day {
    margin-block-start: 3px !important;
    margin-block-end: 31px !important;
}
.locations-section .column.text .hours.special-day {
    margin-block-start: 13px !important;
    margin-block-end: 26px !important;
}*/
.locations-section .column.text a {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}
.page-id-186 .locations-section .column.text > h5 {
    font-size: 0;
    position: absolute;
    outline: 0;
    clip: rect(1px,1px,1px,1px);
    padding: 0;
}
.locations-section .column.text .item__title h4 {
    margin-bottom: 10px;
    font-size: 1.7em;
}
.locations-section .column.text .features {
    margin-top: 20px;
}
.locations-section .column.text .team-member {
    margin: 15px 0;
}
.locations-section .column.btns {
    width: 20%;
    min-width: 239px;
    padding-top: 5%;
    padding-bottom: 30px;
    /*margin: 0 auto;*/
    align-self: center;
}
.locations-section .column.btns .item__buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.wp-block-apedestrian-infinite-scroll .wp-block-button__link,
.locations-section .column.btns a {
	max-width: none;
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4em;
	font-size: 1.25em;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 13px;
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--base);
	border-radius: 0;
}
.wp-block-apedestrian-infinite-scroll .wp-block-button__link {
	width: 250px;
}
@media screen and (max-width: 1155px) {
	.locations-section .item {
		padding-right: 0;
	}
  .locations-section .column.img {
  	min-height: 300px;
  }
  .locations-section .column.img,
  .locations-section .column.text {
      width: 100% !important;
      flex: auto;
  }
  .locations-section .column.btns {
    width: 300px;
    max-width: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1155px) and (min-width: 700px) {
  .locations-section .column.btns {
    width: 40% !important;
  }
  .locations-section .column.text {
    width: 60% !important;
  }
  .locations-section .column.btns {
  	padding-top: 0 !important;
  }
}
@media screen and (max-width: 560px) {
  .locations-section .column.btns {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
    .locations-section .item {
      padding-right: 0;
    }
    .locations-section .column.text {
    	padding-right: 0;
    }
    .locations-section .column.btns {
        padding-right: 5%;
    }
    .locations-section .item__image {
      height: 200px;
      width: 100%;
    }
}
@media screen and (max-width: 699px) {
    .locations-section .column.text {
    	padding-right: 5%;
    }
}



.features {
  padding-left: 0;
  margin: 0;
  gap: 10px;
}
.features li {
  flex-direction: column;
  gap: 5px;
  width: 64px;
  align-self: start
}
.features li div {
  text-align: center;
  font-size: .70em !important;
  display: inline-block;
  line-height: 1.1em;
}
.features li img {
  object-fit: contain;
  height: 50px !important;
  width: auto !important;
}


.page-header {
	position: relative;
}
.dividers {
	position: relative;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 60px;
}
.dividers .wp-block-column:not(:first-child) {
  /*border-left: 2px solid var(--wp--preset--color--contrast-3);*/
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .dividers .wp-block-column,
  .dividers .wp-block-column:not(:first-child),
  .dividers .wp-block-column:first-child {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero h2 + .is-layout-constrained {
	margin-top: -50px;
}
.hero-breadcrumbs {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 100;
}
.hero-breadcrumbs .shortcode-wrapper {
  max-width: 100% !important;
}













.alert {
	padding: 15px 10px;
	text-align: center;
	font-family: var(--wp--preset--font-family--heading);
	text-transform: uppercase;
}
.alert p {
    font-size: 1.2em;
    font-weight: 500;
}
.alert .wp-block-button__link {
    padding: 11px 20px 8px;
    min-width: 167px !important;
    font-size: 14px !important;
}
















.column-span-all {
	column-span: all;
	background: var(--wp--preset--color--contrast);
	position: relative;
	z-index: 1;
	margin: 20px 0;
}
.column-span-all.three-quarters {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.cat-description,
.food-section--sub .column-span-all h3 {
	/*font-family: var(--wp--preset--font-family--script);*/
	color: var(--wp--preset--color--base);
	text-transform: uppercase;
  /*font-size: 2.2em !important;*/
  font-size: 1.9em !important;
  line-height: 1.2em;
  letter-spacing: normal;
}
p.cat-description {
  width: 800px;
  max-width: 90%;
  margin: -20px auto 30px;
}
@media screen and (min-width: 769px) {
	p.cat-description {
	  margin: -40px auto 30px;
	}
}
@media screen and (max-width: 768px) {
	.cat-description, 
	.column-span-all h3 {
	  font-size: 1.6em !important;
	}
}
.column-span-all .wp-block-buttons,
.column-span-all h3 {
	margin: 30px 0;
}

.food-section hr {
	background-image: url('assets/images/horizontal-rule.svg');
	background-size: contain;
	height: 20px;
	color: var(--wp--preset--color--accent-3);
	margin: 30px 5%;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;	
	  filter: brightness(0) saturate(100%);
	  opacity: .9;
}





.food-section {
  background: var(--wp--preset--color--tertiary);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.food-section h3 {
  font-size: var(--wp--preset--font-size--x-large);
  margin-top: 30px;
}

.locations-details {
	padding-left: 1.1vw !important;
	padding-right: 1.1vw !important;
}

[class*='bordered'],
.locations-details,
.food-section--sub {
  box-sizing: border-box;
  background: url('assets/images/menu-border.svg');
  background-size: 100%;
  position: relative;
  border: 20px solid var(--wp--preset--color--contrast);
  border-bottom-width: 21px;
  padding: 40px 1vw 0;
}
[class*='bordered'].has-contrast-2-background-color {
	border-color: var(--wp--preset--color--contrast-2);
}
.locations-details .locations-details-wrap,
.food-section--sub > * {
	padding-left: 15px;
	padding-right: 15px;
	background: var(--wp--preset--color--contrast);
}
[class*='bordered'] > *,
.locations-details .locations-details-wrap {
	padding-left: var(--wp--custom--spacing--tw-large);
	padding-right: var(--wp--custom--spacing--tw-large);
}

@media screen and (max-width: 768px) {
	[class*='bordered'] > *,
	.locations-details .locations-details-wrap {
		padding-left: calc(var(--wp--custom--spacing--tw-large)/3);
		padding-right: calc(var(--wp--custom--spacing--tw-large)/3);
	}
	.has-medium-large-font-size {
		font-size: calc( var(--wp--preset--font-size--medium) * 1.1) !important;
	}
	[class*='bordered'],
	.locations-details,
	.food-section--sub {
	  border: 3.2vw solid var(--wp--preset--color--contrast);
	  border-bottom-width: 3.2vw;
	}
}
@media screen and (max-width: 500px) {
	[class*='bordered'] > *,
	.locations-details .locations-details-wrap {
		padding-left: calc(var(--wp--custom--spacing--tw-large)/8);
		padding-right: calc(var(--wp--custom--spacing--tw-large)/8);
	}
}
[class*='bordered'] > * {
	position: relative;
}
[class*='bordered']:before {
    content: '';
    background: var(--wp--preset--color--contrast);
    display: block;
    position: absolute;
    width: 98%;
    height: 99%;
    left: 0;
    top: 2vw;
    bottom: 0;
    right: 0;
    margin: auto;
}
.has-contrast-2-background-color[class*='bordered']:before {
    background: var(--wp--preset--color--contrast-2);
}
[class*='bordered']:after,
.locations-details:after,
.food-section--sub:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 40px;
	width: 100%;
	background: url('assets/images/menu-border.svg');
	background-size: 100%;
	background-position: bottom;
}
@media screen and (min-width: 1020px){
	.locations-details {
		padding-left: 1% !important;
		padding-right: 1% !important;
	}
	.food-section--sub {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width: 1250px) {
	.food-section--sub {
		padding-left: 12px;
		padding-right: 12px;
	}
}
.locations-details > *:last-child,
.food-section--sub > *:last-child {
	padding-bottom: 60px;
}
.locations-details > *:last-child {
	margin-bottom: -60px;
}

.food-section--sub {
  /*border-radius: 15px;*/
  margin: 25px auto;
  text-align: center;
  width: 100%;
/*  background-repeat: no-repeat;*/
}
.food-section--sub.justify-center .items-wrap {
  justify-content: center !important;
  column-count: 1;
}
@media screen and (min-width: 768px){
  .food-section .food-section--sub.three-fourths {
    width: calc(75% - 58px);
  }
  .food-section .food-section--sub.half,
  .food-section.gluten-free .food-section--sub[class*="dessert"],
  .food-section.gluten-free .food-section--sub[class*="sides"],
  .food-section.all-day .food-section--sub[class*="dessert"],
  .food-section.all-day .food-section--sub[class*="sides"] {
    width: calc(50% - 58px);
  }
}
@media screen and (max-width: 767px){
  .food-section .food-section--sub {
  	padding-top: 0;
  }
  .food-section .food-section--sub > h3 {
  	margin-bottom: 12px;
  }
  .food-section .food-section--sub.three-fourths {
    width: calc(75% - 40px);
  }
  .food-section .food-smenu-extrasection--sub.half,
  .food-section.gluten-free .food-section--sub[class*="dessert"],
  .food-section.gluten-free .food-section--sub[class*="sides"],
  .food-section.all-day .food-section--sub[class*="dessert"],
  .food-section.all-day .food-section--sub[class*="sides"] {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 1019px){
  .food-section .food-section--sub.three-fourths,
  .food-section .food-section--sub.half,
  .food-section.gluten-free .food-section--sub[class*="dessert"],
  .food-section.gluten-free .food-section--sub[class*="sides"],
  .food-section.all-day .food-section--sub[class*="dessert"],
  .food-section.all-day .food-section--sub[class*="sides"] {
    width: 100%;
  }
}
.food-section--sub h3 {
  text-align: center;
  font-weight: 500;
  position: relative;
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--accent);
}
@media screen and (max-width: 767px){
  .food-section--sub h3 {
    letter-spacing: 1.15px;
  }
	.single-locations .locations-details-wrap .wp-block-buttons {
	  flex-direction: column;
	}
	.single-locations .locations-details-wrap .wp-block-buttons .wp-block-button {
	  width: 80%;
	}
}
.single-locations .locations-details-wrap .wp-block-buttons .wp-block-button {
  min-width: 20%;
}
.single-locations .wp-block-buttons .wp-block-button__link {
  background: var(--wp--preset--color--accent);
  width: 100%;
}
.single-food-menus .wp-block-buttons .wp-block-button__link,
.food-section--sub .wp-block-button__link {
  background: var(--wp--preset--color--base);
  color: white;
}
.single-locations .locations-details-wrap h5 {
	font-size: calc(var(--wp--preset--font-size--medium)* 1.35) !important;
	color: var(--wp--preset--color--accent);
	margin-top: 27px;
}
.single-locations .locations-details-wrap p {
	margin-top: 7px;
}

@media screen and (min-width: 782px){
	.dividers:after,
	.is-style-divider:after,
	.food-section--sub .items-wrap:after {
	  content: '';
	  width: 6px;
	  height: 95%;
	  background-image: url(assets/images/divider--blue.svg);
	  background-size: 100% 100%;
	  /*background-color: var(--wp--preset--color--accent);*/
	  /*border-color: var(--wp--preset--color--accent);
	  border-style: solid;
	  border-image-source: linear-gradient(to bottom, var(--wp--preset--color--custom-yellow), var(--wp--preset--color--accent));
	  border-image-slice: .5;*/
	  position: absolute;
	  margin: 0 auto;
	  top: 0;
	  right: 0;
	  left: 0;
	  /*transform: scaleX(.5);*/
	  filter: brightness(0) saturate(100%);
	  opacity: .9;
	}
	.dividers:after {
		filter: brightness(0);
		opacity: .9;
	}
}
.food-section h5 {
	margin: 0;
	font-weight: 500;
	font-size: 1.6em;
	font-style: normal;
}
.food-section .items-wrap {
  justify-content: space-between;
  gap: 5%;
  position: relative;
  display: block;
  column-count: 2;
}
.food-section .items-wrap h4 {
  margin: 0;
  font-weight: 500;
}
.food-section .items-wrap .cell {
  /*width: 45%;*/
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  break-inside: avoid-column;
  box-sizing: border-box;
}

.food-section .item__title h4 {
  text-transform: uppercase;
  text-align: left;
}
.food-section .item__title h4 br {
	display: none;
}
.food-section .item__description {
  height: auto !important;
  text-align: left;
}
.food-section .item__description h6 {
  margin: 18px 0 8px;
}
.food-section .column-span-all .item__description {
  text-align: center;
}
body .food-section .half .items-wrap .cell .item__title {
  height: auto !important;
}
/*@media screen and (max-width: 769px) {*/
@media screen and (max-width: 781px) {

	.is-style-divider:after {
		display: none;
	}

  .food-section .items-wrap .cell {
    width: 100%;
    padding: 0;
  }
  .food-section .items-wrap {
    column-count: 1;
  }
}

.food-section .item {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.food-section .item__title {
  display: flex;
  justify-content: left;
  align-items: stretch;
}
.food-section .column-span-all .item__title {
  justify-content: center;
}
.food-section .item__title,
.food-section .item__title * {
  font-size: calc(var(--wp--preset--font-size--large)*.9);
  letter-spacing: 1.5px;
}
.food-section .item__title .title-details {
  /*border-left: solid 2px var(--wp--preset--color--contrast);*/
  line-height: 1em;
  font-weight: 500;
  font-size: .9em;
  /*display: flex;*/
  display: inline-block;
  gap: 3px;
  flex: none;
  font-family: var(--wp--preset--font-family--heading);
}
.food-section .item .price-wrapper {
	order: 10;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 800;
}
.food-section .column-span-all .item .price-wrapper {
  text-align: center;
}
.food-section .item .price {
	text-transform: uppercase;
	font-weight: 700;
}
/*.food-section .item__title .title-details .price-wrapper .price:not(:first-child):before,
.food-section .item__title .title-details:before {
  content: '';  
  border-left: 3px solid var(--wp--preset--color--base);
  display: inline-block;
  margin-left: 15px;
  padding-right: 10px;
	height: 80%;
	margin-top: auto;
	margin-bottom: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
}*/
.food-section .item__title .title-details .price-wrapper {
	align-content: center;
}
.title-details .diet {
  align-content: center;
  font-size: .8em;
  font-style: italic;
}
.title-details .diet:before {
  font-style: normal;
}
.menu-extras p .diet {
	font-family: var(--wp--preset--font-family--heading);
}
.menu-extras p .diet ~.diet:before,
.item__title .title-details .diet:before {
  content: '/';
}
.item__title .title-details {
  margin-left: 6px;
}
.item__title .title-details .diet:first-child:before {
  display: none;
}
.menu-extras p .title-details,
.title-details .price-wrapper + .diet {
  margin-left: 8px !important;
}
.title-details .price-wrapper + .diet:before {
	content: '';
}
/*.title-details .vegetarian {
  font-family: 'Sign Painter Script';
  position: relative;
  top: 7px;
  color: var(--wp--preset--color--custom-green) !important;
}*/
@media screen and (max-width: 769px) {

  .food-section .item__title {
    display: inline-block;
    line-height: 1.4em;
    text-align: left;
  }
  .food-section .items-wrap h4 {
    /*max-width: 69%;*/
  }

	.item__title .title-details {
	  margin-left: 0;
	  padding-left: 0;
	}
	.food-section .items-wrap h4,
  .food-section .item__title .title-details {
  	display: inline-block;
  	/*vertical-align: middle;*/
  }
  /*.food-section .items-wrap h4 {
  	max-width: 70%;
  }
  .food-section .item__title .title-details {
  	max-width: 30%;
  }*/

}
/*@media screen and (max-width: 500px) {
  .wp-block-group:has( > .food-section) {
		padding-left: 10px !important;
		padding-right: 10px !important;
  }
  .wp-block-group:has( > .food-section) .food-section--sub {
		padding-left: 12px;
		padding-right: 12px;
  }
}
*/
.food-section .item__description p,
.menu-extras p {
  margin-top: 2px;
  font-size: .93em;
  line-height: 1.7em;
  margin-bottom: 0;
}


.menu-after-text {
  padding-top: 20px;
  margin: 0 auto;
  max-width: 100% !important;
}
.food-section .menu-after-text > * {
  width: 800px;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.food-section--sub .menu-after-text {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	margin-bottom: 0 !important;
}
.food-section + .menu-after-text {
    border-top: 0;
    text-align: center;
    margin-bottom: 20px;
}
.food-section + .menu-after-text .title-details {
    display: flex;
    gap: 15px;
    justify-content: center;
    font-weight: 400;
}

.food-section + .menu-after-text span:after {
    text-transform: uppercase;
}
.food-section + .menu-after-text .gluten-free-version:after {
    content: ' = Gluten Free Version';
}
.food-section + .menu-after-text .gluten-free:after {
    content: ' = Gluten Free';
}
.food-section + .menu-after-text .vegetarian:after {
    content: ' = Vegetarian';
}
.food-section + .menu-after-text .vegan:after {
    content: ' = Vegan';
}
.food-section + .menu-after-text span:not(:first-child):before {
    content: '|';
    margin-right: 15px;
}
.menu-after-text:has(*) {
  margin: -30px auto 50px;
}
.menu-extras {
	/*display: flex;*/
	max-width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
.menu-extras p {
	margin-bottom: 10px;
	display: block;
	padding: 0;
	font-weight: 600;
	line-height: 1.1em;
}
@media screen and (max-width: 769px) {
  .menu-extras {
    gap: 13px;
  }
  .menu-extras p {
    padding: 0 !important;
    margin-top: 5px;
    border-left: 0 !important;
  }
  .food-section .item__description p br, 
  .menu-extras p br {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .menu-extras p {
    display: block;
    width: 100%;
  }
}
.item .menu-extras {
	order: 11;
}
.item .menu-extras p {
	text-align: left;
	font-weight: 500;
	line-height: 1.7em;
}
.column-span-all .item .menu-extras p {
	text-align: center;
}




.legal-language {
	text-align: center;
}






.flex-square-gallery {
  display: flex;
  gap: 15px;
  margin: 0;
  align-items: center;
  padding:0 0 60px;
  overflow: hidden;
}
.flex-square-gallery .slick-list {
  min-width: 100%;
  margin: 0 -7.5px;
} 
.flex-square-gallery .slick-slide {
  margin: 0 7.5px;
}
.flex-square-gallery li {
  display: flex;
}
.flex-square-gallery:not(.slick-initialized) li {
  display: none;
}
@media screen and (min-width: 1025px) {
  .flex-square-gallery:not(.slick-initialized) li:nth-child(1),
  .flex-square-gallery:not(.slick-initialized) li:nth-child(2),
  .flex-square-gallery:not(.slick-initialized) li:nth-child(3),
  .flex-square-gallery:not(.slick-initialized) li:nth-child(4) {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .flex-square-gallery:not(.slick-initialized) li:nth-child(1),
  .flex-square-gallery:not(.slick-initialized) li:nth-child(2) {
    display: flex;
  }
}
.flex-square-gallery:not(.slick-initialized) li {
  min-width:0;
  width:100%;
  height:100%;
}
.flex-square-gallery li {
  float: left;
}

.flex-square-gallery img {  
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1.45;
}





@media (max-width: 781px) {
    .single-locations .wp-block-columns {
        flex-wrap: wrap !important;
        gap: 0;
    }
    .single-locations .wp-block-columns .wp-block-column {
        width: 100% !important;
    }
	.locations-details .locations-details-wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
@media (min-width: 782px) {
    .single-locations .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
.single-locations .wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
}












.whats-happening {
  margin-top: 15px;
}
.whats-happening .is-style-common-callout {
  padding-left: var(--wp--custom--spacing--tw-small);
  padding-right: var(--wp--custom--spacing--tw-small);;
}
body:not(.wp-admin):not(.block-editor-iframe__body) .wp-block-getwid-content-slider__wrapper,
body:not(.wp-admin):not(.block-editor-iframe__body) .whats-happening .items-wrap[data-slick] {
  opacity: 0;
  transition: opacity .6s, max-height .3s;
  max-height: 300px;
}
body:not(.wp-admin):not(.block-editor-iframe__body) .wp-block-getwid-content-slider__wrapper.slick-initialized,
body:not(.wp-admin):not(.block-editor-iframe__body) .whats-happening .items-wrap[data-slick].slick-initialized {
  opacity: 1;
  max-height: 2000px;
}
.whats-happening .item {
  display: inline-block;
  box-sizing: border-box;
  background: url('assets/images/old-paper-bg.png');
  background-size: 100% 100%;
  padding: 37px 33px;
  display: flex;
  flex-direction: column;
  color: var(--wp--preset--color--base);
  width: 430px;
  min-height: 450px;
  height: 100%;
  max-width: 100%;
}
.whats-happening .wp-block-button__link {
  background: var(--wp--preset--color--accent);
  width: 100%;
}
@media screen and (min-width: 978px) {
  .whats-happening .slick-track {
    min-width: 100% !important;
    /*min-width: 300px;*/
  }
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
@media (min-width: 768px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
		.whats-happening .item {
		  padding: 37px 30px;
		}
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media (min-width: 768px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
}

.whats-happening .item__image {
    margin-bottom: 20px;
}
.whats-happening .item__image img {
    aspect-ratio: 1/.95;
    object-fit: cover;
    width: 350px;
    max-width: 100%;
}
.whats-happening .item__date {
  font-size: .85em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.whats-happening .item__description {
  margin-top: -20px;
  margin-bottom: 10px;
  height: auto !important;
  flex-grow: 1;
  font-size: .9em;
}
.whats-happening .item__link {
  text-decoration: none;
  display: block;
}
.whats-happening .item__title {
  height: auto !important;
}
.whats-happening .item__title h3 {
  font-size: 1.2em;
  color: var(--wp--preset--color--base);
  font-weight: 500;
}
.whats-happening .item__title h4 {
  margin-top:  0;
  color: var(--wp--preset--color--base);
  margin-bottom:  20px;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 970px) {
  .whats-happening .wp-block-button__link {
    min-width: 100%;
  }
  .whats-happening .slick-slide {
      margin: 0 15px;
  }

  .whats-happening .slick-list {
      margin: 0 -15px;
  }
}

.whats-happening .slick-track {
  display: flex;
}
.whats-happening .slick-slide {
    margin: 0 .30rem;
}
@media screen and (min-width: 769px) {
	.whats-happening .slick-slide {
	    height: inherit !important;
	}
}
.whats-happening .slick-slide > div,
.whats-happening .slick-slide > div > div {
    height: 100%;
}
.whats-happening .slick-list {
    margin: 0 -1.5rem;
}
.whats-happening .slick-slide a {
    height: 100%;
}
.whats-happening h3 {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .whats-happening .wp-block-column.is-vertically-aligned-top.is-layout-flow {
    flex-basis: auto !important;

  }
  .wp-block-heading br {
    content: "";
  }
  .wp-block-heading br:after {
    content: " ";
  }
}
@media screen and (max-width: 550px) {
  .whats-happening .item__description {
    flex-grow: inherit;
  }
  .whats-happening .item:after {
    margin-top: initial;
  }

  .wp-block-getwid-video-popup__link, .wp-block-post-navigation-link a, .whats-happening .item:after, .wp-site-blocks form input[type=submit], .wp-site-blocks input[type=reset], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button, .wp-element-button, .wp-block-post-template:not(.is-layout-grid) .wp-block-post-excerpt__more-link, .wp-block-button__link {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}





.wp-block-column:has(.wp-block-post-excerpt) {    
	display: flex;
  flex-direction: column;
}
.wp-block-post-excerpt {    
	display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wp-block-post-excerpt__excerpt {    
	flex-grow: 1;
}
.wp-block-post-excerpt__more-link {
	border-radius: .33rem;
	border-color: var(--wp--preset--color--contrast);
	border-width: 0;
	color: var(--wp--preset--color--base-2);
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: inherit;
	padding-top: 0.6rem;
	padding-right: 1rem;
	padding-bottom: 0.6rem;
	padding-left: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.wp-block-post-excerpt__more-link:hover {
	background: var(--wp--preset--color--accent);
}
@media screen and (max-width: 768px) {
	.wp-block-columns:has(.wp-block-post-excerpt) {    
	  gap: 0 2em;
	}
	.wp-block-columns .wp-block-column:has(.wp-block-post-excerpt) {    
	  padding: 20px 20px 25px !important;
	}
}

@media (min-width: 768px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}



footer:before {
	content: '';
	width: 100%;
	height: 60px;
	background: url('assets/images/torn-paper-bottom.png');
	display: block;
	margin-top: -4px;
	position: relative;
	z-index: 11;
}
@media (max-width: 767px) {
	footer .signup {
	    padding-left: 16vw !important;
	    background-position: -6vw !important;
	    background-size: 24vw !important;
	}
	footer p,
	footer figure {
		/*display: block;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    text-align: center !important;
	    width: 100% !important;*/
	}
	footer nav li:not(.is-style-sub-item) {
	    display: none !important;
	}
	.home .entry-content * {
		text-align: center !important;
		justify-content: center !important;
	}
	.wp-block-getwid-content-slider.is-style-papered {
		width: 90%;
		margin: auto;
	}
	footer .above-footer-bg > .wp-block-group.has-background {
		padding-left: 22% !important;
		background-size: 26% !important;
		background-position: -5% !important;
	}
}
@media (max-width: 767px) {
	footer .above-footer-bg > .wp-block-group.has-background {
		background-position: -5% top !important;
	}
	footer .above-footer-bg > .wp-block-group.has-background > .wp-block-group {
		flex-wrap: wrap !important;
	}
	.wp-block-group p a {
		word-break: break-word;
	}
}
















body:not(.wp-admin):not(.block-editor-iframe__body) form select,
body:not(.wp-admin):not(.block-editor-iframe__body) form textarea,
body:not(.wp-admin):not(.block-editor-iframe__body) form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  max-width: 100%;
  min-height: 40px;
  border: 1px solid var(--wp--preset--color--contrast-3);
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form textarea,
body:not(.wp-admin):not(.block-editor-iframe__body) form input[type="date"] {
  font-family: sans-serif;
}

.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]),
body:not(.wp-admin):not(.block-editor-iframe__body) form select,
body:not(.wp-admin):not(.block-editor-iframe__body) form input[type=date] {
  width: 100%;
  box-sizing: border-box;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form textarea {
  width: 100%;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form select {
  height: 40px;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form > div > label,
body:not(.wp-admin):not(.block-editor-iframe__body) form > div > .uacf7_conditional,
body:not(.wp-admin):not(.block-editor-iframe__body) form > div > .wpcf7-list-item-label,
body:not(.wp-admin):not(.block-editor-iframe__body) form .wp-block-column > label,
body:not(.wp-admin):not(.block-editor-iframe__body) form .wp-block-column > .wpcf7-list-item-label {
  margin-top: 1.5em;
  line-height: 1.3em;
  display: block;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .wp-block-columns {
	margin-bottom: 0;
	gap: 14px;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .wpcf7-file {
	padding: 20px;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form p {
  margin-bottom: 0;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .wpcf7-list-item-label {
  font-size: .95em;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .uacf7-rating label:last-child .icon {
  color: var(--wp--preset--color--contrast-3);
}
.wpcf7-not-valid-tip,
body:not(.wp-admin):not(.block-editor-iframe__body) form .asterisk,
body:not(.wp-admin):not(.block-editor-iframe__body) form .uacf7-rating:not(:hover) label input:checked ~ .icon, 
body:not(.wp-admin):not(.block-editor-iframe__body) form .uacf7-rating:hover label:hover input ~ .icon {
  color: var(--wp--preset--color--accent) !important;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form input[type=submit],
body:not(.wp-admin):not(.block-editor-iframe__body) form .wp-block-button__link {
  background: var(--wp--preset--color--accent);
  min-width: 200px;
  margin-top: 20px;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .wp-block-button__link:hover {
  background: var(--wp--preset--color--contrast);
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .wp-block-button__link[disabled="disabled"] {
  opacity:.3;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form input[type=submit] {
  height: 43px;
  color: white;
  border: none;
  display: block;
  margin: 20px auto;
}
body:not(.wp-admin):not(.block-editor-iframe__body) form .question {
  display: block;
  margin-top: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--wp--preset--color--accent);
    background: var(--wp--preset--color--accent);
    color: white !important;
    text-align: center;
}
[data-name="your-type"] .wpcf7-list-item {
	display: block;
}
.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-checkbox .wpcf7-list-item {
	min-width: 122px;
}






[class*='coal-fired'] {
    position: absolute;
    bottom: 60px;
    left: 2vw;
    width: 19vw;
    z-index: -1;
}
.coal-fired--right {
    left: auto;
    right: 2vw;
}
[class*='coal-fired'] img {
	filter: brightness(0) invert(1);
}
@media (max-width: 767px) {

	/*.wp-block-group.alignfull:has([class*='coal-fired']) {
		padding-bottom: 75px !important;
	}*/
	[class*='coal-fired'] {
    	display: none;
	}
}










@media (min-width: 768px) {
	.wp-block-cover:has(.phone-overflow) {
		overflow: visible;
	}
	.phone-overflow {
		position: relative;
	}
	.phone-overflow .wp-block-group {
		position: absolute;
		max-width: 100%;
	}
}







.wp-site-blocks .wp-block-getwid-accordion__content,
.wp-site-blocks .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child,
.wp-site-blocks .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  border: 0;
}
.wp-site-blocks .wp-block-getwid-accordion__content,
.wp-site-blocks .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding-left: 0;
  padding-right: 0;
}
.wp-site-blocks .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  border-bottom: 1.5px solid var(--wp--preset--color--accent);
  font-weight: 600;
  padding-top: 1em;
  padding-bottom: 1em;
}
.wp-site-blocks .wp-block-getwid-accordion .fas:before {
  color: var(--wp--preset--color--accent);
}
.wp-site-blocks .wp-block-getwid-accordion .ui-accordion-header-active .wp-block-getwid-accordion__header {
	border-color: rgba(0,0,0,.1) !important;
}
.wp-site-blocks .wp-block-getwid-accordion .ui-accordion-content-active .wp-block-getwid-accordion__content {
	border-bottom: 1.5px solid var(--wp--preset--color--accent) !important;
}
.wp-site-blocks .wp-block-getwid-accordion .wp-block-getwid-accordion__icon i {
  font-size: 1.5em;
}
.ui-accordion-header,
.ui-accordion-header * {
	outline-color: var(--wp--preset--color--contrast-3) !important;
}



/*header .wp-block-site-logo img {
    transform: scale3d(1.2,1.2,1.2);
}*/

@media (min-width: 768px) and (max-width: 1055px) {
	header .is-style-button a {
		width: 87px;
		line-height: 1.2em;
	}
}
@media (min-width: 768px) and (max-width: 958px) {
	header .is-style-button a {
		width: 77px;
	}
}
/*@media (min-width: 768px) and (max-width: 970px) {*/
@media (min-width: 768px) and (max-width: 1160px) {
	header .wp-block-group:has(.custom-logo-link) {
		flex-basis: 13vw;
	}
}
/*@media (min-width: 768px) and (max-width: 1178px) {*/
@media (min-width: 768px) and (max-width: 1360px) {

	header > .wp-block-group {
		padding-left: 3vw !important;
		padding-right: 3vw !important;
	}
	header > .alignwide > .alignwide {
		gap: 3vw !important;
	}

}
/*@media (min-width: 768px) and (max-width: 1296px) {*/
@media (min-width: 768px) and (max-width: 1500px) {
	header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
		font-size: .9em;
	}
}
@media (min-width: 768px) and (max-width: 1075px) {
	header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
		font-size: .85em;
	}
}
/*@media (max-width: 767px) {*/
@media (max-width: 890px) {
    
    header .wp-block-navigation__container > .is-style-sub-item {
      margin-top: 30px;
      border-top: 1px solid white;
      padding-top: 50px;
    }
    header .wp-block-navigation__container > .is-style-sub-item ~ .is-style-sub-item {
      margin-top: 0;
      padding-top: 0;
      border-top: 0;
    }
    .is-style-sub-item {
      font-size: .9em;
      width: 100% !important;
    }

	header .tw-lg-hidden.tw-md-hidden > nav {
		justify-content: flex-end;
	}
	header .wp-block-site-logo {
		width: 117px;
	}
	header > .wp-block-group {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}


  /* hamburger button */
  header .wp-block-navigation__responsive-container-open  {
    display: block !important;
  }
  header .wp-block-navigation__container .mobile-only {
    display: flex !important;
  }
  header .wp-block-navigation__container,
  header .wp-block-navigation__container ul {
    gap: 20px !important;
  }
  header .wp-block-navigation__container > .mobile-only {
    border-top: 1px solid white !important;
    padding-top: 30px !important;
  }
  header .wp-block-navigation__container > .mobile-only ~ .mobile-only {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
  header .wp-block-navigation__container .mobile-only .mobile-only {
    border-top: 0 !important;
  }
  header .wp-block-navigation .mobile-only .wp-block-navigation-item__label {
    text-transform: initial !important;
  }
  header .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* full menu */
  header .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }

  html .loaded .wp-block-navigation__responsive-container-open {
    opacity: 1 !important;
    height: auto;
    transition: opacity .3s .6s !important;
    animation-fill-mode: revert !important;
  } 
  html.has-modal-open {
    margin-right: 17px;
  }
  html.has-modal-open .wp-block-navigation__responsive-container-open {
    opacity: 0 !important;
    transition: opacity 0s .6s !important;
  }
  header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container {
    transform: translate(500px) !important;
    opacity: 0;
    transition: transform .3s 0s, max-height 0s 0s, opacity .3s 0s, max-width 0s 0s !important;
    display: flex !important;
    overflow: hidden;
    animation-fill-mode: revert !important;
    animation: none !important;
    left: auto;
  }
  header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container:not(.is-menu-open) {
    max-width: 0 !important;
    max-height: 0 !important;
  }
  header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
/*    max-width: 400px;
    width: 100%;*/
    transition: transform .3s 0s, max-height 0s 0s, opacity .3s 0s, max-width 0s 0s !important;
    /*background: var(--wp--preset--color--secondary);*/
    background: var(--wp--preset--color--base);
    color: white;
    animation-fill-mode: revert !important;
    animation: none !important;
    transform: translate(0px) !important;
    opacity: 1;
    /*max-height: 1000px !important;*/
    max-height: 100% !important;
    overflow: auto;
  }
  body:not(.wp-admin) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    color: white;
    outline: 0;
  }
}








.single-post h1 {
	text-align: center;
}

img[src*="scroll-down.png"] {
	animation-name: spin;
	animation-duration: 8000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}




















.dropdown-filter,
.custom-select {
  position: relative;
  width: 300px;
  margin-right: 1rem;
  display: flex;
  z-index: 1;
  display: block;
}

.custom-select[open] {
  z-index: 100;
}

body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .filter-entry {
  margin: 0;
  width: 305px;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter {
  z-index: 11;
  min-height: 45px;
  margin: 0;
}
.custom-select input[type=radio] {
  font-size: 17px !important;
  letter-spacing: 1px !important;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-active,
.custom-select summary {
  /*padding: 1rem;*/
  cursor: pointer;
  list-style: none;

  border: 1px solid white;
  min-height: 38px;
  color: black;
  border-radius: 5px;
  background: transparent;
  padding-left: 10px;
  padding-right: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4em;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  background: transparent;
  border-color: var(--wp--preset--color--contrast-3);
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-active {
  padding-top: 7px;
  padding-left: 15px !important;
}

.custom-select summary::-webkit-details-marker {
  display: none;
}

.custom-select[open] summary:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}

body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-active .arrow {
  border-width: 0 1px 1px 0;
  transform: rotate(135deg);
  border-color: white;
  top: 39%;
  right: 7px;
  padding: 4px;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-active .arrow.open {
  transform: rotate(45deg);
}
.custom-select summary:after {
  content: '';
  display: inline-block;
  float: right;
  width: .5rem;
  height: .5rem;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-bottom-left-radius: 2px;
  transform: rotate(45deg) translate(50%, 0%);
  transform-origin: center center;
  transition: transform ease-in-out 100ms
}

.custom-select summary:focus {
  outline: none;
}

.custom-select[open] summary:after {
  transform: rotate(-45deg) translate(0%, 0%);
}

body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive,
.custom-select ul {
  width: 100%;
  background: var(--wp--preset--color--contrast);
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  padding: 1rem;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.custom-select[open] .list {
  display: block;
}

body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item {
  padding: initial;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .link-inner {
  width: 100%;
  flex-grow: 1;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .link-inner,
.custom-select li {
  margin: 0 -1rem;
  padding: 0;
  border-bottom: 1px solid var(--wp--preset--color--contrast-3);
  display: block;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:hover,
.custom-select li:hover {
  background: var(--wp--preset--color--primary);
  opacity: 1;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:hover,
.custom-select li:hover label {
  color: var(--wp--preset--color--accent);
  opacity: 1;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item:first-of-type .link-inner a,
.custom-select li:first-child {
  padding-top: 20px;
  margin-top: -20px;
}
.custom-select li:first-child label {
  padding-top: 0;
}

body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item:last-of-type .link-inner,
.custom-select li:last-child {
  border-bottom: none;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item:last-of-type .link-inner a,
.custom-select li:last-child label {
  margin-bottom: -16px;
}

body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before,
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after {
  left: auto;
  right: 20px;
  border-color: black;
}
body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before {
  right: 15px;
}
body .ymc-smart-filter-container .container-posts .post-custom-layout .post-item {
  font-size: inherit !important;
}

/* FAKE SELECT */

.custom-select summary.radios {
  counter-reset: radios;
  min-width: 90%;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  
  min-height: 46px;
}

.has-base-background-color .custom-select summary.radios {
  color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--contrast);
}

.custom-select summary.radios:before {
  content: var(--selection);
}

.custom-select input[type=radio] {
  counter-increment: radios;
  appearance: none;
  display: none;
      width: 100%;
}

.custom-select input[type=radio]:checked {
  display: inline;
  --display: block;
  color: inherit;
  z-index: -1;
}

.custom-select input[type=radio]:after {
  content: attr(title);
  display: inline;
  font-size: 1rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
@media screen and (max-width: 600px) {
  .wp-block-group:has(.custom-select) {
    gap: .95em !important;
  }
  /*.custom-select summary {
    padding-left: 5px;
    padding-right: 5px;
  }*/
  .custom-select input[type=radio]:after {
    font-size: .95em;
  }
}

.custom-select ul.list {
  border: 1px solid var(--wp--preset--color--contrast);
  counter-reset: labels;
}

body :is(.ymc-smart-filter-container,.ymc-extra-filter) .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,
.custom-select label {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em;
  padding: 1rem 1rem;

  display: flex;
  justify-content: left;
}

.custom-select span.state {
  text-transform: none;
  margin-right: 4px;
}
.custom-select label span.filler {
  --display: none;
  display: var(--display);
  width: 1rem;
  height: 1rem;
  border: 1px solid #727272;
  border-radius: 3px;
}

.wp-block:has(> .wpx-custom-dropdown),
.wpx-custom-dropdown {
  max-width: var(--wp--style--global--wide-size);
  float: none !important;
  margin: auto;
}
.wpx-custom-dropdown.alignleft {
  display: flex;
  justify-content: flex-start;
}
.wpx-custom-dropdown.alignright {
  display: flex;
  justify-content: flex-end;
}
.wpx-custom-dropdown.aligncenter {
  display: flex;
  justify-content: center;
}















body #locations,
body .form-text-field,
body .title-span,
body .span-form {
	font-weight: 500 !important;
	font-family: inherit !important;
	font-size: 16px;
}
body .form-button {
	font-family: var(--wp--preset--font-family--heading) !important;
	font-size: var(--wp--preset--font-size--medium-large);
	    font-weight: 500;
}

.pum-theme-lightbox .pum-container {
	border: 0;
	padding: 0;
}
.wp-block-cover__image-background {
	height: 100% !important;
}
.wp-block-site-logo img {
	height: auto !important;
}

.flex-square-gallery .slick-arrow:before {
	font-size: 35px;
}
.flex-square-gallery .slick-arrow {
    z-index: 111;
    bottom: 8px;
    top: auto;
    margin: auto;
    left: 0;
    right: 0;
	width: 34px;
height: 34px;
	transform: translateX(-25px);
}
.flex-square-gallery .slick-arrow.slick-next {
	transform: translateX(25px);
}


@media screen and (max-width:767px) {
	.wp-block-media-text img {
		aspect-ratio: 6/3;
		object-fit: cover;
	}
	.home .entry-content > div:first-child + div,
	.home .entry-content > div:first-child + div > div {
			padding-top: 15px !important;
	}
	.wp-block-cover, 
	.wp-block-cover-image,
	main > .wp-block-cover:first-child,
	.wp-block-cover.page-header {
		min-height: 40vh !important;
		height: auto !important;
	}
	.home .wp-block-cover,
	.home .wp-block-cover-image,
	.home main > .wp-block-cover:first-child,
	.home .wp-block-cover.page-header {
		min-height: 80vh !important;
	}
	.features:not(.food-section--sub) {
		margin-left: -4%;
		gap: 18px 2%;
	}
	.features li {
		max-width: 20%;
	}

	.column-span-all .item .menu-extras p,
	.food-section .column-span-all .item__description,
	.food-section .column-span-all .item .price-wrapper,
	.food-section .menu-after-text > * {
		text-align: left !important;
	}
	.food-section h3 + .menu-after-text > * {
		text-align: center !important;
	}
}
@media screen and (max-width:600px) {
	.wp-block-buttons {
		gap: 15px !important;
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
		width: 100%;
	}
}

.grecaptcha-badge {
	display: none !important;
}

.hero .is-layout-constrained > .alignwide {
	padding-bottom: 0 !important;
}