/*
    Theme Name: monicahotels2025-2025
    Theme URI: monicahotels2025-2025
    Description: Monicahotels2025-2025
    Author:       Mirai Dev Team
    Author URI:   http://mirai.com
    Template:     mirai-ma
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  mirai-maai
*/

/*************************************/
/********** GENERAL STYLES **********/
/***********************************/

:root {
    /***** SPACES *****/
	--mft-space-5xs: 4px;
	--mft-space-4xs: 8px;
	--mft-space-3xs: 12px;
	--mft-space-2xs: 16px;
	--mft-space-xs: clamp(16px, calc(16px + (24 - 16) * ((100vw - 767px) / (1920 - 767))), 24px); /*dk-24 --- mb-16*/
    --mft-space-s: clamp(24px, calc(24px + (32 - 24) * ((100vw - 767px) / (1920 - 767))), 32px); /*32 --- 24*/
    --mft-space-m: clamp(32px, calc(32px + (40 - 32) * ((100vw - 767px) / (1920 - 767))), 40px); /*40 --- 32*/
    --mft-space-l: clamp(32px, calc(32px + (48 - 32) * ((100vw - 767px) / (1920 - 767))), 48px); /*48 --- 32*/
    --mft-space-xl: clamp(32px, calc(32px + (56 - 32) * ((100vw - 767px) / (1920 - 767))), 56px); /*56 --- 32*/
    --mft-space-2xl: clamp(48px, calc(48px + (64 - 48) * ((100vw - 767px) / (1920 - 767))), 64px); /*64 --- 48*/
    --mft-space-3xl: clamp(48px, calc(48px + (80 - 48) * ((100vw - 767px) / (1920 - 767))), 80px); /*80 --- 48*/
    --mft-space-4xl: clamp(48px, calc(48px + (96 - 48) * ((100vw - 767px) / (1920 - 767))), 96px); /*96 --- 48*/
    --mft-space-5xl: clamp(48px, calc(48px + (160 - 48) * ((100vw - 767px) / (1920 - 767))), 160px); /*160 --- 48*/

    /***** CONTAINERS *****/
    --width-s: 700px;
    --width-m: 1280px;
    --width-l: 1920px;

    /***** MIN-HEIGHT FOR IMG *****/
	--min-height-s: 300px;
	--min-height-m: 500px;
	--min-height-l: 600px;
}

body, a, a:hover {
    font-size: inherit;
	font-family: inherit;
    color: inherit;
	text-transform: inherit;
	text-decoration: none;
}

a, a::hover, p, h1, h2, h3, h4, h5 {
	text-transform: inherit!important;
}

p {
	line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
}

/***** SPACE BETWEEN SECTIONS *****/
.mft-space-section-t { padding-top: var(--mft-space-4xl); }
.mft-space-section-b { padding-bottom: var(--mft-space-4xl); }

/* CONTAINERS */
.mft-container-s.elementor-element {
    max-width: var(--width-s);
    margin: 0 auto;
    box-sizing: border-box;
}

.mft-container-m.elementor-element {
    max-width: var(--width-m);
    margin: 0 auto;
    box-sizing: border-box;
}

.mft-container-l.elementor-element {
    max-width: var(--width-l);
    margin: 0 auto;
    box-sizing: border-box;
}

/***** WIDGET IMG RESPONSIVE - makes the image cover and adapt to the container *****/
.mft-bg-img .elementor-element,
.mft-bg-img .elementor-element .elementor-widget-image,
.mft-bg-img .elementor-element .e-n-carousel.swiper,
.mft-bg-img .elementor-element .elementor-widget-container {
	height: 100%;
}

.mft-bg-img .elementor-element .elementor-widget-image img,
.mft-bg-img .elementor-element .elementor-widget-container img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.mft-minh-s {
	min-height: var(--min-height-s); /*300px*/
}

.mft-minh-m {
	min-height: var(--min-height-m); /*500px*/
}

.mft-minh-l {
	min-height: var(--min-height-l); /*600px*/
}

@media(max-width:1024px) {
	.mft-minh-l {
		min-height: var(--min-height-m);
	}

	.mft-minh-m {
		min-height: var(--min-height-s);
	}

}

/***** CENTER ICON RRSS - centre social media widget icon *****/
.elementor-social-icon.elementor-icon {
    display: flex;
}

/* 404 PAGE */
.not-found-page{
    display: table;
    background: url(https://static-resources-elementor.mirai.com/common/bg-404.png) no-repeat center center transparent;
    margin-bottom: 0;
    width: 100%;
    min-height: 570px;
    text-align: center;
}

.not-found-page span {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

/* HIDING RECAPTCHA BADGE */
.grecaptcha-badge { visibility: hidden; }


/* so that loading does not appear in bookingstep1 */
body.elementor-editor-active .mi-rs.loading {
	display: none;
}

/* to make the language selector visible in modal */
.wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu {
	visibility: visible;
}

/***********************************************/

/*********** STYLES THROUGH CLASSES ***********/

/*********************************************/

/***** FROM ABSOLUTE TO RELATIVE - change an absolute element to a relative element from 1024px and above *****/
@media (max-width: 1024px) {
    .mft-relative-tb {
        position: relative;
    }
}

/***** HIDE TEXT CLOSE POP UP CLOSE BUTTON ****/
.btn-close-popup .elementor-icon-box-title {
    display: none;
}

/***** BACKGROUND CONTANER - background for a container through a before to be able to customise it, so that it does not occupy 100% of the container, or that it has a geometric shape, etc. *****/
.mft-bg-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77%;
    background: var(--e-global-color-15b9b07);
}

/***** UNDERLINE - add a low line to a button *****/
.mft-underline.elementor-element::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-text);
	transition: all .3s ease-out;
}

.mft-underline.elementor-element:has(.elementor-button:hover)::after {
    background-color: var(--e-global-color-accent); 
}

/***** CENTER ICON BUTTON & ICON WIDGET - to centre the icons *****/
.mft-icon-btn-center .elementor-button-icon,
.mft-icon-btn-center .elementor-button-wrapper,
.elementor-widget-icon .elementor-widget-container,
.elementor-widget-icon .elementor-widget-container .elementor-icon-wrapper {
    display: flex;
    align-items: center;
}

/***** MOVE THE MOTOR ON Y-AXIS - to put the engine half on the hero image and half off the hero image ******/
.mft-booking-translateY .elementor-widget-Mirai-Finder {
    transform: translateY(-50%);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

/***** CHANGE THE COLOUR OF TEXT AND BUTTONS ON A COLOURED BACKGROUND *****/

/* on a dark background - variable white colour */
.mft-light-text,
.mft-light-text .elementor-button {
	color: var(--e-global-color-47eea86e) !important;
    fill: var(--e-global-color-47eea86e) !important;
}

/* on a light background - variable black colour */
.mft-dark-text,
.mft-dark-text .elementor-button {
	color: var(--e-global-color-21f8c9b7) !important;
    fill: var(--e-global-color-21f8c9b7) !important;
}

/******************************************************/

/*********** ARROWS & DOTS CAROUSEL STYLES ***********/

/*****************************************************/

/***** ARROWS *****/
.mft-arrows-carousel-styles .elementor-swiper-button i {
	font-family: 'mirai-icofonts';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: var(--e-global-color-accent);
	border-radius: 50%;
	padding: var(--mft-space-3xs);
	background: #FFFFFF99;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	transition: all .3s ease-out;
}

.mft-arrows-carousel-styles .elementor-swiper-button:hover i {
	color: var(--e-global-color-47eea86e);
    background: var(--e-global-color-accent);
}

.mft-arrows-carousel-styles .elementor-swiper-button-prev i:before {
	content: "\e962";
}

.mft-arrows-carousel-styles .elementor-swiper-button-next i:before {
	content: "\e963";
}

/***** DOTS *****/
.mft-dots-carousel-styles .swiper-pagination .swiper-pagination-bullet {
	background: var(--e-global-color-accent);
	width: 7px;
	height: 7px;
	margin: 5px;
	transition: all .3s ease-out;
}

.mft-dots-carousel-styles .swiper-pagination .swiper-pagination-bullet:hover {
	background: var(--e-global-color-accent);
}

/******************************************/

/*********** AUTOSCROLL POPUPS ***********/

/****************************************/

/***** AUTOSCROLL *****/
.mft-scrolly-auto {
	overflow: hidden !important;
	overflow-y: auto !important;
	max-height: calc(100vh - 140px);
}

/***** SCROLL BAR STYLES *****/
.mft-modal-scroll::-webkit-scrollbar {
	width: 5px;
}

.mft-modal-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px var(--e-global-color-text);
	border-radius: 2px;
}

.mft-modal-scroll::-webkit-scrollbar-thumb {
	background-color: var(--e-global-color-text);
	border-radius: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mft-modal-scroll::-webkit-scrollbar-thumb:hover {
	background: var( --e-global-color-primary);
}

/********************************/

/*********** BUTTONS ***********/

/******************************/

/***** GENERIC BUTTON STYLES *****/
.mft-btn.elementor-button {
    fill: inherit;
}

.elementor-button-text {align-content: center;}

/* when hovering */
.mft-btn .elementor-button-text:after {
	content: "\e963";
    font-family: 'mirai-icofonts';
    font-size: 12px;
	padding-left: 10px;
    opacity: 0;
	transition: all .3s ease;
}

.mft-btn:not(.mft-btn-4) .elementor-button-content-wrapper {
    align-items: center;
    transform: translateX(11px);
	transition: all .3s ease;
}

.elementor-button.mft-btn:hover .elementor-button-text:after {
    opacity: 1;
}

.elementor-button.mft-btn:hover .elementor-button-content-wrapper {
    transform: translateX(0);
}

/***** BTN - 1 *****/
.elementor-button.mft-btn-1 {
	font-family: var(--e-global-typography-6d2edf1-font-family), Sans-serif;
    font-size: var(--e-global-typography-6d2edf1-font-size);
    font-weight: var(--e-global-typography-6d2edf1-font-weight);
	color: var(--e-global-color-47eea86e);
	background-color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
	padding: var(--mft-space-2xs) var(--mft-space-xs);
	transition: all .3s ease;
}

.elementor-button.mft-btn-1:hover {
	background-color: var(--e-global-color-13f4851a);
    border: 2px solid var(--e-global-color-13f4851a);
    fill: var(--e-global-color-47eea86e);
}

/***** BTN - 2 *****/
.elementor-button.mft-btn-2 {
	font-family: var(--e-global-typography-6d2edf1-font-family), Sans-serif;
    font-size: var(--e-global-typography-6d2edf1-font-size);
    font-weight: var(--e-global-typography-6d2edf1-font-weight);
	color: var(--e-global-color-text);
	background-color: transparent;
	padding: var(--mft-space-2xs) var(--mft-space-xs);
	border: 2px solid;
	transition: all .3s ease;
}

.elementor-button.mft-btn-2:hover {
	color: var(--e-global-color-47eea86e);
    fill: var(--e-global-color-47eea86e);
	background-color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
}

/***** BTN - 3 *****/
.elementor-button.mft-btn-3 {
	font-family: var(--e-global-typography-6d2edf1-font-family), Sans-serif;
    font-size: var(--e-global-typography-6d2edf1-font-size);
    font-weight: var(--e-global-typography-6d2edf1-font-weight);
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-6cb047a);
    border: 2px solid var(--e-global-color-6cb047a);
	padding: var(--mft-space-2xs) var(--mft-space-xs);
	transition: all .3s ease;
}

