/*!
Theme Name: Empanaderia

Description: Description

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #C9AB82;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #ffffff;
}

a:visited {
	color: #C9AB82;
}

a:hover,
a:focus,
a:active {
	color: #C9AB82;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ==========================================================
   Empanaderia custom homepage redesign
   Desktop poster layout + mobile stacked event cards
   ========================================================== */
:root {
	--emp-black: #060606;
	--emp-panel: #10100f;
	--emp-cream: #f7e6ca;
	--emp-cream-dark: #e9c99d;
	--emp-gold: #c99b3f;
	--emp-gold-bright: #e3ad3d;
	--emp-text: #ffffff;
	--emp-muted: #c9b99f;
}

html { scroll-behavior: smooth; }
body {
	background: var(--emp-black);
	color: var(--emp-text);
}
body::before,
body::after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	width: 5px;
	border-left: 1px solid var(--emp-gold);
	border-right: 1px solid var(--emp-gold);
	z-index: 30;
	pointer-events: none;
}
body::before { left: 20px; }
body::after { right: 20px; }
.site-branding { text-align: center; }
.site-title,
.site-description,
.entry-header { display: none; }
.main-navigation {
	border-bottom: double var(--emp-gold);
	background: var(--emp-black);
	text-align: center;
}
.main-navigation a,
.main-navigation a:visited { color: #fff; }
.main-navigation li {
	font-size: 14px;
	letter-spacing: .32em;
	text-transform: uppercase;
}
a { color: #fff; }
a:visited { color: #fff; }
a:hover,
a:focus,
a:active { color: var(--emp-gold-bright); }
.page-content,
.entry-content,
.entry-summary { margin: 0; }

.emp-home {
	background:
		radial-gradient(circle at 80% 5%, rgba(201,155,63,.22), transparent 32rem),
		linear-gradient(180deg, #000 0%, #090909 100%);
	color: var(--emp-text);
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	letter-spacing: .02em;
}
.emp-home h1,
.emp-home h2,
.emp-home h3,
.emp-home p { margin-top: 0; }
.emp-shell {
	width: min(1120px, calc(100% - 72px));
	margin: 0 auto;
}
.emp-kicker {
	color: var(--emp-gold-bright);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 14px;
}
.emp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 24px;
	border-radius: 7px;
	border: 2px solid var(--emp-gold);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}
.emp-btn:hover { transform: translateY(-2px); }
.emp-btn--gold,
.emp-btn--gold:visited {
	background: var(--emp-gold-bright);
	border-color: var(--emp-gold-bright);
	color: #050505;
}
.emp-btn--outline,
.emp-btn--outline:visited {
	background: transparent;
	color: #fff;
}

.emp-hero { padding: 42px 0 24px; }
.emp-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 30px;
	align-items: center;
	min-height: 420px;
	border: 1px solid rgba(201,155,63,.55);
	padding: 34px;
	background: linear-gradient(135deg, rgba(0,0,0,.96), rgba(0,0,0,.72));
	box-shadow: 0 24px 60px rgba(0,0,0,.48);
}
.emp-logo {
	width: min(100%, 420px);
	display: block;
	margin-bottom: 20px;
}
.emp-hero h1 {
	font-size: clamp(34px, 5vw, 62px);
	line-height: .95;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.emp-hero p {
	color: var(--emp-gold-bright);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-style: italic;
}
.emp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 25px;
}
.emp-hero__photo {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid rgba(201,155,63,.4);
}
.emp-hero__photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.6), transparent 50%);
}
.emp-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.emp-mobile-next { display: none; }
.emp-date {
	display: grid;
	place-items: center;
	width: 84px;
	min-width: 84px;
	background: #050505;
	color: var(--emp-gold-bright);
	border-right: 1px solid var(--emp-gold);
	padding: 10px 6px;
}
.emp-date span {
	font-size: 17px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
}
.emp-date strong {
	color: #fff;
	font-size: 42px;
	line-height: .9;
}

