/**
Theme Name: Vadkacsa
Author: zsiraiandras.com
Author URI: https://zsiraiandras.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vadkacsa
*/

/* 
  =====================================================
  NORMALIZE
  =====================================================
*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: auto;
	font-size: 15px;
}

/**
   * Remove the margin in all browsers.
   */

body {
	margin: 0;
	font-family: "Matahari 600", sans-serif;
	background-color: var(--color-base);
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-family: "Matahari 700", sans-serif;
}

/**
  * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

* {
	box-sizing: border-box;
}

/* 
  =====================================================
  CSS VARIABLES
  =====================================================
*/
:root {
	--color-primary: #9a6a54;
	--color-accent: #1c413d;

	--color-white: #ffffff;
	--color-black: #202020;
	--color-grey: #707070;
	--color-base: #f1f2ed;
	--color-light-grey: #f5f5f5;

	--transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* 
  =====================================================
  VADKACSA FONTS
  =====================================================
*/
@font-face {
	font-family: "Inria Serif";
	src: url("/wp-content/fonts/InriaSerif-Bold.woff2") format("woff2"), url("/wp-content/fonts/InriaSerif-Bold.woff") format("woff"), url("/wp-content/fonts/InriaSerif-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inria Serif";
	src: url("/wp-content/fonts/InriaSerif-BoldItalic.woff2") format("woff2"), url("/wp-content/fonts/InriaSerif-BoldItalic.woff") format("woff"), url("/wp-content/fonts/InriaSerif-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 400";
	src: url("/wp-content/fonts/Matahari-400Regular.woff2") format("woff2"), url("/wp-content/fonts/Matahari-400Regular.woff") format("woff"), url("/wp-content/fonts/Matahari-400Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 600";
	src: url("/wp-content/fonts/Matahari-600SemiBold.woff2") format("woff2"), url("/wp-content/fonts/Matahari-600SemiBold.woff") format("woff"), url("/wp-content/fonts/Matahari-600SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 700";
	src: url("/wp-content/fonts/Matahari-700Bold.woff2") format("woff2"), url("/wp-content/fonts/Matahari-700Bold.woff") format("woff"), url("/wp-content/fonts/Matahari-700Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 800";
	src: url("/wp-content/fonts/Matahari-800ExtraBold.woff2") format("woff2"), url("/wp-content/fonts/Matahari-800ExtraBold.woff") format("woff"), url("/wp-content/fonts/Matahari-800ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 900";
	src: url("/wp-content/fonts/Matahari-900Black.woff2") format("woff2"), url("/wp-content/fonts/Matahari-900Black.woff") format("woff"), url("/wp-content/fonts/Matahari-900Black.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 400 Oblique";
	src: url("/wp-content/fonts/Matahari-400RegularOblique.woff2") format("woff2"), url("/wp-content/fonts/Matahari-400RegularOblique.woff") format("woff"), url("/wp-content/fonts/Matahari-400RegularOblique.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 600 Oblique";
	src: url("/wp-content/fonts/Matahari-600SemiBoldOblique.woff2") format("woff2"), url("/wp-content/fonts/Matahari-600SemiBoldOblique.woff") format("woff"), url("/wp-content/fonts/Matahari-600SemiBoldOblique.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 700 Oblique";
	src: url("/wp-content/fonts/Matahari-700BoldOblique.woff2") format("woff2"), url("/wp-content/fonts/Matahari-700BoldOblique.woff") format("woff"), url("/wp-content/fonts/Matahari-700BoldOblique.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 800 Oblique";
	src: url("/wp-content/fonts/Matahari-800ExtraBoldOblique.woff2") format("woff2"), url("/wp-content/fonts/Matahari-800ExtraBoldOblique.woff") format("woff"), url("/wp-content/fonts/Matahari-800ExtraBoldOblique.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Matahari 900 Oblique";
	src: url("/wp-content/fonts/Matahari-900BlackOblique.woff2") format("woff2"), url("/wp-content/fonts/Matahari-900BlackOblique.woff") format("woff"), url("/wp-content/fonts/Matahari-900BlackOblique.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* 
  =====================================================
  LENIS SMOOTH SCROLL
  =====================================================
*/
html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

/* 
  =====================================================
  ANIMATIONS START
  =====================================================
*/
.reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: none !important;
}

/* 
  =====================================================
  GLOBAL
  =====================================================
*/

/*/
///  TYPOGRAPHY
/*/
p {
	margin: 0 0 20px;
	font-size: 1rem;
	font-family: "Matahari 600", sans-serif;
	line-height: 1.8em;
	color: var(--color-accent);
}
p:not(.subtitle, .footer-title):last-of-type {
	margin-bottom: 0;
}

.title-xl {
	margin-bottom: 20px;
	font-size: 4.5rem;
	font-size: clamp(3rem, 3vw, 130px);
	line-height: 1em;
	color: var(--color-primary);
}

.title-l {
	margin-bottom: 20px;
	font-size: 4.5rem;
	font-size: clamp(1.5rem, 2.2vw, 55px);
	line-height: 1em;
	color: var(--color-primary);
}

.title-m {
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 1.2em;
	color: var(--color-primary);
	text-transform: uppercase;
}

.title-s {
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1em;
	color: var(--color-primary);
}

.section-title,
.page-title {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: clamp(30px, 3.5vw, 70px);
	line-height: 1em;
	color: var(--color-primary);
}

.section-title-s {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: clamp(26px, 2.5vw, 60px);
	line-height: 1em;
	color: var(--color-primary);
}

.section-title.center {
	margin-bottom: 1em;
}

.section-title-line {
	display: block;
	width: 85%;
	height: 1px;
	background-color: var(--color-accent);
}

.subtitle {
	margin: 0 0 20px;
	padding: 0;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.subtitle::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin-top: 10px;
	background-color: var(--color-primary);
}

.disabled {
	opacity: 0.6 !important;
	pointer-events: none !important;
}

.color-white {
	color: var(--color-white);
}

.color-primary {
	color: var(--color-primary);
}

.color-accent {
	color: var(--color-accent);
}

.center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

strong {
	font-family: "Matahari 800", sans-serif;
}

a {
	color: var(--color-primary);
	font-family: "Inria Serif";
	word-wrap: break-word;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
.font-heading {
	font-family: "Inria Serif";
	font-weight: 700;
	font-style: italic;
}

h3 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 3rem;
	color: var(--color-primary);
}

h4 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 2rem;
	color: var(--color-primary);
}

h5 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.3rem;
	color: var(--color-accent);
}

.mth-600-i {
	font-family: "Matahari 600 Oblique", sans-serif;
	font-style: italic;
}

/*/
///  LAYOUT & BG
/*/
.section {
	width: 100%;
	padding: 0 50px;
}

.section-full {
	width: 100%;
	padding: 0;
}

.mx-width {
	max-width: 1400px;
	margin: 0 auto;
}

.narrow {
	max-width: 400px;
}

.rounded {
	border-radius: 1.2em;
}

.shadow {
	box-shadow: rgb(154 106 84 / 30%) 0px 3px 10px;
}

.grid {
	display: grid;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

/*///// MAIN GRID - SUBGRID /////*/
.main-grid {
	--column-count: 3;

	padding: 0;
	display: grid;
	grid-template-columns: minmax(50px, 1fr) repeat(var(--column-count), minmax(0, 450px)) minmax(50px, 1fr);
	gap: 1em;
}

.subgrid {
	grid-column: 1 / -1;

	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: max-content 1fr;
	gap: 4.5em 1em;
}

.subgrid .section-title-line {
	align-self: center;
}

/* Subgrid - utility class*/
.subgrid .col-1,
.grid_column_1 {
	grid-column: 2 / 3;
}

.subgrid .col-2 {
	grid-column: 3 / 4;
}

.subgrid .col-3 {
	grid-column: 4 / 5;
}

.subgrid .col-1-3 {
	grid-column: 2 / 4;
}

.subgrid .col-full {
	grid-column: 2 / -1;
}

.subgrid .col-1-full {
	grid-column: 2 / -2;
}

.subgrid .col-2-full {
	grid-column: 3 / -2;
}

.subgrid .col-3-full {
	grid-column: 4 / -2;
}

.grid-column-full {
	grid-column: 2 / -2;
}

.subgrid .col-2-stretch {
	grid-column: 3 / -1;
}

.subgrid .col-3-stretch {
	grid-column: 4 / -1;
}

.grid-column-stretch {
	grid-column: 1 / -1;
}

.row-stretch {
	grid-row: 1 / -1;
}

.row-full {
	grid-row: 1 / -1;
}

.col-3-stretch.row-stretch {
	padding-right: 50px;
}

@media screen and (max-width: 1200px) {
	.main-grid {
		--column-count: 2;
	}
	/* Subgrid - utility class*/
	.subgrid .col-1,
	.grid_column_1 {
		grid-column: 2 / 3;
	}

	.subgrid .col-2 {
		grid-column: 3 / 4;
	}

	.subgrid .col-3 {
		grid-column: 3 / 4;
	}
	.subgrid .col-1-3 {
		grid-column: 2 / 3;
	}
	.subgrid .col-3-stretch {
		grid-column: 2 / -2;
	}

	.row-stretch,
	.row-full {
		grid-row: unset;
		padding-right: 0;
	}

	.col-3-stretch.row-stretch {
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.main-grid {
		--column-count: 1;
		grid-template-columns: 50px repeat(var(--column-count), 1fr) 50px;
	}
	/* Subgrid - utility class*/
	.subgrid .col-1,
	.grid_column_1 {
		grid-column: 2 / 3;
	}
	.subgrid .col-2 {
		grid-column: 2 / 3;
	}
	.subgrid .col-3 {
		grid-column: 2 / 3;
	}
	.subgrid .col-1-3 {
		grid-column: 2 / 3;
	}
	.subgrid .col-2-full {
		grid-column: 2 / -2;
	}
}

/*/
///  IMAGES
/*/
.img-wrapper {
	overflow: hidden;
}

.img-wrapper > img,
.img-wrapper > picture,
.img-wrapper picture img,
picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}

picture {
	display: inline-block;
}

figure {
	margin: 0;
	padding: 0;
}

/*/
///  LISTS
/*/
ul,
ol {
	margin: 0;
	padding: 0;
	padding-left: 0;
	list-style-type: none;
}

ul li,
ol li {
	margin-bottom: 1em;
	font-family: "Matahari 600 Oblique", sans-serif;
	font-size: 1rem;
	line-height: 1.8em;
	color: var(--color-accent);
	word-wrap: break-word;
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

ul.list {
	margin-top: 1em;
}

ul.list li::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 2em;
	height: 1px;
	vertical-align: middle;
	background-color: var(--color-primary);
}

.single-karrier ul,
ul.vadkacsa_list {
	margin-top: 1em;
	margin-bottom: 2em;
	position: relative;
	padding-left: 2.5em;
}

.single-karrier ul li,
ul.vadkacsa_list li {
	position: relative;
}

ul.vadkacsa_list li {
	margin-bottom: 0.2em;
}

.single-karrier ul li::before,
ul.vadkacsa_list li::before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: -2.5em;
	display: block;
	width: 2em;
	height: 1px;
	background-color: var(--color-primary);
}

/*/
///  FORMS
/*/
.vadkacsa_form {
	margin: 0 auto;
	padding: 5em 5em;
	background-color: var(--color-white);
}

.wpcf7-turnstile {
	width: fit-content;
	margin: 0 auto 2rem;
}

#form-wrapper {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	max-width: 580px;
	gap: 1em;
}

#form-wrapper .bottom {
	position: relative;
}

#form-wrapper label {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	color: var(--color-accent);
}

.wpcf7-form-control-wrap {
	display: block;
	margin: 5px 0 30px;
}

#form-wrapper select,
#form-wrapper input[type="text"],
#form-wrapper input[type="email"],
#form-wrapper input[type="search"],
#form-wrapper input[type="password"],
#form-wrapper input[type="number"],
#form-wrapper input[type="date"],
#form-wrapper input[type="tel"],
#form-wrapper textarea,
#form-wrapper .form-control {
	width: 100%;
	font-size: 13px;
	color: var(--color-accent);
	background: var(--color-base);
	border: none;
	outline: none !important;
	padding: 1em 2em;
	height: 4em;
	transition: none;
	border-radius: 0.7em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#form-wrapper textarea {
	height: 100px;
	resize: vertical;
}

.required {
	color: #dc3232;
	margin-left: 4px;
}

#form-wrapper a {
	color: #dc3232;
}

.wpcf7-list-item {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: calc(100% + 5px);
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.wpcf7-checkbox {
	display: block;
	margin-top: 1.2em;
}

select {
	height: 35px;
	padding: 0.1em 1.5em;
	font-size: 0.9rem;
	border: none;
	background-color: var(--color-grey);
}

input[type="submit"],
#form-wrapper .wpcf7-stripe button[type="submit"],
#form-wrapper .wpcf7-stripe button[type="button"] {
	margin: 0;
	padding: 0.4em 1.5em;
	font-family: "Inria Serif";
	font-weight: 700;
	font-style: italic;
	font-size: 1.5rem;
	color: var(--color-primary);
	border: 1px solid var(--color-accent);
	background-color: transparent;
	transition: var(--transition);
}

input[type="submit"]:hover,
#form-wrapper .wpcf7-stripe button[type="submit"]:hover,
#form-wrapper .wpcf7-stripe button[type="button"]:hover {
	cursor: pointer;
	background-color: var(--color-accent);
}

#form-wrapper .stripe-secure-badge {
	display: block;
	margin: 3rem 0 0 auto;
	width: 100%;
	max-width: 300px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2rem auto 0;
	padding: 0.8em 2em;
	width: fit-content;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
	background-color: #dc323221;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #ffb9000f;
}

/* STRIPE styles */
.wpcf7 .wpcf7-stripe .wpcf7-form-control {
	display: block;
	background: var(--color-base);
	padding: 1.5rem 1rem;
	border: 1px solid var(--color-primary);
}

/*/
///  BUTTON BTN
/*/
.btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 3.5rem;
}

.btn-wrapper.vertical {
	flex-direction: column;
}

.button,
button:not(.flickity-button, .cky-btn),
.btn {
	display: inline-block;
	width: fit-content;
	margin: 1.5em 0 0;
	padding: 0;
	font-family: "Inria Serif";
	font-weight: 700;
	font-style: italic;
	font-size: 1.4rem;
	color: var(--color-primary);
	border: none;
	line-height: 1.2em;
	background-color: transparent;
	transition: var(--transition);
}

.button:not(.flickity-button, .add_to_cart_button):hover,
button:not(.flickity-button, .add_to_cart_button):hover {
	background-color: var(--color-secondary);
	cursor: pointer;
}

.btn_alt {
	color: var(--color-white);
}

.btn:focus-visible {
	outline: 1px solid var(--color-accent);
}

.btn:hover {
	color: var(--color-primary);
}

button.btn:focus {
	outline: none;
}

/*/
///  BUTTON BTN ARROW
/*/
.btn .btn-arrow {
	display: inline-block;
	margin-top: 0;
	margin-left: 10px;
	vertical-align: baseline;
	transition: var(--transition);
}

.btn-arrow svg path {
	fill: var(--color-accent);
}

.btn_alt .btn-arrow svg path {
	fill: var(--color-primary);
}

.btn:hover .btn-arrow {
	transform: translateX(5px);
}

/*/
///  Flickity
/*/
.slider {
	height: clamp(550px, 100%, 650px);
}

/* enable Flickity by default */
.slider:after {
	content: "flickity";
	display: none; /* hide :after */
}

.slider .slide {
	width: 100%;
	height: 100%;
}
.slider .slide .img-wrapper {
	width: 100%;
	height: 100%;
}

.flickity-button {
	margin: 0;
	padding: 0;
	width: 45px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: var(--color-accent);
	border: 1px solid var(--color-primary);
	border-radius: 10em;
	color: var(--color-primary);
	transition: var(--transition);
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 45%;
	height: 45%;
	transform: translate(-50%, -50%);
	fill: var(--color-primary);
}

.flickity-button:focus {
	outline: 0;
	box-shadow: none;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: 25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: var(--color-secondary);
	border: 1px solid var(--color-gold);
	border-radius: 50%;
	opacity: 0.4;
	cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/*/
///  Contact Wrapper
/*/
.contact-wrapper {
	container-type: inline-size;
}

.elerhetosegeink {
	margin: 0;
}

.contact-row {
	margin-bottom: 2em;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.6em;
}

.contact-title {
	margin-bottom: 0;
	font-family: "Matahari 900", sans-serif;
	font-size: 12px;
	color: var(--color-primary);
	text-transform: uppercase;
}

.contact-row p {
	margin: 0;
	line-height: 1.25em;
}

.contact-row a,
.footer-row a {
	margin: 0;
	line-height: 1.25em;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}

.opening-hours {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6em;
}

.open-row {
	margin-bottom: 0.55em;
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: baseline;
	gap: 0;
}

.open-row p {
	margin: 0;
}

.open-row p span {
	display: block;
	margin-bottom: 5px;
	color: var(--color-grey);
	font-family: "Matahari 600 Oblique";
	font-size: 0.9em;
	line-height: 1em;
}

.opening-hours .contact-title {
	grid-column: span 2;
}

@container (max-width: 380px) {
	.opening-hours {
		grid-template-columns: 1fr;
	}
	.opening-hours .contact-title {
		grid-column: 1;
	}
}

/*/
///  Body scroll fix, for overlay menus
/*/
.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

/* Parallax images */
.parallax__img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}

/*/
///  Vadkacsa Popup
/*/
.vadkacsa_popup {
	max-width: 65ch;
	padding: 3rem 5rem;
	border: none;
	background-color: var(--color-base);
	z-index: 999;

	span {
		line-height: 1.2em;
	}
}

.vadkacsa_popup::backdrop {
	background: rgb(0 0 0 / 0.4);
	backdrop-filter: blur(5px);
}

/* 
  =====================================================
  HEADER
  =====================================================
*/
/*/
///  SIMPLE HEADER
/*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 999;
}

header .header-inner {
	position: relative;
	height: 80px;
	margin: 0;
	padding: 0 50px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: var(--color-base);
	transition: var(--transition);
}

header.transparent .header-inner {
	background-color: transparent;
}

header .logo-wrapper {
	flex: 0 1 auto;
	z-index: 10;
}

header .logo-wrapper a {
	display: flex;
}

header .logo {
	width: 80px;
}

header .center {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

header .main-menu-desktop {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
}

header .main-menu-desktop > li,
header .foglalas-menu > li,
header .language-menu > li,
.contact-row a,
.footer-row a {
	margin: 0;
	position: relative;
	line-height: 1.5em;
}

header .main-menu-desktop > li::before,
.contact-row a::before,
.footer-row a:not(.social-icon)::before {
	content: "";
	position: absolute;
	top: 100%;
	display: block;
	width: 100%;
	height: 1px;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
	background-color: var(--color-accent);
}

header .main-menu-desktop > li:hover::before,
.contact-row a:hover::before,
.footer-row a:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

header .center a {
	font-family: "Inria Serif";
	font-weight: 700;
	color: var(--color-primary);
	transition: var(--transition);
	display: inline-block;
	height: 100%;
	isolation: isolate;
}

header .center li:hover > a {
	color: var(--color-accent);
}

header .center li.current-menu-item a {
	color: var(--color-accent);
}

header .center li.current-menu-item::before {
	transform: scale3d(1, 1, 1);
}

header .center li.menu-item-has-children::after,
header .foglalas-menu > li::after {
	content: "";
	display: inline-block;
	margin-left: 1px;
	width: 0.5em;
	height: auto;
	aspect-ratio: 1 / 1;
	vertical-align: middle;
	background-color: var(--color-accent);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transition: var(--transition);
}

header .center .disabled a {
	opacity: 0.5;
	pointer-events: none;
}

header .header-inner > .right {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 30px;
}

/* Unnepi menus */
header .menu-item.karacsony a::after,
header .menu-item.szilveszter a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 22px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(0%, 0%);
	z-index: -1;
}
header .menu-item.karacsony a::after {
	background-image: url(/wp-content/uploads/2025/12/icon-karacsony.png);
}

header .menu-item.szilveszter a::after {
	background-image: url(/wp-content/uploads/2024/11/szilveszter.png);
}

/* Dropdown menus */
header .main-menu-desktop .sub-menu,
header .foglalas-menu .sub-menu,
header .language-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	padding: 1em 0;
	display: grid;
	grid-template-columns: max-content;
	justify-items: start;
	gap: 1em;
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
}
header .main-menu-desktop li:hover .sub-menu,
header .foglalas-menu li:hover .sub-menu,
header .language-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

header .main-menu-desktop .sub-menu > li,
header .foglalas-menu .sub-menu > li,
header .language-menu .sub-menu > li {
	margin: 0;
}

header .main-menu-desktop .sub-menu > li::before,
header .foglalas-menu .sub-menu > li::before {
	content: "";
	display: inline-block;
	background-color: var(--color-primary);
	width: 10px;
	height: 1px;
	margin-right: 3px;
	vertical-align: middle;
}

/* Header + Footer social-wrapper */
.social-wrapper {
	display: flex;
	gap: 30px;
	width: max-content;
}

.social-wrapper a {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.social-wrapper p {
	padding: 0;
	font-size: 13px;
	color: var(--color-accent);
	text-transform: uppercase;
}

.social-wrapper a svg {
	fill: var(--color-accent);
}

.social-wrapper span {
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translate(-50%, 100%);
	font-size: 0.8rem;
	color: var(--color-accent);
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
}

.social-wrapper a:hover span {
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
}

/* Header foglalas menu */
header .foglalas_menu {
	margin-right: 30px;
}

/* Header language menu */
header .language-menu > li {
	line-height: 0;
	cursor: pointer;
}

header .language-menu .sub-menu {
	line-height: 0;
	left: unset;
	right: 0;
	grid-template-columns: auto auto;
	gap: 2rem;
}

header .language-menu .sub-menu li {
	padding: 0.2em 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

header .language-menu .sub-menu li a {
	padding: 0.2em 0.7em;
	line-height: 0;
}

header .language-menu .flag {
	margin: 0;
	padding: 0;
	width: 20px;
}

header #icon-language {
	margin-right: 30px;
	width: 25px;
	transition: var(--transition);
}

header .language-menu:hover #icon-language {
	scale: 1.25;
}

/*/
///  Mobile Navigation
/*/

/*
 * Quick hamburger
 */
#hamburger {
	position: relative;
	display: grid;
	justify-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
	width: 50px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
	z-index: 999;
	background-color: var(--color-accent);
	border-radius: 10em;
}
#hamburger .line {
	display: block;
	width: 24px;
	height: 2px;
	margin: 0 auto 6px;
	position: relative;
	background: var(--color-primary);
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	transition: var(--transition);
}
#hamburger .line:last-of-type {
	margin: 0;
}

