/*!
Theme Name: Lago
Theme URI: https://lagobali.com
Author: Lago
Author URI: https://lagobali.com
Description: Default theme for Lago website
Version: 1.4
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lago
Tags: custom-logo, custom-menu, featured-images, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box Sizing
# Base
	- Root Variables
	- Typography
	- Elements
	- Links
	- Forms
# Utilities
	- Accessibility
	- WP Smiley
# Layout
	- Header and Main Navigation
	- Site Content
	- Block Element
	- Not Found Page
	- Archive Page
	- Footer
	- Floating Contact
	- General Class
# Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box Sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Root Variables
--------------------------------------------- */
:root {
	--primary-font: "Made Sunflower", serif;
	--secondary-font: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--monospace-font: "Courier 10 Pitch", courier, monospace;
	--title-font: var(--primary-font);
	--body-font: var(--secondary-font);
	--black-color: #000000;
	--black-color-half: rgba(0, 0, 0, 0.5);
	--black-color-soft: rgba(0, 0, 0, 0.25);
	--black-color-extrasoft: rgba(0, 0, 0, 0.15);
	--black-transparent: rgba(0, 0, 0, 0);
	--white-color: #ffffff;
	--white-color-half: rgba(255, 255, 255, 0.5);
	--white-color-transparent: rgba(255, 255, 255, 0);
	--dark-grey-color: #303133;
	--dark-grey-color-half: rgba(48, 49, 51, 0.5);
	--dark-grey-color-soft: rgba(48, 49, 51, 0.25);
	--dark-grey-color-extrasoft: rgba(48, 49, 51, 0.15);
	--dark-grey-color-transparent: rgba(48, 49, 51, 0);
	--yellow-color: #fecf68;
	--yellow-color-half: rgba(254, 207, 104, 0.5);
	--yellow-color-soft: rgba(254, 207, 104, 0.25);
	--yellow-color-extrasoft: rgba(254, 207, 104, 0.15);
	--yellow-color-transparent: rgba(254, 207, 104, 0);
	--blue-color: #99bdd3;
	--blue-color-half: rgba(153, 189, 211, 0.5);
	--blue-color-soft: rgba(153, 189, 211, 0.25);
	--blue-color-extrasoft: rgba(153, 189, 211, 0.15);
	--blue-color-transparent: rgba(153, 189, 211, 0);
	--sand-color: #ede8e4;
	--sand-color-half: rgba(237, 232, 228, 0.5);
	--sand-color-soft: rgba(237, 232, 228, 0.25);
	--sand-color-extrasoft: rgba(237, 232, 228, 0.15);
	--sand-color-transparent: rgba(237, 232, 228, 0);
	--text-color: var(--dark-grey-color);
	--text-color-half: var(--dark-grey-color-half);
	--text-color-transparent: var(--dark-grey-color-transparent);
	--text-color-inverse: var(--white-color);
	--text-color-inverse-half: var(--white-color-half);
	--text-color-inverse-transparent: var(--white-color-transparent);
	--link-color: var(--text-color);
	--link-color-visited: var(--text-color);
	--link-color-action: var(--blue-color);
	--page-bg-color: var(--white-color);
	--page-space: 20px;
	--container-space: 20px;
	--element-space: 20px;
	--section-space: 40px;
	--main-border-width: 2px;
	--main-border-radius: 0;
	--field-border-width: 1px;
	--field-border-radius: var(--main-border-radius);
	--button-border-width: var(--main-border-width);
	--button-border-radius: var(--main-border-radius);
	--field-padding: 0.5em 0.75em 0.625em;
	--button-padding: 0.5em 1em 0.625em;
	--button-small-padding: 0.125em 0.5em 0.25em;
	--field-min-height: 2.625em;
	--button-min-height: var(--field-min-height);
	--button-small-min-height: 1.875em;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-font);
	margin: 0;
	margin-top: var(--section-space);
	clear: both;
}