.elementor-button.mft-btn-3:hover {
	color: var(--e-global-color-47eea86e);
    fill: var(--e-global-color-47eea86e);
	background-color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
}

/***** BTN - 4 *****/
.elementor-button.mft-btn-4 {
	font-family: var(--e-global-typography-6d2edf1-font-family), Sans-serif;
    font-size: var(--e-global-typography-6d2edf1-font-size);
    font-weight: var(--e-global-typography-6d2edf1-font-weight);
	color: var(--e-global-color-text);
	background-color: transparent;
	padding: 0;
	transition: all .3s ease;
}

.elementor-button.mft-btn-4:hover {
	color: var(--e-global-color-primary);
}

.mft-btn.mft-btn-4 .elementor-button-text {
    position: relative;
    padding-bottom: 5px;
}

.mft-btn.mft-btn-4 .elementor-button-text:after {
    font-size: 0;
    padding-left: 0;
}

.elementor-button.mft-btn.mft-btn-4:hover .elementor-button-text:after {
    opacity: 1;
    font-size: 12px;
    padding-left: 10px;
}

.elementor-button.mft-btn-4 .elementor-button-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--e-global-color-text);
    left: 0;
    bottom: 0;
}

.elementor-button.mft-btn-4:hover .elementor-button-text:before {
    background: var(--e-global-color-primary);
}

/*********************************/

/************* WPML *************/

/*******************************/

.wpml-elementor-ls {
    display: flex;
    align-items: center;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    min-height: 21px;
    padding-right: 20px
}

.wpml-ls-legacy-dropdown-click a {
    color: var(--e-global-color-text);
    border: none;
    padding: 1px 10px 1px 25px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    background-color: transparent;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '\e965	';
    font-family: 'mirai-icofonts';
    border: 0;
    font-size: 10px;
    color: var(--e-global-color-text);
    top: calc(50% - 5px);
    right: 0px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 14.6362C9.21875 14.6362 9.84375 14.4175 10.4688 13.1362C10.75 12.5737 11 11.9175 11.1562 11.1362H6.8125C7 11.9175 7.21875 12.5737 7.5 13.1362C8.15625 14.4175 8.75 14.6362 9 14.6362ZM6.5625 9.63623H11.4062C11.4688 9.16748 11.5 8.66748 11.5 8.13623C11.5 7.63623 11.4688 7.13623 11.4062 6.63623H6.5625C6.5 7.13623 6.5 7.63623 6.5 8.13623C6.5 8.66748 6.5 9.16748 6.5625 9.63623ZM6.8125 5.13623H11.1562C11 4.38623 10.75 3.72998 10.4688 3.16748C9.84375 1.88623 9.21875 1.63623 9 1.63623C8.75 1.63623 8.15625 1.88623 7.5 3.16748C7.21875 3.72998 7 4.38623 6.8125 5.13623ZM12.9062 6.63623C12.9688 7.13623 12.9688 7.63623 12.9688 8.13623C12.9688 8.66748 12.9688 9.16748 12.9062 9.63623H15.3125C15.4375 9.16748 15.5 8.66748 15.5 8.13623C15.5 7.63623 15.4375 7.13623 15.3125 6.63623H12.9062ZM14.75 5.13623C14.0938 3.85498 13 2.82373 11.6875 2.22998C12.125 3.04248 12.4688 4.04248 12.6875 5.13623H14.75ZM5.28125 5.13623C5.5 4.04248 5.84375 3.04248 6.28125 2.22998C4.96875 2.82373 3.875 3.85498 3.21875 5.13623H5.28125ZM2.65625 6.63623C2.5625 7.13623 2.5 7.63623 2.5 8.13623C2.5 8.66748 2.53125 9.16748 2.65625 9.63623H5.0625C5 9.16748 5 8.66748 5 8.13623C5 7.63623 5 7.13623 5.0625 6.63623H2.65625ZM11.6875 14.0737C13 13.48 14.0938 12.4487 14.75 11.1362H12.6875C12.4688 12.2612 12.125 13.2612 11.6875 14.0737ZM6.28125 14.0737C5.84375 13.2612 5.5 12.2612 5.28125 11.1362H3.21875C3.875 12.4487 4.96875 13.48 6.28125 14.0737ZM9 16.1362C6.125 16.1362 3.5 14.6362 2.0625 12.1362C0.625 9.66748 0.625 6.63623 2.0625 4.13623C3.5 1.66748 6.125 0.13623 9 0.13623C11.8438 0.13623 14.4688 1.66748 15.9062 4.13623C17.3438 6.63623 17.3438 9.66748 15.9062 12.1362C14.4688 14.6362 11.8438 16.1362 9 16.1362Z" fill="%230C2140"></path></svg>');
    position: absolute;
    left:0;
    top: 1px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-link {
    padding: 7px 10px 7px 10px;
    text-align: center;
    background-color: var(--e-global-color-47eea86e);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    border-width: 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none;
}

.wpml-ls-legacy-dropdown-click {
    transition: .3s ease-in-out;
}

.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-47eea86e);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a::after {
    color: var(--e-global-color-primary);
    background: transparent;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 14.6362C9.21875 14.6362 9.84375 14.4175 10.4688 13.1362C10.75 12.5737 11 11.9175 11.1562 11.1362H6.8125C7 11.9175 7.21875 12.5737 7.5 13.1362C8.15625 14.4175 8.75 14.6362 9 14.6362ZM6.5625 9.63623H11.4062C11.4688 9.16748 11.5 8.66748 11.5 8.13623C11.5 7.63623 11.4688 7.13623 11.4062 6.63623H6.5625C6.5 7.13623 6.5 7.63623 6.5 8.13623C6.5 8.66748 6.5 9.16748 6.5625 9.63623ZM6.8125 5.13623H11.1562C11 4.38623 10.75 3.72998 10.4688 3.16748C9.84375 1.88623 9.21875 1.63623 9 1.63623C8.75 1.63623 8.15625 1.88623 7.5 3.16748C7.21875 3.72998 7 4.38623 6.8125 5.13623ZM12.9062 6.63623C12.9688 7.13623 12.9688 7.63623 12.9688 8.13623C12.9688 8.66748 12.9688 9.16748 12.9062 9.63623H15.3125C15.4375 9.16748 15.5 8.66748 15.5 8.13623C15.5 7.63623 15.4375 7.13623 15.3125 6.63623H12.9062ZM14.75 5.13623C14.0938 3.85498 13 2.82373 11.6875 2.22998C12.125 3.04248 12.4688 4.04248 12.6875 5.13623H14.75ZM5.28125 5.13623C5.5 4.04248 5.84375 3.04248 6.28125 2.22998C4.96875 2.82373 3.875 3.85498 3.21875 5.13623H5.28125ZM2.65625 6.63623C2.5625 7.13623 2.5 7.63623 2.5 8.13623C2.5 8.66748 2.53125 9.16748 2.65625 9.63623H5.0625C5 9.16748 5 8.66748 5 8.13623C5 7.63623 5 7.13623 5.0625 6.63623H2.65625ZM11.6875 14.0737C13 13.48 14.0938 12.4487 14.75 11.1362H12.6875C12.4688 12.2612 12.125 13.2612 11.6875 14.0737ZM6.28125 14.0737C5.84375 13.2612 5.5 12.2612 5.28125 11.1362H3.21875C3.875 12.4487 4.96875 13.48 6.28125 14.0737ZM9 16.1362C6.125 16.1362 3.5 14.6362 2.0625 12.1362C0.625 9.66748 0.625 6.63623 2.0625 4.13623C3.5 1.66748 6.125 0.13623 9 0.13623C11.8438 0.13623 14.4688 1.66748 15.9062 4.13623C17.3438 6.63623 17.3438 9.66748 15.9062 12.1362C14.4688 14.6362 11.8438 16.1362 9 16.1362Z" fill="%238A714C"></path></svg>') !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-link {
    position: relative;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-link:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: transparent;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-link:hover::after {
    background: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
    /* hide language and arrow in tb */
    .wpml-ls-legacy-dropdown-click .wpml-ls-current-language a.wpml-ls-item-toggle .wpml-ls-native,
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
        display: none;
    }

    /* to remove the space after hiding the arrow */
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
        padding-right: 0;
    }

    /* the space for the language drop-down */
    .wpml-ls-legacy-dropdown-click a {
        padding: 1px 10px 1px 19px;
    }

    .wpml-ls-legacy-dropdown-click a.wpml-ls-link {
        padding: 5px 0;
        font-size: 13px;
    }
}

/**************************************/

/*********** MASHUP OFFERS ***********/

/************************************/

/***** GENERAL STYLES *****/
.mashup-1 .offers-mashup-slide,
.mashup-2 .offers-mashup-slide {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--mft-space-xs);
}

/* title */
.offers-mashup dl dt {
    font-family: var(--e-global-typography-fcce242-font-family);
    font-size: 24px;
    font-weight: var(--e-global-typography-fcce242-font-weight);
    line-height: var(--e-global-typography-fcce242-line-height);
}

/* discount */
.offers-mashup dl dd {
	font-family: var(--e-global-typography-8035a56-font-family), Sans-serif;
    font-size: var(--e-global-typography-8035a56-font-size);
    font-weight: var(--e-global-typography-8035a56-font-weight);
    line-height: var(--e-global-typography-8035a56-line-height);
}

/* button */
.offers-mashup dl .more-info-link {
	font-family: var(--e-global-typography-6d2edf1-font-family), Sans-serif;
    font-size: var(--e-global-typography-8035a56-font-size);
    font-weight: var(--e-global-typography-6d2edf1-font-weight);
	color: var(--e-global-color-text);
	background-color: transparent;
	padding: var(--mft-space-2xs) var(--mft-space-xs);
	border: 2px solid;
    display: inline-block;
    text-transform: none;
	transition: all .3s ease;
}

.offers-mashup dl .more-info-link:hover {
	color: var(--e-global-color-47eea86e);
    fill: var(--e-global-color-47eea86e);
	background-color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
}

/***** MASHUP 1 - 2 fixed offers, with photo and without carousel *****/
.mashup-1 .offers-mashup-slide dl {
	background: var(--e-global-color-47eea86e);
}

.mashup-1 .offers-mashup-slide dl img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.mashup-1 .offers-mashup dl dt {
	padding: var(--mft-space-s) var(--mft-space-xs) var(--mft-space-3xs);
}

.mashup-1 .offers-mashup dl dd {
	padding: var(--mft-space-2xs) var(--mft-space-xs) var(--mft-space-s);
}

/***** MASHUP 2 - 2 fixed offers, without photo and without carousel *****/
.mashup-2 .offers-mashup-slide dl {
	background-color: var(--e-global-color-f79e654);
	padding: var(--mft-space-l);
}

.mashup-2 .offers-mashup dl dt {
	border-bottom: 2px solid var(--e-global-color-text);
	padding: 0 35px 24px;
	margin-bottom: 24px;
	position: relative;
}

.mashup-2 .offers-mashup dl dt:before {
	content: "\e997";
	font-family: 'mirai-icofonts';
	color: var(--e-global-color-text);
	position: absolute;
	left: 0;
}

/***** MASHUP 3 - with photo and carousel (flickity) *****/
.mashup-3 .offers-mashup dl dt {
	padding: var(--mft-space-s) 0;
}