#hamburger input {
	display: block;
	margin: 0;
	position: absolute;
	inset: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
	width: 100%;
	height: 100%;
}

#hamburger .line:first-child {
	transform-origin: 0% 0%;
}

#hamburger .line:nth-child(2) {
	transform-origin: 0% 100%;
}

#hamburger input:checked ~ .line {
	opacity: 1;
	transform: rotate(-45deg) translate(3px, 0);
}
#hamburger input:checked ~ .line:nth-child(2) {
	transform: rotate(45deg) translate(1px, -3px);
}
#hamburger input:checked ~ .line:nth-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#hamburger:hover .line:nth-of-type(2) {
	width: 15px;
}

.mobile_menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	height: 100svh;
	padding: 0 30px 1.5em;
	background-color: var(--color-accent);
	clip-path: circle(0% at 100% 0);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow: hidden;
	z-index: 1;
}

.mobile_menu__inner {
	margin: 80px auto 0;
	padding: 50px;
	max-width: 1300px;
	height: calc(100vh - 80px);
	min-height: 480px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	overflow-y: auto;
}

.mobile_menu ul.main-menu-mobile {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 3rem;
}

.main-menu-mobile li {
	width: fit-content;
	margin: 0;
	font-size: clamp(2rem, 2vw, 60px);
	line-height: 1em;
}

