/*!
Theme Name: lasommita
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lasommita
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lasommita is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* END UNDERSCORE THEME */

/* BEGIN LASOMMITA THEME */

/* BEGIN OVERRIDES UNDERSCORE */

#root .react-daterange-picker input[type="number"] {
	color: #25221e;
	border: none;
	border-radius: 3px;
	padding: 3px;
}

#page {
	overflow: hidden;
}

.post,
.page {
	margin-bottom: 0;
}

/* END OVERRIDES UNDERSCORE */

/* BEGIN OVERRIDES DEFAULT BOOTSTRAP */

body {
	--bs-body-font-family: "Jost", serif;
	--bs-body-bg: #F8F8F8;
	--bs-body-color: #25221E;
}

@media only screen and (max-width: 575px) {
	.container {
		--bs-gutter-x: 3.5rem !important;
	}
}

/* END OVERRIDES DEFAULT BOOTSTRAP */

/* BEGIN LASOMMITA TYPOGRAPHY */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-family: "Judson", serif;
}

.h4,
.h5,
.h6,
.h7,
h4,
h5,
h6 {
	font-family: "Judson", serif;
}

.page a,
.page-template a,
.single a,
.archive a,
.search a,
.blog a {
	text-decoration: none;
	color: #202020;
}

p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.16;
}

p:last-child {
	margin-bottom: 0;
}

.title_1 {
	font-size: 58px;
	font-weight: 400;
	line-height: 1.16;
}

h1.title_1 {
	font-size: 58px;
	text-transform: uppercase;
}

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

	.title_1 {
		font-size: 32px;
	}

	.header_title.title_1 {
		font-size: 30px;
		line-height: 1;
	}

	h1.title_1 {
		font-size: 36px;
	}
}

.header_title.title_1 {
	font-family: "Judson", serif;
}

.title_2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.16;
}

.title_3,
.title_3>p {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.16;
}

h3.title_3 {
	font-size: 34px;
	text-transform: uppercase;
}

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

	.title_3,
	h3.title_3,
	.title_3>p {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {

	.title_3,
	.title_3>p {
		font-size: 32px;
	}
}

.title_4 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.16;
}

@media only screen and (max-width: 1199px) {
	.title_4 {
		font-size: 24px;
	}
}

.title_5 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.16;
}

.button_title,
.button_title.nav-link,
.button_title>p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.16;
}

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

	.button_title,
	.button_title.nav-link,
	.button_title>p {
		font-size: 18px;
	}
}

.text_font_14,
.text_font_14>p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.16;
}

.text_font_16,
.text_font_16>p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.16;
}

.text_font_24,
.text_font_24>p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.16;
}

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

	.text_font_24,
	.text_font_24>p {
		font-size: 18px;
	}
}

#intro .intro_text.intro_text_alt p {
	font-family: "Judson", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.16;
}

@media only screen and (max-width: 1199px) {
	#intro .intro_text.intro_text_alt p {
		font-size: 26px;
		line-height: 1;
	}
}

/* END LASOMMITA TYPOGRAPHY */

/* BEGIN GLOBAL CLASSES */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea,
.wpcf7 .form-select {
	padding: 10px 20px;
	min-height: 44px;
	border-radius: 0;
	background-color: #fff;
}

.wpcf7 button.wpcf7-submit:hover {
	background-color: #fff;
	border: 1px solid #43a2e2;
	color: #43a2e2;
}

.wpcf7-spinner {
	position: absolute;
	right: 18%;
	top: 13%;
	background-color: #1a6d82;
}

.wpcf7-list-item-label {
	color: #fff;
}

::-webkit-input-placeholder {
	/* Chrome and Safari */
	color: #25221E !important;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #25221E;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #25221E;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #25221E;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #25221E;
}