.mashup-3 .offers-mashup dl dd {
	padding-bottom: var(--mft-space-s);
}

.mashup-3  [data-custom-flickity-params] {
	padding-bottom: 50px;
}

.mashup-3 .offers-mashup dl {
	width: 33%;
    gap: 10px;
    margin: 0 5px;
}

.mashup-3 .flickity-button {
	color: var(--e-global-color-accent) !important;
	padding: var(--mft-space-3xs);
	background: #FFFFFF99 !important;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	transition: all .3s ease-out;
}

.mashup-3 .flickity-button:hover {
    background: #fff;
    cursor: pointer;
    color: var(--e-global-color-47eea86e) !important;
    background: var(--e-global-color-accent) !important;
}

.mashup-3 .flickity-page-dots .dot {
	background: var(--e-global-color-accent);
}

.mashup-3  [data-custom-flickity-params] .offers-mashup-inner img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

@media (max-width:1024px) {
	.mashup-3 .offers-mashup dl {
		width: 50%;
	}
}

@media (max-width:767px) {
	.mashup-1 .offers-mashup-slide,
	.mashup-2 .offers-mashup-slide {
		grid-template-columns: 1fr;
	}

	[data-custom-flickity-params] .carousell-cell {
		width: 100%;
	}

	.mashup-3 .offers-mashup dl {
		width: 100%;
	}
}

/****************************************/

/***** START LEGAL PAGE TEXT WIDGET *****/

/****************************************/

/***** COOKIES POLICY ******/
.cookies-section {
	max-width: var(--width-m);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}

.cookies-section a {
	font-weight: bold;
	transition: .3s ease-in-out;
}

.cookies-section a:hover 
{ color: var(--e-global-color-primary); }

.cookies-section .elementor-row {
	display: flex;
	width: 100%;
}
/***** LEGAL NOTICE ******/

/* Heading H1 */
.mft-legal-text h1 {
	font-family: var(--e-global-typography-primary-font-family);
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
	padding-bottom: 20px;
}

/* Heading H2 */
.mft-legal-text h2,
.cookies-section .elementor-widget-wrap .elementor-widget-heading:first-child .mi-title3 {
	font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
	padding-bottom: 20px;
}

/* Heading H3*/
.mft-legal-text h3 {
	font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
	padding-bottom: 20px;
}

/* Heading H4*/
.mft-legal-text h4,
.cookies-section .mi-title3 {
	font-family: var(--e-global-typography-962030d-font-family), Sans-serif;
    font-size: var(--e-global-typography-962030d-font-size);
    font-weight: var(--e-global-typography-962030d-font-weight);
    line-height: var(--e-global-typography-962030d-line-height);
	padding-bottom: 20px;
}

.mft-legal-text h2:not(:first-of-type),
.mft-legal-text h3,
.mft-legal-text h4,
.cookies-section .mi-title3 {
	margin: 30px 0 0;
}

/* LINKS */
.mft-legal-text a {
	text-wrap: wrap;
	overflow-wrap: break-word;
	text-decoration: none;
	color: var(--e-global-color-primary);
	transition: .3s ease-in-out;
}

.mft-legal-text a:hover {
	color: var(--e-global-color-13f4851a);
}

.mft-legal-text a span {
	color: inherit !important;
}

/* SPACE AFTER ELEMENTS */
.mft-legal-text p,
.mft-legal-text ul,
.mft-legal-text ol {
	margin-bottom: 15px;
}

/* LISTS */
.mft-legal-text ol {
	padding-left: 18px;
}

.mft-legal-text ol li {
	list-style-type: disc;
	list-style-position: outside;
	overflow-wrap: break-word;
	margin-bottom: 5px;
}

.mft-legal-text ul {
	padding-left: 35px;
}

.mft-legal-text ul li {
	list-style-type: circle;
	list-style-position: outside;
	overflow-wrap: break-word;
	margin-bottom: 5px;
}

/* TABLE STYLE */
.mft-legal-text table tr:first-child {
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-47eea86e);
}

/* Table general styles */
.mft-legal-text table {
	background-color: transparent;
	width: 100%;
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 30px 0;
}

@media (max-width:1023px) {
	.mft-legal-text table {
		max-width: 100%;
		overflow-x: auto;
		display: block;
	}
}

/* Table cell padding and styles */
.mft-legal-text table td,
.mft-legal-text table th {
	padding: 15px;
	line-height: 1.5em;
	vertical-align: top;
	border: 1px solid var(--e-global-color-15b9b07);
	min-width: 200px;
}

/* Background of odd table rows */
.mft-legal-text table tbody > tr:nth-child(odd) > td,
.mft-legal-text table tbody > tr:nth-child(odd) > th {
	background-color: #09090912;
}

.mft-legal-text table a:hover {
	text-decoration: none;
}

/**************************************/

/*********** DYNAMIC PAGES ***********/

/************************************/

/***** GENERAL STYLE *****/

/* ICONS -- these icons are painted on the room detail and offer pages */
a.back-link:before, 
a.fwd-link:after,
a.down-link:after {
    content: '\e976';
    font-family: 'mirai-icofonts';
    font-size: .85em;
    line-height: .85em;
    font-weight: normal;
    margin: 0 .5em;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a.fwd-link:after {content: '\e967';}
a.down-link:after {content: '\e965';}

a.fwd-link:hover, 
.back a:hover,
a.down-link:hover {
    text-decoration: none;
}

a.fwd-link:hover:after {
    margin-left: 1em;
    margin-right: 0;
}

.back a:hover:before {
    margin-right: 1em;
    margin-left: 0;
}

a.down-link:hover:after {
    -webkit-transform: translateY(0.3em);
    transform: translateY(0.3em);
}

/* hide finder in room detail & offer detail */
body:is(.cat-room-detail, .cat-offer-detail) .mft-wrapper-finder-header,
body:is(.cat-room-detail, .cat-offer-detail) .mft-wrapper-finder {
	display: none !important;
}

/* container */
.rooms-listing-wrapper,
.rooms-detail-wrapper,
.offers-listing-wrapper,
.offers-detail-wrapper {
	max-width: var(--width-m);
	margin: 0 auto;
	box-sizing: border-box;
}

/* titles rooms & detail room */
.rooms-listing-wrapper h2,
.rooms-listing-wrapper .room-box h3 a,
.rooms-detail-wrapper h2,
.rooms-detail-wrapper h3 {
	font-family: var(--e-global-typography-962030d-font-family), Sans-serif;
    font-size: var(--e-global-typography-962030d-font-size);
    font-weight: var(--e-global-typography-962030d-font-weight);
    line-height: var(--e-global-typography-962030d-line-height);
	text-decoration: none;
	text-transform: none;
	transition: .3s ease-in-out;
}

/* hover title room */
.rooms-listing-wrapper .room-box h3 a:hover {
	color: var(--e-global-color-primary) !important;
}

.offers-listing-wrapper h2, /* title intro offer */
.offers-listing .offer .offer-title, /* title offer */
.offers-detail-wrapper .offer-wrapper .offer-title, /* title offer detail */
.offers-listing-4 .offer-text h3 /* title card offer tpl 4*/ {
	font-family: var(--e-global-typography-962030d-font-family), Sans-serif;
    font-size: var(--e-global-typography-962030d-font-size);
    font-weight: var(--e-global-typography-962030d-font-weight);
    line-height: var(--e-global-typography-962030d-line-height);
}

.offers-listing .offer .offer-title {
    font-size: 27px;
    width: 100%;
}

/* decoration title underlined */
/*.offers-listing .offer .offer-title:after,
.offers-detail-wrapper .offer-header-content-wrapper .offer-title:after {
	content: "";
	width: 70px;
	height: 3px;
	background: var(--e-global-color-primary);
	display: block;
	margin: var(--mft-space-2xs) 0;
}*/

/***** btn - more information & offer-button *****/
.rooms-listing-wrapper .room-box a.more-info,
.rooms-listing-wrapper .room-box .room-intro a,
.offers-listing .offer .offer-button {
	font-family: var(--e-global-typography-6d2edf1-font-family), Sans-serif;
    font-size: var(--e-global-typography-6d2edf1-font-size);
    font-weight: var(--e-global-typography-6d2edf1-font-weight);
	color: var(--e-global-color-47eea86e);
	background-color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
	padding: var(--mft-space-2xs) var(--mft-space-xs);
	transition: all .3s ease;
}

/* hover btn - more information & button */
.rooms-listing-wrapper .room-box a.more-info:hover,
.rooms-listing-wrapper .room-box .room-intro a:hover,
.offers-listing .offer .offer-button:hover {
	background-color: var(--e-global-color-13f4851a);
    border: 2px solid var(--e-global-color-13f4851a);
}

/* btn - more information */
.rooms-listing-wrapper .room-box a.more-info,
.rooms-listing-wrapper .room-box .room-intro a {
	margin-top: var(--mft-space-m);
	display: block !important;
	width: max-content;
	text-decoration: none !important;
}

/* btn -  offer-button */
.offers-listing .offer .offer-button {
	position: relative !important;
	bottom: 0;
	right: 0;
	display: inline-block;
	margin: 10px 35px;
}

.room-box .room-content ul.exclusive-services {
    margin: 15px 0;
    padding-left: 0;
}

/* btn - more information full width & center mobile */
@media (max-width:767px) {
	.rooms-listing-wrapper .room-box a.more-info,
	.rooms-listing-wrapper .room-box .room-intro a {
		width: auto;
		text-align: center;
	}

	.offers-listing .offer .offer-button {
		display: block;
	}

}

/***** icons and room description text *****/
.rooms-listing-1 .room-box .room-detail ul li {
	font-weight: 500;
}

.rooms-listing-wrapper .room-box .room-detail ul li span.occupancies-ico,
.rooms-listing-wrapper .room-box .room-detail ul li span.size-ico,
.rooms-listing-wrapper .room-box .room-detail ul li span.distibution-ico {
	background-image: none !important;
	width: auto;
	height: auto;
}

.rooms-listing-wrapper .room-box .room-detail ul li span.occupancies-ico:before,
.rooms-listing-wrapper .room-box .room-detail ul li span.size-ico:before,
.rooms-listing-wrapper .room-box .room-detail ul li span.distibution-ico:before {
	font-family: 'mirai-icofonts';
	font-size: 25px;
	padding-right: 5px;
	color: var(--e-global-color-primary);
}

.rooms-listing-wrapper .room-box .room-detail ul li span.occupancies-ico:before {
	content: "\ea44";
}

.rooms-listing-wrapper .room-box .room-detail ul li span.size-ico:before {
	content: "\e97e";
}

.rooms-listing-wrapper .room-box .room-detail ul li span.distibution-ico:before {
	content: "\eaa0";
}

/********** TEMPLATES ROOMS **********/

/* ROOM TEMPLATE 1 */
.rooms-listing-1 .room-box .room-detail ul {
	background: transparent !important;
	text-align: left;
	padding: var(--mft-space-m) 0;
	margin: 0;
}

.rooms-listing-1 .room-box .room-detail ul li {
	width: auto !important;
	padding-right: var(--mft-space-s);
}

.rooms-listing-1 .room-box .room-content .room-price {
	border-top: none;
}

.rooms-listing-1 .room-box .room-content .room-price .box-from .box-price,
.rooms-listing-1 .room-box .room-content .room-price .box-from .price-description {
	color: var(--e-global-color-text);
}

.rooms-listing-1 .room-box .room-content .room-price .box-from .box-price {
	font-weight: bold;
}

.rooms-listing-1 .room-box .room-content .room-price .box-from .box-price span {
	font-size: 16px;
}

@media (min-width:1025px) {
	.rooms-listing-1 .room-box .room-detail {
		padding: 0 var(--mft-space-m) !important;
	}

	.rooms-listing-1 .room-box .room-content {
		padding: 0 var(--mft-space-m) var(--mft-space-m) !important;
	}
}

/* ROOM TEMPLATE 2 */
.rooms-listing-2 .room-box {
	border: none;
}

.rooms-listing-2 .room-box .room-detail {
	padding: 0px 2%;
}

@media (min-width:979px) {
	.rooms-listing-2 .room-box .room-image,
	.rooms-listing-2 .room-box .room-detail {
		width: 50%;
	}

	.rooms-listing-2 .room-box .room-detail ul {
		width: 50%;
		left: auto;
	}
}

@media (max-width:979px) {
	.rooms-listing-2 .room-detail h3 {
		padding-top: var(--mft-space-m);
	}
}

/* ROOM TEMPLATE 3 */
.rooms-listing-3 .room-item h3 {
	font-family: var(--e-global-typography-962030d-font-family), Sans-serif;
    font-size: var(--e-global-typography-962030d-font-size);
    font-weight: var(--e-global-typography-962030d-font-weight);
    line-height: var(--e-global-typography-962030d-line-height);
	background-color: rgb(32 32 32 / 60%);
}

.rooms-listing-3 a.room-image-link img {
	transition: all .3s ease;
}

.rooms-listing-3 a.room-image-link:hover img {
	filter: brightness(0.8);
}

.rooms-listing-3 .room-item .min-price {
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-47eea86e);
}

