/*
*	1.0 SETTINGS
	* stile pulsanti custom
*	2.0 HEADER
*   3.0 MENU
*	4.0 POPUP ELEMENTOR PER MENU
*	5.0 HOMEPAGE
	* stile card camere
*	6.0 BREADCRUMBS
*	7.0 CAMERE
*   8.0 GALLERY
*	9.0 LABEL STATICA
*   10.0 WPML
*   11.0 CUSTOM BUTTON
*/



div.blu, div.verde {
    width: fit-content;
    border-radius: 0px;
    padding: 15px 15px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 20px 0px 0px -11px;
    display: flex;
    align-items: center;
}

.blu i, .verde i {
	font-size: 20px;
}

.gradient-white {
    background: linear-gradient(to top, #f0f0f0, #f0f0f069);
}

div.button-absolute span {
    font-size: 46px !important;
    line-height: 45px;
}

div.button-absolute span.elementor-button-text::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
	font-size: 42px !important;
}

h2 a {
    text-decoration: none !important;
    font-size: 40px;
    font-family: 'Cormorant Infant' !important;
    font-weight: 500 !important;
}

li.menu-item a {
	line-height: 25px !important;
}

ul.sub-menu {
    margin-bottom: 18px !important;
}

p.p-save-energy {
    width: 90%;
    margin: auto;
}

/*
*	2.0 HEADER
*/
div#container-header-mobile {
    height: 85px;
    transition: height 0.5s;
}

div#container-header-mobile.shrink div.e-con-inner {
    padding: 10px 0px;
}

div#container-header-mobile.shrink {
    height: 78px;
}

/* Definizione delle animazioni */
@keyframes shrinkWidth {
    from { width: 220px; }
    to { width: 130px; }
}

@keyframes expandWidth {
    from { width: 130px; }
    to { width: 220px; }
}

div#container-header-mobile img {
    width: 220px;
}

div#container-header-mobile.shrink img {
    animation: shrinkWidth 0.7s forwards !important;
}

div#container-header-mobile img:not(.shrink) {
    animation: expandWidth 0.7s forwards;
}

div#container-header-mobile #logo-mobile-header img {
    /*filter: brightness(0) invert(1);*/
    transition: filter 0.2s;
}

div#container-header-mobile #logo-mobile-header img.color {
    filter: brightness(1);
}

div#container-header-mobile.color {
    background-color: #F1F1F1 !important;
    transition: background-color 0.2s;
    background: #F1F1F1 !important;
}

.elementor-nav-menu--dropdown.scroll {
    top: 28px !important;
}

.elementor-menu-toggle.brown svg {
    fill: #0B4D45 !important;
}

ul.wpml-ls-sub-menu {
    width: fit-content;
}

/*
*	11.0 CUSTOM BUTTON
*/
.custom-button span {
    text-align: left;
}

.custom-button:hover span {
    text-align: right;
}

.button-transparent-left {
    margin-left: 20px !important;
}

.season-selector {
    bottom: 0px !important;
}

.season-selector div.elementor-shortcode {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Ensure buttons wrap on small screens */
}

.season-selector div.elementor-shortcode form.estate button,
.season-selector div.elementor-shortcode form.inverno button {
    color: white;
    border-color: transparent;
    width: fit-content;
    border-radius: 30px;
}

.season-selector div.elementor-shortcode form.estate button {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 17px;
    font-size: 14px;
    line-height: 1em;
    height: 60px;
    justify-content: space-between;
    font-family: 'Manrope';
    font-weight: 600;
}

.season-selector div.elementor-shortcode form.inverno button {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    line-height: 1em;
    height: 60px;
    justify-content: space-between;
    font-family: 'Manrope';
    font-weight: 500;
}

.season-selector div.elementor-shortcode form.estate button:before {
    content: '\f2dc';
    font-family: 'Font Awesome 5 Pro';
    color: #ffffff;
    margin-right: 0px;
    font-size: 1.3em;
}

.season-selector div.elementor-shortcode form.inverno button:before {
    content: '\f185';
    font-family: 'Font Awesome 5 Pro';
    color: #ffffff;
    margin-right: 0px;
    font-size: 1.3em;
}

/* Media query to adjust form display on smaller screens */
@media (max-width: 600px) {
    .season-selector div.elementor-shortcode {
        flex-direction: column;
        gap: 10px;
    }
}


/*
*   ZOOM IN
*/
.img-zoom,
.image-container-bg {
    transition: none;
}

.img-zoom.zoom-in,
.img-zoom.zoom-out,
.image-container-bg.zoom-in,
.image-container-bg.zoom-out {
    transform: none;
    background-size: 100%; /* Dimensione originale */
}

div.image-container-bg,
div.image-container-bg.zoom-in,
div.image-container-bg.zoom-out  {
    background-size: cover !important;
}


/*
*   5.0 HOMEPAGE
*/
.room-card-home > .e-con-inner:first-of-type {
    padding-left: 0px !important;
}

.label-rooms {
	left: 10px;
    top: 10px;
    position: relative;
}

/*
.archive .label-rooms {
    left: 10px;
    top: -30px;
    position: relative;
    z-index: 1000 !important;
}
*/

.gradient-white {
    margin-top: -100px !important;
}


/*
*   6.0 BREADCRUMBS
*/
p#breadcrumbs,
p#breadcrumbs a {
    text-align: center;
    text-transform: lowercase;
    font-size: 12px !important;
    text-decoration: none !important;
}