/*!
Theme Name: Public Records
Theme URI: http://loscaballos.xyz
Author: LC
Author URI: http://loscaballos.xyz
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: 
License URI: LICENSE
Text Domain: public-records
Tags:
*/

/*--------------------------------------------------------------
# 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%;
	overscroll-behavior: none;
}

/* 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: bold;
	font-family: 'Univers LT Pro 45';
}

/**
 * 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;
	font-size: 10px
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	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;
	cursor: none !important;
}

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%;
}

/* 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, 1);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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%;
}

/*--------------------------------------------------------------
# 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;
}

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

@font-face {
    font-family: 'Univers LT Pro 55';
    src: url('2682b447f4-UniversLTPro-55Roman.woff2') format('woff2'),
        url('https://publicrecords.nyc/wp-content/themes/public-records/fonts/UniversLTPro-55Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Univers LT Pro 45';
    src: url('02326ed0be-UniversLTPro-65Bold.woff2') format('woff2'),
        url('https://publicrecords.nyc/wp-content/themes/public-records/fonts/UniversLTPro-65Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Univers LT Pro 55';
    src: url('febaa1d173-UniversLTPro-55Oblique.woff2') format('woff2'),
        url('https://publicrecords.nyc/wp-content/themes/public-records/UniversLTPro-55Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}



:root {
	--white: #ffffff;
	--black: #000000;
	--primary-typo: 'Univers LT Pro 55';
	--primary-font-size: 2rem;
	--secondary-font-size: 1.8rem;
	--grey: #EDEDED;
	--grey-light: #F3F3F3;
	--grey-dark: #BDBDBD;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: var(--primary-typo);
	font-size: var(--primary-font-size);
	background: var(--grey);
	overflow: hidden;
	font-size: var(--secondary-font-size);
	line-height: 20px;
	letter-spacing: 0px;
	color: var(--black);
}

button {
	font-family: var(--primary-typo);
}

a {
	cursor: none;
	color: var(--black);
	text-decoration: none;
}

.hide-desktop {
	display: none;
}

.stacked #layer_back img,
.stacked #layer_back video,
.stacked #layer_middle img,
.stacked #layer_middle video,
.stacked #layer_front img,
.stacked #layer_front video {
	transform: scale(0.40);
}

video {
	will-change: opacity;
	contain: layout;
	backface-visibility: hidden;
/*	pointer-events: none;*/
}

.stacked .caption {
	opacity: 0;
	transition: .1s 0s ease;
}

.site-header {
	max-width: 800px;
	padding: 10px 10px 0 10px;
	position: relative;
	pointer-events: none;
	z-index: 3;
	color: var(--white);
	mix-blend-mode: difference;
}
#logo {
	position: relative;
	margin: 0 0 0 10px;
	height: 120px;
	pointer-events: all;
	width: 90px;
	z-index: 3;
}
#logo div {
	background: url(a6a505abb6-logo_pr.svg) center no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
}
#logo:after {
	background: black;
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	opacity: 0;
	margin: 0 auto;
	height: 33px;
	border-radius: 50%;
	width: 80%;
	opacity: 0;
	z-index: -1;
}
#logo:hover:after,
.bio-hover #logo:after {
	opacity: 0;
	animation: eye-blink-2 0.4s steps(1, end) 1;
}

.bio-hover #logo:after {
	opacity: 0;
	animation: eye-blink-2 0.4s steps(1, end) 1;
}

@keyframes eye-blink-2 {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

#logo:after {
	animation: eye-blink 4s infinite;
	opacity: 1;
}

@keyframes eye-blink {
	0% {
		visibility: visible;
	}
	4%
	{
		visibility: hidden;
	}
   	96% {
   		visibility: hidden;
   	}
   	100%
   	{
   		visibility: visible;
   	}
}

.site-header p {
	margin: 0 0 20px 0;
	pointer-events: all;

	/*
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	display: -webkit-box;
	transition: all 0.4s ease;
	*/
}
.site-header button {
	font-family: var(--primary-typo);
	font-size: var(--secondary-font-size);
	line-height: 20px;
	letter-spacing: 0px;
	color: var(--white);
	padding: 0;
	background: white;
	border: none;
	background: transparent;
	font-style: italic;
	cursor: none;
}
.site-header a {
	color: var(--white);
}
.site-header a:hover {
	text-decoration: underline;
}
.to-expand {
	height: 0;
	overflow: hidden;
	display: block;
	transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
/*	display: none;*/
}