.main-menu-mobile li > a {
	display: inline-block;
	color: var(--color-primary);
	line-height: 1em;
	transition: var(--transition);
}

.main-menu-mobile li:hover > a {
	padding-left: 5px;
	color: var(--color-base);
}

.main-menu-mobile .sub-menu {
	margin-top: 1rem;
	padding-left: 2rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.5rem;
}

.main-menu-mobile .sub-menu li {
	font-size: 0.7em;
    display: flex;
    align-items: center;
    gap: 12px;
	
	&::before {
		content: '';
		display: inline-block;
		width: 25px;
		height: 1px;
		background: var(--color-grey);
	}
}

.mobile_menu .elerhetosegeink {
	margin: 80px 0 0;
}

.mobile_menu .elerhetosegeink .contact-title {
	color: var(--color-primary);
}

.mobile_menu .elerhetosegeink p {
	color: var(--color-base);
}

.mobile_menu .social-wrapper {
	margin: 100px 0 0;
}

.mobile_menu a svg {
	fill: var(--color-primary);
}

.mobile_menu .language-wrapper {
	margin: 50px 0 0;
}

.mobile_menu .language-wrapper .language-menu {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mobile_menu .language-wrapper .language-menu a {
	display: flex;
	align-items: center;
	gap: 0.7em;
	color: var(--color-base);
}

.nav-open {
	transform: translateY(0);
	clip-path: circle(150% at 100% 0);
}
/* 
  =====================================================
  HOME
  =====================================================
*/

#szechenyi-2020-logo {
	position: fixed;
	bottom: 0;
	right: 0;
	max-width: 300px;
	z-index: 99;
	a {
		display: block;
		width: 100%;
		height: 100%;
	}
	img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

/*/
///  Home hero
/*/
#hero {
	height: 100vh;
	height: 100svh;
	padding-top: 80px;
}