.emp-schedule-section { padding: 28px 0 38px; }
.emp-poster {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 0;
	border: 2px solid var(--emp-gold);
	border-radius: 18px;
	background: var(--emp-cream);
	color: #070707;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.emp-poster__side {
	position: relative;
	background: #080808;
	color: #fff;
	padding: 34px 24px;
	text-align: center;
	border-right: 3px solid var(--emp-gold);
}
.emp-poster__side::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid var(--emp-gold);
	pointer-events: none;
}
.emp-poster__badge {
	color: var(--emp-gold-bright);
	font-size: 42px;
	margin-bottom: 18px;
}
.emp-poster__side h2 {
	font-size: 36px;
	line-height: 1.16;
	letter-spacing: .13em;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.emp-truck-art {
	width: 132px;
	height: 92px;
	margin: 0 auto 26px;
	border: 2px solid var(--emp-gold);
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--emp-gold-bright);
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}
.emp-poster__side p {
	color: var(--emp-gold-bright);
	font-size: 18px;
	line-height: 1.35;
	text-transform: uppercase;
}
.emp-poster__board { padding: 30px 32px 26px; }
.emp-poster__board > .emp-kicker { text-align: center; color: #a66f18; margin-bottom: 4px; }
.emp-poster__board > h2 {
	font-size: clamp(44px, 7vw, 78px);
	line-height: .9;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .18em;
	margin-bottom: 24px;
}
.emp-event-list {
	border: 1px solid rgba(90,55,10,.35);
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255,255,255,.26);
}
.emp-event-row {
	display: grid;
	grid-template-columns: 84px 1fr 78px;
	align-items: stretch;
	min-height: 86px;
	border-bottom: 1px solid rgba(90,55,10,.28);
}
.emp-event-row:last-child { border-bottom: 0; }
.emp-event-row__details {
	padding: 14px 18px 11px;
}
.emp-event-row h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0 0 5px;
}
.emp-event-row p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.25;
	margin: 0;
}
.emp-event-time { font-weight: 900; }
.emp-event-icon,
.emp-event-icon:visited {
	display: grid;
	place-items: center;
	border-left: 1px solid rgba(90,55,10,.22);
	color: #5f3d13;
	font-size: 24px;
	font-weight: 900;
	text-decoration: none;
}
.emp-schedule-footer,
.emp-schedule-footer:visited {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 18px auto 0;
	padding: 11px 25px;
	border-radius: 8px;
	background: #080808;
	color: var(--emp-gold-bright);
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.emp-menu-section,
.emp-follow-section,
.emp-winter-bar { padding: 34px 0; }
.emp-menu-section { text-align: center; }
.emp-menu-section h2,
.emp-follow-section h2,
.emp-winter-bar h2 {
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: .12em;
	text-transform: uppercase;
}
.emp-menu-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	margin: 24px 0 18px;
}
.emp-menu-item { margin: 0; }
.emp-menu-item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid var(--emp-gold);
}
.emp-menu-item h3 {
	margin: 12px 0 0;
	font-size: 23px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.emp-menu-btn { margin-top: 6px; }

.emp-follow-grid {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 24px;
	align-items: center;
	border-top: 1px solid rgba(201,155,63,.5);
	border-bottom: 1px solid rgba(201,155,63,.5);
	padding-top: 22px;
	padding-bottom: 22px;
}
.emp-instagram-mark {
	color: var(--emp-gold-bright);
	font-size: 58px;
	line-height: 1;
	margin-bottom: 0;
}
.emp-follow-copy ul {
	margin: 0 0 20px 18px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--emp-cream);
}
.emp-mini-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.emp-mini-gallery img {
	width: 100%;
	aspect-ratio: 1.35;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid rgba(201,155,63,.28);
}
.emp-winter-card {
	display: grid;
	grid-template-columns: 110px 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 24px;
	border: 1px solid var(--emp-gold);
	border-radius: 12px;
}
.emp-snow {
	font-size: 58px;
	color: var(--emp-gold-bright);
	text-align: center;
}
.emp-winter-card h2 { margin-bottom: 4px; }
.emp-winter-card p {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	color: var(--emp-gold-bright);
	font-size: 22px;
	margin: 0;
}
.emp-site-footer { padding: 18px 0 34px; }
.emp-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	border-top: 1px solid rgba(201,155,63,.38);
	padding-top: 22px;
}
.emp-footer-grid h3 {
	color: var(--emp-gold-bright);
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 8px;
}
.emp-footer-grid a,
.emp-footer-grid p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0;
	color: var(--emp-cream);
}

.woocommerce-result-count,
form.woocommerce-ordering,
.nav-links,
nav.navigation.post-navigation { display: none; }
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce form.cart button.button:hover {
	background-color: var(--emp-gold-bright);
	color: #050505;
}