/* ROOM TEMPLATE 4 */
.rooms-listing-4 .room-box .room-image-link {
	position: relative;
	min-height: 400px;
}

.rooms-listing-4 .room-box .room-image-link img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.rooms-listing-4 .room-box .room-content {
	background-color: var(--e-global-color-f79e654) !important;
}

/* ROOM TEMPLATE 5 */
.rooms-listing-5 li.item-service::marker {
    font-size: 0;
}

@media (min-width:768px) {
	.rooms-listing-5 .room-box {
		padding: var(--mft-space-l);
		background-color: transparent !important;
	}

	.rooms-listing-5 .room-name,
	.rooms-listing-5 .room-intro {
		padding-right: var(--mft-space-l);
		padding-left: 0;
	}

	.rooms-listing-5 .room-box:nth-child(odd) .room-name,
	.rooms-listing-5 .room-box:nth-child(odd) .room-intro {
		padding-left: var(--mft-space-l);
		padding-right: 0;
	}
}

@media (max-width:767px) {
	.rooms-listing-wrapper .room-box .room-content {
		padding-top: var(--mft-space-m) !important;
	}

	.rooms-listing-4 .room-box .room-image-link {
		min-height: 200px;
	}

	.rooms-listing-4 .room-box .room-content {
		background-color: transparent !important;
	}
}

/* decomment when requesting centred content - for all templates*/
/*.rooms-listing-wrapper .room-detail,
.rooms-listing-wrapper .room-box .room-detail ul,
.rooms-listing-wrapper .room-box .room-content,
.rooms-listing-5 .room-name,
.rooms-listing-5 .room-description {
text-align: center !important;
}*/

/* centring for template 2 and 4 */
/*.rooms-listing-wrapper .room-box .room-content,
.rooms-listing-2 .room-box .room-detail .room-description,
.rooms-listing-4 .room-box .room-description,
.rooms-listing-5 .room-intro .row:last-child {
display: flex;
flex-direction: column;
align-items: center;
}*/

/* centred check-list template 5 */
/*.rooms-listing-5 .room-services-list {
padding-left: var(--mft-space-l);
}*/

/********** TEMPLATE OFFERS **********/

/* OFFER TEMPLATE 1 */
.offers-listing-1 .offers-listing {
	display: flex;
	flex-wrap: wrap;
	gap: var(--mft-space-l);
	padding-top: var(--mft-space-l);
}

.offers-listing-1 .offer {
	margin: 0 auto;
	width: 48%;
}

.offers-listing-1 .offer .offer-photo {
	position: relative;
	height: 350px;
	width: 150px;
}

.offers-listing-1 .offer .offer-photo img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.offers-listing-1 .offer .offer-box {
	float: none;
}

.offers-listing-1 .offer .offer-title {
	padding: 25px 35px 0;
}

.offers-listing-1 .offer .offer-date-range {
	padding: 0 35px;
}

.offers-listing-1 .offer-box.box-3 {
	display: none;
}

.offers-listing-1 .offer-link {
	background: var(--e-global-color-f79e654);
}

.offers-listing-1 .offer .offer-description,
.offers-listing-1 .offer .offer-includes {
	margin-right: 0;
	padding: 0 35px 20px;
}

@media (max-width:1024px) {
	.offers-listing-1 .offer {
		width: 45%;
	}
}

@media (max-width:820px) {
	.offers-listing-1 .offers-listing {
		padding-left: 0;
	}

	.offers-listing-1 .offer {
		width: 100%;
	}
}

@media (max-width:767px) {
	.offers-listing-1 .offer .offer-photo {
		height: 150px;
		width: 100%;
	}

	.offers-listing-1 .offer .offer-title {
		padding: 25px 0 0;
	}

	.offers-listing-1 .offer .offer-description,
	.offers-listing-1 .offer .offer-includes {
		padding: 0 0 20px;
	}

	.offers-listing-1 .offer .offer-button {
		margin: 20px 0;
	}

	.offers-listing .offer .offer-title {
		text-align: left;
	}
}

/* OFFER TEMPLATE 2 */
.offers-listing-2 .offer .offer-intro,
.offers-listing-2 .offer .offer-date-range {
	background-color: var(--e-global-color-52235058);
}

.offers-listing-2 .offer .offer-photo {
	width: 100%;
	height: 200px;
	position: relative;
}

.offers-listing-2 .offer .offer-photo img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.offers-listing-2 .offer .offer-deco {
	background-color: var(--e-global-color-primary);
}

.offers-listing-2 .offer-deco i:before {
	content: "\ea7a";
	color: var(--e-global-color-eff34ee);
}

.offers-listing-2 .offer .offer-description {
	padding: var(--mft-space-xs);
}

.offers-listing-2 .offer .offer-box {
	background-color: var(--e-global-color-f79e654);
}

.offers-listing-2 .offer .offer-box span,
.offers-detail-wrapper .offer .offer-box span {
	font-family: var(--e-global-typography-fcce242-font-family);
    font-size: var(--e-global-typography-fcce242-font-size);
    font-weight: var(--e-global-typography-fcce242-font-weight);
    line-height: var(--e-global-typography-fcce242-line-height);
	color: var(--e-global-color-text);
}

.rooms-listing-2 .room-box .room-detail .price-box .last-booking {
    color: var(--e-global-color-text);
    background: #ffffffba;
    padding: 5px;
}

@media (min-width:1025px) {
	.offers-listing-2 .offers-listing .offer {
		width: 33%;
	}
}

/* OFFER TEMPLATE 4 */
.offers-listing-4 .offer-text {
	text-align: center;
}

.offers-listing-4 .offer .offer-box {
	min-height: 400px;
	transition: .3s ease-in-out;
}

.offers-listing-4 .offer .offer-box img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.offers-listing-4 .offer .offer-box:hover {
	box-shadow: 0px 0px 9px #00000047;
}

/* OFFER TEMPLATE 5 */
.offers-listing-5 .offer .offer-link,
.offers-detail-wrapper.offer-detail-5 .offer-wrapper {
	background: var(--e-global-color-f79e654) !important;
	transition: .3s ease-in-out;
}

.offers-listing-5 .offer .offer-link *,
.offers-detail-wrapper.offer-detail-5 .offer-wrapper {
	color: var(--e-global-color-text) !important;
}

.offers-listing-5 .offer .offer-link:hover {
	box-shadow: 0px 0px 9px #00000047 !important;
}

.offers-listing-5 .offer .offer-link::before {
	opacity: 0 !important;
}

.offers-listing-5 .offer .offer-title,
.offers-detail-wrapper.offer-detail-5 .offer-wrapper .offer-title {
	border-bottom: 2px solid var(--e-global-color-text) !important;
}

.offers-listing-5 .offer .offer-content i:before,
.offers-detail-wrapper.offer-detail-5 .offer-wrapper .offer-title i:before {
	content: "\e997";
	color: var(--e-global-color-text);
}

.offers-listing-5 .offer .offer-date-range {
	left: 30px;
	font-weight: 600;
}

.offers-listing-5 .offer .offer-date-range i:before {
	content: "\e9e2";
	color: var(--e-global-color-primary);
}

.offers-listing-5 .offer .offer-title:after {
	display: none;
}

@media (min-width:1025px) {
	.offers-listing-5 .offers-listing .offer {
		width: 33%;
	}
}

/***** ROOM DETAILS *****/
.calendar-wrapper.calendar-type1 {
	border-top: 0;
}

.rooms-detail-wrapper .room-box-services h3,
.rooms-detail-wrapper h3 {
	margin-bottom: 40px;
}

.rooms-detail-wrapper h4 {
	font-family: var(--e-global-typography-962030d-font-family), Sans-serif;
    font-size: var(--e-global-typography-962030d-font-size);
    font-weight: var(--e-global-typography-962030d-font-weight);
    line-height: var(--e-global-typography-962030d-line-height);
}

.rooms-detail-wrapper h2 {
	padding-bottom: var(--mft-space-s);
}

.rooms-detail-wrapper .room-box-detail,
.rooms-detail-wrapper .room-box-price {
	background-color: var(--e-global-color-15b9b07) !important;
}

.rooms-detail-wrapper .room-box-services,
.rooms-detail-wrapper .room-box-common-services {
    padding: 15px 0px;
}

.rooms-detail-5 .offers-listing-1 {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.rooms-detail-5 .offers-listing-1 .offer {
	width: 48%;
}

.rooms-detail-5 .room-box-offers .elementor-container .offer-list-wrapper {
    background: transparent;
}

/*.rooms-detail-5 .room-box-offers {
	background: var(--e-global-color-f79e654);
}*/

/***** OFFER DETAILS *****/
.offers-detail-wrapper.offer-detail-1 .offer-features-wrapper .offer-boxes-wrapper .offer-box span, 
.offers-detail-wrapper.offer-detail-1 .offer-features-wrapper .offer-boxes-wrapper .offer-box meta {
    font-family: var(--e-global-typography-fcce242-font-family);
    font-size: 20px !important;
    font-weight: var(--e-global-typography-fcce242-font-weight);
    line-height: var(--e-global-typography-fcce242-line-height);
}

.offers-detail-wrapper.offer-detail-1 .offer-photo {
    width: 230px;
}

.offers-detail-wrapper .offer-photo {
	width: auto;
}

.offers-detail-wrapper.offer-detail-2 .offer-wrapper {
	float: none;
}

.offers-detail-wrapper.offer-detail-2 .offer {
	margin: 55px auto;
}

.offer-detail-5 .offer-wrapper .offer-title i.eci {
    display: inline;
    margin: 0 15px 0 0;
    font-size: 25px;
}


/*************************************/
/********** MONICA GROUP STYLES *****/
/***********************************/

/***** HEADER *****/
/* Hamburger icon effect */
.header-menu a:hover svg line:nth-child(odd) {
	transform: scaleX(2); 
}

/* Content white */
body:not(:has(.header-apartments), .error404, .cat-hero-none) .header-menu :where(svg, .wpml-ls-item-toggle, [data-role="login"], [data-mirai-component="session"] ui-pressable > ui-view > ui-view:nth-child(2) > ui-text) {
	filter: brightness(100);
}

body:not(.error404, .cat-hero-none) .header-corpo.elementor-sticky:not(.elementor-sticky--effects) .header-logo img {
	content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/logo_corpo-white.webp);
}