#hero .hero-wrapper {
	height: 100%;
	margin: 0;
	padding: 50px 0;
}

#hero .logo-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding-top: 5%;
	height: calc(100% - 100px);
	z-index: 1;

	.hero__logo {
		width: 180px;
		margin-bottom: 2em;
	}

	.hero__title {
		margin: 0;
		max-width: 45vw;
		font-size: clamp(3rem, 3.5vw, 130px);
		line-height: 1.25em;
	}
	.hero__title span {
		display: inline-block;
		width: max-content;
	}
}

#hero .images-wrapper {
	height: 100%;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr;
	grid-template-rows: 1fr 0.65fr max-content;
	gap: 20px 20px;
	grid-template-areas:
		". img-big img-top"
		". img-big img-bottom"
		". vizio vizio";
}

.images-wrapper .img-wrapper {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.img-big {
	grid-area: img-big;
}
.img-top {
	grid-area: img-top;
}
.img-bottom {
	grid-area: img-bottom;
}
.vizio {
	grid-area: vizio;
	max-width: 500px;
	padding-top: 20px;
	font-family: "Matahari 600 Oblique", sans-serif;
}

.images-wrapper .overlay::after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.scroll-wrapper {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	transform-origin: left;
	transform: rotate(270deg);
	z-index: 1;
}

.scroll-wrapper .line {
	display: block;
	width: 80px;
	height: 1px;
	margin: 0;
	margin-left: 25px;
	padding: 0;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}

.scroll-wrapper .line::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-accent);
	transform-origin: top center;
	transform: translate3d(0%, 0, 0);
	animation: scrolldown 3.5s ease forwards infinite;
}
@keyframes scrolldown {
	0% {
		transform: translate3d(100%, 0, 0);
	}
	50% {
		transform: translate3d(0%, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

.scroll-wrapper .gorgess {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: var(--color-primary);
	letter-spacing: 1px;
	line-height: 1em;
	text-transform: uppercase;
}

#hero__bg {
	position: absolute;
	top: 80px;
	left: -10%;
	opacity: 0.03;
	max-width: 100%;
	z-index: -10;
	overflow: hidden;
}

#hero__bg svg {
	width: auto;
	height: 120vh;
}

/*/
///  Home etterem
/*/
#etterem {
	margin: 10em 0;
}