@media (max-width: 900px) {
	body::before { left: 8px; }
	body::after { right: 8px; }
	.emp-shell { width: min(100% - 34px, 680px); }
	.main-navigation li { letter-spacing: .12em; }
	.emp-hero { padding: 22px 0 12px; }
	.emp-hero__grid {
		display: block;
		min-height: 0;
		padding: 24px 18px;
		text-align: center;
	}
	.emp-logo { width: min(100%, 350px); margin: 0 auto 18px; }
	.emp-hero h1 { font-size: 31px; line-height: 1.08; }
	.emp-hero p { font-size: 18px; }
	.emp-actions { display: grid; gap: 12px; }
	.emp-hero__photo { display: none; }
	.emp-mobile-next { display: block; padding: 20px 0 12px; text-align: center; }
	.emp-next-card {
		display: grid;
		grid-template-columns: 92px 1fr;
		align-items: stretch;
		max-width: 560px;
		margin: 0 auto;
		border-radius: 14px;
		overflow: hidden;
		background: var(--emp-cream);
		color: #050505;
		text-align: left;
	}
	.emp-next-card__body { padding: 15px 14px; }
	.emp-next-card h2 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; margin-bottom: 4px; }
	.emp-next-card p { font-family: Arial, Helvetica, sans-serif; margin: 2px 0; }
	.emp-direction,
	.emp-direction:visited {
		display: inline-block;
		margin-top: 12px;
		color: var(--emp-gold-bright);
		font-weight: 900;
		letter-spacing: .1em;
		text-transform: uppercase;
		text-decoration: none;
	}
	.emp-poster {
		display: block;
		border-radius: 14px;
	}
	.emp-poster__side { display: none; }
	.emp-poster__board { padding: 22px 12px 18px; }
	.emp-poster__board > h2 { font-size: 39px; letter-spacing: .12em; }
	.emp-event-list {
		display: grid;
		gap: 10px;
		border: 0;
		background: transparent;
	}
	.emp-event-row {
		grid-template-columns: 82px 1fr;
		border: 1px solid rgba(90,55,10,.26);
		border-radius: 12px;
		overflow: hidden;
		background: rgba(255,255,255,.2);
	}
	.emp-event-row h3 { font-size: 18px; }
	.emp-event-row p { font-size: 14px; }
	.emp-event-icon { display: none; }
	.emp-schedule-footer { width: 100%; font-size: 13px; }
	.emp-menu-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
	.emp-menu-item:last-child { grid-column: 1 / -1; max-width: 180px; margin: 0 auto; }
	.emp-menu-item h3 { font-size: 18px; }
	.emp-follow-grid { display: block; text-align: center; }
	.emp-follow-copy ul { display: inline-block; text-align: left; }
	.emp-mini-gallery { grid-template-columns: repeat(2, 1fr); margin-top: 18px; }
	.emp-winter-card {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 10px;
	}
	.emp-footer-grid { grid-template-columns: 1fr; text-align: center; }
	.emp-btn { width: 100%; }
}

/* About Section */

.emp-about-section {
padding: 40px 0;
border-top: 1px solid rgba(201,155,63,.38);
}

.emp-about-section h2 {
font-size: clamp(30px, 4vw, 46px);
letter-spacing: .12em;
text-transform: uppercase;
text-align: center;
margin-bottom: 24px;
}

.emp-about-copy {
max-width: 850px;
margin: 0 auto;
}

.emp-about-copy p {
font-family: Arial, Helvetica, sans-serif;
color: var(--emp-cream);
line-height: 1.8;
text-align: center;
}
.emp-about-section .emp-kicker {
	margin-bottom: 20px;
}

.emp-about-copy p:first-child {
	margin-top: 0;
}

.emp-serving {
    margin: 40px auto 0;
    text-align: center;
    color: var(--emp-gold);
}

.emp-serving span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.emp-serving {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}
/* ==========================================================
   Empanaderia final homepage refinements
   ========================================================== */

/* Larger, better-balanced desktop hero photo. */
@media (min-width: 901px) {
	.emp-hero__grid {
		grid-template-columns: .88fr 1.12fr;
		gap: 38px;
	}

	.emp-hero__photo {
		min-height: 430px;
		margin-top: -8px;
		box-shadow: 0 18px 44px rgba(0, 0, 0, .48);
	}
}

/* Compact branded poster side panel with centered logo and heading. */
.emp-poster__side {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px 22px;
	text-align: center;
}

.emp-poster__logo {
	position: relative;
	z-index: 1;
	display: block;
	width: 175px;
	max-height: 125px;
	margin: 0 auto 20px;
	object-fit: contain;
}