.expand-header #learn-more,
.expand-header .hide-on-expand,
.show-on-expand {
	display: none;
}
.expand-header .show-on-expand {
	display: inline;
}
#learn-more:hover {
	text-decoration: underline;
}

.site-header ul {
	pointer-events: all;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--secondary-font-size);
	line-height: 20px;
}
.site-header ul a {
	color: var(--white);
	font-style: normal;
	text-decoration: none;
}
.site-header ul a:hover {
	text-decoration: underline;
}
.site-header .info {
	margin: 40px 0 0 0;
}
.site-header .info>div {
	display: flex;
	gap: 100px;
}
.site-header ul span {
	display: block;
}
.site-header ul li {
	margin: 0 0 20px 0;
}

.accordion-content .info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.accordion-content .info ul li {
	margin: 0 0 20px 0;
}

#header-wrapper {
	display: none;
}
.expand-header #header-wrapper {
	display: block;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.highlight-event {
	animation: highlightEvent 1s 1s forwards;
}
.highlight-event .table-cell.get-ticket {
	opacity: 1;
}
@keyframes highlightEvent {
	0% {color: var(--black);}
	25% {color: transparent;}
	50% {color: var(--black);}
	75% {color: transparent;}
	100% {color: var(--black);}
}

nav,
#nav-bottom-right {
	bottom: 0;
	right: 100px;
	position: fixed;
	padding: 10px;
	z-index: 99;
	transition: 0.5s ease;
	color: var(--white);
	mix-blend-mode: difference;
}
nav a {
	color: var(--white);
}
.expand-header .logo-menu {
	opacity: 0;
}
.logo-menu a:hover {
	text-decoration: underline;
}
#nav-bottom-right ul {
	
	
}
ul li.reservation a {
	margin: 0 0 0 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
ul li.reservation,
.reservation:hover a {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
/*nav#nav-bottom-right ul li:after {
	display: none;
}*/
#nav-bottom-right {
	left: 0;
	right: auto;
	z-index: 9;
}
.accordion-calendar #main-nav,
.accordion-food #main-nav {
	transform: translate3d(-100px, 0px, 0px);
}
.menu-open #main-nav {
	transform: translate3d(calc(-70vw - -51px), 0px, 0px);
}
nav ul {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li.menu-item {
	font-style: normal;
	margin: 0;
}
nav ul li:after {
	content: ',';
	display: inline-block;
}
nav ul li:last-child:after {
	display: none;
}
nav ul li a:hover {
	text-decoration: underline;
}

.accordion-menu {
	background: var(--grey);
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	z-index: 9;
}
#accordion-info {
	display: none;
}
.accordion-item {
	background: var(--grey);
	border-left: 1px solid #000;
	transition: 0.5s ease;
	height: 100%;
	display: flex;
	z-index: 1;

	position: absolute;
	left: 0;
	transform: translate3d(-50px, 0, 0);
}
#accordion-calendar {
	transform: translate3d(-100px, 0, 0);
}
.accordion-item:not(.open) {
/*	cursor: pointer;*/
}
.accordion-item:not(.open):hover {
	transform: translate3d(-150px,0,0);
}
#accordion-calendar:not(.open):hover {
	transform: translate3d(-200px,0,0);
}
.menu-open #accordion-calendar:not(.open):hover {
	transform: translate3d(calc(-100% - 150px), 0, 0);
}
.accordion-trigger {
	writing-mode: vertical-rl;
	/*background: var(--grey);*/
	background: transparent;
	border: none;
	transition: .5s ease;
	padding: 13px 12px 13px 14px;
/*	cursor: pointer;*/
	cursor: none;
	font-size: 2.1rem;
	height: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
}
.accordion-item.open .accordion-trigger {
	padding: 13px;
}
.accordion-content {
	background: var(--grey);
	height: 100%;
	transition: .5s ease;
	writing-mode: horizontal-tb;
	padding: 5px 20px 5px 60px;
	/*
	position: absolute;
	left: 49px;
	right: 0;
	top: 0;
	bottom: 0;
	*/
	position: relative;
	z-index: 1;
	width: calc(70vw - 49px);
	overflow: auto;
	pointer-events: none;
/*	transform: translate3d(100px, 0, 0);*/
}
.open .accordion-content {
	pointer-events: all;
}
.accordion-item.open {
	transform: translate3d(-100%, 0, 0);
}
.menu-open #accordion-calendar {
	transform: translate3d(calc(-100% - 50px), 0, 0);
}
#accordion-calendar.open {
	transform: translate3d(calc(-100% - 50px), 0, 0);
}
.accordion-item.open .accordion-trigger {
	background: var(--grey);
}
body:not(.menu-open) .accordion-menu:has(.accordion-item:last-child:hover:not(.open)) #accordion-calendar:not(.open),
.accordion-item.is-before {
	transform: translate3d(-200px,0,0);
}
.menu-open .accordion-item:first-child:not(.open):hover {
	transform: translate3d(calc(-100% - 100px), 0, 0);
}

