/*
Theme Name: KōLE Chophouse
Theme URI: https://kolelititz.com
Author: fip creative ROOTS
Author URI: https://fipcreative.com
Description: Theme
Version: 2035
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Stoke:wght@300;400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=menu');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=arrow_forward'); */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=arrow_forward,menu');
@import url('rhizomes.css');



/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #4DC7A0;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4DC7A0;
}

/******************************************/
/******************************************/
/*** Variable Declarations ***/
html {
	--charcoal: #2A353B; 
	--marrow-red: #722C22;
	--tallow: #F2F4A1;
	--peach-glaze: #FFC49C;
	--smoked-amber: #BE6E31;
	--blade-blue: #D4E2E5;
	--ashen-blue: #A5B4C9;
	--marble: #FEFBF4;
	font-size: 62.5%;
}

/*** Base Font Sizes ***/
body {
	font-size: 1.8rem;
	font-family: "Inter", sans-serif;
	background-color: var(--marble);
	color: var(--charcoal);
	font-weight: 400;
}

h1 {
	font-family: "Stoke", serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	font-size: 3.2rem;
	letter-spacing: 0.3rem;
	margin-bottom: 4rem;
}

h2, h3, h4, h5 {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.3rem;
}

h2 {
	font-size: 4.5rem;
	line-height: 1;
	margin-top: 6.4rem;
}

h3 {
	font-size: 3rem;
}

h4 {
	font-size: 1.8rem;
	margin-bottom: 0.8rem;
	margin-top: 3.5rem;
}

h5 {
	font-size: 2.5rem;
	color: var(--charcoal);
	margin-bottom: 1.5rem;
}

p,
li {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.12rem;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: var(--charcoal);
	text-decoration: underline;
}











/* Rhizomes was here */











/*** Buttons ***/
.button, #wpforms-submit-30 {
	display: inline-block;
	text-decoration: none;
	padding: 1rem 3rem;
	color: var(--text-white);
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: bold;
	/* border: 2px solid var(--tallow); F2F4A1rder-radius: 1rem;
	transition: all 0.5s ease;
	margin-bottom: 0.75rem;
	text-align: center;
	/* background-color: var(--smoked-amber); BE6E31rder: 1px solid white;
	backdrop-filter: blur(4px);
}

/* .button-black {
	background-color: var(--charcoal);
} */
} 

.button-grey {
	background-color: var(--marrow-red);
}
.button-white {
	background-color: white;
	color: var(--charcoal);
	border: 1px solid var(--charcoal);
}

.button:hover {
	background-color: white;
	color: var(--charcoal);
}

.button-white:hover {
	color: var(--charcoal);
}

.wp-block-button a {
	background-color: transparent;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	padding: 0;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	color: var(--charcoal);
	margin: 1.5rem 0;
	font-weight: bold;
  }
  
  /* .wp-block-buttons {
	  margin-bottom: 4.5rem;
  } */








/*** Styling for this document only ***/

header {
	position: relative;
}

.top-mast {
	display: flex;
	padding: 6rem 0 0;
}

.spacer-div {
	flex-grow: 1;
}

.mast-slogan, .mast-address {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.mast-slogan {
	text-align: left;
}

.mast-address {
	text-align: right;
}

.middle-mast {
	padding: 5rem 0;
}

.logo {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo img {
	max-width: 230px;
}

.logo a {
	display: flex;
}

.rf-white-gap {
	background-color: white;
	height: 4rem;
}

.rf-black-gap {
	background-color: var(--charcoal);
}



.sub-page header .rf-container {
	flex-direction: row;
    display: flex;
}

.sub-page header .logo {
	justify-content: initial;
}

.sub-page header .logo img {
	width: 4rem;
}








#home-splash  {
	background-size: cover;
	background-position: center top;
	height: 45vw;

	@media (max-width: 650px) {
		height: 80vw;
		background-position: center;
	}
}

#main-content {
	display: grid;
	grid-gap: 0;
	grid-template-columns: 45fr 55fr;

	@media (max-width: 900px) {
		/* grid-template-columns: initial;
		grid-template-rows: repeat(2, 1fr); */
		display: block;
	}
}

.main-left {
	background-color: var(--marrow-red);
	padding: 6rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;

	@media (max-width: 400px) {
		padding: 4rem 2rem;
	}
}

.main-left-inner {
	max-width: 56rem;
}

.main-left-inner a {
	text-decoration: none;
	color: var(--text-white);
}

.main-right {
	/* max-height: 120rem; */
	display: grid;
	grid-template-columns: repeat(18, 1fr);

	@media (max-width: 550px) {
		grid-template-columns: repeat(12, 1fr);
	}
}