.emp-poster__side h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 32px;
	line-height: 1.12;
	letter-spacing: .09em;
	text-align: center;
}

.emp-poster__board {
	align-self: start;
	width: 100%;
	padding-bottom: 22px;
}

.emp-poster__board > .emp-kicker {
	font-size: 16px;
	margin: 0 0 14px;
}

/* Larger menu photos while preserving one desktop row. */
@media (min-width: 901px) {
	.emp-menu-grid {
		gap: 12px;
		align-items: start;
	}

	.emp-menu-item img {
		width: min(100%, 190px);
		margin: 0 auto;
	}
}

/* Footer icon treatment. */
.emp-footer-icon,
.emp-footer-location {
	display: inline-block;
	margin-right: 7px;
	color: var(--emp-gold-bright);
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* More breathing room and a smaller schedule title on mobile. */
@media (max-width: 900px) {
	.emp-poster__board > .emp-kicker {
		font-size: 13px;
		letter-spacing: .15em;
		margin-bottom: 12px;
	}

	.emp-event-row {
		min-height: 100px;
	}

	.emp-event-row__details {
		padding: 17px 16px 15px;
	}

	.emp-event-row h3 {
		font-size: 19px;
	}

	.emp-date {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.emp-menu-item img {
		width: min(100%, 170px);
		margin: 0 auto;
	}
}

/* ==========================================================
   Empanaderia WooCommerce redesign
   Shop, product, cart, checkout and account pages
   ========================================================== */

/* Shared WooCommerce page shell */
.woocommerce-page #primary,
.woocommerce-page .site-main,
.woocommerce #primary {
	width: min(1160px, calc(100% - 88px));
	max-width: none;
	margin: 0 auto;
	padding: 48px 0 72px;
}

.woocommerce-page .entry-content,
.woocommerce-page .page-content,
.woocommerce-page .entry-summary {
	margin: 0;
}

.woocommerce-page .woocommerce {
	font-family: Arial, Helvetica, sans-serif;
	color: var(--emp-cream);
}

.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4 {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	letter-spacing: .045em;
}

.woocommerce-breadcrumb,
.woocommerce-products-header__title,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none !important;
}

/* Branded shop introduction inserted from functions.php */
.emp-shop-intro {
	max-width: 900px;
	margin: 0 auto 42px;
	padding: 34px 28px;
	border: 1px solid rgba(201, 155, 63, .68);
	border-radius: 16px;
	background:
		radial-gradient(circle at 85% 10%, rgba(201, 155, 63, .18), transparent 24rem),
		linear-gradient(135deg, #050505, #11100e);
	text-align: center;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .38);
}

.emp-shop-intro__kicker {
	margin: 0 0 8px;
	color: var(--emp-gold-bright);
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.emp-shop-intro h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(36px, 6vw, 64px);
	line-height: 1;
	text-transform: uppercase;
}

.emp-shop-intro p:last-child {
	max-width: 650px;
	margin: 0 auto;
	color: var(--emp-cream);
	font-size: 18px;
	line-height: 1.65;
}