::placeholder {
	color: #25221E;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

/* END GLOBAL CLASSES */

/* BEGIN UTILITIES */

.read_more {
	padding-bottom: 48px;
}

.btn_default {
	display: inline-block;
	background-color: #bf9f56;
	padding: 10px 24px;
	color: #000000;
}

a.btn_default {
	font-weight: 700;
	color: #000000;
}

.btn_default.btn_outline {
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: none;
}

.btn_default.btn_outline.border_black {
	background-color: transparent;
	border: 1px solid #333333;
	box-shadow: none;
	color: #333333;
}

.sec_padding {
	padding: 140px 0;
}

.sec_margin {
	margin: 140px 0;
}

@media only screen and (max-width: 1199px) {
	.sec_padding {
		padding: 70px 0;
	}

	.sec_margin {
		margin: 70px 0;
	}
}

.color_primary_500 {
	color: #83776B !important;
}

.color_primary_600 {
	color: #6A6057 !important;
}

.color_primary_900 {
	color: #25221E !important;
}

.color_secondary_100 {
	color: #F2ECDD !important;
}

.color_secondary_500 {
	color: #BF9F56 !important;
}

.color_neutral_100 {
	color: #FFFFFF !important;
}

.color_neutral_800 {
	color: #606060 !important;
}

.color_neutral_1000 {
	color: #333333 !important;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

/*
.animate-on-scroll {
	opacity: 0;
	transition: opacity 0.8s ease;
}

.animate__bounceInLeft,
.animate__bounceInRight {
	animation-duration: 3s !important;
}
*/

#bg-separator .bg_separator {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

/* END UTILITIES */

/* BEGIN HEADER */

#top-menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	padding: 8px 0;
	z-index: 12;
}

@media only screen and (max-width: 1199px) {
	#top-menu {
		height: 100px;
	}
}

@media only screen and (max-width: 767px) {
	#logo-header {
		width: 150px;
	}
}

#top-menu .header_logo a {
	display: flex;
	align-items: center;
}

#top-menu .header_logo_title {
	font-size: 30px;
	color: #fff;
}

#top-menu #offcanvasRight.offcanvas {
	background-color: #25221E;
}

@media only screen and (min-width: 1200px) {
	#top-menu #offcanvasRight.offcanvas {
		width: 35%;
	}
}

#top-menu #offcanvasRight.offcanvas .offcanvas-body {
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

#top-menu #offcanvasRight.offcanvas .btn-close {
	background-image: url("./img/btn_close_offcanvas_menu.svg");
	--bs-btn-close-opacity: 1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#top-menu #offcanvasRight.offcanvas #menu-mobile .nav-item .nav-link,
#top-menu #offcanvasRight.offcanvas .menu_lang_mobile .menu_lang_item {
	font-family: "Judson", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.16;
}

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

	#top-menu #offcanvasRight.offcanvas #menu-mobile .nav-item .nav-link,
	#top-menu #offcanvasRight.offcanvas .menu_lang_mobile .menu_lang_item {
		font-size: 26px;
	}
}

#top-menu #offcanvasRight.offcanvas .menu_lang_mobile .menu_lang_item:not(:last-of-type) {
	padding-right: 12px;
}

@media screen and (max-width: 1199px) {
	.main-navigation ul {
		display: flex;
	}
}

#top-menu.sticky-top-menu {
	position: fixed;
	height: 90px;
	background-color: #fff;
	margin-top: 0;
	z-index: 9;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.102);
	animation: fadeIn 0.85s;
}

.logged-in #top-menu.sticky-top-menu {
	margin-top: 32px;
}

#top-menu .nav-item .nav-link,
#top-menu .header_contact a.header_contact_link {
	color: #fff;
}

#top-menu.sticky-top-menu .nav-item .nav-link,
#top-menu.sticky-top-menu .header_contact a.header_contact_link {
	color: #333333;
}

#top-menu .lang_menu .lang_top a.active {
	font-weight: 700;
}

#top-menu .topsocial i {
	font-size: 24px;
	color: #2A1C35;
}

#top-menu .header_contact .contact_icon img {
	vertical-align: bottom;
}

.btn_mobile_menu i {
	font-size: 32px;
}

#book-now-modal-btn {
	color: #fff;
	cursor: pointer;
}

.sticky-top-menu #book-now-modal-btn {
	color: #333333;
}

@media screen and (min-width: 1200px) {
	#bookModal .modal-fullscreen {
		width: 80vw;
		height: auto;
		margin: auto;
	}
}