body:not(.cat-hero-none) .header-instants.elementor-sticky:not(.elementor-sticky--effects) .header-logo img {
	content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/logo_instants-white-alternative-2.webp);
}

body:not(.cat-hero-none) .header-monica.elementor-sticky:not(.elementor-sticky--effects) .header-logo img {
	content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/logo_monica-white.webp);
}

/* Sticky styles */
header:not(:has(.header-apartments)) .elementor-sticky--effects,
.error404 header .elementor-sticky,
.cat-hero-none header .elementor-sticky  { 
	background-color: var(--e-global-color-251a4ec);
	border-bottom: 2px solid #e6e2da;
}
header:has(.header-instants) .elementor-sticky--effects,
.cat-hero-none header .header-instants.elementor-sticky { background-color: var(--e-global-color-3310f6b); }

header:not(:has(.header-apartments)) .elementor-sticky--effects .header-menu :where(svg, .wpml-ls-item-toggle, [data-role="login"], [data-mirai-component="session"] ui-pressable > ui-view > ui-view:nth-child(2) > ui-text) {
	filter: brightness(0);
}

header .elementor-widget-image img,
.header-menu a svg line { transition: 1s ease; }

header:not(:has(.header-apartments)) .elementor-sticky--effects .header-logo img,
.error404 header .elementor-sticky .header-logo img,
.cat-hero-none header .elementor-sticky .header-logo img {
	height: 70px !important;
}

/***** POPUP MENU *****/
.popup-menu {
	max-height: 100dvh !important;
	-webkit-overflow-scrolling: touch;
}
body .popup-menu > .dialog-widget-content { overflow-y: auto; }

body .popup-menu .dialog-message 
{ animation-timing-function: linear !important; }

.popup-menu nav .e-n-menu-title.e-current,
.popup-menu nav .e-n-menu-title .e-n-menu-title-text {
	border-bottom: 1px solid transparent;
}
.popup-menu nav .e-n-menu-title.e-current,
.popup-menu nav .e-n-menu-title:has([aria-expanded="true"]) .e-n-menu-title-text {
	border-color: var(--e-global-color-13f4851a);
}

.popup-menu nav .e-n-menu-title-text { 
	cursor: pointer !important;
	transition: 1s ease;
}

.popup-menu .dialog-lightbox-message { overflow: visible !important; }

.popup-menu .elementor-nav-menu :where(a, a:hover) { padding: var(--mft-space-5xs) !important; }

.popup-menu .elementor-nav-menu a:not(.elementor-sub-item):after,
.popup-menu .contact-menu :where(.elementor-icon-box-wrapper, .work-us) a h2:after,
.popup-menu :where(.menu-rooms, .menu-experiences) h2:after,
.popup-menu .menu-offers h3:after,
.contact-menu a:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--e-global-color-13f4851a);
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact-menu a:before { bottom: -3px; }

.popup-menu .contact-menu :where(.elementor-icon-box-wrapper, .work-us) a:after,
.popup-menu :where(.menu-rooms, .menu-experiences) article h2:after,
.popup-menu .menu-offers h3:after,
.contact-menu a:before
{ opacity: 0; }

.popup-menu .contact-menu :where(.elementor-icon-box-wrapper, .work-us) a:hover:after,
.popup-menu :where(.menu-rooms, .menu-experiences) article:has(a:hover) h2:after,
.popup-menu .menu-offers article:has(a:hover) h3:after,
.contact-menu a:hover:before
{ opacity: 1; }

/*-- Dropdowns control --*/
body:not(.elementor-editor-active) .popup-menu :where(.menu-rooms, .menu-offers, .menu-experiences),
.has-submenu .sub-arrow {
	display: none;
}

.popup-menu:has(#dropdown-rooms [aria-expanded="true"]) .menu-rooms,
.popup-menu:has(#dropdown-offers [aria-expanded="true"]) .menu-offers,
.popup-menu:has(#dropdown-experiences [aria-expanded="true"]) .menu-experiences
{
	display: block;
}

.auxiliar-menu > div { width: 100%; }

/*-- Hotels menu --*/
.hotel-menu .elementor-nav-menu {
	width: 100%;
	flex-flow:row nowrap;
	justify-content: space-between;
	gap: 20px;
}

.hotel-menu .elementor-nav-menu,
.hotel-menu .elementor-nav-menu li a
	{ overflow: hidden; }

.hotel-menu .elementor-nav-menu::after { display: none !important; }

.hotel-menu .elementor-nav-menu li a {
	width: 100%;
	max-width: 245px;
	flex: 1 1 auto;
	flex-flow: column nowrap; 
	align-items: center;
	gap: var(--mft-space-2xs);
	cursor: pointer;
}
.hotel-menu.apartments-menu .elementor-nav-menu li a
 { max-width: 445px; }

.hotel-menu .elementor-nav-menu li a:after { display: none; }

.hotel-menu .elementor-nav-menu li a:hover,
.hotel-menu .elementor-nav-menu li .elementor-item-active {
	text-decoration: underline;
	text-underline-offset: 6px;
}

.hotel-menu .elementor-nav-menu li a:before {
	max-width: 245px;
	max-height: 335px;
	object-fit: cover;
	display: grid;
	place-content: center;
	overflow: hidden;
	position: relative;
	opacity: 1 !important;
}
.hotel-menu.apartments-menu .elementor-nav-menu li a:before
 {
	max-width: 445px;
	max-height: 335px;
}

/* Instants menu home */
.hotel-menu .elementor-nav-menu .menu-instants-home a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/instants_menu_hotel-02.webp); }
/* Instants menu rooms */
.hotel-menu .elementor-nav-menu .menu-instants-rooms a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/instants_menu_habitaciones.webp); }
/* Instants menu offers 
.hotel-menu .elementor-nav-menu .menu-instants-offers a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/menu_instants_ofertas.webp); } */
 /* Instants menu honesty bar */
 .hotel-menu .elementor-nav-menu .menu-instants-honesty a:before { 
	content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/instants_menu_hotel-03.webp); 
	transform: translateX(-12px);
}
/* Instants menu services */
.hotel-menu .elementor-nav-menu .menu-instants-services a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/instants_menu_servicios-02.webp); }
/* Instants menu gallery */
.hotel-menu .elementor-nav-menu .menu-instants-gallery a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/instants_menu_galeria-04.webp); }
/* Instants menu destiny */
.hotel-menu .elementor-nav-menu .menu-instants-destiny a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/instants_menu_destino-02.webp); }
/* Instants menu experiences */
.hotel-menu .elementor-nav-menu .menu-instants-experience a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/instants_menu_experiencias-02.webp); }

/* Monica menu home */
.hotel-menu .elementor-nav-menu .menu-monica-home a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/monica_hotel_menu_hotel.webp); }
/* Monica menu rooms */
.hotel-menu .elementor-nav-menu .menu-monica-rooms a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/monica_hotel_menu_habitaciones.webp); }
/* Monica menu gastronomy */
.hotel-menu .elementor-nav-menu .menu-monica-gastro a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/monica_hotel_menu_gastronomia.webp); }
/* Monica menu services */
.hotel-menu .elementor-nav-menu .menu-monica-services a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/monica_hotel_menu_servicios.webp); }
/* Monica menu gallery */
.hotel-menu .elementor-nav-menu .menu-monica-gallery a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/menu_monica_hotel_galeria.webp); }
/* Monica menu location */
.hotel-menu .elementor-nav-menu .menu-monica-location a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/monica_hotel_menu_destino-02.webp); }
/* Monica menu experiences */
.hotel-menu .elementor-nav-menu .menu-monica-experiences a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/menu_monica_hotel_experiencias.webp); }

/* Apartments menu home */
.hotel-menu .elementor-nav-menu .menu-apartments-home a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/menu_apartamentos_apartamentos.webp); }
/* Apartments menu services */
.hotel-menu .elementor-nav-menu .menu-apartments-services a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/menu_apartamentos_servicios.webp); }
/* Apartments menu location */
.hotel-menu .elementor-nav-menu .menu-apartments-location a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/menu_apartamentos_destino-1.webp); }
/* Apartments menu experiences */
.hotel-menu .elementor-nav-menu .menu-apartments-experiences a:before 
{ content: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/menu_apartamentos_experiencias-1.webp); }


/*-- Auxiliar menu --*/
.auxiliar-menu strong { margin-left: 5px; }

.auxiliar-menu .elementor-nav-menu
{ gap: var(--mft-space-3xs); }

.cat-instants-boutique-hotel .auxiliar-menu .faq-general,
body:not(.cat-instants-boutique-hotel) .auxiliar-menu .instants-anchor
{ display: none; }

.auxiliar-menu .auxiliar-home a { gap:5px; }
.auxiliar-menu .auxiliar-home a:before {
	content: "\1f3e0";
	position: relative;
	font-family: 'fap-regular' !important;
	font-size: 13px;
	align-self: center;
	opacity: 1 !important;
}

/***** GENERAL *****/
a[href^="mailto:"] { line-break: anywhere; }

.elementor-widget-icon-box:has([class^="eael-wrapper-link"]:hover) .elementor-icon-box-description,
.elementor-widget-icon-box .elementor-icon-box-description:has(a:hover)
{ text-decoration: underline; }

.elementor-heading-title a.heading-accent {
	color: var(--e-global-color-cf61796) !important;
	text-decoration: underline;
}
main a[href]:not(.link-arrow .elementor-button, [class*="lightbox"] a):hover { text-decoration: none; }

a.link-arrow {
	border: none !important;
	padding-bottom: 0 !important;
}

.link-arrow .elementor-button-content-wrapper,
.link-arrow:hover .elementor-button-text
{ 
	padding-bottom: 0;
	border-bottom: none;
}

.link-arrow:hover .elementor-button-content-wrapper,
.link-arrow .elementor-button-text,
.rooms-listing-wrapper .room-box .room-intro a
{ 
	border-bottom:1px solid var( --e-global-color-52235058 );
	padding-bottom: 4px;
}

.link-arrow i {
	font-size: 12px;
	width: 0;
	opacity: 0;
	transition: 1s ease;
}

.link-arrow:hover i {
	width: 12px;
	opacity: 1;
}

.mft-alternative-box:nth-of-type(odd):not(.club-box) 
{ flex-direction: row-reverse; }

.overflow-hidden {overflow: hidden;}

/* Corporative Color  */
body:not(.cat-instants-boutique-hotel, .cat-faq .faq-instants) .elementor-heading-title .heading-accent:not(a.heading-accent) 
{ 
	color: var(--e-global-color-cf61796) !important;
	font-style: italic; 
}

.cat-instants-boutique-hotel .elementor-heading-title .heading-accent,
.faq-instants .elementor-heading-title .heading-accent {
	color: var(--e-global-color-b51d198) !important;
	font-style: italic; 
}