/* Shop product grid */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	max-width: 900px;
	margin: 0 auto !important;
	padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 26px;
	border: 1px solid rgba(201, 155, 63, .72);
	border-radius: 16px;
	background: linear-gradient(180deg, #12110f 0%, #080808 100%);
	overflow: hidden;
	text-align: center;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	border-color: var(--emp-gold-bright);
	box-shadow: 0 24px 52px rgba(0, 0, 0, .52);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: 310px;
	margin: 0 0 22px !important;
	object-fit: cover;
	border-bottom: 1px solid rgba(201, 155, 63, .4);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.4em;
	margin: 0;
	padding: 0 22px !important;
	color: #fff;
	font-size: 28px !important;
	line-height: 1.18;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin: 14px 0 20px;
	color: var(--emp-gold-bright) !important;
	font-size: 24px !important;
	font-weight: 800;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:visited {
	margin: 0 auto !important;
	padding: 14px 24px !important;
	border: 2px solid var(--emp-gold-bright) !important;
	border-radius: 8px !important;
	background: var(--emp-gold-bright) !important;
	color: #080808 !important;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 18px !important;
	letter-spacing: .06em;
	text-transform: uppercase;
	box-shadow: none !important;
}

.woocommerce ul.products li.product .button:hover {
	background: #f0bd4a !important;
	transform: translateY(-1px);
}

/* Single-product layout */
.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: 52px;
	align-items: start;
	max-width: 1120px;
	margin: 0 auto;
	padding: 34px;
	border: 1px solid rgba(201, 155, 63, .64);
	border-radius: 18px;
	background: linear-gradient(135deg, #090909, #11100e);
	box-shadow: 0 26px 70px rgba(0, 0, 0, .46);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce div.product div.images img {
	border-radius: 14px;
	border: 1px solid rgba(201, 155, 63, .45);
	background: #050505;
}

.woocommerce div.product .woocommerce-product-gallery__trigger {
	top: 14px !important;
	right: 14px !important;
	background: #fff !important;
}

.woocommerce div.product .summary {
	padding-top: 6px;
	color: var(--emp-cream);
}

.woocommerce div.product .product_title {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin: 0 0 24px;
	color: var(--emp-gold-bright) !important;
	font-size: 30px !important;
	font-weight: 800;
}

.woocommerce-product-details__short-description {
	color: var(--emp-cream);
	font-size: 18px;
	line-height: 1.7;
}

.woocommerce-product-details__short-description p {
	margin: 0 0 18px;
}

.woocommerce div.product form.cart {
	margin: 28px 0 0 !important;
}

.woocommerce div.product form.cart .variations {
	margin: 0 0 24px;
	border-collapse: separate;
	border-spacing: 0 12px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
}

.woocommerce div.product form.cart .variations label {
	display: block;
	margin: 0 0 7px;
	color: var(--emp-gold-bright);
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 17px;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid rgba(201, 155, 63, .65);
	border-radius: 7px;
	background: #121212;
	color: var(--emp-cream);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--emp-gold-bright) !important;
}

.woocommerce div.product form.cart .woocommerce-variation-description {
	color: var(--emp-cream);
	font-size: 17px;
	line-height: 1.6;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	display: inline-block;
	margin: 0 10px 0 0;
}

.woocommerce .quantity .qty {
	width: 76px;
	height: 52px;
	border: 1px solid rgba(201, 155, 63, .65);
	border-radius: 7px;
	background: #fff;
	color: #111;
	font-size: 18px;
}

.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
	min-height: 52px;
	padding: 13px 25px !important;
	border: 2px solid var(--emp-gold-bright) !important;
	border-radius: 8px !important;
	background: var(--emp-gold-bright) !important;
	color: #080808 !important;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 19px !important;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #f0bd4a !important;
}

/* Tabs and related products */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom-color: rgba(201, 155, 63, .4) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: rgba(201, 155, 63, .45) !important;
	background: #111 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: var(--emp-cream) !important;
}

.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
	margin: 32px 0 22px;
	color: #fff;
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells ul.products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px;
}

.woocommerce div.product .related ul.products li.product a img,
.woocommerce div.product .upsells ul.products li.product a img {
	height: 240px;
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--emp-gold-bright) !important;
	border-radius: 8px;
	background: #13110d;
	color: var(--emp-cream);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--emp-gold-bright) !important;
}

/* Cart, checkout and account */
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-additional-fields,
.woocommerce-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	padding: 24px;
	border: 1px solid rgba(201, 155, 63, .45);
	border-radius: 12px;
	background: #0d0d0c;
}

.woocommerce table.shop_table {
	border-color: rgba(201, 155, 63, .45) !important;
	color: var(--emp-cream);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: rgba(201, 155, 63, .25) !important;
}

.woocommerce-checkout h3,
.cart_totals h2,
.woocommerce-account h2 {
	color: #fff;
	text-transform: uppercase;
}

.woocommerce a.remove {
	color: var(--emp-gold-bright) !important;
}

.woocommerce a.remove:hover {
	background: var(--emp-gold-bright) !important;
	color: #050505 !important;
}

.woocommerce .coupon .input-text {
	min-width: 190px;
	min-height: 46px;
	border-color: rgba(201, 155, 63, .6) !important;
	background: #111;
	color: #fff;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
	border-radius: 7px !important;
	font-weight: 800 !important;
}

/* Hide frontend edit link and sidebar on WooCommerce screens. */
.woocommerce-page .edit-link,
.woocommerce-page #secondary {
	display: none !important;
}