#bookModal .modal-content {
	background-color: #25221E;
}

#bookModal .modal-header {
	position: relative;
	min-height: 185px;
	border-bottom: 0;
}

#bookModal .modal_logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#bookModal .modal_logo img {
	max-width: 240px;
}

#bookModal .modal-header .btn-close {
	background-image: url("./img/btn_close_offcanvas_menu.svg");
	--bs-btn-close-opacity: 1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 3;
}

.header_video .video_bg {
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 2.24648985;
}

@media screen and (max-width: 1199px) {
	.header_video .video_bg {
		object-fit: none;
		aspect-ratio: 0.7;
	}
}

.header_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 3;
}

#header-page .header_page_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 2.24648985;
}

.page-template-page-location-php #header-page .header_page_img,
.page-template-page-contacts-php #header-page .header_page_img,
.single.single-post #header-page .header_page_img {
	aspect-ratio: 4.5;
}

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

	#header-page .header_page_img,
	.page-template-page-location-php #header-page .header_page_img,
	.page-template-page-contacts-php #header-page .header_page_img,
	.single.single-post #header-page .header_page_img {
		aspect-ratio: 0.7;
	}
}

.overlay.overlay_header {
	animation: fadeIn 2s both 0s;
	z-index: 2;
}

#header-home .header_content,
#header-home .overlay_header,
#header-page .header_content,
#header-page .carousel-caption,
#header-page .overlay_header {
	padding-top: 100px;
}

@media screen and (min-width: 1200px) {

	#header-home .header_content,
	#header-home .overlay_header,
	#header-page .header_content,
	#header-page .carousel-caption,
	#header-page .overlay_header {
		padding-top: 120px;
	}
}

#header-page .header_page_pre_title,
#header-page .header_page_title {
	color: #fff;
}

/* END HEADER */

/* BEGIN PAGE HOME */

#header-home {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	#presentation .presentation_block_carousel {
		position: absolute;
		right: 0;
		max-width: 636px;
		padding: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	#presentation .presentation_block_content {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1600px) {
	#presentation .presentation_block_content {
		padding-right: 50px;
	}
}

#presentation #carousel .carousel_presentation .swiper-slide .presentation_carousel_img {
	object-fit: contain;
	object-position: 50% 50%;
	aspect-ratio: 1.333333333;
}

#presentation .swiper-button-next::after,
#presentation .swiper-button-prev::after {
	display: none;
}

#presentation .swiper-button-next,
#presentation .swiper-button-prev {
	font-size: 36px;
	color: #fff;
}

#why-choose .why_choose_block {
	margin: 1px;
}

#why-choose .why_choose_block .why_choose_image {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#why-choose .why_choose_block .why_choose_image .why_choose_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.153846;
	transition: transform 0.5s ease-in-out;
}

#why-choose .why_choose_block .why_choose_image:hover .why_choose_img {
	transform: scale(1.1);
}

#why-choose .why_choose_block .why_choose_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	pointer-events: none;
	z-index: 3;
}

.overlay.overlay_why_choose {
	background-color: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 2;
}

.banner_full {
	position: relative;
	overflow: hidden;
}

.banner_full .banner_full_bg img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.88481675;
}

@media only screen and (max-width: 459px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 1.2;
	}
}

@media only screen and (min-width: 1920px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 3;
	}
}

.banner_full .banner_full_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 3;
}

@media only screen and (max-width: 767px) {
	.banner_full .banner_full_content {
		padding: 0 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.banner_full .banner_full_content {
		width: 50%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1200px) {
	.banner_full .banner_full_content {
		max-width: 450px;
		margin: 0 auto;
	}
}

#services .servicesCarousel .service_item .service_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.618811;
}

#services .swiper-button-next::after,
#services .swiper-button-prev::after {
	display: none;
}

#services .swiper-button-next,
#services .swiper-button-prev {
	font-size: 36px;
	color: rgba(0, 0, 0, 0.4);
}

#services .swiper-button-prev,
#services .swiper-rtl .swiper-button-next {
	left: -50px;
	right: auto;
}