#page {
	min-height: 100dvh;
}

.filters {
	padding: 5px 0 10px 0;
	margin: 0 0 40px 0;
}
.filters>div {
	margin: 0 0 10px 0;
}
.filters span:hover {
	text-decoration: underline;
}
.filters .active {
	font-style: italic;
	text-decoration: underline;
}

.table-container {
	display: flex;
	flex-direction: column; /* Stacks rows vertically */
}
.table-row {
	display: flex; /* Makes cells within a row align horizontally */
	gap: 5%;
	margin: 0 0 60px 0;
}
.table-row:last-child {
	border-bottom: none; /* Removes border from the last row */
}
.table-cell.date {
	width: 25%;
}
.table-cell.title {
	width: 50%;
}
.table-cell.get-ticket {
	text-align: center;
	width: 25%;
	opacity: 0;
}
a:hover .get-ticket {
	opacity: 1;
	text-decoration: underline;
}

.menu-container {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	gap: 20px;
	padding-bottom: 20px;
}
.menu-category {
	padding: 0 100px 0 0;
}
.menu-category h4 {
	font-weight: normal;
	font-size: var(--secondary-font-size);
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 0px;
}
.menu-category h5 {
	font-size: var(--secondary-font-size);
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0;
}
.menu-category h6 {
	font-size: 1.6rem;
	line-height: 18px;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.menu-category p {
	margin: 0 0 50px 0;
}

#expand-button p:last-of-type {
	display: inline;
}
#expand-button .hide-on-expand,
#expand-button .show-on-expand {
	margin-left: -5px;
}
#expand-button .hide-on-expand span {
	text-decoration: underline;
}

/**
 * layers
 * */
 #viewport-cover {
/* 	cursor: pointer;*/
 	opacity: 0;
 	visibility: hidden;
 	transition: .5s ease;
 	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
 }
.menu-open #viewport-cover {
	opacity: 1;
 	visibility: visible;
 	z-index: 8;
}

/*.fade-layers .viewport {
	opacity: 0;
	transform: scale(0);
}*/

.fade-layers .cell img,
.fade-layers .cell video {
	transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade-layers .cell .fade {
	opacity: 0;
	transform: scale(.8) !important;
}

.location {
	display: block;
}

.viewport {
	overflow: hidden;
	position: absolute;
	min-width: 100vw;
	min-height: 100dvh;
	top: 0;
	left: 0;
	z-index: 1;
}
.viewport .work {
    user-select: none;
	position: absolute;
	transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.parallax {
	will-change: transform;
	overflow: visible;
    pointer-events: none;
    min-height: 200vh;
    min-width: 200vw;
}
.parallax>div {
	position: absolute;
}
.infinite {
	display: flex;
}
#layer_back .infinite {
	min-height: 110vh;
}
#layer_front,
#layer_back,
#layer_multiply,
#layer_middle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;

	will-change: transform;
	contain: layout style;
	transform: translateZ(0);
}
/*.stacked #layer_multiply {
	opacity: 0;
}*/
#layer_multiply {
	pointer-events: none;
	mix-blend-mode: multiply;
	z-index: 9;
	transition: opacity .5s;
}
#layer_front .cell {
	position:relative;
	height:700px;
	width:700px;
}
#layer_middle .cell {
	position:relative;
	height:700px;
	width:700px;
}
#layer_back .cell {
	position:relative;
	height: 700px;
	width: 700px;
}
#layer_multiply .cell {
	position: relative;
}
#layer_multiply .cell {
	position: relative;
	height: 1400px;
	width: 1400px;
}
.cell .work {
	left: var(--desk-left);
	top: var(--desk-top);
	pointer-events: all;
}
#layer_multiply .cell .work {
	pointer-events: none;
}
.cell .work img,
.cell .work video {
	transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
	width: 250px;
}
.cell .work img.small,
.cell .work video.small {
	width: 150px;
}
.cell .work img.medium,
.cell .work video.medium {
	width: 250px;
}
.cell .work img.big,
.cell .work video.big {
	width: 400px;
}
#layer_multiply .cell .work img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	/*transform: scale(0.45);
  	transform-origin: center center;*/
	/*width: var(--desk-width);*/
}
#layer_multiply .cell .work.small {
	width: 300px;
	height: 300px;
}
#layer_multiply .cell .work.big {
	width: 600px;
	height: 600px;
}
.caption {
	font-size: 1.2rem;
	line-height: 18px;
	mix-blend-mode: difference;
	font-style: italic;
	transition: .2s .5s ease;
}
.caption.inactive {
	opacity: 0;
	transition: .1s 0s ease;
}
.work:hover .caption.inactive {
	opacity: 1;
}