h1 {
	font-size: clamp(3em, 8vw, 6em);
	line-height: 1;
}

h2 {
	font-size: clamp(1.75em, 5vw, 3em);
	line-height: 1.15;
}

h3 {
	font-size: clamp(1.25em, 3vw, 2em);
	line-height: 1.25;
}

p {
	margin: 0;
	margin-top: var(--element-space);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
	margin-top: var(--element-space);
}

address {
	margin: 0;
	margin-top: var(--element-space);
}

pre {
	font-family: var(--monospace-font);
	line-height: 1.5;
	max-width: 100%;
	margin: 0;
	margin-top: var(--element-space);
	padding: 20px;
	background: #eee;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: var(--monospace-font);
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--page-bg-color);
}

hr {
	background-color: var(--text-color);
	border: 0;
	height: 1px;
	margin: 0;
	margin-top: var(--section-space);
}

ul,
ol {
	margin: 0;
	margin-top: var(--element-space);
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: var(--element-space) 1.5em 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
	margin-top: var(--element-space);
}

table {
	margin: 0;
	margin-top: var(--element-space);
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--link-color);
	text-decoration: underline;
	text-underline-offset: 2px;
}

a:visited {
	color: var(--link-color-visited);
}

a:hover,
a:focus,
a:active {
	color: var(--link-color-action);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: 700;
	line-height: 1.25;
	color: var(--text-color);
	background: transparent;
	border: var(--button-border-width) solid var(--text-color);
	border-radius: var(--button-border-radius);
	padding: var(--button-padding);
	min-height: var(--button-min-height);
	margin-top: var(--element-space);
	cursor: pointer;
	transition: 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--blue-color);
	border-color: var(--blue-color);
	color: var(--white-color);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--text-color-half);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	line-height: 1.25;
	width: 100%;
	color: var(--text-color-half);
	border: var(--field-border-width) solid var(--text-color-half);
	border-radius: var(--main-border-radius);
	padding: var(--field-padding);
	min-height: var(--field-min-height);
	margin-top: var(--element-space);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--text-color);
	border-color: var(--text-color);
}

select {
	border: var(--field-border-width) solid var(--text-color-half);
	margin-top: var(--element-space);
}

textarea {
	line-height: inherit;
	width: 100%;
	margin-top: var(--element-space);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.edit-link {
	display: none;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* WP Smiley
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
:root {
	--header-height: 32px;
	--header-space: 24px;
	--logo-height: var(--header-height);
	--hero-height: calc(100vh - 2 * var(--header-space) - var(--header-height) - var(--page-space));
	--container-supersmall-width: 480px;
	--container-small-width: 640px;
	--container-default-width: 800px;
	--container-mediumwide-width: 1200px;
	--container-wide-width: 1200px;
	--button-border-radius: 0;
}

body.menu-open {
	overflow-y: hidden;
}

.site {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 100vh;
	padding: var(--page-space);
	padding-top: var(--header-space);
}

.site > * {
	width: 100%;
}

.site > .skip-link {
	width: auto;
}

/* Header and Main Navigation */
.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.site-branding {
	position: relative;
	z-index: 9999;
}

.site-branding .custom-logo-link {
	display: block;
}

.site-branding .custom-logo-link .custom-logo {
	display: block;
	width: auto;
	height: var(--logo-height);
}

.header-navigation .menu-toggle-button {
	position: relative;
	min-height: var(--button-small-min-height);
	padding: var(--button-small-padding);
	margin-top: 0;
	z-index: 9999;
}

.header-menu-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	overflow-y: auto;
	z-index: 999;
	background-color: var(--page-bg-color);
	padding: 30px;
	padding-top: calc(var(--header-space) + var(--header-height) + 30px);
	transition: 0.5s;
}

.menu-open .header-menu-container {
	transform: translate3d(-100%, 0, 0);
}

.header-navigation .menu {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header-navigation .menu-item {
	position: relative;
}

.header-navigation .menu-item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--text-color-transparent), var(--text-color), var(--text-color-transparent));
	opacity: 0.25;
}