#etterem .img-column {
	padding-right: 50px;
	grid-column: 4 / -1;
	grid-row: 1 / -1;
	height: clamp(480px, 100%, 750px);
}

#etterem .img-column .img-wrapper {
	grid-column: 1 / 2;
	grid-row: 1 / -1;
}

#etterem .img-column .img-offset {
	grid-column: 1 / -1;
	justify-self: end;
	align-self: end;
	width: 70%;
	height: 50%;
	transform: translateY(30%);
	z-index: 1;
}

/*/
///  Home panzio
/*/
#panzio {
	margin: 10em 0;
}

#panzio .grid-wrapper {
	width: 100%;
	min-height: 80svh;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#panzio .left {
	padding: 6em 3em;
	display: grid;
	align-content: center;
	justify-content: center;
	background-color: var(--color-accent);
}

#panzio .section-title {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

#panzio .section-title::before,
#panzio .section-title::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: var(--color-primary);
}

#panzio .left p {
	margin: 3em 0 0em;
	max-width: 380px;
	text-wrap: pretty;
}

#panzio .right {
	padding: 6em 3em;
	display: grid;
	align-content: center;
	justify-items: center;
	background-image: url(/wp-content/uploads/2026/03/hero_bottom_2026_retouch.webp);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;

	iframe {
		z-index: 2;
	}
}

/*/
///  Home strandbisztro
/*/
#strandbisztro {
	margin: 10em 0;
}

.strand__slider {
	grid-column: 3 / -1;
	width: 100%;
	height: clamp(320px, 60vh, 600px);
}

.strand__slider .slide {
	margin-right: 50px;
	width: 33.33333%;
}

/*/
///  Home rendezvények
/*/
#rendezvenyek {
	margin: 10em 0;
}

#rendezvenyek .img-wrapper {
	max-width: 850px;
}

/*/
///  Home progrmajaink
/*/
#programjaink {
	display: none !important;
	margin: 10em 0;
}

#programjaink .events-wrapper {
	width: 100%;
	height: auto;
	display: block;
}

#programjaink .event {
	width: 33.33333%;
	height: auto;
	padding: 0 30px;
}

#programjaink .event .img-wrapper {
	height: 320px;
	margin-bottom: 2em;
}

#programjaink .event .event_name {
	margin-bottom: 10px;
	font-family: "Matahari 700", sans-serif;
	font-size: 1.2rem;
	line-height: 1em;
}