.cell {

}
.cell {
	width: 100%;
  height: 100%;
  object-fit: cover;
/*  transition: transform 2s, opacity 1s;*/
  will-change: transform;

	transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

}
.cell.warp-left {
  transform: translateX(-150vw) scale(1.1) rotate(-5deg);
/*	transform: scale(0);*/
/*	opacity: 0;*/
/*	filter: blur(6px);*/
}

.cell.warp-right {
  transform: translateX(150vw) scale(1.1) rotate(5deg);
/*	transform: scale(0);*/
/*	opacity: 0;*/
/*	filter: blur(6px);*/
}

/*
#infinite-1 {
	background: blue;
}
#infinite-2 {
	background: grey;
}
#infinite-3 {
	background: red;
}
#infinite-4 {
	background: green;
}




.tooltip {
	position: absolute;
	pointer-events: none;
	z-index: 1000;
	transition: opacity 0.2s;
	left: 0;
	top: 0;
}
.tooltip img {
	max-width: 180px;
	display: block;
}
.tooltip.hidden {
	opacity: 0;
	visibility: hidden;
}
*/

img.scale,
video.scale {
	transform: scale(1.5);
}

#columna-lateral {
	position: fixed;
	top: 0;
	right: 100px;
	width: 500px;
	height: 100vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	text-align: right;
	padding: 0px;
	gap: 20px;
	z-index: 9999;
}

#columna-lateral img {
	//transform: scale(.5) !important;
}

#tooltip {
	position: fixed;
	pointer-events: none;
	z-index: 99999999;
	transition: transform 0s ease, border-radius .2s ease, width .2s ease;
	top: -7px;
	left: 7px;
	width: 15px;
	height: 15px;

	mix-blend-mode: difference;

	text-align: center;

	background: white;
	backdrop-filter: blur(2px);

	border-radius: 50%;
	overflow: hidden;

	transform: translate(-50%, -50%);
	transform-origin: center center;
}

.loading-filter #tooltip {
	animation: loading 1s infinite;
}
.loading-filter {
	pointer-events: none;
}

@keyframes loading {
	0% {
		background: white;
	}
	50% {
		background: black;
	}
	100% {
		background: white;
	}
}