.header-navigation .menu a {
	display: block;
	padding: 12px 0;
	text-decoration: none;
	transition: 0.3s;
}

.header-navigation .current-menu-item a {
	color: var(--link-color-action);
}

/* Site Content */
.site-main {
	align-self: center;
	margin-top: var(--header-space);
	transition: 0.8s;
	transition-delay: 0.3s;
}

.menu-open .site-main {
	opacity: 0;
	transition: 0.5s;
	transition-delay: 0s;
}

.site-main .entry-header {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}

.has-featured-image .site-main .entry-header {
	min-height: var(--hero-height);
}

.site-main .entry-header .featured-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.featured-image img {
	display: block;
}

.site-main .entry-header .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.has-featured-image .site-main .entry-header .entry-title {
	width: 100%;
	margin-top: 0;
	padding: var(--container-space);
	color: var(--white-color);
	text-align: center;
	text-shadow: 1px 2px 3px var(--black-color-extrasoft);
}

.site-main .entry-content {
	margin-top: var(--page-space);
}

.hfeed .site-main .entry-content {
	margin-top: var(--element-space);
}

.custom-h1 .site-main .entry-content {
	margin-top: 0;
}

.entry-content > * {
	max-width: var(--container-default-width);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.entry-content > .alignwide {
	max-width: var(--container-wide-width);
}

.entry-content > .alignfull {
	max-width: none;
}

/* Block Element */
.wp-block-cover {
	margin-top: var(--section-space);
	padding: var(--container-space);
}

.wp-block-cover__inner-container {
	max-width: var(--container-default-width);
}

.wp-block-cover__inner-container > * {
	margin-top: 0;
}

.wp-block-cover h1,
.wp-block-cover h2 {
	text-shadow: 1px 2px 3px var(--black-color-extrasoft);
}

.wp-block-cover.hero-cover {
	max-width: none;
	min-height: var(--hero-height);
	margin-top: 0;
}

.wp-block-cover.hero-cover + * {
	margin-top: var(--page-space);
}

.wp-block-cover.has-link-cover {
	position: relative;
}

.wp-block-cover.has-link-cover a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.title-description {
	margin-top: 0.5em;
}

.wp-block-cover.hero-cover .title-description {
	text-shadow: 1px 2px 3px var(--black-color-extrasoft);
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
	margin-top: var(--element-space);
}

.wp-block-columns {
	margin-top: var(--section-space);
	margin-bottom: 0;
}

.line-separator-with-text {
	position: relative;
	margin-top: var(--section-space);
	line-height: 1;
}

.line-separator-with-text::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	top: 50%;
	left: 0;
	z-index: -1;
	background-color: var(--dark-grey-color);
}

.line-separator-with-text strong {
	padding: 0 20px;
	background-color: var(--page-bg-color);
}

.wp-block-embed {
	margin-top: var(--section-space);
}

.wp-block-buttons {
	margin-top: var(--element-space);
}

.wp-block-button {
	font-weight: 700;
	line-height: 1.25;
}

.wp-block-button > .wp-block-button__link {
	padding: var(--button-padding);
	border-radius: var(--button-border-radius);
	transition: 0.3s;
}

.wp-block-button.is-style-fill > .wp-block-button__link {
	padding-top: calc(0.5em + var(--button-border-width));
	padding-left: calc(1em + var(--button-border-width));
	padding-right: calc(1em + var(--button-border-width));
	padding-bottom: calc(0.625em + var(--button-border-width));
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	padding: var(--button-padding);
	border: var(--button-border-width) solid;
}

.wp-block-button > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link.has-text-color:hover {
	background-color: var(--blue-color);
	border-color: var(--blue-color);
	color: var(--white-color) !important;
}

.wp-block-cover.block-link a {
	display: block;
	text-decoration: none;
}

.wp-block-cover.block-link a:hover {
	opacity: 0.5;
}