#services .swiper-button-next,
#services .swiper-rtl .swiper-button-prev {
	left: auto;
	right: -50px;
}

@media only screen and (min-width: 1200px) {
	.page-template-page-home-php #offers {
		padding-bottom: 180px;
	}
}

.page-template-page-home-php #offers .offers_image .offers_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.625615;
}

.page-template-page-home-php #offers .offers_content {
	position: relative;
	background: #25221E;
	width: auto;
	height: auto;
	padding: 64px 28px;
}

@media only screen and (min-width: 1200px) {
	.page-template-page-home-php #offers .offers_content {
		position: absolute;
		top: 100px;
		bottom: 0;
		left: -100px;
		right: 0;
		width: 440px;
		height: 660px;
		padding: 60px;
		z-index: 3;
	}
}

#newsletter {
	margin-top: 280px;
}

#newsletter.banner_full {
	overflow: visible;
}

@media only screen and (max-width: 1199px) {
	#newsletter .banner_full_bg {
		display: none;
	}

	#newsletter .overlay {
		display: none;
	}
}

#newsletter .newsletter_content {
	position: relative;
	background: #25221E;
	padding: 70px 28px;
}

@media only screen and (min-width: 1200px) {
	#newsletter .newsletter_content {
		position: absolute;
		top: -180px;
		bottom: 0;
		left: 180px;
		right: 0;
		width: 550px;
		height: 608px;
		padding: 60px 30px;
		z-index: 3;
	}
}

#newsletter .newsletter_content a {
	color: #fff;
}

/* END PAGE HOME */

/* BEGIN PAGE ABOUT */

#about .row_about_over,
#about .row_about_over_reverse,
#about .row_about_normal {
	position: relative;
}

#about .row_about_over .about_sec_image .about_sec_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.2110552;
}

#about .row_about_over .about_sec_content {
	position: relative;
	background: #fff;
	padding: 24px 12px;
}

@media only screen and (min-width: 1200px) {
	#about .row_about_over .about_sec_content {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 440px;
		height: 600px;
		padding: 60px;
		margin: auto;
		z-index: 3;
	}

	#about .row_about_over_reverse .about_sec_content {
		left: 0;
		right: auto;
	}
}

@media only screen and (min-width: 1400px) {
	.page-template-page-about-php #about .row_about_normal .about_sec_content {
		padding-right: 90px;
	}
}

#about .about_sec_image .about_sec_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.6709183;
}

/* END PAGE ABOUT */

/* BEGIN ARCHIVE CAMERA */
#featured-suite .row_featured_suite,
#rooms .room_image {
	position: relative;
}

#featured-suite .row_featured_suite .featured_suite_image .featured_suite_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.671875;
}

#featured-suite .row_featured_suite .featured_suite_content {
	position: relative;
	background: #fff;
	padding: 24px 12px;
}

@media only screen and (min-width: 1200px) {
	#featured-suite {
		padding-bottom: 228px;
	}

	#featured-suite .row_featured_suite .featured_suite_content {
		position: absolute;
		top: 180px;
		left: 40px;
		width: 526px;
		height: auto;
		padding: 60px;
		margin: auto;
		z-index: 3;
	}
}

.room_title {
	margin-top: 24px;
}

#rooms .section_rooms_title h2 {
	margin-bottom: 70px;
}

@media only screen and (min-width: 1200px) {
	.room_card_1 .room_image {
		display: flex;
		flex-direction: column;
		align-items: end;
	}
}

@media only screen and (min-width: 1200px) {
	.room_card_1 .room_content {
		padding-left: 98px;
	}
}

.room_card_1 .room_image .room_img,
.room_card_4 .room_image .room_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 526px;
	aspect-ratio: 0.6709183;
}

@media only screen and (min-width: 1200px) {
	.room_card_2 .room_image {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: -98px;
	}
}

@media only screen and (min-width: 1200px) {
	.room_card_2 .room_content {
		padding-left: 98px;
	}
}

.room_card_2 .room_image .room_img,
.room_card_3 .room_image .room_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 416px;
	aspect-ratio: 0.74285714;
}