#programjaink .no-event {
}

/* enable Flickity by default */
.events-slider:after {
	content: "flickity";
	display: none; /* hide :after */
}

/* 
  =====================================================
  PAGES
  =====================================================
*/
#page-content {
	margin: 80px 0 10em;
	padding: 5em 0 0;
}

#page-wrapper > .subgrid {
	margin-bottom: 10em;
}

#page-wrapper > .subgrid:last-of-type {
	margin-bottom: 0;
}

/* Narrow center subpage wrapper */
.centered-wrapper {
	max-width: 950px;
	margin: 0 auto;
}

.centered-wrapper .img-wrapper {
	margin-bottom: 3em;
	height: clamp(300px, 60vh, 600px);
}

.centered-wrapper .slider {
	height: clamp(300px, 60vh, 650px);
}


.centered-wrapper .row {
	margin-bottom: 6em;
}

.wp-block-group {
	margin-bottom: 6em;
}

.single-page .section-title + .lead {
	margin: 0 auto 2em;
	font-family: "Matahari 700", sans-serif;
	font-size: 1.1rem;
	text-align: center;
	text-wrap: balance;
}

.single-page .highlight-container {
	display: flex;
	margin: 0 auto 4em;
	padding: 3em 50px;
	background-color: var(--color-white);
	justify-content: center;
	gap: 0 1em;

	p {
		margin: 0;
	}
}

.single-page .info-container {
	margin: 0 auto 4em;
	padding: 3em 50px;
	border: 2px solid var(--color-primary);
}

/*/
///  Page - Heti Menu
/*/
#heti-menu-img {
	display: block;
	margin: 0 auto;
	width: fit-content;
	max-width: 1380px;
}

/*/
///  Page - Etlap
/*/
.etlap-wrapper {
	grid-column: 2 / -2;
}

.etlap-wrapper .top {
	margin: 4.5em 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-primary);
	display: grid;
	grid-template-columns: 1fr 200px 150px;
}

.etlap-wrapper .top .title {
	font-family: "Matahari 900", sans-serif;
	font-size: 1rem;
	color: var(--color-primary);
	text-transform: uppercase;
}

.etlap-wrapper .top .title span {
	font-family: "Matahari 600", sans-serif;
	font-size: 0.8em;
}

.etlap__section {
	margin-bottom: 7em;
}

.etlap__section:last-child {
	margin-bottom: 0;
}

.etlap__etel {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #c7c7c7;
	display: grid;
	grid-template-columns: 1fr 200px 150px;
	align-items: center;
}

.etlap__etel:last-of-type {
	border-bottom: none;
}

.etlap-wrapper p {
	margin: 0;
}

.etlap-wrapper .allergenek {
	font-size: 0.8rem;
	font-family: "Matahari 800", sans-serif;
	color: var(--color-primary);
	line-height: 1em;
}

.etlap__section .info__row {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid var(--color-white);
}

.etlap__section .info__row > p {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.etlap__section .info__row .row-double {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.etlap__section .info__row .attention {
	flex: 1 1 65%;
	max-width: 800px;
	height: fit-content;
	margin: 0 auto;
	padding: 1.25rem;
	border: 2px dashed var(--color-primary);
}

.etlap__etel__kiegesztito {
	grid-column: 1 / -1;
	margin: 0;
	padding: 8px 10px;
	display: grid;
	grid-template-columns: subgrid;
	align-items: center;

	p {
		margin: 0;
	}

	.allergenek {
		font-size: 0.8rem;
		font-family: "Matahari 800", sans-serif;
		color: var(--color-primary);
		line-height: 1em;
	}
}

/*/
///  Page - Itallap
/*/
.itallap-wrapper {
	grid-column: 2 / -2;
}

.itallap-wrapper .top {
	margin: 4.5em 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-primary);
	display: grid;
	grid-template-columns: 1fr 200px 150px;
}

.itallap-wrapper .top .title {
	font-family: "Matahari 900", sans-serif;
	font-size: 1rem;
	color: var(--color-primary);
	text-transform: uppercase;
}

.itallap-wrapper .top .title span {
	font-family: "Matahari 600", sans-serif;
	font-size: 0.8em;
}

.itallap__section {
	margin-bottom: 7em;
}

.itallap__section:last-child {
	margin-bottom: 0;
}

.itallap__ital {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #c7c7c7;
	display: grid;
	grid-template-columns: 1fr 200px 150px;
	align-items: center;
}


.itallap__ital:last-of-type {
	border-bottom: none;
}

.itallap-wrapper p {
	margin: 0;
}

.itallap-wrapper .allergenek {
	font-size: 0.8rem;
	font-family: "Matahari 800", sans-serif;
	color: var(--color-primary);
	line-height: 1em;
}

/*/
///  Page - Panzio
/*/
.panzio-page .foglalas-wrapper {
	padding: 1em 2em;
	background-color: var(--color-white);
}

.panzio-page .lehetosegek-wrapper.slider::after {
	content: "";
}

.panzio-page .lehetosegek-wrapper {
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
}

.lehetosegek-wrapper .lehetoseg .img-wrapper {
	height: 230px;
}

.lehetosegek-wrapper .lehetoseg .title {
	margin-top: 1em;
}

/*/
///  Page - Szobafoglalas
/*/
.szobafoglalas-page .foglalas-wrapper {
	margin-top: 5em;
	margin-left: 50px;
	margin-right: 50px;
	padding: 5em 3em;
	background-color: var(--color-white);
}

.szobafoglalas-page .foglalas-wrapper iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

.loquu-wrapper iframe {
	width: 100%;
	min-height: 700px;
	height: 100%;
}

/*/
///  Page - Tortenetunk
/*/
.story-wrapper {
	margin-top: 10em;
}

.story {
	margin-bottom: 10em;
}

.story__slider {
	margin-bottom: 3em;
	width: 100%;
	height: clamp(320px, 60vh, 600px);
}

.story-wrapper .lezaras {
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-template-rows: 1fr 0px;
	gap: 3em;
}
.story-wrapper .lezaras .img-wrapper {
	grid-row: span 2;
}

/*/
///  Page - Rendezvenyek
/*/
.rendezvenyek-page .btn-wrapper {
	margin: 0 0 3em;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 3.5rem;
	justify-content: center;
}

/*/
///  Page - Strandbisztro
/*/

/*/
///  Page - Kapcsolat
/*/
.kapcsolat-page {
	
	.col-1 {
		grid-column: 1 / 3;
		padding-left: 50px;
		height: 100%;
		
		.img-wrapper {
			height: 100%;
		}
	}
	
	.contact-wrapper {
		padding: 0 2rem;
	}
	
	.col-3-stretch {
		grid-row: 2;
	}
}

#map {
	height: 100%;
	min-height: 320px;
    border-radius: 1.2em;
    border: 2px solid var(--color-white);
}