.wp-block-cover.block-link + .block-link {
	margin-top: 0.5em;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

:root {
	--columns-gap-vertical: 12px;
	--columns-gap-horizontal: 12px;
	--columns-count: 1;
}

.wp-block-columns.columns-layout {
	--columns-gap-vertical: var(--section-space);
}

.wp-block-columns.columns-layout,
.wp-block-gallery {
	--columns-width: calc((100% - (var(--columns-count) - 1) * var(--columns-gap-horizontal)) / var(--columns-count));
	display: flex;
	flex-wrap: wrap !important;
	gap: var(--columns-gap-vertical) var(--columns-gap-horizontal) !important;
}

.columns-layout.columns-2,
.wp-block-gallery.columns-2,
.columns-layout.columns-4,
.wp-block-gallery.columns-4 {
	--columns-count: 2;
}

.columns-layout.columns-3,
.columns-layout.columns-5,
.columns-layout.columns-6,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-5,
.wp-block-gallery.columns-6 {
	--columns-count: 3;
}

.wp-block-columns.columns-layout > .wp-block-column,
.wp-block-gallery > .wp-block-image {
	flex-basis: var(--columns-width);
}

.wp-block-gallery {
	margin-top: var(--section-space);
}

.wp-block-gallery.square-images > .wp-block-image {
	position: relative;
	padding: 0;
	padding-top: var(--columns-width);
}

.wp-block-gallery.square-images > .wp-block-image img,
.wp-block-gallery.has-nested-images.square-images > .wp-block-image img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

/* Not Found Page */
.site-main > .not-found {
	text-align: center;
	max-width: var(--container-default-width);
	margin-left: auto;
	margin-right: auto;
}

.not-found .page-content .search-field {
	max-width: 480px;
}

/* Archive Page */
.search:not(.search-no-results) .page-title,
.archive .page-title {
	font-family: var(--body-font);
	font-size: 1.25em;
	padding: var(--element-space) 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-top: 0;
}

.hfeed .entry-header {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.hfeed .entry-title {
	width: 100%;
}

.hfeed .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 60%;
	margin-top: var(--element-space);
}

.hfeed .post-thumbnail img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

/* Footer */
.site-footer {
	align-self: flex-end;
	position: relative;
	margin-top: var(--section-space);
	padding: var(--page-space);
	text-align: center;
}

.site-footer::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: var(--sand-color);
}

.site-footer .footer-logo {
	margin-top: 0.25em;
}

.site-footer .footer-logo a {
	display: inline-block;
}

.site-footer .footer-logo img {
	display: block;
	width: auto;
	height: calc(var(--logo-height) + 24px);
	margin-left: auto;
	margin-right: auto;
}

.site-footer .footer-site-description {
	margin-top: 0.5em;
}

.site-footer .inquiry-text {
	margin-top: 0.25em;
}

.site-footer .footer-navigation {
	position: relative;
	margin-top: var(--element-space);
	padding-top: var(--element-space);
}

.site-footer .footer-navigation::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 3px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--dark-grey-color);
}

.footer-navigation .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-navigation .menu-item::after {
	content: "/";
	margin-left: 0.375em;
	margin-right: 0.375em;
}

.footer-navigation .menu-item:last-child::after {
	display: none;
}

.footer-navigation .menu a {
	font-weight: 600;
	text-decoration: none;
}

/* Floating Contact */
:root {
	--floating-button-size: 48px;
}

.floating-contact {
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index: 99;
}

.floating-contact::before {
	content: "";
	position: absolute;
	width: calc(var(--floating-button-size) + 16px);
	height: calc(var(--floating-button-size) + 16px);
	top: 8px;
	left: 8px;
	z-index: 1;
	transform: translate3d(-100%, -100%, 0);
	border-radius: 50%;
	background-color: var(--page-bg-color);
	filter: blur(8px);
}