@media only screen and (min-width: 1200px) {
	.room_card_3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media only screen and (min-width: 1200px) {
	.room_card_3 .room_content {
		position: absolute;
		bottom: -140px;
		right: 0;
		width: 420px;
		height: auto;
		background-color: #fff;
		padding: 60px;
		margin: auto;
		z-index: 3;
	}
}

@media only screen and (min-width: 1200px) {
	.room_card_4 .room_content {
		max-width: 526px;
	}
}

.archive.term-14 #rooms,
.archive.term-17 #rooms {
	padding-bottom: 140px;
}

/* END ARCHIVE CAMERA */

/* BEGIN SINGLE CAMERA */

#featured-room-image .row_featured_room_image {
	position: relative;
}

#featured-room-image .row_featured_room_image .featured_room_image .featured_room_image_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.666015625;
}

#featured-room-image .row_featured_room_image .featured_room_image_content {
	position: relative;
	background: #fff;
	padding: 24px 12px;
}

@media only screen and (min-width: 1200px) {
	#featured-room-image {
		padding-bottom: 200px;
	}

	#featured-room-image .row_featured_room_image .featured_room_image_content {
		position: absolute;
		top: 80px;
		right: 40px;
		width: 526px;
		height: 560px;
		padding: 70px 100px;
		margin: auto;
		z-index: 3;
	}
}

@media only screen and (min-width: 1200px) {
	#inner-room-images {
		padding-top: 140px;
	}

	#inner-room-images .inner_room_image_left .inner_room_image {
		padding-left: 98px;
		margin-top: -140px;
	}
}

#inner-room-images .inner_room_image_left .inner_room_image_content {
	padding-top: 48px;
}

@media only screen and (min-width: 1200px) {
	#inner-room-images .inner_room_image_left .inner_room_image_content {
		max-width: 330px;
		padding-top: 100px;
	}
}

#inner-room-images .inner_room_image_left .inner_room_image .inner_room_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 330px;
	aspect-ratio: 0.6613226452;
}

#inner-room-images .inner_room_image_right .inner_room_image .inner_room_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 574px;
	aspect-ratio: 0.74837027;
}

#bg-separator.bg_separator_single_room .bg_separator {
	background-image: url("./img/bg_separator_single_room.svg");
	min-height: 115px;
}

.single_room_gallery_img {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
	height: 60vh;
	/*aspect-ratio: 1.43969849;*/
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.single_room_gallery_img {
		max-width: 960px;
		aspect-ratio: 1.9;
	}
}

@media screen and (min-width: 1400px) {
	.single_room_gallery_img {
		max-width: 1146px;
	}
}

#single-room-gallery .carousel-counter {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: 2;
}

#single-room-gallery .carousel-counter span {
	font-family: "Judson", serif;
	font-size: 58px;
	font-weight: 400;
	line-height: 64px;
	color: #000000;
}

#single-room #services .service_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#single-room #services .service_image {
	background-color: #e8e8e8;
	width: 112px;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

#rooms-carousel .roomsCarousel .room_item .room_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.618811;
}

#rooms-carousel .swiper-button-next::after,
#rooms-carousel .swiper-button-prev::after {
	display: none;
}

#rooms-carousel .swiper-button-next,
#rooms-carousel .swiper-button-prev {
	font-size: 36px;
	color: rgba(0, 0, 0, 0.4);
}

#rooms-carousel .swiper-button-prev,
#rooms-carousel .swiper-rtl .swiper-button-next {
	left: -50px;
	right: auto;
}

#rooms-carousel .swiper-button-next,
#rooms-carousel .swiper-rtl .swiper-button-prev {
	left: auto;
	right: -50px;
}

/* END SINGLE CAMERA */

/* BEGIN ARCHIVE MASSAGGIO */

#featured-massage .row_featured_massage .featured_massage_image .featured_massage_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.671875;
}

#featured-massage .row_featured_massage .featured_massage_content {
	position: relative;
	background: #fff;
	padding: 24px 12px;
}