/*-- Hovers --*/
.legal-menu a:hover,
#developed-wrapper a:hover,
.corporative-list .elementor-heading-title a:hover,
body:has(.elementor-widget-vcard-email + a:hover) .mi-vcard-email a,
body:has(.elementor-widget-vcard-phone + a:hover) .phone-corpo .mi-vcard-phone a,
body:has(.instants-phone > a:hover) .instants-phone .elementor-heading-title a,
body:has(.corpo-phone > a:hover) .corpo-phone .elementor-heading-title a {
	color: var(--e-global-color-cf61796);
}
/* Instants Boutique */
.cat-instants-boutique-hotel .legal-menu a:hover,
.cat-instants-boutique-hotel #developed-wrapper a:hover,
.cat-instants-boutique-hotel .corporative-list .elementor-heading-title a:hover,
.cat-instants-boutique-hotel:has(.elementor-widget-vcard-email + a:hover) .mi-vcard-email a,
.cat-instants-boutique-hotel:has(.elementor-widget-vcard-phone + a:hover) .phone-corpo .mi-vcard-phone a,
.cat-instants-boutique-hotel:has(.instants-phone > a:hover) .instants-phone .elementor-heading-title a,
.cat-instants-boutique-hotel:has(.corpo-phone > a:hover) .corpo-phone .elementor-heading-title a,
.corporative-list .column-instants .elementor-heading-title a:hover {
	color: var(--e-global-color-secondary);
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:focus { background: transparent !important; }

/* Firefox fix */
.weather-slider .swiper { min-height: 280px; }

/* Fix email responsive */
[href^="mailto:"] { word-wrap: break-word; }

/* Section "others hotels" */
.other-hotels .card-hotel [data-widget_type="image.default"] 
{ max-height: 380px; }

/* Background overlay only around content */
.banner-boxed { 
	max-width: 1020px;
	padding-inline: var(--mft-space-5xl); 
}

/***** ELEMENTOR WIDGETS FIXES *****/

/*-- Icon box widget --*/
.elementor-icon-box-description > i { font-size: 13px; }
.elementor-icon-box-title { margin-block: inherit !important; }

/*-- Navigation buttons hidden when not needed --*/
.hide-nav-if-unnecessary:has(.swiper-button-disabled ~ .swiper-button-disabled) .elementor-swiper-button 
{ display: none; }

/*-- TPL Experiences slider --*/
.fraction-slider.experiences-slider, 
.experiences-slider .swiper-horizontal { 
	overflow: visible;
	--overflow: visible;
}

.fraction-slider.experiences-slider :is(.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next) {
    bottom: 0;
    top: inherit !important;
    width: 50% !important;
}

.fraction-slider.experiences-slider .elementor-swiper-button.elementor-swiper-button-prev { left: 0 !important; }
.fraction-slider.experiences-slider .elementor-swiper-button.elementor-swiper-button-next { justify-content: start; }

/* Vertical image change when sliding the carousel */
/* Golf */
body:has(.experiences-slider .swiper-slide-active[aria-label="1 / 5"]) .experiences-bg {
	background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/home_05_experiencias_golf-copy_grandes-1.webp) !important;
}
/* Cyclo */
body:has(.experiences-slider .swiper-slide-active[aria-label="2 / 5"]) .experiences-bg 
{ background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/home_05_experiencias_cicloturismo-copy_grandes.webp) !important; }

/* Aqua */
body:has(.experiences-slider .swiper-slide-active[aria-label="3 / 5"]) .experiences-bg 
{ background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/home_05_experiencias_actividades_acuaticas-copy_grandes.webp) !important; }

/* Workation 
body:has(.experiences-slider .swiper-slide-active[aria-label="4 / 6"]) .experiences-bg 
{ background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/home_05_experiencias_workation-copy_grandes.webp) !important; }*/

/* Wine */
body:has(.experiences-slider .swiper-slide-active[aria-label="4 / 5"]) .experiences-bg 
{ background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/home_05_experiencias_enoturismo-copy_grandes.webp) !important; }

/* Hiking */
body:has(.experiences-slider .swiper-slide-active[aria-label="5 / 5"]) .experiences-bg 
{ background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/home_05_experiencias_senderismo_grande.webp) !important; }

/* Texts change when sliding the carousel */
body:has(.experiences-carousel .swiper-wrapper[style*="transition-duration: 500ms;"]) .experiences-content div[class*="content-"] {
	animation: fadeInImage 800ms ease forwards;
}
@keyframes fadeInImage { from { opacity: 0; } to { opacity: 1; } }

body:not(.elementor-editor-active) .experiences-content div[class*="content-"] { display: none; }

body:has(.experiences-slider .swiper-slide-active[aria-label="1 / 5"]) .experiences-content .content-golf,
body:has(.experiences-slider .swiper-slide-active[aria-label="2 / 5"]) .experiences-content .content-cycle,
body:has(.experiences-slider .swiper-slide-active[aria-label="3 / 5"]) .experiences-content .content-aqua, 
/* body:has(.experiences-slider .swiper-slide-active[aria-label="4 / 5"]) .experiences-content .content-work,  */
body:has(.experiences-slider .swiper-slide-active[aria-label="4 / 5"]) .experiences-content .content-wine, 
body:has(.experiences-slider .swiper-slide-active[aria-label="5 / 5"]) .experiences-content .content-hiking
{
	display: var(--display);
}


/*-- TPL Services slider (Instants Boutique) --*/

/* Hover */
body .fraction-slider.services-slider .swiper-slide { overflow: hidden; }
body .fraction-slider.services-slider .swiper-slide:before {
	content: '';
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
	height: 100%;
}

body .fraction-slider.services-slider .swiper-slide:before,
body .fraction-slider.services-slider .swiper-slide:after {
	width: 100%;
	position: absolute;
	opacity: 0;
	transition: 500ms ease;
	z-index: 1;
}

body .fraction-slider.services-slider .swiper-slide:hover:before,
body .fraction-slider.services-slider .swiper-slide:hover:after { opacity: 1; }

body .fraction-slider.services-slider .swiper-slide:after {
	font-family: var(--e-global-typography-678ca33-font-family), Sans-serif;
    font-size: var(--e-global-typography-678ca33-font-size);
    line-height: var(--e-global-typography-678ca33-line-height);
    color: var(--e-global-color-47eea86e);
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-top: var(--mft-space-m);
	top: 0;
	transform: translateX(25%);
}
body .fraction-slider.services-slider .swiper-slide:hover:after { transform: translateX(0); }

/*Hover: text*/
/*Instants*/
.cat-instants-boutique-hotel .fraction-slider.services-slider .swiper-slide[aria-label="1 / 5"]:after { content: 'own your freedom'; }
.cat-instants-boutique-hotel .fraction-slider.services-slider .swiper-slide[aria-label="2 / 5"]:after { content: 're-filling moments'; }
.cat-instants-boutique-hotel .fraction-slider.services-slider .swiper-slide[aria-label="3 / 5"]:after { content: 'fulfilling moments'; }
.cat-instants-boutique-hotel .fraction-slider.services-slider .swiper-slide[aria-label="4 / 5"]:after { content: 'own your break'; }
.cat-instants-boutique-hotel .fraction-slider.services-slider .swiper-slide[aria-label="5 / 5"]:after { content: 'own your space'; }
/*Monica*/
.cat-monica-hotel .fraction-slider.services-slider .swiper-slide[aria-label="1 / 5"]:after { content: 'Momentos para dejarte llevar'; }
.cat-monica-hotel .fraction-slider.services-slider .swiper-slide[aria-label="2 / 5"]:after { content: 'Momentos para reconectar'; }
.cat-monica-hotel .fraction-slider.services-slider .swiper-slide[aria-label="3 / 5"]:after { content: 'Momentos para mantener tu ritmo'; }
.cat-monica-hotel .fraction-slider.services-slider .swiper-slide[aria-label="4 / 5"]:after { content: 'Momentos para inspirarte'; }
.cat-monica-hotel .fraction-slider.services-slider .swiper-slide[aria-label="5 / 5"]:after { content: 'Momentos para bajar una marcha'; }

/*-- Vertical fraction --*/
.vertical-swiper,
.vertical-swiper .swiper,
.vertical-swiper .elementor-main-swiper {
    height: 900px !important;
    max-height: 900px !important;
}

.vertical-swiper .e-n-carousel { padding: 0 !important; }

.vertical-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 900px !important;
}

.vertical-swiper .swiper-slide {
    height: 900px !important;
    width: 100% !important;
    overflow: hidden;
}

.vertical-swiper .primary-img img {
    height: 900px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.elementor-widget-n-carousel.vertical-swiper .elementor-swiper-button,
.elementor-widget-n-carousel.vertical-swiper .swiper-pagination-fraction {
	width: 3dvw;
	right: 0 !important;
	left: inherit !important;
}

.elementor-widget-n-carousel.vertical-swiper .swiper-pagination-fraction { 
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	top: 0;
	z-index: -1;
}

/*-- TPL Other Experiences --*/
.golf .other-experiences .swiper-slide:has(.other-golf),
.cycle .other-experiences .swiper-slide:has(.other-cycle),
.work .other-experiences .swiper-slide:has(.other-work),
.aqua .other-experiences .swiper-slide:has(.other-aqua),
.wine .other-experiences .swiper-slide:has(.other-wine),
.hiking .other-experiences .swiper-slide:has(.other-hiking)
{display: none;}

/*-- Media Carousel (Fraction pagination) --*/
.fraction-slider.fix-height .swiper-wrapper {
    align-items: flex-start !important;
    transition-property: transform, height !important;
}

.fraction-slider.fix-height .swiper-slide {
    height: auto !important;
}

.fraction-slider.fix-height .swiper-slide > .e-con {
    height: auto !important;
    min-height: 0 !important;
}

.fraction-slider:not(.vertical-swiper) .swiper-pagination-fraction {
	display: flex;
	justify-content: center;
}

.fraction-slider :where(.elementor-swiper-button, .swiper-pagination-fraction)
{ transform: none !important; }

.fraction-slider:not(.vertical-swiper) .elementor-swiper-button { 
    width: 10dvw !important;
    right: 0 !important;
    left: inherit !important;
    top: -50px !important;
    display: flex;
}
.fraction-slider:not(.vertical-swiper) .elementor-swiper-button-prev
{ margin-right: 50px; }

.fraction-slider:not(.vertical-swiper) .elementor-swiper-button-next 
{ justify-content: center; }

.fraction-slider :where(.elementor-swiper-button-prev, .elementor-swiper-button-next) i:before {
	font-family: 'mirai-icofonts' !important; 
}

.fraction-slider:not(.vertical-swiper) .elementor-swiper-button-prev i:before { content: "\e976"; }
.fraction-slider:not(.vertical-swiper) .elementor-swiper-button-next i:before { content: "\e977"; }

.fraction-slider .swiper-button-disabled,
body .fraction-slider.services-slider .elementor-widget-container .elementor-swiper-disabled {
	opacity: inherit !important;
	color: var(--e-global-color-primary) !important; 
}

/* Fraction slider (50% width desktop) */

.fraction-slider.fifty-percent-dk .elementor-swiper-button {
	top: 10px !important;
	width: auto !important;
	max-width: 25px;
	margin-right: 0 !important;
}

.fraction-slider.fifty-percent-dk:not(.fifty-right) :where(.elementor-swiper-button, .swiper-pagination-fraction) 
{ left: inherit !important; }

.fraction-slider.fifty-percent-dk.fifty-right :where(.elementor-swiper-button, .swiper-pagination-fraction) 
{ right: inherit !important; }

.fraction-slider.fifty-percent-dk .elementor-swiper-button-prev 
{ z-index: -1; }

.fraction-slider.fifty-percent-dk:not(.fifty-right) .elementor-swiper-button
{ top: 0 !important; }

.fraction-slider.fifty-percent-dk:not(.fifty-right) .elementor-swiper-button-prev
{ right: calc(-4.5em - 1vw) !important; }

.fraction-slider.fifty-percent-dk:not(.fifty-right) .elementor-swiper-button-next
{ right: calc(-9em - 1vw) !important }

.fraction-slider.fifty-percent-dk.fifty-right .elementor-swiper-button-prev 
{ left: calc(-7.8em - 1vw) !important; }

.fraction-slider.fifty-percent-dk.fifty-right .elementor-swiper-button-next 
{ left: calc(-2.5em - 1vw) !important; }

.fraction-slider.fifty-percent-dk .swiper-pagination-fraction 
{ bottom: 0 !important; }

.fraction-slider.fifty-percent-dk:not(.fifty-right) .swiper-pagination-fraction {
	top: 3px !important; 
	right: calc(-10.4em - 1vw) !important 
}

.fraction-slider.fifty-percent-dk.fifty-right .swiper-pagination-fraction { 
	top: 13px !important;
	left: calc(-8em - 1vw) !important; 
}

/*-- TPL hotels list --*/
.hotels-carousel .swiper { overflow: inherit; }

.hotels-carousel .swiper-wrapper { 
	gap: var(--mft-space-s);
	cursor: pointer;
	touch-action: pan-y;
	will-change: transform;
	pointer-events: auto !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.hotels-carousel .swiper-slide { 
	margin-right: 0 !important; 
	pointer-events: auto !important;
}

.hotels-carousel img { max-height: 460px; }

/* image hover (hotel logo) */
.hotels-container .elementor-widget-image { overflow: hidden; }

.hotels-container .elementor-widget-image:before { 
	content: '';
	background-color: rgba(0, 0, 0, .6);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 150px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 500ms ease;
	opacity: 0;
}

.hotels-container .card-hotel:hover .elementor-widget-image:before { opacity: 1; }

.hotels-container .card-monica .elementor-widget-image:before { background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/logo_monica-white.webp); }

.hotels-container .card-instants .elementor-widget-image:before { background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/logo_instants-white-alternative-2.webp); }

