/**
 * Uptown Theater — public ADA chrome (WCAG 2.1/2.2 AA engineering).
 * Footer maroon #4c0b15; on-maroon text/icons #ffffff = 15.37:1.
 * Do not use #7c2629 as text on maroon (1.59:1).
 */

:root {
	--font-size-min: 17px;
	--uptown-paper: #fefff8;
	--uptown-maroon: #4c0b15;
	--uptown-on-maroon: #ffffff;
	--uptown-focus: #ffc656;
}

html {
	font-size: var(--font-size-min);
}

body {
	font-size: var(--font-size-min);
}

.has-small-font-size {
	font-size: var(--font-size-min) !important;
}

/* Hello Elementor skip points at #content, which Theme Builder home has not. */
body > a.skip-link.screen-reader-text:not(.uptown-skip-link) {
	display: none !important;
}

.uptown-skip-link {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 100000;
	padding: 12px 20px;
	background: var(--uptown-maroon);
	color: var(--uptown-on-maroon) !important;
	font-size: var(--font-size-min);
	font-weight: 600;
	line-height: 1.3;
	text-decoration: underline;
	border-radius: 8px;
}

.uptown-skip-link:not(:focus):not(:focus-visible) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	padding: 0;
}

.uptown-skip-link:focus,
.uptown-skip-link:focus-visible {
	outline: 3px solid var(--uptown-focus);
	outline-offset: 3px;
	color: var(--uptown-on-maroon) !important;
}

.uptown-doc-h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.uptown-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
.elementor-button:focus-visible,
.elementor-item:focus-visible,
.elementor-menu-toggle:focus-visible,
.e-n-menu-title-container:focus-visible,
.e-n-menu-toggle:focus-visible,
.e-n-menu-dropdown-icon:focus-visible,
.e-search-submit:focus-visible,
.e-search-input:focus-visible {
	outline: 3px solid var(--uptown-focus);
	outline-offset: 3px;
}

.elementor-location-footer,
.elementor-location-footer a,
.elementor-location-footer .elementor-icon-list-text,
.elementor-location-footer .elementor-heading-title,
.elementor-location-footer .elementor-widget-text-editor,
.elementor-location-footer .elementor-icon,
.elementor-location-footer .elementor-social-icon,
.elementor-location-footer .elementor-social-icon i,
.elementor-location-footer .elementor-social-icon svg {
	color: var(--uptown-on-maroon) !important;
	fill: var(--uptown-on-maroon) !important;
}

.elementor-location-footer .elementor-social-icon {
	background-color: transparent !important;
}

.gform_wrapper,
.gform_wrapper label,
.gform_wrapper .gfield_label,
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper .gform_button {
	font-size: var(--font-size-min) !important;
}

.gform_wrapper {
	--gf-font-size-secondary: 17px;
}

.elementor .labels-hide .gfield_label,
.elementor .labels-hide .hidden_label,
.gform_wrapper .gfield_label.hidden_label {
	display: block !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	clip: auto !important;
	clip-path: none !important;
	overflow: visible !important;
	white-space: normal !important;
	margin-bottom: 0.35em;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	.elementor *,
	.elementor *::before,
	.elementor *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