@media only screen and (min-width: 1200px) {
	#featured-massage {
		padding-bottom: 240px;
	}

	#featured-massage .row_featured_massage .featured_massage_content {
		position: absolute;
		top: 120px;
		left: -440px;
		width: 526px;
		height: 560px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 60px;
		margin: auto;
		z-index: 3;
	}
}

.massage_title {
	margin-top: 24px;
}

@media only screen and (min-width: 1200px) {
	.massage_card_1 .massage_image {
		display: flex;
		flex-direction: column;
		align-items: end;
	}
}

@media only screen and (min-width: 1200px) {
	.massage_card_1 .massage_content {
		padding-left: 98px;
	}
}

.massage_card_1 .massage_image .massage_img,
.massage_card_4 .massage_image .massage_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 526px;
	aspect-ratio: 0.6709183;
}

@media only screen and (min-width: 1200px) {
	.massage_card_2 .massage_image {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: -98px;
	}
}

@media only screen and (min-width: 1200px) {
	.massage_card_2 .massage_content {
		padding-left: 98px;
	}
}

.massage_card_2 .massage_image .massage_img,
.massage_card_3 .massage_image .massage_img,
.massage_card_6 .massage_image .massage_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 416px;
	aspect-ratio: 0.74285714;
}

@media only screen and (min-width: 1200px) {

	.massage_card_3,
	.massage_card_6 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media only screen and (min-width: 1200px) {
	.massage_card_3 .massage_content {
		position: absolute;
		bottom: -140px;
		right: 0;
		width: 420px;
		height: auto;
		background-color: #fff;
		padding: 60px;
		margin: auto;
		z-index: 3;
	}
}

@media only screen and (min-width: 1200px) {
	.massage_card_6 .massage_content {
		position: absolute;
		bottom: -140px;
		right: 0;
		width: 420px;
		height: auto;
		background-color: #fff;
		padding: 60px;
		margin: auto;
		z-index: 3;
	}
}

@media only screen and (min-width: 1200px) {
	.massage_card_4 .massage_content {
		max-width: 526px;
	}
}

/* END ARCHIVE MASSAGGIO */

/* BEGIN PAGE RESTAURANT */

.page-template-page-restaurant-php #header-page .header_textblock:last-child .header_link {
	display: block;
}

.page-template-page-restaurant-php #header-page .header_textblock:last-child .header_link a.btn_default {
	width: 100%;
}

.page-template-page-restaurant-php #header-page .header_textblock:last-child .header_link:not(:last-child) {
	margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
	.page-template-page-restaurant-php #header-page .header_textblock:last-child .header_link {
		display: inline-block;
	}

	.page-template-page-restaurant-php #header-page .header_textblock:last-child .header_link a.btn_default {
		width: auto;
	}

	.page-template-page-restaurant-php #header-page .header_textblock:last-child .header_link:not(:last-child) {
		margin-right: 24px;
	}
}

#breakfast .breakfast_image .breakfast_img,
#chef .chef_image .chef_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.782738;
}

#cielo-restaurant .cielo_restaurant_image .cielo_restaurant_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.946428;
}

@media only screen and (min-width: 1400px) {
	.page-template-page-restaurant-php #cielo-restaurant .cielo_restaurant_content {
		padding-right: 90px;
	}
}

@media only screen and (min-width: 1400px) {

	.page-template-page-restaurant-php #breakfast .breakfast_content,
	.page-template-page-restaurant-php #chef .chef_content {
		padding-left: 90px;
	}
}

#garden-bistrot .row_garden_bistrot {
	position: relative;
}

#garden-bistrot .row_garden_bistrot .garden_bistrot_image .garden_bistrot_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.523214;
}

#garden-bistrot .row_garden_bistrot .garden_bistrot_content {
	position: relative;
	background: #fff;
	padding: 24px 12px;
}

@media only screen and (min-width: 1200px) {
	#garden-bistrot {
		padding-bottom: 228px;
	}

	#garden-bistrot .row_garden_bistrot .garden_bistrot_content {
		position: absolute;
		top: 110px;
		left: 90px;
		width: 416px;
		height: 560px;
		padding: 90px 50px;
		margin: auto;
		z-index: 3;
	}
}

#menu-carousel .menuCarousel .menu_item .menu_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1;
}