/*/
///  Page - Karrier
/*/
#page-content.single-karrier .karrier-section {
	margin-bottom: 5em;
}

#page-content.single-karrier .karrier-section:last-of-type {
	margin-bottom: 0;
}

.karrier-section h5 {
	margin: 2em 0 1em;
	font-size: 1.6rem;
	line-height: 1.45em;
	color: var(--color-primary);
}

.karrier-galeria {
	height: clamp(320px, 100%, 500px);
}

/*/
///  Page - Karacsony, Szilveszter
/*/
#form-wrapper .form-row-double {
	margin: 0 0 0.5em;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid var(--color-base);

	.form-row-karacsony {
		display: grid;
		grid-template-columns: 1fr 70px;
		align-items: center;
	}

	.form-row-karacsony label {
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 5px 1em;
	}

	.form-row-karacsony input {
		height: 3em;
		padding: 0.5em 1em;
	}

	.form-row-karacsony .wpcf7-form-control-wrap {
		display: block;
		width: 100%;
		max-width: 60px;
		margin: 0;
	}

	.form-row-karacsony strong {
		display: inline-block;
		padding-bottom: 3px;
	}

	.form-row-karacsony .ar {
		text-align: right;
		color: var(--color-accent);
		font-size: 0.85rem;
	}
}

#form-wrapper .form-row-double.last {
	border-bottom: none;
}

#form-wrapper .hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 0;
	height: 0;
}

/* 
  =====================================================
  FOOTER
  =====================================================
*/
/*/
///  Pre Footer
/*/
#pre-footer {
	margin: 0 0 10em;
}

#pre-footer .hirlevel {
	display: grid;
	margin: 0 auto;
	padding: 6em 50px 3em;
	background-color: var(--color-white);
	justify-items: center;
}

#pre-footer .hirlevel .section-title {
	margin-bottom: 50px;
}

#pre-footer .hirlevel p {
	max-width: 640px;
}

.hirlevel #mc_embed_shell {
	width: 100%;
}

.hirlevel form {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
}

.hirlevel .form-row {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.hirlevel .form-element {
	flex: 0 1 45%;
}

.hirlevel .form-element input {
	width: 100%;
	font-family: "Matahari 600", sans-serif;
	font-size: 0.9rem;
	text-align: center;
	padding: 0.85em 1em;
	border: none;
	background-color: var(--color-light-grey);
}

.hirlevel .btn {
	display: block;
	margin: 30px auto;
}

.hirlevel .response {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 1em;
	text-align: center;
	background-color: var(--color-accent);
	color: var(--color-white);
}

/*/
///  Footer
/*/
.footer-wrapper {
	margin-bottom: 2em;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
}

.footer__logo {
	max-width: 160px;
}

.footer-row {
	margin-bottom: 1.2em;
}
.footer-row:last-of-type {
	margin-bottom: 0;
}

.footer-wrapper .grid {
	display: grid;
	align-content: space-between;
}

.footer-wrapper h5 {
	margin: 0 0 15px;
	font-size: 1rem;
}

.footer-wrapper p {
	margin: 0;
}

.footer-wrapper .footer-col-title {
	padding-bottom: 1em;
	font-size: 1rem;
	font-family: "Matahari 800", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color-primary);
}

.footer-title {
	margin-bottom: 0;
	font-family: "Matahari 900", sans-serif;
	font-size: 0.9rem;
	color: var(--color-primary);
}

.footer-wrapper .open-row {
	margin-bottom: 0.25em;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: baseline;
	gap: 0;
}

.footer-wrapper .col.menu {
	grid-column: 1 / -1;
}

.footer-wrapper .footer-menu {
	margin: 0;
	padding: 2em 0 0;
	display: flex;
	gap: 3em;
	justify-content: flex-end;
	border-top: 1px solid var(--color-white);
}

.footer-wrapper .footer-menu li {
	margin: 0;
}

/* 
  =====================================================
  MEDIA QUERIES
  =====================================================
*/
@media screen and (max-width: 1500px) {
	/* hide elements */
	#foglalas_menu {
		display: none;
	}
}

@media screen and (max-width: 1400px) {
	/* hide elements */
	header .header-inner > .right {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	/* hide elements */
	header .center {
		display: none;
	}

	header .header-inner > .right {
		display: block;
		margin-left: auto;
	}
	header .header-inner > .right .language-wrapper {
		display: none;
	}

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

	/* Homepage */
	#hero__bg {
		width: 100%;
		height: 100%;
	}
	#hero__bg svg {
		width: 100%;
		height: 100%;
	}
	#etterem .img-column {
		padding-right: 0;
		grid-column: 2 / -2;
		grid-row: 3;
		height: clamp(480px, 40vh, 750px);
	}
	.strand__slider {
		grid-column: 2 / -1;
	}
	
	/* Kapcsolat page */
	.kapcsolat-page {
		.col-1 {
			grid-column: 2 / 3;
			padding-left: 0;
		}
	}
}