.main-right div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
















nav {
	z-index: 1000;
	padding: 0 1rem;
	position: relative;
}

nav > ul {
	display: flex;
	gap: 2.5rem;
	text-align: center;
	position: relative;
	width: 100%;
	flex-grow: 1;
	align-items: stretch;
}

nav ul {
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}

#mobile-nav,
nav .phone-number {
	display: none;
}

nav > ul > li {
	flex-grow: 1;
	line-height: initial;
	padding: 2rem 0;
}

nav > ul > li > a {
	color: var(--charcoal);
	padding: 1.5rem 0;
	display: block;
	font-size: 1.4rem;
	text-transform: uppercase;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none;
	letter-spacing: 0.1em;
}



nav .sub-menu {
	display: none;
	position: absolute;
	background-color: white;
	padding: 1rem;

}

@media (min-width: 820px) {
	nav .sub-menu {
		box-shadow: 2px 2px 6px #888;
		text-align: left;
		transform: translateX(-50%);
		width: 30rem;
		}
}

nav .sub-menu a {
	transition: none;
	display: block;
	padding: 1.4rem 0.75rem;
}

nav .sub-menu a:hover {
	background-color: var(--smoked-amber);
	color: white;
	text-shadow: 1px 2px #555;
}

nav > ul > li:hover .sub-menu {
	display: initial;
} 






@media (max-width: 820px) {
	.home header .rf-wide {
		display: flex;
		flex-direction: column;
	}

	.bottom-mast {
		order: -1;
	}
}





.main-chamfer {
	width: 85rem;
	margin: auto;
	background-image: url(/wp-content/uploads/2025/06/IMG_8122.webp);
	background-size: cover;
	background-position: center 20;
	-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	clip-path: polygon(
		20% 0%,
		80% 0%,
		100% 20%,
		100% 100%,
		80% 100%,
		20% 100%,
		0% 100%,
		0% 20%
	);
	height: 70rem;
	position: relative;
	top: 2.5rem;
}

.main-chamfer-outer {
	width: 90rem;
	margin: auto;
	background-color: var(--charcoal);
	height: 75rem;
	margin-top: 6rem;
	/* padding-top: 2.7rem; */
	position: relative;
}

.main-chamfer-outer:before {
	background-color: var(--marble);
	width: 89.4rem;
	height: 74.4rem;
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	display: block;
}