.floating-contact-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: var(--floating-button-size);
	height: var(--floating-button-size);
	min-height: 0;
	z-index: 2;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	background-color: var(--yellow-color);
	border: none;
	box-shadow: 0 0 6px 1px var(--black-color-soft);
	fill: var(--black-color);
	outline: none;
}

.floating-contact-button.active {
	background-color: var(--text-color);
	fill: var(--white-color);
}

.floating-contact-button:focus,
.floating-contact-button:focus-visible {
	background-color: var(--text-color);
	fill: var(--white-color);
}

.floating-contact-button:hover {
	background-color: var(--blue-color);
	fill: var(--black-color);
}

.floating-contact-button .button-text {
	font-size: 0.75em;
	position: absolute;
	top: 50%;
	right: calc(100% + 8px);
	transform: translate3d(0, -50%, 0);
	white-space: nowrap;
	padding: 2px 6px 4px;
	background-color: var(--text-color);
	color: var(--white-color);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.floating-contact-button:hover .button-text {
	opacity: 1;
	visibility: visible;
}

.floating-contact-button .button-icon-contact,
.floating-contact-button .button-icon-close {
	position: absolute;
	width: calc(var(--floating-button-size) - 16px);
	height: calc(var(--floating-button-size) - 16px);
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0deg);
	transition: 0.5s;
}

.floating-contact-button .button-icon-close {
	opacity: 0;
}

.floating-contact-button.active .button-icon-contact {
	opacity: 0;
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 360deg);
}

.floating-contact-button.active .button-icon-close {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 360deg);
}