#menu-carousel .swiper-button-next::after,
#menu-carousel .swiper-button-prev::after {
	display: none;
}

#menu-carousel .swiper-button-next,
#menu-carousel .swiper-button-prev {
	font-size: 36px;
	color: rgba(0, 0, 0, 0.4);
}

#menu-carousel .swiper-button-prev,
#menu-carousel .swiper-rtl .swiper-button-next {
	left: -50px;
	right: auto;
}

#menu-carousel .swiper-button-next,
#menu-carousel .swiper-rtl .swiper-button-prev {
	left: auto;
	right: -50px;
}

#winery .winery_image .winery_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

#winery .winery_image.winery_image_1 .winery_img {
	aspect-ratio: 0.782738;
}

@media only screen and (min-width: 1200px) {
	#winery .winery_image.winery_image_1 {
		padding-left: 130px;
		padding-right: 80px;
	}
}

#winery .winery_image.winery_image_2 {
	padding-top: 110px;
}

#winery .winery_image.winery_image_2 .winery_img {
	aspect-ratio: 1.049107;
}

@media only screen and (min-width: 1200px) {
	#winery .winery_image.winery_image_2 {
		padding-right: 31px;
	}
}

#winery .winery_image_3 .winery_image .winery_img {
	aspect-ratio: 0.6190476;
}

@media only screen and (min-width: 1200px) {
	#winery .winery_image_3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		padding-left: 96px;
	}
}

#winery .winery_image_3 .winery_link {
	padding-top: 100px;
}

#winery .winery_image_3 .winery_text {
	padding-top: 50px;
}

/* END PAGE RESTAURANT */

/* BEGIN PAGE WELLNESS */

#wellness-area .wellness_area_image .wellness_area_img,
#massages-area .massages_area_image .massages_area_img,
#body-treatment .body_treatment_image body_treatment_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.782738;
}

@media only screen and (min-width: 1400px) {

	.page-template-page-wellness-php #wellness-area .wellness_area_content,
	.page-template-page-wellness-php #body-treatment .body_treatment_content {
		padding-right: 90px;
		padding-left: 90px;
	}

	.page-template-page-wellness-php #massages-area .massages_area_content {
		padding-left: 90px;
	}
}

/* END PAGE WELLNESS */

/* BEGIN PAGE EVENTS */

#private-events .private_events_image .private_events_img,
#other-events .other_events_image .other_events_img,
#wedding-events .wedding_events_image .wedding_events_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.782738;
}

@media only screen and (min-width: 1400px) {

	.page-template-page-events-php #private-events .private_events_content,
	.page-template-page-events-php #wedding-events .wedding_events_content {
		padding-right: 90px;
	}

	.page-template-page-events-php #other-events .other_events_content {
		padding-left: 90px;
	}
}

.wellness_gallery_img {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
	height: 60vh;
	/*aspect-ratio: 1.43969849;*/
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.wellness_gallery_img {
		max-width: 960px;
		aspect-ratio: 1.9;
	}
}

@media screen and (min-width: 1400px) {
	.wellness_gallery_img {
		max-width: 1146px;
	}
}

#wellness-gallery .carousel-counter {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: 2;
}

#wellness-gallery .carousel-counter span {
	font-family: "Judson", serif;
	font-size: 58px;
	font-weight: 400;
	line-height: 64px;
	color: #000000;
}

/* END PAGE EVENTS */

/* BEGIN PAGE LOCATION */

.page-template-page-location-php #header-page .header_subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

#page-location #location .lazy-load-map {
	position: relative;
	width: 100%;
	height: 560px;
	overflow: hidden;
}

@media only screen and (min-width: 1920px) {
	#page-location #location .lazy-load-map {
		height: 800px;
	}
}

#page-location #location .lazy-load-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#location-section .location_section_image .location_section_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.782738;
}

@media only screen and (min-width: 1400px) {

	.page-template-page-location-php #location-section .location_section_image {
		padding-right: 98px;
	}

	.page-template-page-location-php #location-section .location_section_content {
		padding-right: 90px;
	}

}

#location-section .row_location_section_over {
	position: relative;
}