.main-chamfer-outer, .main-chamfer-outer:before {
	-webkit-clip-path: polygon(20% 0%, 70% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	clip-path: polygon(
		20% 0%,
		80% 0%,
		100% 20%,
		100% 100%,
		80% 100%,
		20% 100%,
		0% 100%,
		0% 20%
	);
}


/* Home Page Chamfer Sizing */
@media (max-width: 1100px) {
    .rf-container {
        width: 92%;
    }
}


@media (max-width: 1050px) {
	.main-chamfer {
		width: 85rem;
		width: calc(100% - 5rem);
		height: 70rem;
		height: 50rem;
	}
	
	.main-chamfer-outer {
		width: 90rem;
		width: 100%;
		height: 75rem;
		height: 55rem;
	}
	
	.main-chamfer-outer:before {
		width: 89.4rem;
		width: calc(100% - 0.6rem);
		height: 74.4rem;
		height: 54.4rem;
	}
}

@media (max-width: 650px) {
	.main-chamfer {
		width: 85rem;
		width: calc(100% - 5rem);
		height: 70rem;
		height: 30rem;
	}
	
	.main-chamfer-outer {
		width: 90rem;
		width: 100%;
		height: 75rem;
		height: 35rem;
	}
	
	.main-chamfer-outer:before {
		width: 89.4rem;
		width: calc(100% - 0.6rem);
		height: 74.4rem;
		height: 34.4rem;
	}
}







/* Sub page stylings */

.sub-page-menu {
	text-align: center;
}

.sub-page-menu h2 {
	font-family: "Stoke", serif;
	font-size: 6rem;
	line-height: 1.1;
	margin-top: 2rem;
}

/* .sub-page-menu h2::after {
	display: none;
} */

.page-template-page_menus-php .rf3 {
	gap: 5rem;
}

.menu-page-buttons {
	width: 80%;
	margin: auto;
	margin-bottom: 6rem;
}

.menu-page-buttons .wp-block-buttons {
	display: flex;
	justify-content: center;
	gap: 3rem;
}

.menu-page-buttons .wp-block-button a {
	background-color: var(--smoked-amber);
	padding: 2.6rem 1.15rem 1rem;
	-webkit-clip-path: polygon(20% 0%, 70% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	clip-path: polygon(
		20% 0%,
		80% 0%,
		100% 20%,
		100% 100%,
		80% 100%,
		20% 100%,
		0% 100%,
		0% 20%
	);
	color: var(--marble);
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	font-weight: normal;
	width: 15rem;
	height: 10rem;
	position: relative;
	z-index: 2;
	top: 0.2rem;
	left: 0rem;
	margin: 0;
}

.menu-page-buttons .wp-block-button {
	content: "";
	background-color: var(--charcoal);
	-webkit-clip-path: polygon(20% 0%, 70% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	clip-path: polygon(
		20% 0%,
		80% 0%,
		100% 20%,
		100% 100%,
		80% 100%,
		20% 100%,
		0% 100%,
		0% 20%
	);
	height: 10.4rem;
	width: 15.5rem;
	position: relative;
	z-index: 1;
}

.sub-page-content {
	padding: 3rem 0;
}

.sub-page-content .main-chamfer {
	width: calc(100% - 5rem);
	height: calc(35vw - 5rem);
	height: 65rem;
}

.sub-page-content .main-chamfer-outer {
	width: 100%;
	height: 35vw;
	height: 70rem;
	margin-top: 0;
}

.sub-page-content .main-chamfer-outer:before {
	width: calc(100% - 0.6rem);
	height: calc(35vw - 0.6rem);
	height: 69.4rem;
}

.sub-page-content h2 {
	font-family: "Stoke", sans-serif;
	font-size: 3.6rem;
	margin-top: 0;
	text-transform: none;
}



.sub-page-content .rf3 {
	gap: 6rem;
	grid-template-columns: 1.5fr 1fr 1.5fr;
}

.sub-page-content .rf3 .rf-block-2, .sub-page-content .rf3 .rf-block {
	display: flex;
	justify-content: center;
} 



.single-column-centered {
	text-align: center;
}

.cutlery {
	height: 100%;
	height: 10rem;
	background-image: url(/wp-content/uploads/2025/06/Knives_Charcoal@3x-1.png);
	background-repeat: repeat-x;
	background-size: 120%;
	margin-top: 4rem;
}

body {
    margin: 0;
    padding: 0;
	min-height: calc(100dvh);
	display: flex;
	flex-direction: column;
}

footer {
	height: 100%;
	flex-grow: 1;
	text-align: center;
	text-transform: uppercase;
}

footer .rf-container {
	margin-top: 6rem;
}

footer .rf-container a {
	text-decoration: none;
}





/* Gallery Page */

.gallery-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 2fr 1fr;
	gap: 3rem;
	min-height: 70rem;

	@media (max-width: 700px) {
		grid-template-columns: 1fr;
		grid-template-rows: 2fr 3fr 2fr 2fr;
		min-height: 130rem;
	}
}

.image-1 {
	width: 100%;
	height: 100%;
	/* background: url(/wp-content/uploads/2025/06/IMG_8159.webp) center;
	background-size: cover; */
}

.box-wrap-1, .box-wrap-2, .box-wrap-3 {
	display: grid;
	gap: 3rem;
}

.box-wrap-1 {
	width: 100%;
	height: 100%;
	text-align: right;
	grid-template-rows: 1fr 1fr;

	@media (max-width: 820px) {
		order: -1;
	}
}

/* .image-6 {
	background: url(/wp-content/uploads/2025/06/7191.webp) center;
	background-size: cover;
} */

.box-wrap-2 {
	width: 100%;
	height: 100%;
	grid-template-columns: 1fr 1fr;
}

/* .image-2 {
	background: url(/wp-content/uploads/2025/06/IMG_8478.webp) center;
	background-size: cover;
}

.image-3 {
	background: url(/wp-content/uploads/2025/06/IMG_8072.webp) center;
	background-size: cover;
} */

.box-wrap-3 {
	width: 100%;
	height: 100%;
	grid-template-columns: 5fr 3fr;
}

/* .image-4 {
	background: url(/wp-content/uploads/2025/06/philterphoto-4404-1.webp) center;
	background-size: cover;
} */

.arrow-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-grid-2 {
	display: grid;
	grid-template-columns: 3fr 4fr;
	gap: 3rem;
	min-height: 70rem;

	@media (max-width: 700px) {
		grid-template-columns: 1fr;
		min-height: 130rem;
	}
}

.box-wrap-4 {
	display: grid;
	grid-template-rows: 1fr 1fr;

	@media (max-width: 820px) {
		grid-template-rows: 2fr 3fr;
	}
}

.box-wrap-5 {
	display: grid;
	grid-template-columns: 3fr 5fr;
}

.image-7 {
	/* background: url(/wp-content/uploads/2025/06/Drink-3.webp) center; */
	background-size: cover;
}

.image-8 {
	/* background: url(/wp-content/uploads/2025/06/3F8A6384.webp) center; */
	background-size: cover;
}










/* Theme Adjustments */

.charcoal-theme {
	background-color: var(--charcoal);
	color: var(--marble);
}

.charcoal-theme a {
	color: var(--marble);
}

.charcoal-theme .main-chamfer-outer {
	background-color: var(--marble);
}

.charcoal-theme .main-chamfer-outer:before {
	background-color: var(--charcoal);
}

.charcoal-theme .cutlery {
	background-color: var(--charcoal);
}

footer.charcoal-theme {
	background-color: var(--charcoal);
}



.amber-theme {
	background-color: var(--smoked-amber);
	color: var(--charcoal);
}

.amber-theme .main-chamfer-outer:before {
	background-color: var(--smoked-amber);
}

.amber-theme .cutlery {
	background-color: var(--smoked-amber);
}

footer.amber-theme {
	background-color: var(--smoked-amber);
}








/*** Useful Classes ***/
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}


.emphatic {
	font-weight: bold;
	font-style: italic;
	color: var(--charcoal);
}

.fa-circle-xmark::before {
	color: red;
}

.fa-circle-check::before {
	color: green
}

.fake-hr {
	width: 40%;
	border-bottom: 3px dotted var(--charcoal);
	margin: 5rem auto;
}

.fright {
	float: right;
	max-width: 45rem;
	margin-left: 1.8rem;
	margin-bottom: 1.8rem;
}

.fright img {
	max-width: 100%;
}

.fip-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
    place-items: center;
    text-align: center;
}