.floating-menu-container {
	position: absolute;
	right: 0;
	bottom: calc(var(--floating-button-size) + 8px);
	transform: translate3d(0, 100%, 0);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.floating-contact-button.active + .floating-menu-container {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.floating-menu-container .menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 8px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.floating-menu-container .menu-item {
	padding: 0;
	margin: 0;
}

.floating-menu-container .menu-item a {
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	position: relative;
	color: transparent;
	outline: none;
	transition: 0.3s;
}

.floating-menu-container .menu-item a:hover,
.floating-menu-container .menu-item a:focus {
	color: var(--white-color);
}

.floating-menu-container .menu-item a::before {
	content: "";
	position: absolute;
	width: calc(100% - var(--floating-button-size));
	height: calc(1.25em + 8px);
	top: calc(50% + 1px);
	left: -6px;
	z-index: -1;
	transform: translateY(-50%);
	background-color: var(--text-color);
	opacity: 0;
	transition: 0.3s;
}

.floating-menu-container .menu-item a::after {
	content: url(assets/icons/light/contact-light-icon-01.svg);
	display: block;
	width: var(--floating-button-size);
	height: var(--floating-button-size);
	padding: 8px;
	border-radius: 50%;
	background-color: var(--white-color);
	background-image: linear-gradient(to right, #666, #666);
	border: none;
	box-shadow: 0 0 6px 1px var(--black-color-soft);
	transition: 0.3s;
}

.floating-menu-container .menu-item.email a::after,
.floating-menu-container .menu-item a[href*="@"]::after {
	content: url(assets/icons/light/email-light-icon-01.svg);
}

.floating-menu-container .menu-item.whatsapp a::after,
.floating-menu-container .menu-item a[href*="wa.me"]::after {
	content: url(assets/icons/light/whatsapp-light-icon-01.svg);
}

.floating-menu-container .menu-item.facebook a::after,
.floating-menu-container .menu-item a[href*="facebook"]::after {
	content: url(assets/icons/light/facebook-light-icon-01.svg);
}

.floating-menu-container .menu-item.instagram a::after,
.floating-menu-container .menu-item a[href*="instagram"]::after {
	content: url(assets/icons/light/instagram-light-icon-01.svg);
}

.floating-menu-container .menu-item.youtube a::after,
.floating-menu-container .menu-item a[href*="youtube"]::after {
	content: url(assets/icons/light/youtube-light-icon-01.svg);
}

.floating-menu-container .menu-item a:hover::before,
.floating-menu-container .menu-item a:focus::before {
	opacity: 1;
}

.floating-menu-container .menu-item a:hover::after,
.floating-menu-container .menu-item a:focus::after {
	background-image: linear-gradient(to right, var(--blue-color), var(--blue-color));
}

/* Little Hotelier Embed Booking Engine */
.ibe > iframe {
	max-width: 1200px !important;
}

.site + iframe.ibe {
	height: calc(100% - 64px) !important;
}

/* General Class */
.has-text-color a {
	color: inherit;
}

h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
p > a {
	text-decoration: inherit;
}

.no-space {
	margin-top: 0;
}

.element-space {
	margin-top: var(--element-space);
}

.section-space {
	margin-top: var(--section-space);
}

.supersmall-container {
	max-width: var(--container-supersmall-width);
}

.small-container {
	max-width: var(--container-small-width);
}

.wide-container {
	max-width: var(--container-wide-width);
}

.mediumwide-container {
	max-width: var(--container-mediumwide-width);
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {
	:root {
		--columns-gap-vertical: 30px;
		--columns-gap-horizontal: 30px;
	}

	.wp-block-media-text .wp-block-media-text__content {
		margin-top: 0;
		padding-left: var(--section-space);
	}

	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding-left: 0;
		padding-right: var(--section-space);
	}
}

@media screen and (min-width: 768px) {
	:root {
		--page-space: 40px;
		--container-space: 40px;
	}

	.hfeed .archive-lists,
	.hfeed .result-lists {
		--columns-count: 2;
		--columns-width: calc((100% - (var(--columns-count) - 1) * var(--columns-gap-horizontal)) / var(--columns-count));
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: var(--columns-gap-vertical) var(--columns-gap-horizontal);
	}

	.hfeed .hentry {
		flex-basis: var(--columns-width);
	}
}

@media screen and (min-width: 960px) {
	:root {
		--page-space: 60px;
		--container-space: 60px;
		--section-space: 60px;
	}

	.header-navigation .menu-toggle-button {
		display: none;
	}

	.header-menu-container {
		position: relative;
		width: auto;
		height: auto;
		top: auto;
		left: auto;
		background-color: transparent;
		padding: 0;
	}

	.header-navigation .menu {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 20px;
		font-size: 1em;
	}

	.header-navigation .menu-item::before {
		display: none;
	}

	.header-navigation .menu a {
		display: flex;
		align-items: center;
		height: var(--header-height);
		padding: 0;
	}

	.columns-layout.columns-4,
	.wp-block-gallery.columns-4 {
		--columns-count: 4;
	}

	.columns-layout.columns-5,
	.wp-block-gallery.columns-5 {
		--columns-count: 5;
	}

	.columns-layout.columns-6,
	.wp-block-gallery.columns-6 {
		--columns-count: 6;
	}

	.hfeed .archive-lists,
	.hfeed .result-lists {
		--columns-count: 3;
	}

	.floating-contact {
		right: calc(0.5 * (var(--page-space) - var(--floating-button-size)));
	}
}

@media screen and (min-width: 1200px) {
	:root {
		--page-space: 64px;
		--container-space: 60px;
		--section-space: 64px;
	}
}

@media screen and (min-width: 1400px) {
	:root {
		--page-space: 80px;
		--hero-height: calc(100vh - 2 * var(--header-space) - var(--header-height) - var(--section-space));
		--floating-button-size: 56px;
	}

	.site {
		padding-bottom: var(--section-space);
	}

	.wp-block-cover.hero-cover + *,
	.site-main .entry-content {
		margin-top: var(--section-space);
	}

	.columns-layout.columns-4 {
		--columns-count: 4;
	}

	.columns-layout.columns-5 {
		--columns-count: 5;
	}

	.columns-layout.columns-6 {
		--columns-count: 6;
	}

	.hfeed .archive-lists,
	.hfeed .result-lists {
		--columns-count: 4;
	}
}