@media(max-width: 768px) {

/*	#layer_back,
	video {
		display: none !important;
	}
*/

	.hide-mobile,
	.cell.is-video {
		display: none;
	}
	.hide-desktop {
		display: initial;
	}

	.table-cell.date {
		width: 45%;
	}
	.table-cell.title {
		width: 55%;
	}
	.get-tickets-mobile {
		display: block;
		margin: 20px 0 0 0;
		text-decoration: underline;
	}

	nav,
	#nav-bottom-right {
		display: none;
	}

	#mobile-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: var(--grey);
		z-index: 100;
	}
	#mobile-header .top {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 8px 13px 10px 13px;
		border-bottom: 1px solid #000;
	}
	#mobile-header h1 {
		font-size: var(--secondary-font-size);
		letter-spacing: -0.2px;
		margin: 0;
	}
	.mobile-menu {
		background: var(--grey);
		font-size: var(--secondary-font-size);
		position: fixed;
		top: 39px;
		left: 0;
		right: 0;
		z-index: 99;
		/*height: 0;
		overflow: hidden;*/

		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);

		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	}
	.mobile-menu-open .mobile-menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	ul.mobile-links {
		background: var(--grey);
		display: block;
		position: relative;
		z-index: 99;
		margin: 0;
		padding: 0;
		list-style: none;
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	}
	.menu-open ul.mobile-links {
		-webkit-transform: translate3d(0, calc(100dvh - 309px), 0);
		transform: translate3d(0, calc(100dvh - 309px), 0);
	}
	ul.mobile-links li {
		border-bottom: 1px solid var(--black);
		position: relative;
		width: 100%:;
	}
	ul.mobile-links li a {
		display: block;
		padding: 8px 13px 10px 13px;
	}
	#mobile-links .sub-menu {
		height: 0;
		overflow: hidden;
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	}
	#mobile-links .menu-item > .sub-menu {
		display: block;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#mobile-links .menu-item > .sub-menu {
		text-align: right;
	}
	#mobile-links .menu-item > .sub-menu li:last-child {
		border-bottom: none;
	}
	#mobile-links .menu-item > .sub-menu li:first-child {
		border-top: 1px solid var(--black);
	}
	.menu-item-has-children:after {
		content: 'V';

		height: 38px;
		top: 0;
		right: 0;
		text-align: center;
		font-size: 1.4rem;
		position: absolute;
		width: 38px;
		pointer-events: none;
		display: flex;
		align-items: center;
		justify-content: end;
		padding-right: 13px;
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		transform: scale(1.5, 1);
	}
	.menu-item-has-children.is-open:after {
		-webkit-transform: scale(1.5, 1)rotate(180deg);
		transform: scale(1.5, 1) rotate(180deg);
	}


	#open-menu {
		background-color: transparent;
		border: none;
		margin: 0;
		padding: 0;
		text-align: inherit;
		font: inherit;
		border-radius: 0;
		appearance: none;
		height: 38px;