.hr-wrap {
    width: 40%;
    margin: 30px auto;
}

.italic {
	font-style: italic;
}

.job-application-2023 label {
    color: #222;
}

.mega {
	font-size: 6rem;
}

.right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.vertical-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}











@media (max-width: 820px) {

	nav, nav > ul, nav > ul > li, nav > ul > li > a , nav .sub-menu, nav .sub-menu a {
		padding: 0;
		margin: 0;
	}

	nav {
        width: 100%;
        left: 0;
        padding: 0;
        background-color: var(--marble);
        position: absolute;
        top: 8rem;
	}

	/* nav.nav-home {
		top: 34rem;
	} */

	nav > ul {
		display: none;
		text-align: left;
		padding-left: 0;
	}

	nav > ul > li > a {
		display: block;
	}

	nav a {
		padding: 1.4rem 0 1.4rem 1.75rem !important;
	}

	nav > ul > li > a:hover {
		background-color: initial;
	}

	#mobile-nav {
		display: block;
		text-align: right;
		color: var(--charcoal);
		background-color: var(--marble);
		padding: 1rem 0;
		font-weight: bold;
		text-transform: uppercase;
		z-index: 3999;
		position: relative;
		right: 0;
	}

	#mobile-nav i {
		color: var(--charcoal);
	}

	nav .sub-menu {
		position: relative;
	}
	nav .sub-menu {
		background-color: transparent;
		padding: 1rem; 
		width: 30rem;
		text-align: left;
		box-shadow: 2px 2px 6px #888;
	}
	
	nav .sub-menu a {
		transition: none;
		display: block;
		color: white;
		font-weight: bold;
	}

	.sub-page-content .rf3, .sub-page-content-menus .rf3 {
		display: grid;
		grid-template-columns: initial;
		gap: 1rem;
	}

	.sub-page-content .rf3 div:first-of-type {
		margin-bottom: 3rem;
	}

	.sub-page-content .rf3 .rf-block {
		order: -1;
		margin-top: 6rem;
	}

	.sub-page-content .main-chamfer {
		height: 65rem;
		height: 45rem;
	}
	
	.sub-page-content .main-chamfer-outer {
		height: 70rem;
		height: 50rem;
	}
	
	.sub-page-content .main-chamfer-outer:before {
		height: 69.4rem;
		height: 49.4rem;
	}

	.sub-page-content-menus .rf-block {
		height: 30rem;
		width: 90vw;
	}

}

@media (max-width: 650px) {
	.sub-page-content .main-chamfer {
		height: 30rem;
	}
	
	.sub-page-content .main-chamfer-outer {
		height: 35rem;
	}
	
	.sub-page-content .main-chamfer-outer:before {
		height: 34.4rem;
	}
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined-bigger {
	font-size: 6rem;
}

.flipped {
	transform: scale(-1);
}