.hotels-container .card-apartments .elementor-widget-image:before { background-image: url(https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1952/logo_apartament-white.webp); }

/***** HOME *****/
.tagline-home span {
	margin-left: 1.25em;
}

.home header { 
	opacity: 1;
	transition: 500ms ease-in-out; 
	z-index: 2;
	position: relative;
}

.home:has(.js-vertical-scroll-locked) header {
	opacity: 0;
}

.card-hotel img { object-fit: cover; }

/***** GALLERY *****/


/* fade effect in lightbox
.elementor-lightbox .swiper-wrapper {
    transition-duration: 10ms !important;
}

.elementor-lightbox .swiper-slide {
    opacity: 0 !important;
    transition: opacity 1.5s linear !important;
}

.elementor-lightbox .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}*/

/***** ROOMS *****/
.elementor-section-boxed .elementor-container:has(.rooms-listing-wrapper),
.elementor-section-boxed .elementor-container:has(.offers-listing-wrapper) {
	max-width: var(--width-l) !important;
}

.detail-rooms-intro .detail-description > h2 {
	font-family: var(--e-global-typography-9758b20-font-family), Sans-serif;
    font-size: var(--e-global-typography-9758b20-font-size);
    text-transform: var(--e-global-typography-9758b20-text-transform);
    line-height: 1.2;
}

.room-box { background-color: transparent !important; }

.cat-rooms footer .footer {
	padding-top: 0 !important;
}

body.cat-monica-hotel .rooms-listing-wrapper .room-box .room-name a { color: var(--e-global-color-cf61796); }
body.cat-instants-boutique-hotel .rooms-listing-wrapper .room-box .room-name a { color: var(--e-global-color-13f4851a); }

.rooms-listing-wrapper .room-box .room-name a:hover { color: inherit !important; }

.rooms-listing-wrapper .room-box .room-intro a {
	font-family: var(--e-global-typography-6d2edf1-font-family), Sans-serif;
    font-size: var( --e-global-typography-bc18f32-font-size );
    font-weight: var( --e-global-typography-bc18f32-font-weight );
	text-transform: var( --e-global-typography-bc18f32-text-transform );
	line-height: var( --e-global-typography-bc18f32-line-height );
	letter-spacing: var( --e-global-typography-bc18f32-letter-spacing );
	word-spacing: var( --e-global-typography-bc18f32-word-spacing );
	fill: var( --e-global-color-52235058 );
	color: var( --e-global-color-52235058 );
	background-color: var( --e-global-color-6cb047a );
	padding: 0 0 var(--mft-space-5xs) 0;
	border-radius: 0;
	display: inline-block !important;
}

.rooms-listing-wrapper .room-box .room-intro a,
.rooms-listing-wrapper .room-box .room-intro a:hover { 
	border-top: none; 
	border-inline: none;
	border-width: 1px !important;
	position: relative;
}

.rooms-listing-wrapper .room-box .room-intro a:after {
	content: "\e977";
	height: 100%;
	font-family: 'mirai-icofonts' !important;
	font-size: 12px;
	margin-left: 5px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 1s ease-in-out;
}
.rooms-listing-wrapper .room-box .room-intro a:hover:after {
	opacity: 1;
	position: relative;
}

.rooms-listing-wrapper .room-box .room-intro a:hover { 
	color: var(--e-global-color-text);
	background-color: var( --e-global-color-6cb047a ); }
	
/*-- Disabled price box --*/
.price-box,
.box-price {
	display: none !important;
}

/***** MONICA APARTMENTS *****/
body:has([data-id="29268"]):not(.elementor-editor-active) :where(.hero-room, .header-monica, .back, .back + h2),
body:not(:has([data-id="29268"]), .elementor-editor-active) :where(.hero-apartments, .header-apartments),
body:not(.elementor-editor-active) #offer-list
{ display: none; }

body:has([data-id="29268"]) .rooms-detail-wrapper {
	display: flex;
	flex-flow: column nowrap;
}

body:has([data-id="29268"]) .rooms-detail-wrapper .room-gallery {
	order: 0;
	padding-block: 0 var(--mft-space-l);
}

body:has([data-id="29268"]) .rooms-detail-wrapper .elementor-section:has(.detail-rooms-intro) { order: 1; }
body:has([data-id="29268"]) .rooms-detail-wrapper .room-box-offers { order: 2; }
body:has([data-id="29268"]) .rooms-detail-wrapper .elementor-section:has(.room-calendar-wrapper) { order: 3; }

body:has([data-id="29268"]) .rooms-detail-wrapper .detail-description {
	display: flex;
	justify-content: space-between;
	gap: var(--mft-space-4xl);
	flex-flow: row wrap;
}

body:has([data-id="29268"]) .rooms-detail-wrapper .detail-description .room-description { max-width: 60%; }

body:has([data-id="29268"]) .rooms-detail-wrapper .detail-description .down-link { 
	max-width: 15ch;
	text-transform: uppercase;
}

/***** ROOM DETAIL *****/
.room-calendar-wrapper [data-mirai-component="rooms"] { background-color: #fff; }

.rooms-detail-wrapper .detail-description .down-link:after { 
	content: "\e975";
	font-size: 15px;
}


.detail-room-list li.item-service:before,
.rooms-listing-wrapper .item-service:before,
.detail-offer-list li.item-service:before, 
.offer-list li.item-service:before {
	content: "\f05d";
	font-family: 'fap-regular' !important;
	font-size: 14px;
	color: var( --e-global-color-52235058 );
}
.all-offers a.fwd-link:after { content: "\e977" }

.detail-rooms-services h3,
.rooms-listing-wrapper .room-box .room-name a,
.offers-listing .offer-text .offer-name,
.offers-detail-wrapper .offers-room-detail .offer-room > h4 {
	font-family: var(--e-global-typography-c15e9b8-font-family), Sans-serif;
    font-size: var(--e-global-typography-c15e9b8-font-size);
    font-weight: var(--e-global-typography-c15e9b8-font-weight);
    text-transform: var(--e-global-typography-c15e9b8-text-transform);
    line-height: var(--e-global-typography-c15e9b8-line-height);
    color: var(--e-global-color-13f4851a);
}

.cat-monica-hotel .offers-listing .offer-text .offer-name 
{ color: var(--e-global-color-cf61796); }

.detail-rooms-services h3 { margin-block: var(--mft-space-s) var(--mft-space-4xs); }

.room-offer { flex-flow: column nowrap; }
.room-offer .all-offers { align-self: center; }

.room-offer h2,
.rooms-listing-wrapper > h2,
.offers-listing-wrapper h2,
.detail-offer-services h3,
.offers-detail-wrapper .offers-room-detail h2 {
	font-family: var(--e-global-typography-1c9684d-font-family), Sans-serif;
    font-size: var(--e-global-typography-1c9684d-font-size);
    font-weight: var(--e-global-typography-1c9684d-font-weight);
    text-transform: var(--e-global-typography-1c9684d-text-transform);
    line-height: var(--e-global-typography-1c9684d-line-height);
    color: var(--e-global-color-text);
}
.room-offer h2,
.offers-listing-wrapper h2 {
	width: 100%;
	text-align: center;	
}

.all-offers a {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--e-global-color-13f4851a);
	border-bottom: 1px solid var(--e-global-color-13f4851a);
	padding-bottom: var(--mft-space-5xs);
}

.all-offers a:after,
.back > .back-link:before {
	width: 0;
	margin: 0;
	opacity: 0;
	transition: 700ms ease;
}

.all-offers a:hover:after,
.back > .back-link:hover:before {
	width: auto;
	margin: 0 0 0 10px;
	opacity: 1;
}
.back > .back-link:hover:before { margin: 0 10px 0 0; }

/***** OFFERS *****/
.offers-listing-wrapper { background-color: transparent; }

.offers-listing .offer { width: 50%; }

body.cat-monica-hotel .offers-listing .offer-text { background-color: var( --e-global-color-251a4ec ); }
body.cat-instants-boutique-hotel .offers-listing .offer-text { background-color: var( --e-global-color-3310f6b ); }

.cat-room-detail .offers-listing .offer-text h3 { margin-bottom: 10px; }

/***** OFFER DETAIL *****/
.detail-offer-intro .detail-description h2 {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
	margin-bottom: 18px;
}

.detail-offer-services { margin-top: 2em; }

/*-- Room list  --*/
.offers-detail-wrapper .offers-room-detail > .elementor-section-boxed > .elementor-container 
{ background-color: transparent; }

.offers-detail-wrapper .offers-room-detail .offer-list,
.offers-detail-wrapper .offers-room-detail .offer-room > p { display: none; }

.offers-detail-wrapper .offers-room-detail .offer-room > h4 { margin-block: 10px 0; }



/***** GALLERY *****/
.cat-photos .elementor-image-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	grid-auto-rows: 230px;
	grid-gap: var(--mft-space-3xs);
}

