/*
Theme Name: Östermalmshallen 2025
Theme URI: https://ostermalmshallen.se/
Author: Mattias Englund - Reaktion
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
}

.hidden-mobile {
	display: none;
}

@media screen and (min-width: 1000px){
	.hidden-mobile {
		display: inherit;
	}
	
	.hidden-desktop {
		display: none;
	}
}

.greycliff, h2, h3, h4 {
	font-family: greycliff-cf, sans-serif;
	font-weight: 700;
	font-style: normal;
	
	text-transform: uppercase;
}

h1, h2 {
	font-size: 32px;
	line-height: 42px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
}
		
.dm-serif {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}
		
.lora, main p, .opening-hours td {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

main p {
	margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
	margin-top: 0 !important;
}

main p strong, main p b {
	font-weight: 600;
}
		
.inter, .opening-hours th, #page_content p strong {
  font-family: "Inter Tight", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

html, body {
	scroll-behavior: smooth;
}

#main {
	min-height: 100vh;
	display: flex;
    flex-direction: column;
}

#menucheck {
	display: none;
}

#menuswitch {
	display: none;
}

#mobile-logo {
	display: none;
}

@media screen and (max-width: 1299.98px){
	nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: opacity 125ms ease-in-out;
		background-color: #000000;
		pointer-events: none;
		z-index: 2;
	}

	#menucheck:checked ~ nav {
		opacity: 1;
		pointer-events: unset;
		display: flex;
    	justify-content: center;
	    align-items: center;
	}

	#menuswitch {
		height: 64px;
		width: 64px;
		display: block;
		position: fixed;
		right: 10px;
		bottom: 30px;
		z-index: 3;
		cursor: pointer;
		background: #FFFFFF;
		border-radius: 32px;
		padding: 2px;
	}
	
	#menuswitch img {
		height: 60px;
		width: 60px;
	}
	
	#mobile-logo {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
		z-index: 1;
		padding: 10px 20px 20px 20px;
	}
	
	#mobile-logo img {
		width: 220px;
	}
}

@media screen and (min-width: 1300px){
	#header {
		position: absolute;
		width: 100%;
		z-index: 1;
	}
}
.main_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px 0 20px;
	
	background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
	background-blend-mode: multiply;
	
	flex-direction: column;
	gap: 5px;
}

.main_menu li {
	list-style: none;
}

.main_menu li a {
	text-decoration: none;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 34px;
	position: relative;
}

.main_menu li.language a {

}

.main_menu li a:after {
	content: '';
    border: 2px solid #FFFFFF;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity: 0;
	transition: opacity 125ms ease-in-out;
}

.main_menu li a:hover:after {
	opacity: 1;
}

.main_menu .home {
	padding: 0 10px;
	position: absolute;
	top: 10px;
}

@media screen and (min-width: 1300px){
	.main_menu {
		flex-direction: row;
		gap: 0;
	}
	.main_menu .home {
		order: unset;
		margin-bottom: 0;
		position: unset;
	}
	.main_menu .language {
		padding-left: 20px;
	}
	.main_menu li a {
		font-size: 22px;
	}
}

.main_menu .home a {
    border: none;
}

.main_menu .language img {
    display: block;
	height: 22px;
}

.main_menu .home a:after, .main_menu a:has(img):after {
    display: none;
}

.main_menu .home a img {
	width: 220px;
}

.hero {
	max-width: 100vw;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	flex-direction: column;
	
	background-size: contain;
    background-position: center center;
	
	background-image: var(--bkg-mobile);
	
	position: relative;
	pointer-events: none;
	
	padding: 5vw 0;
	margin-bottom: 50px;
}

.hero.extra-toppbild {
	background-image: var(--bkg-mobile-2);
	aspect-ratio: 1 / 1;
}

.hero.extra-toppbild::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: var(--bkg-mobile);
	background-size: contain;
	background-position: center center;

	opacity: 1;
	animation: background-change 10s infinite alternate;
	animation-delay: 0s;
}

article.category-handlare .hero, article.category-traders .hero { 
	justify-content: flex-end;
}

@media screen and (min-width: 1000px){
	.hero {
		background-image: var(--bkg-desktop);
		aspect-ratio: 16 / 9;
	}
	
	.hero.extra-toppbild {
		background-image: var(--bkg-desktop-2);
		aspect-ratio: 16 / 9;
	}
	
	.hero.extra-toppbild::before {
		background-image: var(--bkg-desktop);
	}
	
	.hero h1, .hero h3 {
		z-index: 1;
	}
	
	.category-handlare h1, .category-traders h1 {
		position: absolute;
		top: 50%;
	}
}

@keyframes background-change {
	0% {opacity: 1;}
	45% {opacity: 1;}
	55% {opacity: 0;}
	100% {opacity: 0;}
}

.hero h1, .hero h3 {
	max-width: 90%;
	text-align: center;
	color: #FFFFFF;
}

.hero > *:first-child {
	margin-top: -4vw;
}

.hero h3 {
	font-size: 6vw;
	line-height: 6.5vw;
	font-style: italic;
	text-transform: unset;
}

.hero h1 {
	text-transform: uppercase;
	font-size: 10vw;
	line-height: 10vw;
}

@media screen and (min-width: 800px){
	.hero h3 {
		font-size: 3vw;
		line-height: 3.5vw;
	}
	
	.hero h1 {
		font-size: 10vw;
		line-height: 10vw;
	}
}

#frontpage_menu {
	display: grid;
	gap: 20px;
	padding: 0 20px;
	max-width: 1720px;
	margin: 0 auto;
	margin-bottom: 100px;
}

@media screen and (min-width: 1000px){
	#frontpage_menu {
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		justify-content: center;
		align-items: center;
	}
}

#frontpage_menu div {
	background-color: lightgrey;
	background-size: cover;
    background-position: center center;
	background-image: var(--bkg);
	border-radius: 15px;
	background-size: 100% 100%;
	transition: background-size 125ms ease-in-out;
}

#frontpage_menu div:hover {
	background-size: 110% 110%;
}

#frontpage_menu a {
	padding: 10px;
    align-items: center;
    justify-content: center;
    display: grid;
	aspect-ratio: 16/9;
	text-decoration: none;
}

#frontpage_menu span {
	padding: 5px 25px;
    border: 4px solid #FFFFFF;
	font-size: 5vw;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-family: greycliff-cf, sans-serif;
	font-weight: 700;
	font-style: normal;
	
	text-transform: uppercase;
}

@media screen and (min-width: 1000px){
	#frontpage_menu span {
		font-size: 1.8vw;
	}
}

@media screen and (min-width: 1720px){
	#frontpage_menu span {
		font-size: 36px;
	}
}

#tag_menu div {
	display: contents;
}

#tag_menu {
	display: flex;
    gap: 5px;
    max-width: 800px;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto 50px auto;
	padding: 0 10px;
}

#tag_menu a {
	text-decoration: none;
	padding: 8px 12px;
	border: 2px solid black;
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	line-height: 18px;
}

@media screean and (min-width: 800px){
	#tag_menu a {
		font-size: 20px;
		line-height: 20px;
	}
}

#frontpage_openinghours {
	background-color: #FFEBF2;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
    display: flex;
    align-items: center;
}

#frontpage_openinghours p:empty {
	display: none;	
}

#frontpage_openinghours > div {
	margin: 0;
	padding: 0;
	animation: openinghours-scroll 60s linear infinite;
}

#frontpage_openinghours:hover > div {
	animation-play-state: paused;
}

@keyframes openinghours-scroll {
  from {
		transform: translateX(0%);
	}
  to {
		transform: translateX(-50%);
	}
}

#frontpage_openinghours > div, #frontpage_openinghours ul {
	display: flex;
	gap: 20px;
}

#frontpage_openinghours li {
	list-style: none;
	white-space: nowrap;
	
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	
	line-height: 24px;
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 2px;
}

#frontpage_openinghours li:before {
	content: '';
	line-height: 24px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #000000;
	margin-right: 18px;
	margin-top: 2px;
}

#frontpage_openinghours li:empty {
	display: none;
}

#frontpage_openinghours li strong {
	font-family: "Inter Tight", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 2px;
}

#frontpage_openinghours li strong:has(a) {
	text-transform: unset;
}

#frontpage_openinghours li a {
	color: #000000;
	text-decoration: none;
}

#frontpage_intro {
	max-width: 1000px;
    margin: 0 auto 50px auto;
	padding: 0 20px;
}

#frontpage_intro h2 {
	text-align: center;
}

.puff-container {
	display: grid;
	gap: 60px;
	padding: 0 20px;
	
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}

@media screen and (min-width: 1000px){
	.puff-container {
		margin-bottom: 100px;
	}
}

.puff-container-column {
	margin-top: 0;
}

.puff {
	display: flex;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	background-color: #FFEBF2;
	flex-direction: column;
}

@media screen and (min-width: 1000px){
	.puff {
		flex-direction: row;
	}
	
	.puff:nth-child(even) {
		flex-direction: row-reverse;
	}
}

.puff-container .puff:nth-child(3n + 2) {
	background-color: #FFF3E0;
}

.puff-container .puff:nth-child(3n + 3) {
	background-color: #E2F7FF;
}

.puff-image, .puff-text {
	flex-basis: 50%;
	flex-grow: 0;
}

.puff-text {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
    gap: 20px;
	padding: 20px;
}

.puff-text img {
	display: block;
	margin: 0 auto;
	max-width: 60%;
}

.puff-image {
	aspect-ratio: 1 / 1;
}

.puff-image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
    object-fit: cover;
}

#frontpage_history {
	text-align: center;
	margin-top: 20px;
	padding: 20px;
}

.puff-spacer {
	display: none;
}

@media screen and (min-width: 1000px){
	.puff-container-column {
		display: grid;
		gap: 40px;
		row-gap: 80px;
		grid-template-columns: 1fr 1fr;
		padding-top: 20px;
		margin-bottom: 50px;
	}
	
	.puff-container-column .puff {
		flex-direction: column;
	}

	.puff-container-column .puff:nth-child(odd) {
		transform: translatey(-20px);
	}

	.puff-container-column .puff:nth-child(even) {
		transform: translatey(40px);
	}

	.puff-container-column .puff:nth-child(even) {
		flex-direction: column;
	}
	
	
	.puff-container-offers {
		column-count: 2;
	    column-gap: 40px;
		display: block;
	}
	
	.puff-container-offers .puff {
		margin-bottom: 0px;
	}
	
	.puff-container-offers .puff-spacer {
		display: block;
		height: 60px;
	}
}

.puff-container-offers .puff {
	flex-direction: column;
	height: fit-content;
	break-inside: avoid;
}

.puff-container-offers .puff p:empty {
	display: none;
}

.puff-container-offers .puff-logo {
	padding-top: 20px;
}

.puff-container-offers .puff-logo img{
	width: 100%;
}

.puff-container-offers .puff-text {
	display: block;
}

.puff-container-offers .puff-text h3 {
	margin-bottom: 6px !important;
}

.puff-container-offers .puff-text p {
	margin-bottom: 20px;
}

.puff-container-offers .puff-text a {
	font-family: "Inter Tight", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	color: #000000;
}


.puff-container-offers .puff-text a[href^="tel:"], .puff-container-offers .puff-text a[href^="mailto:"] {
	text-decoration: none;
}

#page_content {
	max-width: 1200px;
	margin: 50px auto 0 auto;
	padding: 0 20px;
}

#page_content h1, #page_content h2 {
	text-align:center;
}

#page_content h1, #page_content h2, #page_content h3, #page_content h4, #page_content h5, #page_content p, #page_content .wp-block-columns {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 8px;
	width: 100%;
}

#page_content .wp-block-columns {
	margin-bottom: 0;
}

#page_content *:last-child {
	margin-bottom: 0;
}

#page_content h2 {
	margin-bottom: 10px;
}

#page_content p {
	margin-bottom: 20px;
}

#page_content p a {
	color: #000000;
}

#page_content .wp-block-columns {
	gap: 20px;
}

#page_content figure {
	max-width: 800px;
	margin: 40px auto;
}

#page_content figure figure {
	aspect-ratio: 1 / 1;
}

@media screen and (min-width: 1000px){
	#page_content .wp-block-columns {
		gap: 40px;
	}
	
	#page_content figure figure {
		aspect-ratio: 16 / 9;
	}
}

.contact-container {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.contact-container a {
	color: #000000;
	text-decoration: none;
}

#page_content .contact-container {
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}

@media screen and (min-width: 1000px){
	#page_content .contact-container {
		flex-direction: row;
		gap: 20px;
		justify-content: center;
	}
}

#page_content .opening-hours-container {
	display: grid;
	grid-template-columns: 1fr;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	gap: 16px;
}

#page_content .opening-hours-container h3 {
	margin-bottom: 4px;
}

@media screen and (min-width: 1000px){
	#page_content .opening-hours-container  {
		gap: 40px;
	}
	#page_content .opening-hours-container:has(>div:nth-child(2))  {
		grid-template-columns: 1fr 1fr;
	}

	#page_content .opening-hours-container:has(>div:nth-child(3))  {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.opening-hours {
	text-align: left;
}

.opening-hours tr {
	display: flex;
	flex-direction: column;
}

.opening-hours td, .opening-hours th {
	padding: 4px 8px 4px 0;
	font-size: 20px;
}

.opening-hours .note {
	display: none;
}

.opening-hours tr:has(.note) > *:last-child {
	padding-bottom: 30px;
}

@media screen and (min-width: 600px){
	.opening-hours tr {
		display: table-row;
	}
	
	.opening-hours tr:has(.note) > * {
		padding-bottom: 30px;
	}
	
	.opening-hours tr:has(.note) > *:first-child {
		padding-bottom: 30px;
	}
}

#page_content .contact-container a { 
	color: #000000;
	text-decoration: none;
}

#page_content #backlink {
	text-decoration: none;
	line-height: 40px;
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 10px;
}

#page_content #backlink:before {
	content: '';
	height: 40px;
	width: 40px;
	display: inline-block;
	background-image: url('/wp-content/uploads/2025/04/TILLBAKA.png');
	background-size: contain;
}

#page_content #category-container {
	padding: 20px 0;
	text-transform: uppercase;
	text-align: center;
}

#page_content #category-container ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
    border: 2px solid black;
    justify-content: center;
}

#page_content #category-container li {
	list-style: none;
	font-size: 22px;
}


#page_content #category-container ul, #page_content #category-container li {
	display: flex;
	gap: 5px;
	flex-direction: column;
}

@media screen and (min-width: 600px){
	#page_content #category-container ul, #page_content #category-container li {
		flex-direction: row;
		gap: 10px;
	}
	
	#page_content #category-container li:after {
		content: '-';
	}
	
	#page_content #category-container li:last-child:after {
		content: '';
	}
}

[id^="slideshow-"] {
	max-width: 100%;
}

[id^="slideshow-"] .nextend-arrow img {
	width: 80px !important;
}

#slideshow-desktop {
	display: none;
}

#slideshow-mobile {
	margin-top: 60px;
}

#slideshow-mobile > div > div {
	max-width: 100% !important;
}

@media screen and (min-width: 700px){
	#slideshow-desktop {
		display: block;
		max-width: 1680px;
		margin: 100px auto;
	}
	#slideshow-mobile {
		display: none;
	}
	.n2-ss-slider {
		aspect-ratio: 16/9;
	}
}

div#n2-ss-2 .nextend-arrow img path {
	fill: #FFFFFF;
}

main .button, main .wp-element-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 22px;
	background-color: #FFFFFF;
	color: #000000;
	width: fit-content;
	text-decoration: none;
	border: 2px solid #000000;
	font-size: 20px;
	line-height: 20px;
	
	font-family: "Inter Tight", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	
	transition: background-color 125ms ease-in-out, color 125ms ease-in-out;
}

main .button:hover, main .wp-element-button:hover {
	background-color: #000000;
	color: #FFFFFF;
}

main .wp-element-button {
	display: grid;
    grid-template-columns: 1fr 16px;
	align-items: center;
	gap: 10px;
	grid-template-areas: 'text icon';
}

main .wp-element-button:after, main .wp-element-button:before {
	content: '';
	width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2025/04/button-icon-black.png);
    background-size: cover;
	margin-top: -2px;
	grid-area: icon;
	opacity: 1;
	transition: opacity 125ms ease-in-out;
}

main .wp-element-button:before {
    background-image: url(/wp-content/uploads/2025/04/button-icon-white.png);
}

main .wp-element-button:hover:after {
	opacity: 0;
}

main .wp-block-buttons {
	justify-content: center;
	margin-bottom: 40px;
}

footer {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

@media screen and (min-width: 1000px){
	footer {
		margin-top: 100px;
	}
}

footer > div {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 0 20px;
}

footer > .newsletter-container {
	text-align: center;
	position: relative;
	grid-template-columns: 1fr;
	gap: 10px;
	padding-bottom: 20px;
}

footer > div:last-child {
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px;
	padding-bottom: 40px;
	box-shadow: 33vw 0px 0px #000000, -33vw 0px 0px #000000;
}


footer .logo-container {
	display: grid;
    align-items: center;
}

footer .social-container {
	display: flex;
	gap: 20px;
	flex-direction: column;
    align-items: center;
}

footer .logo-container, footer .social-container {
	justify-content: center;
}

footer .social-container img {
	width: 40px;
}

footer .img-container {
	display: none;
}

footer #policy-container {
	grid-template-columns: 15px 1fr;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    text-align: center;
    width: fit-content;
}

footer #policy-container input {
	height: 15px;
    grid-column: 1;
}

footer #policy-container a {
	color: #000000;
}

@media screen and (min-width: 1000px){
	footer > .newsletter-container {
		margin-bottom: -100px;
		padding-bottom: 0;
	}
	
	footer .img-container {
		display: block;
		margin-bottom: -30px;
		pointer-events: none;
	}
	
	footer > div {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	
	footer .logo-container {
		justify-content: center;
	}
	
	footer > div:last-child {
		padding: 40px 20px;
	}
	
	footer .social-container {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
	}
}

footer p {
	font-family: "Inter Tight", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 16px;
}

footer img {
	max-width: 100%;	
}

footer .hours-container {
	display: flex;
    flex-direction: column;
}

footer form > div {
    max-width: 90vw;
    margin: 0 auto;
}

.subscription-email-input button {
	border-radius: 22px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	transition: background-color 125ms ease-in-out, color 125ms ease-in-out;
	padding: 10px 20px;
}

footer .subscription-email-input button:hover {
	background-color: #000000;
	color: #FFFFFF;
}

.subscription-email-input input[type="email"] {
	border-radius: 24px;
	padding: 10px 20px;
    border-right: 0;
	font-size: 20px;
	line-height: 20px;
	grid-row: 1;
	grid-column: 1 / -1;
	border: 2px solid #000000;
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (min-width: 1000px){
	.subscription-email-input {
		display: grid;
		grid-template-columns: 3fr 2fr;
		width: 400px;
	}
	
	.subscription-email-input button {
		grid-row: 1;
		grid-column: 2 / -1;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	
	.subscription-email-input input[type="email"] {
		margin-bottom: 0px;
	}
}

.carousel-wrapper {
  position: relative;
}

.carousel {
	width: 100%;
	overflow-x: scroll;
	aspect-ratio: 16/9;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
}

.carousel::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.carousel > div {
  display: flex;
  height: 100%;
  position: relative;
}


.carousel-item {
  height: 100%;
  aspect-ratio: 16/9;
  scroll-snap-align: center;
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel:before, .carousel:after, .carousel-item a {
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 50px;
  color: white;
  background-color: black;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: 1px solid white;
  text-decoration: none;
  display: grid;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.carousel:before, .carousel:after {
  content: '«';
  z-index: 10;
  pointer-events: none;
}

.carousel-item a {
  top: 50%;
  opacity: 0;
}

.carousel:after, .carousel-item a.carousel-next {
  left: unset;
  right: 10px;
}

.carousel:after {
  content: '»';
}

#wpgmza_map {
	margin-top: 10px;
	margin-bottom: 40px;
	height: unset !important;
	aspect-ratio: 1 / 1;
	background-color: lightgrey;
}

@media screen and (min-width: 1000px){
	#wpgmza_map {
		height: unset !important;
        aspect-ratio: 16 / 9;
	}
}

#page_content label {
	cursor: pointer;
}

#page_content #hours_toggle {
	display: none;
}

#alternative_hours {
	opacity: 0;
	transition: opacity 125ms ease-in-out;
	pointer-events: none;
	max-height: 0;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	color: #FFFFFF;
	z-index: 10;
	padding: 20px;
	padding-top: 100px;
}

#hours_toggle:checked ~ #alternative_hours {
	opacity: 1;
	pointer-events: unset;
	max-height: unset;
}

#alternative_hours label {
	position: absolute;
    top: 20px;
    right: 20px;
	cursor: pointer;
}

#alternative_hours label img {
	width: 40px;
	height: 40px;
}

#alternative_hours .day-name {
	text-transform: uppercase;
}

.grecaptcha-badge {
	visibility: hidden;
}

.middleimages-container {
	max-width: 1680px;
	margin: 0 auto;
	margin-top: 60px;
}

@media screen and (min-width: 1000px){
	.middleimages-container {
		margin-top: 100px;
	}
}

#cookie-footer {
	padding: 10px;
	background-color: #000000;
}

#cookie-footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#popmake-2162 {
	background-color: black;
	padding: 40px;
}

#popmake-2162 > .popmake-content {
	background-color: black;
}

#popmake-2162 * {
	color: white;
	text-align: center;
}

#popmake-2162 button {
	color: black;
	border-color: white;
}

#popmake-2162 .popmake-close {
    background: black;
    color: white;
    font-family: sans-serif;
    font-size: 30px;
    line-height: 50px;
    min-width: 46px;
    margin: 0;
    padding: 0;
}

.newsletter-popup-container input::placeholder {
	color: white;
}

.newsletter-popup-container input[type=email], .newsletter-popup-container input:-webkit-autofill, .newsletter-popup-container input:-webkit-autofill:focus {
    color: white !important;
    background: black !important;
    border-color: white !important;
	transition: background-color 0s 600000s, color 0s 600000s !important;
}