#location-section .row_location_section_over .location_section_image .location_section_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.332142;
}

#location-section .row_location_section_over .location_section_content {
	position: relative;
	background: #fff;
	padding: 24px 12px;
}

@media only screen and (min-width: 1200px) {
	#location-section .row_location_section_over {
		margin-top: 250px;
	}

	#location-section .row_location_section_over .location_section_content {
		position: absolute;
		top: -110px;
		right: 140px;
		width: 416px;
		height: 560px;
		padding: 90px 50px;
		margin: auto;
		z-index: 3;
	}
}

/* END PAGE LOCATION */

/* BEGIN PAGE CONTACTS */

.page-template-page-contacts-php #header-page .header_subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

#contact-form .contact_form_content {
	position: relative;
	background: #25221E;
	padding: 48px 12px;
}

@media only screen and (min-width: 1200px) {
	#contact-form .contact_form_content {
		padding: 60px 30px;
	}
}

#contact-form .contact_form_content a {
	color: #fff;
}

@media only screen and (min-width: 1400px) {
	#contact-form .contact_form_sidebar {
		padding-right: 116px;
	}
}

.accordion-flush#accordionFaq .accordion-item {
	color: #333333;
	border: none;
}

.accordion-flush#accordionFaq .accordion-item::after {
	content: '';
	position: relative;
	display: block;
	border-bottom: 1px dashed #83776B;
	margin: 0 16px;
	padding-top: 16px;
	margin-bottom: 24px;
}

.accordion-flush#accordionFaq .accordion-button {
	color: #333333;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button,
.accordion-flush#accordionFaq .accordion-item .accordion-button.collapsed {
	border-radius: 31px;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button:not(.collapsed) {
	color: #333333;
	font-weight: 600;
	background-color: #f9f9f9;
	box-shadow: none;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button::after {
	content: none;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: url('data: image/svg+xml, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_780_2072%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%22-1%22%20width%3D%2224%22%20height%3D%2225%22%3E%3Crect%20y%3D%22-0.0827637%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_780_2072)%22%3E%3Cpath%20d%3D%22M12%2015.3172L6%209.31724L7.4%207.91724L12%2012.5172L16.6%207.91724L18%209.31724L12%2015.3172Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	transform: rotate(-90deg);
}

.accordion-flush#accordionFaq .accordion-item .accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	content: "";
	background-image: url('data: image/svg+xml, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_780_2072%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%22-1%22%20width%3D%2224%22%20height%3D%2225%22%3E%3Crect%20y%3D%22-0.0827637%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_780_2072)%22%3E%3Cpath%20d%3D%22M12%2015.3172L6%209.31724L7.4%207.91724L12%2012.5172L16.6%207.91724L18%209.31724L12%2015.3172Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
	margin-right: 4px;
	color: #333333;
}

#faq .faq_sidebar {
	padding-top: 1rem;
}

#faq .faq_sidebar .faq_sidebar_block:not(:nth-child(3)):after {
	content: '';
	position: relative;
	display: block;
	border-bottom: 0.2px dashed #83776B;
	padding-top: 24px;
	margin-bottom: 48px;
}

#faq .faq_sidebar .faq_sidebar_block:nth-child(3):after {
	content: '';
	position: relative;
	display: block;
	border-bottom: 1px solid #000000;
	padding-top: 24px;
	margin-bottom: 48px;
}

/* END PAGE CONTACTS */

/* BEGIN BLOG */

.post_item {
	background-color: #FFFFFF;
}

.post_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.2381;
}

/* END BLOG */

/* BEGIN FOOTER */

.site-footer {
	background-color: #333333;
	padding-top: 80px;
}

.site-footer .footer_logo .footer_logo_img {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
}

.site-footer .footer_row:nth-child(1) {
	margin-bottom: 80px;
}

.site-footer .footer_row:nth-child(2) {
	padding-bottom: 30px;
	border-bottom: 1px solid #F2ECDD;
}

.site-footer .footer_info {
	padding: 30px 0;
}

.otgs-development-site-front-end {
	display: none;
}

/* END FOOTER */

/* END LASOMMITA THEME */