/* Responsive WooCommerce */
@media (max-width: 900px) {
	.woocommerce-page #primary,
	.woocommerce-page .site-main,
	.woocommerce #primary {
		width: min(100% - 38px, 680px);
		padding: 28px 0 50px;
	}

	.emp-shop-intro {
		margin-bottom: 26px;
		padding: 26px 18px;
	}

	.emp-shop-intro h1 {
		font-size: 40px;
	}

	.emp-shop-intro p:last-child {
		font-size: 16px;
	}

	.woocommerce ul.products,
	.woocommerce div.product .related ul.products,
	.woocommerce div.product .upsells ul.products {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce div.product .related ul.products li.product a img,
	.woocommerce div.product .upsells ul.products li.product a img {
		height: 260px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 0;
		font-size: 25px !important;
	}

	.woocommerce div.product {
		display: block;
		padding: 18px;
		border-radius: 14px;
	}

	.woocommerce div.product div.summary {
		padding-top: 24px;
	}

	.woocommerce div.product .product_title {
		font-size: 38px;
	}

	.woocommerce-product-details__short-description {
		font-size: 16px;
	}

	.woocommerce div.product form.cart .variations select {
		font-size: 15px;
	}

	.woocommerce div.product form.cart div.quantity,
	.woocommerce div.product form.cart .button {
		display: block;
		width: 100%;
		margin: 0 0 12px;
	}

	.woocommerce .quantity .qty {
		width: 100%;
	}

	.woocommerce div.product .related > h2,
	.woocommerce div.product .upsells > h2 {
		font-size: 30px;
	}

	.woocommerce-cart-form,
	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-billing-fields,
	.woocommerce-additional-fields,
	.woocommerce-order,
	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content {
		padding: 16px;
	}

	.woocommerce table.shop_table_responsive tr td::before {
		color: var(--emp-gold-bright);
	}
}


/* ==========================================================
   Location map, upcoming-event filtering, Instagram feed,
   and improved mobile navigation
   ========================================================== */

.emp-no-events {
	padding: 34px 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.emp-no-events strong {
	display: block;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 26px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.emp-no-events p { margin: 8px 0 0; }

.emp-find-section { padding: 18px 0 42px; }
.emp-find-card {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(201,155,63,.72);
	border-radius: 18px;
	background: #0b0b0a;
	box-shadow: 0 24px 60px rgba(0,0,0,.42);
}
.emp-find-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
}
.emp-find-copy h2 {
	margin-bottom: 12px;
	font-size: clamp(32px,4vw,50px);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.emp-find-address,
.emp-find-time {
	font-family: Arial, Helvetica, sans-serif;
	color: var(--emp-cream);
}
.emp-find-address { margin-bottom: 7px; }
.emp-find-time {
	margin-bottom: 22px;
	color: var(--emp-gold-bright);
	font-size: 20px;
	font-weight: 800;
}
.emp-find-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.emp-map-wrap {
	min-height: 360px;
	border-left: 1px solid rgba(201,155,63,.45);
}
.emp-map-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
	filter: saturate(.75) contrast(1.05);
}

.emp-instagram-section {
	padding: 42px 0;
	border-top: 1px solid rgba(201,155,63,.38);
	text-align: center;
}
.emp-instagram-section h2 {
	font-size: clamp(30px,4vw,46px);
	letter-spacing: .12em;
	text-transform: uppercase;
}
.emp-instagram-intro {
	max-width: 680px;
	margin: 0 auto 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--emp-cream);
}
.emp-instagram-feed { margin: 0 auto 24px; }
.emp-instagram-fallback {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 14px;
}
.emp-instagram-fallback a {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(201,155,63,.58);
	border-radius: 12px;
	background: #111;
}
.emp-instagram-fallback img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform .25s ease;
}
.emp-instagram-fallback a:hover img { transform: scale(1.04); }
.emp-instagram-button { width: auto; }

/* Smash Balloon feed integration. */
.emp-instagram-feed #sb_instagram {
	padding-bottom: 0 !important;
}
.emp-instagram-feed #sb_instagram .sbi_photo {
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(201,155,63,.45);
}
.emp-instagram-feed #sb_instagram .sbi_load_btn,
.emp-instagram-feed #sb_instagram .sbi_follow_btn a {
	border-radius: 7px !important;
	background: var(--emp-gold-bright) !important;
	color: #050505 !important;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* Mobile navigation drawer. Uses the existing Underscores .toggled class. */
