﻿/*
Theme Name: Kavics Beach
Theme URI: https://kavicsbeach.hu
Description: A Kavics Beach weboldal alapértelmezett sablonja
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
flex-wrap: wrap;
text-decoration: none; 
}

@font-face { 
	font-family: 'Manrope'; 
	src: url("fonts/manrope-medium.woff2") format('woff2');
	font-weight: 500; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Manrope'; 
	src: url("fonts/manrope-bold.woff2") format('woff2');
	font-weight: 700; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Cormorant Garamond'; 
	src: url("fonts/cormorant-garamond-bold.woff2") format('woff2');
	font-weight: 700; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Cormorant Garamond'; 
	src: url("fonts/cormorant-garamond-bold-italic.woff2") format('woff2');
	font-weight: 700; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Ms Madi'; 
	src: url("fonts/msmadi-regular.woff2") format('woff2');
	font-weight: 400; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-dark: #24262b;
	--color-sand: #e9e9e7;
	--color-dark-sand: #d7d4cc;
	--color-gold: #b89243;
	--color-blue: #243d59;
	--color-green: #22574d;
	--color-red: #ec1000;
	
	--container-max-width: 1920px;
	--global-padding: clamp(50px, 10vw, 150px);
	--font-size-h1: clamp(40px, 8vw, 90px);
	--font-size-h2: clamp(32px, 6vw, 80px);
	--font-size-h3: clamp(25px, 5vw, 50px);
	--font-size-h4: clamp(20px, 4vw, 30px);
}

body { margin: auto; font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 500; color: var(--color-dark); line-height: 30px; background: var(--color-dark); overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden !important; }
html.disable-scrolling { overflow-y: hidden !important; } 

textarea, input, select, button { font-family: 'Manrope', sans-serif; font-size: 16px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }
img.aligncenter { margin: 0 auto 20px auto; display: block; }

hr { width: 100%; margin: 20px 0; border-top: 1px solid var(--color-charcoal); }

#website { max-width: var(--container-max-width); margin: auto; background: var(--color-sand); }

/* Classes */
.clear { clear: both; }
.inner { max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; }
.inner.inner_990 { max-width: 990px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.hide { display: none !important; }
.red { color: var(--color-red); }

.center { text-align: center; }
.uppercase { text-transform: uppercase; }
.sec_font { font-family: "Cormorant Garamond", serif; }
.parlare { font-family: 'Parlare', cursive; }
.lavishly { font-family: 'Lavishly Yours', cursive; }

/* Animation */
.anim, :before, :after { -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button, .df_button_submit { height: 60px; padding: 0 30px; font-size: 18px !important; font-weight: 700; text-decoration: none !important; color: #ffffff !important; line-height: 20px; background: var(--color-gold); display: inline-flex; align-content: center; justify-content: center; cursor: pointer; border-radius: 30px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover, .df_button_submit:hover { background-color: var(--color-dark); }
.button:after { display: none !important; }

.button:disabled, 
.button:disabled:hover { color: rgba(255 255 255 / 30%) !important; background-color: var(--color-gray) !important; }

.button.button_white_hover:hover { color: var(--color-dark) !important; background-color: #ffffff !important; }

.button_has_arrow { height: 80px; padding: 0 100px 0 40px; font-weight: 700; text-decoration: none; color: #000000 !important; background: #ffffff; border-radius: 999px; display: inline-flex; align-items: center; position: relative; overflow: hidden; transition: color 0.3s ease; z-index: 0; }
.button_has_arrow:hover { color: #ffffff !important; }

.button_has_arrow::before { width: 60px; height: 60px; top: 50%; right: 40px; background: var(--color-gold); position: absolute; content: ''; border-radius: 50%; transform: translateY(-50%) translateX(50%); z-index: -1; transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease; }
.button_has_arrow:hover::before { width: 500px; height: 500px; transform: translateY(-50%) translateX(50%); border-radius: 50%; }

.button_has_arrow::after { width: 60px; height: 60px; top: 50%; right: 40px; background: url(images/icon-arrow-right-white.svg) no-repeat center / auto 20px; position: absolute; content: ''; border-radius: 50%; transform: translateY(-50%) translateX(50%); z-index: -1; }

/* Other */
.site_grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-column-gap: 20px; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: #ffffff; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; }
input[type="radio"] { -webkit-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: var(--color-red); position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 100%; height: 100%; left: 0; top: 0; color: #ffffff; background: var(--color-blue); position: relative; display: flex; align-items: center; justify-content: center; content: '✓'; }


/*
------------------
	NAVIGATION
------------------
*/
#rwd_menu { left: 0; top: 100px; right: 0; bottom: 0; background: var(--color-sand); position: fixed; z-index: 1000; visibility: hidden; opacity: 0%; }
#rwd_menu .rwd_menu_wrap { left: 20px; top: 20px; right: 20px; bottom: 20px; padding: 50px; background: var(--color-dark-sand); position: absolute; z-index: 1000; border-radius: 20px; }
#rwd_menu .rwd_menu_wrap label { margin-bottom: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-gold); display: block; }

/* Section */
#rwd_menu .rwd_menu_section { margin-bottom: 50px; }

/* Menu */
#rwd_menu ul.menu { list-style: none; }
#rwd_menu ul.menu li { margin-bottom: 10px !important; }
#rwd_menu ul.menu li:last-child { margin-bottom: 0 !important; }
#rwd_menu ul.menu li a { font-size: 18px; text-decoration: none; color: var(--color-dark); line-height: 100%; }
#rwd_menu ul.menu li a:hover { text-decoration: underline; text-decoration-thickness: 2px; }

/* Primary Menu */
#rwd_menu ul.menu.primary_menu li { margin-bottom: 15px !important; }
#rwd_menu ul.menu.primary_menu li a { font-size: 40px; }

/* Language switcher */
#rwd_menu ul.language_switcher { background: #ffffff; display: flex; list-style: none !important; border-radius: 10px; overflow: hidden; }
#rwd_menu ul.language_switcher li { border-right: 1px solid var(--color-dark-sand); flex: 1; }
#rwd_menu ul.language_switcher li:last-child { border-right: none; }
#rwd_menu ul.language_switcher li a { padding: 10px; font-weight: 700; color: #000000 !important; display: flex; align-items: center; justify-content: center; }
#rwd_menu ul.language_switcher li.active a { background: var(--color-sand); }

/* RWD menu is opened */
body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 100%; }


/*
--------------
	HEADER
--------------
*/
#header { height: 150px; top: 0; left: calc((100% - var(--container-max-width)) /2); right: calc((100% - var(--container-max-width)) /2); padding: 0 100px; position: fixed; z-index: 100; }
#header .header_wrap { height: 100%; border-bottom: 1px solid rgba(255 255 255 / 30%); display: flex; align-items: center; justify-content: space-between; }
#header .header_wrap .header_right_wrap { height: 100%; display: flex; align-items: center; }

/* Logo */
#header .logo { display: block; }
#header .logo img { display: block; }

/* Menu */
#header ul.menu { display: flex; align-items: center; list-style: none; }
#header ul.menu li { margin-left: 30px; }
#header ul.menu li:first-child { margin-left: 0; }
#header ul.menu li a { font-size: 18px; color: #ffffff; }
#header ul.menu li a:hover { color: var(--color-gold); }

#header ul.menu li.booking a { height: 60px; padding: 0 30px; font-size: 18px !important; font-weight: 700; text-decoration: none !important; color: #ffffff !important; line-height: 20px; background: var(--color-gold); display: inline-flex; align-content: center; justify-content: center; border-radius: 30px; }
#header ul.menu li.booking a:hover { color: var(--color-dark) !important; background: #ffffff; }

/* language switcher */
#header .language_switcher { width: 60px; height: 60px; margin-left: 10px; position: realtive; }
#header .language_switcher ul { width: 60px; height: 60px; padding-top: 60px; background: #ffffff; position: absolute; overflow: hidden; border-radius: 30px; }
#header .language_switcher ul li { width: 100%; height: 60px; padding: 5px; }
#header .language_switcher ul li.active { left: 0; top: 0; position: absolute; }
#header .language_switcher ul li a { width: 100%; height: 100%; font-size: 16px; font-weight: 700; color: #000000; background: var(--color-sand); display: flex; align-items: center; justify-content: center; border-radius: 50%; }

#header .language_switcher:hover ul { height: auto; }


/* RWD button */
#header .rwd_button { width: 60px; height: 60px; right: 20px; top: 50%; background: var(--color-gold); position: absolute; border-radius: 30px; cursor: pointer; }
#header .rwd_button .burg { width: 30px; top: calc(50% - 2px); left: 15px; position: absolute; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 30px; height: 2px; background: #ffffff; position: absolute; content: ''; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: calc(50% - 4px); left: 0; }
#header .rwd_button .burg:after { top: calc(50% + 4px); right: 0; }

body.rwd_menu__opened #header .rwd_button .burg:before { top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Added background */
#header.add_background { height: 100px; background: var(--color-dark); }
#header.add_background .header_wrap { border-bottom-color: rgba(255 255 255 / 0); }

/* If is Single */
body.single #header { background: #ffffff; }
body.single #header .header_wrap { border-bottom: none; }
body.single #header ul.menu li a { color: var(--color-dark); }
body.single #header ul.menu li.booking a:hover { color: #ffffff !important; background: var(--color-dark); }

/* RWD menu is opened */
body.rwd_menu__opened #header { background: var(--color-dark); }
body.rwd_menu__opened #header .header_wrap { border-bottom: 1px solid rgba(255 255 255 / 0%); }



/*
------------------------
	TILTIN ANIMATION
------------------------
*/
.slide_text_h1 span { top: 30px; display: inline-block; position: relative; opacity: 0; transform: translateY(30px) rotateZ(5deg); }

.slide_text_h1.reveal span { animation: tiltIn 0.6s ease-out forwards; }

.slide_text_h1.reveal span:nth-child(1) { animation-delay: 0s; }
.slide_text_h1.reveal span:nth-child(2) { animation-delay: 0.2s; }
.slide_text_h1.reveal span:nth-child(3) { animation-delay: 0.4s; }
.slide_text_h1.reveal span:nth-child(4) { animation-delay: 0.6s; }
.slide_text_h1.reveal span:nth-child(5) { animation-delay: 0.8s; }
.slide_text_h1.reveal span:nth-child(6) { animation-delay: 1.2s; }
.slide_text_h1.reveal span:nth-child(7) { animation-delay: 1.4s; }
.slide_text_h1.reveal span:nth-child(8) { animation-delay: 1.6s; }
.slide_text_h1.reveal span:nth-child(9) { animation-delay: 1.8s; }
.slide_text_h1.reveal span:nth-child(10) { animation-delay: 2s; }

@keyframes tiltIn {
	to {
		transform: translateY(0) rotateZ(0deg);
		opacity: 1;
	}
}


/*
-------------
	SLIDE
-------------
*/
#slide { height: 130vh; color: #ffffff; position: relative; overflow: hidden; }
#slide #image { top: 0; left: 0; right: 0; height: 2000px; background-repeat: no-repeat; background-position: top center; background-size: cover; position: absolute; will-change: transform; }
#slide #image .cover { inset: 0; background: rgba(0 0 0 / 30%); position: absolute; }

#slide #slide_text { left: calc((100% - var(--container-max-width)) /2); right: calc((100% - var(--container-max-width)) /2); bottom: 50px; padding: 0 100px; z-index: 10; position: fixed; }
#slide #slide_text .slide_intro { width: 100%; max-width: 600px; margin-top: 100px; padding-top: 20px; border-top: 1px solid #ffffff; }

#slide #slide_text .slide_text_h1 { max-width: 70%; font-size: var(--font-size-h1); text-transform: uppercase; line-height: 100%; }

#slide #slide_text .button_has_arrow { right: 100px; bottom: 0; position: absolute; }
#slide #slide_text .button_has_arrow::after { background-image: url(images/icon-arrow-down-white.svg); }


/*
----------------
	ABOUT US
----------------
*/
#apartments { padding: var(--global-padding) 100px; }
#apartments .site_grid h2 { margin: 10px 0; font-size: var(--font-size-h1); grid-column: 1 / span 7; position: relative; }
#apartments .site_grid h2::after { width: 100%; max-width: 300px; bottom: 20%; right: -10%; font-family: 'Ms Madi', cursive; font-size: 45px; text-transform: none; line-height: 100% !important; color: var(--color-gold); transform: rotate(-3deg); position: absolute; pointer-events: none; content: 'Saját kis világod a part mellett...'; }
body.en #apartments .site_grid h2::after { content: 'Your own little world by the shore...'; }
body.pl #apartments .site_grid h2::after { content: 'Twój własny mały świat nad brzegiem...'; }

#apartments .site_grid .aboutus_text { margin: 10px 0; grid-column: 3 / span 7; }

/* List */
.apartment_list { position: relative; }
.apartment_list .stack { height: 150vh; position: relative; }
.apartment_list .card { height: calc(100vh - 240px); top: 120px; margin: 10px 0; padding: 10px; background: var(--color-dark-sand); display: flex; position: sticky; border-radius: 20px; z-index: 10; }
.apartment_list .card .card_left { width: 50%; padding: 50px; display: flex; flex-direction: column; justify-content: space-between; }
.apartment_list .card .card_left .count { margin-bottom: 10px; font-size: 20px; color: var(--color-gold); line-height: 100%; }
.apartment_list .card .card_left p { margin-bottom: 20px !important; }
.apartment_list .card .card_left p:last-child { margin-bottom: 0 !important; }
.apartment_list .card .card_left h3 a { font-size: var(--font-size-h3); text-decoration: none !important; color: var(--color-dark) !important; line-height: 100%; }
.apartment_list .card .card_left h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 2px !important; }

.apartment_list .card .card_right { width: 50%; height: 100%; overflow: hidden; }
.apartment_list .card .card_right .image { height: 100%; overflow: hidden; border-radius: 20px; }
.apartment_list .card .card_right .image img { width: 100%; height: 100%; display: block; object-fit: cover; }

body.home .apartment_list { margin-top: 100px; }


/*
---------------
	BOOKING
---------------
*/
#booking { height: 80vh; color: #ffffff; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#booking .booking_cover { inset: 0; padding: 100px; background: rgba(0 0 0 / 30%); position: absolute; }
#booking .booking_wrap { height: 100%; display: flex; align-content: end; position: relative; }
#booking .site_grid h2 { margin: 10px 0; font-size: var(--font-size-h2); grid-column: 1 / span 8; position: relative; }
#booking .site_grid .booking_text { margin: 10px 0; grid-column: 1 / span 8; position: relative; }

#booking .button_has_arrow { right: 0; bottom: 0; position: absolute; }


/*
--------------
	SIGHTS
--------------
*/
#sights { padding: var(--global-padding) 0 var(--global-padding) 100px; background: var(--color-dark-sand); }
#sights .sights_header { padding-right: 100px; }
#sights .site_grid h2 { margin: 10px 0; font-size: var(--font-size-h1); grid-column: 4 / span 8; position: relative; }
#sights .site_grid .sights_text { margin: 10px 0; grid-column: 4 / span 8; }


/*
--------------------------
	HORIZONATAL SCROLL
--------------------------
*/
.horizontal_scroll { height: auto; position: relative; }
.horizontal_scroll .sticky_wrapper { height: 100vh; top: 0; position: sticky; overflow: hidden; }
.horizontal_scroll .horizontal_scroll_inner { width: max-content; height: 100%; padding-top: 120px; padding-right: 100px; display: flex; align-items: start; will-change: transform; }
.horizontal_scroll .horizontal_scroll_inner .card { flex: 0 0 450px; }

.sight .image { height: calc(100vh - 240px); margin-bottom: 20px; color: #ffffff; background: var(--color-dark); display: block; border-radius: 20px; overflow: hidden; }
.sight .image.only_text { padding: 30px; background: var(--color-gold); display: flex; align-items: end; }
.sight .image img { width: 100%; height: 100%; display: block; object-fit: cover; }

.sight .entry a { text-decoration: none !important; color: var(--color-dark) !important; }
.sight .entry .city { text-transform: uppercase; color: var(--color-gold); }

.sights_list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 500px; color: #ffffff; background-color: var(--color-dark); background-position: center; background-size: cover; position: relative; }
#before_content h1 { width: 100%; font-size: var(--font-size-h1); line-height: 100%; }
#before_content a { text-decoration: underline; color: #ffffff; }
#before_content a:hover { text-decoration: none; }

#before_content .cover { inset: 0; padding: 0 100px 50px; background: rgba(0 0 0 / 30%); display: flex; align-content: end; position: absolute; }

/* Rank Math */
.rank-math-breadcrumb { font-size: 14px; }
.rank-math-breadcrumb p { margin-bottom: 20px !important; }

/* If is Single */
body.single #before_content { height: 150px; background-color: #ffffff; background-image: none !important; }


/*
---------------
	CONTENT
---------------
*/
#container .section_title { margin-bottom: 20px; font-size: 70px; font-weight: 700; color: transparent; background: linear-gradient(to bottom, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 100%) 60%, rgba(160 160 160 / 100%) 63%, rgba(160 160 160 / 100%) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Main */
#main { display: flex; justify-content: space-between; }

/* Content */
#content { padding: 100px; }

body.single-sight #content { padding: 0; display: flex; }

#content p { margin-bottom: 30px; }

#content a { text-decoration: underline; color: var(--color-dark); }
#content a:hover { text-decoration: none; }

#content h1 { width: 100%; margin-bottom: 30px; font-size: var(--font-size-h2); line-height: 100%; }
#content h3 { width: 100%; margin-bottom: 20px; font-size: var(--font-size-h4); font-weight: 700; line-height: 100%; }

/* FAQ */
#content .faq-item { border-bottom: 2px solid var(--color-dark-sand); }
#content .faq-item .faq-question { padding: 20px 100px 20px 0; font-size: 20px; font-weight: 700; line-height: 30px; position: relative; cursor: pointer; }
#content .faq-item .faq-question .icon { width: 40px; height: 40px; right: 0; top: 15px; border: 2px solid var(--color-dark); position: absolute; border-radius: 3px; }
#content .faq-item .faq-question .icon:before { width: 20px; height: 2px; left: 8px; top: 50%; background: var(--color-dark); position: absolute; content: ''; }
#content .faq-item .faq-question .icon:after { width: 2px; height: 20px; left: calc(50% - 1px); top: 9px; background: var(--color-dark); position: absolute; content: ''; }
#content .faq-item .faq-question.active .icon:after { height: 0; top: 50%; }

/* Apartment Single */
#content .apartment_image { margin-bottom: 30px; }
#content .apartment_image img { width: 100%; height: 100% !important; object-fit: cover; display: block; }

/* Sight Single */
#content .sight_image { flex: 1; }
#content .sight_image img { width: 100%; height: auto; display: block; }
#content .sight_content { padding: 100px; flex: 1; }

/* Apartment */
#content .apartment_single_wrap { display: flex; }
#content .apartment_single_wrap img { border-radius: 20px; }

#content .apartment_single_wrap .wrap_left { width: 50%; height: fit-content; padding-right: 100px; }
#content .apartment_single_wrap .wrap_left h1 { font-size: var(--font-size-h3) !important; }

#content .apartment_single_wrap ul.facilities { margin-bottom: 30px; padding: 20px; background: #ffffff; display: flex; border-radius: 10px; list-style: none; }
#content .apartment_single_wrap ul.facilities li { margin: 5px 20px 5px 0; }

#content .apartment_single_wrap .grid_gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
#content .apartment_single_wrap .grid_gallery a { display: flex; }
#content .apartment_single_wrap .grid_gallery a img { width: 100%; height: auto; display: block; }

#content .apartment_single_wrap .wrap_right { width: 50%; }

#booking_single { margin-top: 50px; padding-top: 50px; border-top: 3px solid var(--color-dark-sand) }

/* Contact */
#content .contact_wrap { padding: 50px 0; border-bottom: 1px solid var(--color-dark); display: flex; }
#content .contact_wrap:first-child { padding-top: 0; }
#content .contact_wrap .contact_wrap_title { flex: 1; }
#content .contact_wrap .contact_wrap_value { flex: 1; }
#content .contact_wrap .contact_wrap_value a { font-size: var(--font-size-h3); text-decoration: none !important; line-height: 100%; }
#content .contact_wrap .contact_wrap_value a:hover { text-decoration: underline !important; text-decoration-thickness: 2px !important; }
#content .contact_wrap .contact_wrap_value p:last-child { margin-bottom: 0 !important; }

/* Parallax */
.parallax_wrapper { position: relative; overflow: hidden; z-index: 0; }
.parallax_wrapper .parallax_image { width: 100%; height: 130%; left: 0; top: 0; position: absolute; z-index: -1; overflow: hidden; }
.parallax_wrapper .parallax_image img { width: 100% !important; height: 100% !important; object-fit: cover; }


/* 
--------------------
	FULLCALENDAR
--------------------
*/
.fc-theme-standard a { text-decoration: none !important; }
.fc-theme-standard table { margin-bottom: 0 !important; }
.fc-theme-standard td, .fc-theme-standard th { border-color: var(--color-dark-sand) !important; }
.fc-theme-standard .fc-highlight { background-color: rgba(46, 204, 113, 0.3); }

.fc-theme-standard table.fc-scrollgrid-sync-table tbody tr:nth-child(even) { background: rgba(255 255 255 / 30%); }
.fc-theme-standard .fc-timegrid-slots table tbody tr:nth-child(even) { background: rgba(255 255 255 / 30%); }

.fc-theme-standard .fc-daygrid-day.fc-day-today { background-color: var(--color-gold); }
.fc-theme-standard .fc-daygrid-day.fc-day-today a { color: #ffffff !important; }

.fc-theme-standard .fc-toolbar.fc-header-toolbar { margin-bottom: 20px !important; }

/* Booking information */
.df-booking-information { margin-bottom: 30px; padding: 30px; background: color-mix(in srgb, var(--color-gold) 10%, #ffffff 90%); border: 1px solid var(--color-gold); border-radius: 10px; }
.df-booking-information p:last-child { margin-bottom: 0 !important; }
.df-booking-information h3 { margin-bottom: 20px; font-size: var(--font-size-h4); }


/*
--------------
	FOOTER
--------------
*/
#footer { background: #ffffff; border-bottom: 10px solid var(--color-blue); }
#footer h4 { margin-bottom: 30px; font-weight: 700; }
#footer ul { list-style: none; }
#footer a { color: var(--color-dark); }
#footer a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#footer .wrap_left { width: 50%; }
#footer .wrap_right { width: 50%; }

/* Footer top */
#footer .footer_top { padding: 100px; border-bottom: 1px solid rgba(0 0 0 / 20%); display: flex; }
#footer .footer_top .wrap_right div { margin-bottom: 10px; }
#footer .footer_top .wrap_right div:last-child { margin-bottom: 0; }
#footer .footer_top .wrap_right div a { font-size: var(--font-size-h3); line-height: 100%; }

/* Footer bottom */
#footer .footer_bottom { padding: 100px; display: flex; }
#footer .footer_bottom > .wrap_left { display: flex; align-content: space-between; }
#footer .footer_bottom > .wrap_left .wrap_left_bottom { font-size: 14px; line-height: 25px; }
#footer .footer_bottom > .wrap_left .wrap_left_bottom a { text-decoration: underline; }

#footer .footer_bottom > .wrap_right { display: flex; }


/*
------------
	FORM
------------
*/
.form-row { width: 100%; margin-bottom: 10px; position: relative; }
.form-row.form-row-first { width: calc(50% - 10px); }
.form-row.form-row-last { width: calc(50% - 10px); }

.form-row p { margin-bottom: 0 !important; display: flex; }
.form-row br { display: none !important; }
.form-row label { width: 200px; padding-top: 10px; font-size: 14px; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email] { width: 100%; height: 40px; padding-left: 10px; font-size: 16px; background: linear-gradient(to bottom, rgba(16 20 22 / 100%) 0%, rgba(43 56 64 / 100%) 100%); border: 1px solid #333e46; outline: 1px solid transparent; outline-offset: 2px; border-top-right-radius: 15px; flex: 1; }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus { background: #ffffff; outline-color: var(--color-blue); }

.form-row textarea { min-height: 150px; padding: 10px; resize: vertical; }

.wpcf7 { margin-bottom: 30px; }
.wpcf7-form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.wpcf7-acceptance label { font-weight: 400; text-transform: none; }
.wpcf7-form-control-wrap { flex: 1; }
.wpcf7-list-item label { width: 100%; padding-top: 0; font-size: 14px; }

form#df-booking-form { display: flex; justify-content: space-between; }

.df-form-row { width: 100%; margin-bottom: 20px; }
.df-form-row.df-form-row-first { width: calc(50% - 10px); }
.df-form-row.df-form-row-last { width: calc(50% - 10px); }

.df-form-row label { font-size: 16px; font-weight: 700; }
 
.df-form-row select, 
.df-form-row textarea, 
.df-form-row input[type=tel], 
.df-form-row input[type=text], 
.df-form-row input[type=email] { width: 100%; height: 50px; padding-left: 10px; font-size: 16px; background: #ffffff; border: 1px solid var(--color-dark-sand); outline: 2px solid transparent; outline-offset: 2px; border-radius: 5px; flex: 1; }

.df-form-row select:focus, 
.df-form-row textarea:focus, 
.df-form-row input[type=tel]:focus, 
.df-form-row input[type=text]:focus, 
.df-form-row input[type=email]:focus { outline-color: var(--color-gold); }

.df-form-row textarea { min-height: 150px; padding: 10px; resize: vertical; }


/*
-----------------
	SCROLL UP
-----------------
*/
#scroll_up { width: 60px; height: 60px; right: 20px; bottom: 30px; background: var(--color-gold) url(images/icon-arrow-up-white.svg) no-repeat center / auto 20px; display: none; position: fixed; z-index: 10; cursor: pointer; border-radius: 50%; }
#scroll_up:hover { background-color: var(--color-dark); }


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1920px) { 

	/* HEADER */
	#header { left: 0; right: 0; }
	
	/* SLIDE */
	#slide #slide_text { left: 0; right: 0; }
}

@media only screen and (max-width: 1600px) { 

	/* HEADER */
	#header { height: 120px; padding: 0 50px; }
	
	/* SLIDE */
	#slide #slide_text { padding: 0 50px; }
	#slide #slide_text .button_has_arrow { right: 50px; }

	/* ABOUT US */
	#apartments { padding: var(--global-padding) 50px; }
	#apartments .site_grid h2 { grid-column: 1 / span 9; }
	
	/* BOOKING */
	#booking .booking_cover { padding: 50px; }
	
	/* SIGHTS */
	#sights { padding: var(--global-padding) 0 var(--global-padding) 50px; }
	#sights .sights_header { padding-right: 50px; }
	
	/* BEFORE CONTENT */
	#before_content .cover { padding: 0 50px 50px; }
	
	/* CONTENT */
	#content { padding: 100px 50px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px; }

	/* FOOTER: Footer bottom */
	#footer .footer_bottom { padding: 50px; }
}

@media only screen and (max-width: 1280px) { 

	:root {		
		--global-padding: clamp(50px, 6vw, 150px);
	}
	
	/* DISPLAY: None */
	.hide_in_1280 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_1280 { display: block !important; }

	/* HEADER */
	#header { height: 100px; padding: 0 20px; }
	
	/* SLIDE */
	#slide #slide_text { padding: 0 20px; }
	#slide #slide_text .slide_text_h1 { max-width: 100%; }
	#slide #slide_text .button_has_arrow { right: 20px; }

	/* ABOUT US */
	#apartments { padding: var(--global-padding) 20px; }
	#apartments .site_grid h2 { grid-column: 1 / span 11; }
	
	/* ABOUT US: List */
	.apartment_list .card { height: calc(100vh - 200px); top: 100px; }
	.apartment_list .card .card_left { padding: 50px 20px; }
	
	/* BOOKING */
	#booking .booking_cover { padding: 50px 20px; }
	
	/* SIGHTS */
	#sights { padding: var(--global-padding) 0 var(--global-padding) 20px; }
	#sights .sights_header { padding-right: 20px; }
	#sights .site_grid h2 { grid-column: 1 / span 10; position: relative; }
	#sights .site_grid .sights_text { grid-column: 1 / span 10; }
	
	/* HORIZONATAL SCROLL */
	.horizontal_scroll .horizontal_scroll_inner { padding-top: 50px; }
	.horizontal_scroll .horizontal_scroll_inner .card { flex: 0 0 400px; }
	
	.sights_list { gap: 20px; }
	
	/* BEFORE CONTENT */
	#before_content { height: 400px; }
	#before_content .cover { padding: 0 20px 50px; background: rgba(0 0 0 / 30%); display: flex; align-content: end; position: absolute; }
	
	/* BEFORE CONTENT: If is Single */
	body.single #before_content { height: 100px; }
	
	/* CONTENT */
	#content { padding: 50px 20px; }
	
	/* CONTENT: Sight Single */
	#content .sight_content { padding: 50px; }
	
	/* CONTENT: Apartment */
	#content .apartment_image { margin-bottom: 20px; }
	#content .apartment_single_wrap .wrap_left { padding-right: 50px; }
	#content .apartment_single_wrap .grid_gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 20px; }

	/* FOOTER: Footer bottom */
	#footer .footer_bottom { padding: 50px 20px; }
}

@media only screen and (max-width: 960px) { 

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* HEADER: Language switcher */
	#header .language_switcher { display: none !important; }
	
	/* SLIDE */
	#slide { height: 100vh; }
	#slide #image { height: 1500px; }
	#slide #slide_text .slide_intro { max-width: none; margin-top: 50px; }
	
	/* ABOUT US */
	#apartments .site_grid h2 { grid-column: 1 / span 12; }
	#apartments .site_grid h2::after { display: none; }
	#apartments .site_grid .aboutus_text { grid-column: 1 / span 12; }
	
	/* ABOUT US: List */
	.apartment_list .stack { height: auto; }
	.apartment_list .card { height: auto; top: auto; margin: 0 0 50px; }
	.apartment_list :last-child .card { margin-bottom: 0; }
	.apartment_list .card .card_left { width: 100%; }
	.apartment_list .card .card_right { width: 100%; }
	
	body.home .apartment_list { margin-top: 50px; }
	
	/* BOOKING */
	#booking .site_grid h2 { grid-column: 1 / span 12; }
	#booking .site_grid .booking_text { grid-column: 1 / span 12; }
	#booking .button_has_arrow { right: auto; bottom: auto; margin-top: 20px; position: relative; }
	
	/* SIGHTS */
    #sights { padding: var(--global-padding) 20px; }
	#sights .site_grid h2 { grid-column: 1 / span 12; }
	#sights .site_grid .sights_text { grid-column: 1 / span 12; }
	
	/* HORIZONATAL SCROLL */
	.horizontal_scroll .sticky_wrapper { height: auto; top: auto; position: relative; }
	.horizontal_scroll .horizontal_scroll_inner { width: auto; height: auto; padding-top: 50px; padding-right: 0; display: grid; grid-template-columns: 1fr 1fr; }
	.horizontal_scroll .horizontal_scroll_inner .card { flex: 0 0 350px; }
	
	.sight .image { height: 600px; }
	.sights_list { grid-template-columns: 1fr 1fr; }
	
	/* BEFORE CONTENT */
	#before_content { height: 350px; }
	
	/* CONTENT: Sight Single */
	#content .sight_image { flex: auto; }
	#content .sight_image:before { padding-top: 70%; display: block; content: ''; }
	#content .sight_content { padding: 50px 20px; flex: auto; }
	
	/* CONTENT: Apartment */
	#content .apartment_single_wrap .wrap_left { width: 100%; margin-bottom: 50px; padding-right: 0; }
	#content .apartment_single_wrap .wrap_right { width: 100%; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .contact_wrap_title { width: 100%; font-weight: 700; flex: auto; }
	#content .contact_wrap .contact_wrap_value { width: 100%; flex: auto; }
	
	/* BOOKING SINGLE */
	#booking_single { padding-top: 0; border-top: none; }
	
	/* BOOKING INFORMATION */
	.df-booking-information { padding: 20px; }
	
	/* FOOTER */
	#footer .wrap_left, 
	#footer .wrap_right { width: 100%; }

	/* FOOTER: Footer bottom */
	#footer .footer_bottom > .wrap_left { order: 2; }
	#footer .footer_bottom > .wrap_left > .wrap_left_top { margin-bottom: 20px; }
	#footer .footer_bottom > .wrap_right { margin-bottom: 50px; order: 1; }
	#footer .footer_bottom > .wrap_right .wrap_left { width: 50%; }
}

@media only screen and (max-width: 768px) { 

	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { padding: 30px 20px; }

	/* NAVIGATION: Primary Menu */
	#rwd_menu ul.menu.primary_menu li a { font-size: 30px; }
	
	/* HORIZONATAL SCROLL */
	.horizontal_scroll .horizontal_scroll_inner { grid-template-columns: 1fr; }
	.sight .image { height: 500px; }
	.sights_list { grid-template-columns: 1fr; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; }
	
	.df-form-row.df-form-row-first, 
	.df-form-row.df-form-row-last { width: 100%; }
}

@media only screen and (max-width: 480px) { 

	/* NAVIGATION: Section */
	#rwd_menu .rwd_menu_section { margin-bottom: 30px; }
	
	/* NAVIGATION: Primary Menu */
	#rwd_menu ul.menu.primary_menu li { margin-bottom: 10px !important; }
	#rwd_menu ul.menu.primary_menu li a { font-size: 26px; }
	
	/* HEADER: Logo */
	#header .logo img { width: 120px !important; height: 40px !important; }
	
	/* FULLCALENDAR */
	.fc-header-toolbar { display: flex; }
	.fc-header-toolbar .fc-toolbar-chunk:first-child { width: 100% !important; display: flex; justify-content: space-between; order: 2; }
	.fc-header-toolbar .fc-toolbar-chunk:last-child { display: none !important; }
	.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) { width: 100%; margin-bottom: 10px; text-align: center; order: 1; }
}