/*		width: 38px;*/
		top: 0;
		right: 0;
		font-size: 1.4rem;
		position: absolute;

		width: 100%;
		display: flex;
		align-items: center;
		justify-content: end;
		padding-right: 13px;
	}
	#open-menu div {
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		transform: scale(1.5, 1);
	}
	.mobile-menu-open #open-menu div {
		-webkit-transform: scale(1.5, 1)rotate(180deg);
		transform: scale(1.5, 1) rotate(180deg);
	}
	/*#open-menu:before,
	#open-menu:after {
		background: var(--black);
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 14px;
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	}
	#open-menu:before {
		top: 15px;
	}
	#open-menu:after {
		bottom: 15px;
	}
	.mobile-menu-open #open-menu:before {
		transform: rotate(45deg) translate3d(2.5px, 2px, 0px);
	}
	.mobile-menu-open #open-menu:after {
		transform: rotate(-45deg) translate3d(2px, -2px, 0px);
	}*/

	.scroll {
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		overflow: auto;
		pointer-events: all;
		height: 83px;
		display: none;
	}
	.expand-header .scroll {
		height: calc(100dvh - 238px);
		padding-bottom: 0px;
	}
	.site-header {
		padding: 10px 20px 10px 10px;
		max-width: 380px;

		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		color: var(--black);
		mix-blend-mode: difference;
	}
	.site-header .info div {
		display: block;
		gap: 0;
	}

	.anim-2 .scroll {
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		overflow: hidden;
		pointer-events: all;
		height: auto;
	}
	.anim-2.expand-header .scroll {
		height: auto;
		padding-bottom: 0px;
	}
	.anim-2.expand-header .site-header {
		overflow: auto;
		max-height: calc(100dvh - 97px);
		max-width: 100%;
		pointer-events: all;
	}
	.anim-2.expand-header .site-header:after {
		display: none;
	}

	.site-header:after {
		opacity: 0;
		pointer-events: none;
	}
	.expand-header .site-header:after {
		content: '';
		display: block;
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 130px;
		background: #EDEDED;
		transition: .2s .2s ease;
		opacity: 1;
		background: linear-gradient(to top, rgba(237, 237, 237, 1), rgba(237, 237, 237, 1) 8.4%, rgba(237, 237, 237, 0) 57.98%);
	}
	.site-header ul {
		margin-bottom: 40px;
	}

	.stacked #layer_back img,
	.stacked #layer_back video,
	.stacked #layer_middle img,
	.stacked #layer_middle video,
	.stacked #layer_front img,
	.stacked #layer_front video,
	.stacked #layer_multiply .cell .work img {
		transform: scale(0);
	}

	.accordion-menu {
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		/*left: 0;
		bottom: inherit;
		top: 39px;*/
		position: relative;
		height: auto;
		width: 100%;

		height: 114px;
	}
	.mobile-menu-open .accordion-menu {
		transition-delay: .05s;
	}
	.accordion-item {
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		border-left: none;
		display: block;
		height: auto;
		width: 100%;

		height: 38px;
		overflow: visible;
		bottom: inherit;
		top: 0;
	}
	.accordion-item.open {
		overflow: visible;
	}
	.accordion-item,
	.accordion-item:not(.open):hover {
		transform: none;
	}
	.accordion-item:first-child {
		z-index: 9;
	}
	.accordion-item:last-child,
	.accordion-item:last-child:hover,
	.accordion-item:last-child.open {
		transform: translate3d(0, 38px, 0);
	}
	.accordion-item:first-child,
	.accordion-item:not(.open):first-child:hover,
	body:not(.menu-open) .accordion-menu:has(.accordion-item:last-child:hover:not(.open)) .accordion-item:first-child:not(.open) {
		transform: none;
	}
	.accordion-item.open {
		transform: none;
	}
	.accordion-item.open:first-child,
	.menu-open .accordion-item:first-child,
	.menu-open .accordion-item:first-child:not(.open):hover {
		transform: none;
	}
	.menu-open .accordion-item:last-child:not(.open) {
		transform: translate3d(0, calc(100dvh - 38px), 0);
	}

	#accordion-info {
		display: block;
	}
	#accordion-calendar,
	#accordion-calendar.open,
	.menu-open #accordion-calendar.is-before,
	#accordion-calendar:not(.open):hover,
	.menu-open #accordion-calendar:not(.open):hover,
	body:not(.menu-open) .accordion-menu:has(.accordion-item:last-child:hover:not(.open)) #accordion-calendar:not(.open) {
		transform: translate3d(0, 38px, 0);
		z-index: 2;
	}
	#accordion-food {
		transform: translate3d(0, 76px, 0);
		z-index: 1;
	}
	.menu-open #accordion-calendar.is-after:not(.open) {
		transform: translate3d(0, calc(100dvh - 271px), 0);
	}
	.menu-open #accordion-food.is-after:not(.open) {
		transform: translate3d(0, calc(100dvh - 233px), 0);
	}

	#logo {
		margin: 10px 20px 10px 10px;
		position: fixed;
		bottom: 0;
	    left: 0;
	    right: 0;
		height: 180px;
		width: 160px;
	}
	#logo:after {
		display: none;
	}

	.time-filter {
		display: none;
	}

	.accordion-trigger {
		border-bottom: 1px solid #000;
		border-radius: 0;
		writing-mode: inherit;
		height: auto;
		width: 100%;
		font-size: var(--secondary-font-size);

		padding: 9px 13px 10px 13px;

		background: var(--grey);
		z-index: 1;
	}
	.accordion-item.open .accordion-trigger {
		padding: 10px 13px;
	}
	.accordion-content {
		transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
/*		height: calc(100dvh - 156px);*/
		height: calc(100dvh - 309px);
		padding: 13px;
		width: 100%;

		border-bottom: 1px solid #000;
		transform: translate3d(0, -100%, 0);
		z-index: -1;
	}
	.open .accordion-content {
		transform: translate3d(0, -1px, 0);
		z-index: 0;
	}
	.accordion-content p {
		margin-top: 0;
	}
	.filters {
		padding-top: 0;
	}

	/*.menu-container {
		display: block;
		gap: 0;
	}*/
	.menu-category {
		padding: 0;
	}

	#tooltip {
		display: none;
	}

	#layer_front .cell {
		position:relative;
		height: 400px;
		width: 400px;
	}
	#layer_middle .cell {
		position:relative;
		height: 400px;
		width: 400px;
	}
	#layer_back .cell {
		position:relative;
		height: 400px;
		width: 400px;
	}
	#layer_multiply>div {
		height: 750dvh !important;
		width: 750vw !important;
	}
	#layer_multiply .cell {
		position: relative;
	}
	#layer_multiply .cell {
		position: relative;
		height: 250dvh;
		width: 250vw;
	}
	#layer_multiply .cell .work img {
		max-width: 400px;
	}
	.cell .work img.small,
	.cell .work video.small {
		max-width: none;
		width: 160px;
	}
	.cell .work img.medium,
	.cell .work video.medium {
		max-width: none;
		width: 180px;
	}
	.cell .work img.big,
	.cell .work video.big {
		max-width: none;
		width: 200px;
	}

	.caption {
		display: none;
	}

}

#loader {
	position: fixed;
	background: var(--grey);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
#loader.hide {
	opacity: 0;
	visibility: hidden;
}