@media (max-width: 599px) {
	.main-navigation {
		position: relative;
		z-index: 100;
		min-height: 58px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 8px 18px;
		border-top: 1px solid rgba(201,155,63,.45);
		border-bottom: 1px solid var(--emp-gold);
	}
	.menu-toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 42px;
		padding: 0;
		border: 1px solid var(--emp-gold);
		border-radius: 7px;
		background: #090909;
		color: transparent;
		font-size: 0;
	}
	.menu-toggle::before,
	.menu-toggle::after,
	.menu-toggle span::before {
		content: "";
		position: absolute;
		left: 11px;
		width: 22px;
		height: 2px;
		background: var(--emp-gold-bright);
		transition: transform .2s ease, top .2s ease, opacity .2s ease;
	}
	.menu-toggle::before { top: 12px; }
	.menu-toggle span::before { top: 19px; }
	.menu-toggle::after { top: 26px; }
	.main-navigation.toggled .menu-toggle::before { top: 19px; transform: rotate(45deg); }
	.main-navigation.toggled .menu-toggle::after { top: 19px; transform: rotate(-45deg); }
	.main-navigation.toggled .menu-toggle span::before { opacity: 0; }
	.main-navigation ul,
	.main-navigation.toggled ul {
		position: absolute;
		top: 100%;
		left: 8px;
		right: 8px;
		display: none;
		margin: 0;
		padding: 10px;
		border: 1px solid var(--emp-gold);
		border-radius: 0 0 12px 12px;
		background: rgba(5,5,5,.98);
		box-shadow: 0 22px 35px rgba(0,0,0,.5);
	}
	.main-navigation.toggled ul { display: block; }
	.main-navigation li {
		margin: 0;
		border-bottom: 1px solid rgba(201,155,63,.2);
		font-size: 15px;
		letter-spacing: .12em;
		text-align: left;
	}
	.main-navigation li:last-child { border-bottom: 0; }
	.main-navigation a {
		padding: 14px 12px;
	}
	body.emp-menu-open { overflow: hidden; }

	.emp-find-card { display: block; }
	.emp-find-copy { padding: 26px 20px; text-align: center; }
	.emp-find-actions { display: grid; }
	.emp-map-wrap {
		min-height: 300px;
		border-top: 1px solid rgba(201,155,63,.45);
		border-left: 0;
	}
	.emp-map-wrap iframe { min-height: 300px; }
	.emp-instagram-fallback { grid-template-columns: repeat(2,1fr); gap: 10px; }
	.emp-instagram-button { width: 100%; }
}

/* ==========================================================
   Mobile next event + map combined card
   ========================================================== */
@media (max-width: 900px) {
	.emp-mobile-next {
		padding-bottom: 18px;
	}

	.emp-mobile-next__combined {
		overflow: hidden;
		border: 1px solid var(--emp-gold);
		border-radius: 14px;
		background: #090909;
		box-shadow: 0 16px 36px rgba(0,0,0,.38);
	}

	.emp-mobile-next__combined .emp-next-card {
		max-width: none;
		margin: 0;
		border-radius: 0;
	}

	.emp-mobile-next__map {
		height: 205px;
		border-top: 1px solid rgba(201,155,63,.45);
		background: #111;
	}

	.emp-mobile-next__map iframe {
		display: block;
		width: 100%;
		height: 100%;
		border: 0;
		filter: saturate(.78) contrast(1.04);
	}

	.emp-mobile-next__directions,
	.emp-mobile-next__directions:visited {
		width: calc(100% - 20px);
		margin: 10px;
	}

	/* The same location is already shown above, so remove the duplicate mobile section. */
	.emp-find-section {
		display: none;
	}

	/* The schedule is immediately below the combined card. */
	.emp-schedule-section {
		padding-top: 10px;
	}
}

/* ==========================================================
   Desktop spacing and scale refinements
   Keeps the mobile layout unchanged.
   ========================================================== */