.cat-photos .gallery .gallery-item {
	padding: 0 !important;
	max-width: inherit;
	overflow: hidden;
}

.cat-photos .gallery .gallery-item:has(.portrait) { grid-row: span 2; }

/***** FOOTER *****/
.phone-corpo .elementor-widget-container { margin: 0 !important; }

footer .elementor-background-video-container:after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(250 245 243) 0%, rgb(250 245 243) 30%, rgb(250 245 243 / 0%) 100%);
	position: absolute;
	top: -70px;
	left: 0;
}

.cat-instants-boutique-hotel footer .elementor-background-video-container:after,
body:has(.hero-instants-ofer-detail) footer .elementor-background-video-container:after,
.cat-faq footer .elementor-background-video-container:after {
	background: linear-gradient(180deg, rgb(250 248 235) 0%, rgb(250 248 235 / 60%) 30%, rgb(250 248 235 / 0%) 100%);
	top: -67px;
}

#reservation-wrapper { max-width: 100px; }

#developed-wrapper {
	width: 165px;
	display: flex;
	justify-content: center;
	gap: 4px;
}

#developed-wrapper,
.elementor-widget-Mirai-Track-Reservation ui-text {
	font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 320px) / (768 - 320))), 16px);
	font-weight: 400 !important;
}

#developed-wrapper > a { font-weight: 600; }

.m-divider { transform: rotate(90deg); }

/***** FINDER interactions *****/
.tpl-finder-wrapper { transition: 500ms ease; }

/***** MEDIA QUERIES *****/
/* laptop */
@media (1025px <= width <= 1440px) {
	/* Menu */
	.hotel-menu .elementor-nav-menu { gap: inherit; }

	.hotel-menu .elementor-nav-menu li a:before { max-height: 240px !important; }

	.hotel-menu .elementor-nav-menu li a { font-size: 15px !important; }

	/* Home */
	.home .card-hotel img { height: 300px !important; }

    /* Sliders/Carousel */
    .fraction-slider.fraction-full-width .swiper-wrapper .swiper-slide .e-con-boxed { 
        max-height: calc(100vw / 3);
        --min-height: calc(100vw / 3); 
    }
	
	/* Room detail */
	.rooms-detail-wrapper .offers-listing .offer-box 
	{ min-height: 320px; }
}

/* Small laptops */
@media (height <= 600px) and (1025px <= width) {
	.services-slider.fraction-full-width :where(.swiper-slide, .e-con-inner) {
		max-height: 350px;
	}
} 

@media (width <= 1300px) {
	/* Chatbot vs Finder  */
	[data-mirai-component="chat"] > ui-view 
	{ transform: translateY(-100px) !important; }
}

@media (1025px <= width ) {
    .rooms-listing-wrapper > h2 { padding-inline: var(--mft-space-l); }

	.hotel-menu:not(.apartments-menu) .elementor-nav-menu li {
		max-width: 13%;
	}
	.hotel-menu.apartments-menu .elementor-nav-menu li {
		max-width: 23%;
	}

	/* Max heights */
	.mx-h-750 { max-height: 750px; }
}

@media (width <= 1024px) {
	/* Header */
	header:not(:has(.header-apartments)) .elementor-sticky--effects .header-logo img 
	{ height: 56px !important; }
	
	/* Accesibility wpml */
	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle { padding: 0; }
	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::before {
		position: relative;
		top: inherit;
		left: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 25px;
		min-width: 25px;
	}

	/* Hotels popup menu */
	.hotel-menu .elementor-nav-menu li a:before { display: none; }

	.hotel-menu .elementor-nav-menu, 
	.popup-menu:has(.hotel-menu) .auxiliar-menu .elementor-nav-menu {
		flex-direction: column !important;
		align-items: start;
	}

	.hotel-menu .elementor-nav-menu li a { overflow: visible; }
	
	.contact-menu .elementor-icon-box-wrapper { align-items: center; }
	
	/* Sliders/Carousel */
	.hotels-container section.e-parent:has(.card-hotel) { padding: 0; }
	
	.fraction-slider.vertical-swiper .e-n-carousel>.swiper-wrapper>.swiper-slide-active 
	{ margin-bottom: 2px; }

	/* Vertical slider reset (return horizontal) */
	.vertical-swiper .swiper-wrapper 
	{ flex-direction: row !important; }

	.vertical-swiper .swiper,
    .vertical-swiper .swiper-wrapper,
    .vertical-swiper .swiper-slide {
        height: auto !important; 
        min-height: 0 !important;
        max-height: none !important;
    }

	.vertical-swiper.rooms-slider .swiper-wrapper:not(:has([aria-label="3 / 3"].swiper-slide-active)) 
	{ margin-bottom: -36px; }

	.vertical-swiper {
        height: auto !important;
        min-height: 0 !important;
    }
	
	.elementor-widget-n-carousel.vertical-swiper .swiper-pagination-fraction {
		height: auto !important;
        top: inherit !important;
        bottom: -4%;
        right: 50% !important;
        left: 50%;
	}

	.elementor-widget-n-carousel.vertical-swiper .elementor-swiper-button {
		width: 35dvw;
		top: inherit !important;
		bottom: -4.5%;
	}
	.elementor-widget-n-carousel.vertical-swiper .elementor-swiper-button-prev {
		justify-content: end;
		left: 0 !important;
	}
	.elementor-widget-n-carousel.vertical-swiper .elementor-swiper-button-next {
		justify-content: start;
		right: 0 !important;
		margin-right: 2dvw;
	}
	.elementor-widget-n-carousel.vertical-swiper .elementor-swiper-button i 
	{ rotate: -90deg; }

	.fraction-slider.fifty-percent-dk :is(.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next)
	{ top: -40px !important; }

	.fraction-slider.fifty-percent-dk .elementor-swiper-button.elementor-swiper-button-prev 
	{ left: calc(3em - 1vw) !important; }

	/* .fraction-slider.fifty-percent-dk.fifty-right .elementor-swiper-button.elementor-swiper-button-prev 
	{ left: calc(.5em - 1vw) !important; } */

	.fraction-slider.fifty-percent-dk .elementor-swiper-button.elementor-swiper-button-next 
	{ left: calc(8.5em - 1vw) !important; }
	
	/* .fraction-slider.fifty-percent-dk.fifty-right .elementor-swiper-button.elementor-swiper-button-next 
	{ left: calc(6em - 1vw) !important; } */

	.fraction-slider.fifty-percent-dk .swiper-pagination.swiper-pagination-fraction { 
		top: -35px !important;
		left: calc(9em - 1vw) !important;
	}

	/* .fraction-slider.fifty-percent-dk.fifty-right .swiper-pagination.swiper-pagination-fraction
	{ left: calc(5em - 1vw) !important; } */

	/* Rooms & Offers */
	.elementor-section-boxed .elementor-container:has(.rooms-listing-wrapper), 
	.elementor-section-boxed .elementor-container:has(.offers-listing-wrapper),
	.rooms-detail-wrapper .elementor-section-boxed .elementor-container,
	.offers-detail-wrapper .elementor-section-boxed .elementor-container
	{ padding-inline: var(--mft-space-m); }
	
	.rooms-listing-wrapper .room-box, 
	.offers-listing-wrapper .offer-box 
	{ padding-inline: 0; }
	
	/* APARTMENT */
	body:has([data-id="29268"]) .rooms-detail-wrapper .detail-description { gap: var(--mft-space-4xs); }
	
	body:has([data-id="29268"]) .rooms-detail-wrapper .detail-description .room-description { max-width: 100%; }
}

@media (767px <= width) {
    /*EXCLUDE mobile*/
    .fraction-slider.fraction-nav-top .swiper-pagination-fraction { 
        top: -45px;
        left: inherit !important;
        right: 8dvw !important; 
        z-index: -1;
    }

    .fraction-slider.experiences-slider .swiper-pagination-fraction {
        width: 55% !important;
        transform: translateY(5px) !important;
    }
}

@media (width <= 768px) {
    /*mobile & small tablet*/
	.offers-listing { gap: var(--mft-space-xl); }
	.offers-listing .offer { width: 100%; }
	
	.elementor-section-boxed .rooms-listing-wrapper .room-box :where(.room-name, .room-intro)
	{ padding-inline: 0 !important; }
	
	.elementor-section-boxed .rooms-listing-wrapper .room-box .price-box 
	{ position: relative; }
	
	.elementor-section-boxed .rooms-listing-wrapper .room-box .room-name,
	.elementor-section-boxed .rooms-listing-wrapper .room-box .price-box
	{ padding-bottom: var(--mft-space-3xs); }

}

@media (width <= 767px) {
    /*mobile*/
	/* HEADER */
	body header:not(:has(.header-apartments)) .elementor-sticky--effects .header-logo img 
	{ height: 50px !important; }
	
	.cat-monica-hotel .header-menu > .elementor-element,
	.cat-instants-boutique-hotel .header-menu > .elementor-element {
		min-height: 24px;
		min-width: 24px;	
	}

	.main-menu .e-n-menu-heading,
	.auxiliar-menu .elementor-nav-menu {
		flex-direction: column !important;
		align-items: start;
	}

	.header-utilities .elementor-button-link.elementor-size-sm 
	{ padding-inline: 7px !important; }

	.header-utilities .elementor-button-link.elementor-size-sm .elementor-button-content-wrapper
	{ gap: 5px !important; }
	
	/* General */
	.elementor-icon-box-wrapper {
		display: flex;
		align-items: center;
		max-width: 300px;
	}
	
	.elementor-icon-box-content {
		display: flex;
		flex-flow: column nowrap;
	}
	
	.vertical-swiper.fix-height .mft-bg-img { overflow: hidden; }
	
	/* Sliders/Carousel */
	.elementor-swiper-button { display: none !important; }

    .fraction-nav-top .elementor-widget-container .swiper-pagination,
    .fraction-nav-top:not(.fraction-full-width) .elementor-widget-container .swiper-pagination,
	.fraction-slider.vertical-swiper .elementor-widget-container .swiper-pagination,
	.fraction-slider.fifty-percent-dk .swiper-pagination.swiper-pagination-fraction {
		height: auto !important;
        top: inherit !important;
        bottom: -4% !important;
        right: 50% !important;
        left: 50% !important;
    }

	.fraction-slider.fifty-percent-dk.fifty-right .swiper-pagination.swiper-pagination-fraction { 
		left: inherit !important; 
		bottom: -12% !important;
	}
	
	/* Home */
	.experiences-bg { min-height: 364px; }
	
	/* Rooms & Offers */
	.elementor-section-boxed .elementor-container:has(.rooms-listing-wrapper), 
	.elementor-section-boxed .elementor-container:has(.offers-listing-wrapper),
	.rooms-detail-wrapper .elementor-section-boxed .elementor-container,
	.offers-detail-wrapper .elementor-section-boxed .elementor-container 
	{ padding-inline: var(--mft-space-s); }
	
	/* FOOTER */
	.legal-menu ul {
		flex-direction: column;
    	align-items: center;
    	width: 100%;
	}
	
	.legal-menu li:not(:last-of-type) { border-bottom: 1px solid var(--e-nav-menu-divider-color,#000); }
	
	.legal-menu ul li:after { display: none; }
	
	/* Chatbot vs Finder  */
	[data-mirai-component="chat"] > ui-view 
	{ transform: translateY(-80px) !important; }
}