@media screen and (max-width: 900px) {
	/* Homepage */
	#panzio .grid-wrapper {
		grid-template-columns: 1fr;
	}

	.panzio-page .lehetosegek-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.subgrid {
		gap: 2em 1em;
	}
	.section-title-s {
		font-size: clamp(26px, 6.5vw, 60px);
	}
	h3 {
		margin: 0 0 20px;
		font-size: 2rem;
	}
	h4 {
		margin: 0 0 20px;
		font-size: 1.6rem;
	}

	header .logo {
		width: 60px;
	}
	.home header .logo-wrapper {
		opacity: 0;
	}

	.mobile_menu__inner {
		padding: 30px 0;
		grid-template-columns: 1fr;
	}
	#pre-footer .hirlevel .form-row {
		flex-direction: column;
		gap: 1em;
	}
	.footer-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	#szechenyi-2020-logo {
		max-width: 200px;
	}

	.section-title,
	.page-title {
		font-size: clamp(30px, 5.5vw, 70px);
	}
	.section-title-line {
		display: none;
	}
	
	.slider {
		height: 55vh;
    	min-height: 450px;
	}

	/* Homepage */
	#hero {
		min-height: 100svh;
		height: auto;
	}
	#hero .hero-wrapper {
		padding: 10px 0 0;
	}
	#hero .logo-wrapper {
		position: static;
		transform: none;
		width: 100%;
		padding-top: 0;
		height: auto;

		.hero__logo {
			width: 180px;
			margin-bottom: 2em;
		}

		.hero__title {
			margin: 0 0 20px;
			max-width: 100%;
			font-size: clamp(1.3rem, 5.5vw, 130px);
		}
	}
	#hero .images-wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr max-content;
		grid-template-areas:
			"img-top"
			"vizio";
		gap: 20px 0;
	}
	#hero .img-top {
		grid-area: img-top;
		height: clamp(300px, 40vh, 600px);
	}
	.vizio {
		grid-area: vizio;
		max-width: 100%;
	}
	#hero .img-big,
	#hero img.bottom,
	.scroll-wrapper {
		display: none;
	}

	#etterem,
	#panzio,
	#strandbisztro {
		margin: 7em 0;
	}
	#etterem .img-column {
		grid-column: 2 / -2;
		grid-row: 5;
	}
	.strand__slider .slide {
		margin-right: 50px;
		width: 65%;
	}

	/* Étlap */
	.etlap-wrapper .top .title:nth-of-type(2),
	.etlap-wrapper .top .title:nth-of-type(3) {
		display: none;
	}

	.etlap-wrapper .top {
		grid-template-columns: 1fr;
	}

	.etlap__etel {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1em 0;
	}
	.etlap__etel .nev {
		grid-column: span 2;
	}
	.etlap__etel .ar {
		text-align: right;
	}

	/* Itallap */
	.itallap-wrapper .top .title:nth-of-type(2),
	.itallap-wrapper .top .title:nth-of-type(3),
	.itallap__ital .empty {
		display: none;
	}

	.itallap-wrapper .top {
		grid-template-columns: 1fr;
	}

	.itallap__ital {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1em 0;
	}
	.itallap__ital .nev {
		grid-column: span 2;
	}
	.itallap__ital .ar {
		width: fit-content;
		text-align: left;
	}

	#programjaink .event {
		width: 100%;
		padding: 0;
	}

	.panzio-page .lehetosegek-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.story-wrapper .lezaras {
		margin-bottom: 3em;
		grid-template-columns: 1fr;
	}

	.single-page .highlight-container {
		padding: 2em 20px;
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 500px) {
	
	header .header-inner {
		padding: 0 30px;
	}
	.mobile_menu .elerhetosegeink {
		margin: 50px 0 0;
	}
	.social-wrapper {
		display: none;
	}
	.mobile_menu .elerhetosegeink {
		margin: 50px 0 0;
	}
	.mobile_menu ul.main-menu-mobile {
		gap: 2em;
	}
	.mobile_menu .social-wrapper {
		display: flex;
		margin: 50px auto 50px;
	}
	.mobile_menu .language-wrapper {
		display: flex;
		margin: 50px auto 100px;
	}

	.section-title,
	.page-title {
		font-size: clamp(30px, 7.5vw, 70px);
	}
	input[type="submit"] {
		font-size: 1rem;
	}
	
	.wpcf7-turnstile {
		width: 100%;
		margin: 0 auto 2rem;
	}

	#page-content {
		margin: 80px 0 10em;
		padding: 3em 0 0;
	}
	.main-grid {
		--column-count: 1;
		grid-template-columns: 30px repeat(var(--column-count), 1fr) 30px;
		gap: 0;
	}
	.subgrid {
		gap: 3em 0;
	}

	#etterem,
	#panzio,
	#strandbisztro {
		margin: 4em 0;
	}

	.vadkacsa_form {
		margin: 0 auto;
		padding: 5em 1.5em;
		background-color: var(--color-white);
	}
	#pre-footer {
		padding: 0 30px;
	}
	#pre-footer .hirlevel {
		display: grid;
		margin: 0 auto;
		padding: 6em 20px 3em;
		background-color: var(--color-white);
		justify-items: center;
	}

	/* Homepage */
	#hero {
		padding: 80px 30px 0;
	}

	#hero .logo-wrapper .hero__title {
		margin: 0 0 20px;
		max-width: 100%;
		font-size: clamp(1.3rem, 7.5vw, 130px);
	}

	.panzio-page .lehetosegek-wrapper {
		grid-template-columns: 1fr;
	}
	.panzio-page .lehetosegek-wrapper.slider::after {
		content: "flickity";
		display: none;
	}

	.strand__slider .slide {
		margin-right: 30px;
		width: 80%;
	}

	#rendezvenyek .img-wrapper {
		height: clamp(300px, 40vh, 600px);
	}

	#form-wrapper .form-row-double {
		.form-row-karacsony {
			grid-template-columns: 1fr;
			grid-template-rows: 1fr auto;
			align-items: start;
		}

		.form-row-karacsony label {
			align-items: flex-start;
			flex-direction: column;
		}
		.form-row-karacsony .ar {
			text-align: right;
			margin-block-start: -27px;
			margin-block-end: 40px;
		}
	}

	/* Panzio Page */
	.panzio-page .subgrid.foglalas > .col-1-full {
		grid-column: 1 / -1;
	}
	.panzio-page .foglalas-wrapper {
		padding: 1rem 0;
	}

	/* Szobafoglalas */
	.szobafoglalas-page .foglalas-wrapper {
		margin-top: 2rem;
		margin-left: 0;
		margin-right: 0;
		padding: 2rem 0;
	}
	
	/* Asztalfoglalas */
	.loquu-wrapper iframe {
		width: 100%;
		min-height: 1080px;
		height: 100%;
	}
}