@media (min-width: 901px) {
	/* Pull the major homepage sections closer together. */
	.emp-hero {
		padding: 24px 0 14px;
	}

	.emp-schedule-section {
		padding: 14px 0 22px;
	}

	.emp-find-section {
		padding: 6px 0 26px;
	}

	.emp-instagram-section {
		padding: 28px 0 30px;
	}

	.emp-menu-section {
		padding: 26px 0 30px;
	}

	.emp-about-section {
		padding: 32px 0;
	}

	/* Make the hero more compact without shrinking its content too much. */
	.emp-hero__grid {
		grid-template-columns: .9fr 1.1fr;
		gap: 30px;
		min-height: 350px;
		padding: 26px;
	}

	.emp-logo {
		width: min(100%, 360px);
		margin-bottom: 14px;
	}

	.emp-hero h1 {
		font-size: clamp(38px, 4.4vw, 54px);
		margin-bottom: 8px;
	}

	.emp-hero p {
		margin-bottom: 0;
		font-size: 19px;
	}

	.emp-actions {
		margin-top: 18px;
	}

	.emp-hero__photo {
		min-height: 330px;
		margin-top: 0;
		border-radius: 16px;
	}

	/* Tighten the poster while keeping every row readable. */
	.emp-poster {
		grid-template-columns: 215px 1fr;
	}

	.emp-poster__side {
		padding: 22px 18px;
	}

	.emp-poster__logo {
		width: 145px;
		max-height: 105px;
		margin-bottom: 14px;
	}

	.emp-poster__side h2 {
		font-size: 28px;
		line-height: 1.08;
	}

	.emp-poster__board {
		padding: 20px 24px 18px;
	}

	.emp-poster__board > .emp-kicker {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.emp-event-row {
		min-height: 72px;
	}

	.emp-event-row__details {
		padding: 10px 14px 8px;
	}

	.emp-event-row h3 {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.emp-event-row p {
		font-size: 15px;
	}

	.emp-schedule-footer {
		margin-top: 12px;
		padding: 9px 20px;
		font-size: 14px;
	}

	/* Shorter location card and map. */
	.emp-find-card {
		grid-template-columns: .72fr 1.28fr;
		border-radius: 14px;
	}

	.emp-find-copy {
		padding: 24px;
	}

	.emp-find-copy h2 {
		font-size: clamp(30px, 3.5vw, 42px);
		margin-bottom: 8px;
	}

	.emp-find-address {
		margin-bottom: 4px;
	}

	.emp-find-time {
		margin-bottom: 16px;
		font-size: 18px;
	}

	.emp-find-actions {
		gap: 8px;
	}

	.emp-find-actions .emp-btn {
		min-height: 42px;
		padding: 9px 16px;
		font-size: 14px;
	}

	.emp-map-wrap,
	.emp-map-wrap iframe {
		min-height: 270px;
	}

	/* Tighten the Instagram heading and feed block. */
	.emp-instagram-section .emp-kicker {
		margin-bottom: 8px;
	}

	.emp-instagram-section h2 {
		margin-bottom: 10px;
		font-size: clamp(32px, 3.7vw, 42px);
	}

	.emp-instagram-intro {
		margin-bottom: 16px;
	}

	.emp-instagram-feed {
		max-width: 930px;
		margin-bottom: 14px;
	}

	.emp-instagram-button {
		min-height: 42px;
		padding: 9px 18px;
		font-size: 14px;
	}

	/* Slightly reduce excess spacing around the menu and footer. */
	.emp-menu-grid {
		margin-top: 18px;
		margin-bottom: 12px;
	}

	.emp-site-footer {
		padding-top: 12px;
		padding-bottom: 24px;
	}
}

/* Mobile homepage: remove unused navigation space and preserve gold side borders */
@media (max-width: 599px) {

	.home .site-header,
	.home #masthead {
		margin: 0;
		padding: 0;
		min-height: 0;
	}

	.home .main-navigation {
		display: none;
	}

	.home .emp-hero {
		padding-top: 10px;
	}

	body::before,
	body::after {
		display: block !important;
		position: fixed !important;
		top: 0;
		bottom: 0;
		width: 5px;
		height: 100vh;
		border-left: 1px solid var(--emp-gold);
		border-right: 1px solid var(--emp-gold);
		z-index: 99999;
		pointer-events: none;
	}

	body::before {
		left: 8px !important;
	}

	body::after {
		right: 8px !important;
	}
}
/* Keep the double gold page borders visible on every screen size */
body::before,
body::after {
	content: "";
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	width: 5px !important;
	height: 100vh !important;
	border-left: 1px solid var(--emp-gold) !important;
	border-right: 1px solid var(--emp-gold) !important;
	z-index: 99999 !important;
	pointer-events: none !important;
}

body::before {
	left: 20px !important;
}

body::after {
	right: 20px !important;
}

/* Mobile homepage: remove unused navigation and move borders inward */
@media (max-width: 599px) {
	.home .site-header,
	.home #masthead {
		margin: 0;
		padding: 0;
		min-height: 0;
	}

	.home .main-navigation {
		display: none;
	}

	.home .emp-hero {
		padding-top: 10px;
	}

	body::before {
		left: 8px !important;
	}

	body::after {
		right: 8px !important;
	}
}