/*
Theme Name:  Salient
Version:     15.0.9
Description: An Ultra Responsive Multi-Purpose Theme.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
License:     Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: salient
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

@font-face {
    font-family: "Intelo Regular";
    src: url("/wp-content/themes/salient/fonts/Intelo/Intelo-Regular.ttf");
}

@font-face {
    font-family: "Intelo Bold";
    src: url("/wp-content/themes/salient/fonts/Intelo/Intelo-Bold.ttf");
}

@font-face {
    font-family: "Intelo SemiBold";
    src: url("/wp-content/themes/salient/fonts/Intelo/Intelo-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Zooja Light";
    src: url("/wp-content/themes/salient/fonts/Zooja Light/Aerotype - ZoojaLight.otf");
    font-weight: 200;
}

.zooja-font {
    font-family: "Zooja Light" !important;
    font-weight: 200 !important;
}

.intelo-sb {
    font-family: "Intelo SemiBold" !important;
}

/**
 *
 * General
 *
 */
html {
    scroll-behavior: smooth;
}

.fl-left {
    float: left;
}

.capit {
    text-transform: capitalize;
}

.text-blue {
    color: #17375f;
}

.alCenter {
    text-align: center;
}

.clear {
    clear: both;
}

.nectar-social {
    display: none !important;
}

.d-none {
    display: none !important;
}

.only-mobile {
    display: none !important;
}

.only-desktop {
    display: block !important;
}

.wpcf7-form label br {
    display: none;
}

.wpcf7-form-control-wrap[data-name="data-from"] {
    margin-right: 15px;
}

.wpcf7-form-control-wrap[data-name="data-from"]+br {
    display: none;
}

.wpcf7-form-control-wrap[data-name="data-from"],
.wpcf7-form-control-wrap[data-name="data-to"] {
    display: inline-flex !important;
    align-items: center;
    float: left !important;
    margin-bottom: 30px !important;
}

.wpcf7-form-control-wrap[data-name="data-from"]::before,
.wpcf7-form-control-wrap[data-name="data-to"]::before {
    display: inline-block;
    content: "Da";
    position: relative;
    width: 30px;
    color: #6f6f6f;
}

.wpcf7-form-control-wrap[data-name="data-to"]::before {
    content: "A";
}

.grecaptcha-badge {
    display: none !important;
}

#booking_opener {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 2px 4px 18px #00000037;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    width: auto;
    white-space: normal;
    font-family: "Intelo Regular";
    letter-spacing: 0.05rem;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    background: #1b4d6f;
    color: #fff;
    opacity: 1;
    transition: opacity 300ms;
    z-index: 99999;
}

#booking_opener i {
    margin-right: 10px;
    margin-top: 1px;
}

#close-search-box {
    display: none;
    position: fixed;
    top: 5%;
    right: 17%;
    z-index: 999999999999999;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 991px) {
    .only-mobile {
        display: block !important;
    }

    .only-desktop {
        display: none !important;
    }

    #booking_opener {
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0;
        opacity: 0;
        padding: 20px;
    }

    #close-search-box {
        top: 30px;
        right: 30px;
    }

    a.iubenda-tp-btn[data-tp-float][data-tp-float="bottom-left"] {
        bottom: 50px !important;
    }
}

.popup-cf {
    cursor: pointer;
}

.custom-button {
    background: #528cc3;
    color: #fff;
}

.custom-button:hover,
.mtr-panel .mtr-item.mtr-cta#mtrBottomPanel a:hover {
    background: #fff !important;
    color: #528cc3 !important;
}

.btn-popup-check-availability {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase !important;
    background-color: #528cc3 !important;
    -webkit-animation: btn-pulse 2.5s ease-in-out infinite both;
    animation: btn-pulse 2.5s ease-in-out infinite both;
}

.btn-popup-check-availability.nectar-button.has-icon.large:not([class*=see-through]) i {
    transform: unset !important;
    position: relative;
    margin-right: 0 !important;
    font-size: 20px;
}

.btn-popup-check-availability.nectar-button.has-icon span {
    transform: unset !important;
}

.btn-popup-check-availability a {
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 1;
}

.btn-popup-check-availability::after {
    display: none !important;
}


/**
 * ----------------------------------------
 * animation btn-pulse
 * ----------------------------------------
 */
@-webkit-keyframes btn-pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes btn-pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.nectar-cta::after {
    display: inline-block;
    position: relative;
    content: url(/img/icons/arrow-btn.svg);
    margin-left: 30px;
}

.page-id-327 #first-global-row,
.page-id-327 #row-offerte,
.page-id-327 #row-destinazioni {
    display: none;
}

.wpcf7-submit {
    background: #528cc3 !important;
    border-radius: 10px !important;
    padding: 12px 60px !important;
    font-family: "Intelo  Regular";
}

.pum-theme-359 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
    font-size: 50px !important;
    font-weight: 400 !important;
    top: 20px !important;
}

input[type="text"],
input[type="date"],
input[type="email"],
select,
select option {
    font-family: "Intelo Regular";
    border-radius: 5px;
    border: solid 1px silver;
    padding: 6px 12px;
    color: #6f6f6f;
    background-color: transparent;
    font-size: 14px !important;
    height: 35px !important;
}

.nectar-flip-box .flip-box-back .inner,
.nectar-flip-box .flip-box-front .inner {
    padding: 40px 60px !important;
}

#to-top {
    bottom: 70px !important;
    transform: unset !important;
}

@media (max-width: 991px) {

    .container,
    .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: calc(100vw - 30px) !important;
    }

    #ajax-content-wrap .nectar-responsive-text * {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    div.wpb_wrapper h2.vc_custom_heading {
        line-height: 1.3 !important;
    }

    .pum-container {
        top: 20px !important;
        height: 100vh !important;
        overflow: scroll !important;
    }

    .pum-container .vc_custom_heading {
        padding-bottom: 0 !important;
    }

    .pum-container .wpcf7-form p {
        padding-bottom: 0;
    }

    .pum-container .wpcf7-form p br {
        display: none;
    }

    .pum-container .wpcf7-form input,
    .pum-container .wpcf7-form select {
        margin-bottom: 12px;
    }

    .pum-container .wpcf7-form-control-wrap[data-name="data-from"],
    .pum-container .wpcf7-form-control-wrap[data-name="data-to"] {
        margin-bottom: 12px !important;

    }

    .pum-container .wpcf7-form-control-wrap[data-name="data-to"] {
        margin-bottom: 0 !important;
    }

    .pum-container .wpcf7 .wpcf7-submit {
        margin-top: 12px !important;
    }

    .pum-container .wpcf7-form-control-wrap[data-name="data-from"]::before,
    .pum-container .wpcf7-form-control-wrap[data-name="data-to"]::before {
        margin-right: 4px !important;
    }

    .pum-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
        margin-left: 0 !important;
    }

    .pum-theme-359 .pum-content+.pum-close,
    .pum-theme-content-only .pum-content+.pum-close {
        right: 0px !important;
        top: 10px !important;
        font-size: 35px !important;
    }
}

a.arrow-down {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 70px;
}

a.arrow-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-animation: scroll-down 1.5s infinite;
    animation: scroll-down 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }

}

@keyframes scroll-down {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}



/**
 *
 * Helpers
 *
 */

.justify-content-start .wpb_wrapper {
    justify-content: flex-start !important;
}

.justify-content-end .wpb_wrapper {
    justify-content: flex-end !important;
}

/**
 *
 * Motore ricerca
 *
 */

#ifMotore .panContTipo .title-tipologie,
#ifMotore .panContTipo .input-tipologie {
    height: auto !important;
}

@media (min-width:991px) {

    #ifMotore,
    #ifMotoreMobile {
        font-family: "Intelo Regular" !important;
        /* position: absolute; */
        /* z-index: 999;
        left: 120px;
        right: 120px;
        bottom: 110px; */
    }

    .gallery-hotel .portfolio-items .elastic-portfolio-item:first-child {
        width: 100% !important;
    }

    .block-title-hotel .post-excerpt {
        display: none;
    }
}

#motore {
    width: 100%;
    padding: 50px 25px 25px;
    background: #223863;
}

.motore-single-page {
    position: absolute;
    left: 150px;
    right: 150px;
    bottom: 120px;
}

.motore-single-page #motore {
    width: 96% !important;
}

#motore .mtr-panel .mtr-item .mtr-input,
#motore .mtr-panel .mtr-item .fieldDrop,
#motore .mtr-panel .mtr-item #camere,
#motore .mtr-panel .mtr-item .selData,
#motore .mtr-panel .mtr-item .dropDownInput {
    height: 100% !important;
}

#motore .mtr-panel .mtr-item .txt:not(#paxCont .txt) {
    background: transparent;
    height: 100% !important;
    margin-top: 0 !important;
    padding: 0 10px !important;
}

#motore .mtr-panel {
    display: flex;
    flex-wrap: wrap;
    background: transparent !important;
    border: none !important;
    height: auto !important;
}

#motore .mtr-item {
    flex: 1 0 auto;
    margin: 0 5px;
    border-right: none !important;
    background: #fff;
    height: 45px !important;
    border-radius: 4px !important;
}

.panContTipo .ico-tipologie .ico {
    display: inline-block;
    width: 30px !important;
    height: 30px;
}

.borderSel {
    display: none !important;
}

.mtr-itemData {
    background: transparent !important;
}

.mtr-itemData .mtr-input {
    display: flex;
    flex-wrap: nowrap;
}

.mtr-half {
    border-right: none !important;
    height: 100% !important;
    background: #fff !important;
    width: 45% !important;
    margin: 0 6px !important;
    border-radius: 4px !important;
}

.mtr-panel .mtr-item.mtr-itemData {
    border: none !important;
}

.mtr-panel .mtr-item.mtr-cta {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}

.mtr-panel .mtr-item.mtr-cta#mtrBottomPanel a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #528cc3 !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    padding: 10px 45px !important;
    line-height: 1 !important;
}

.mtr-panel .mtr-item .mtr-label {
    font-size: 16px !important;
    color: #fff !important;
    padding-left: 5px;
    line-height: 25px;
    position: absolute !important;
    top: -30px;
}

.single #ifMotore .dropdDownCont {
    display: none;
    opacity: 0;
}

.panLiCont {
    padding-left: 0 !important;
}

.panLiCont .panLi {
    list-style: none;
}

#ifMotore {
    height: 100vh;
    display: none;
}

.home #ifMotore {
    display: block;
    height: auto;
}

#ifMotore .ui-state-default,
#ifMotore .ui-widget-content .ui-state-default,
#ifMotore .ui-widget-header .ui-state-default {
    line-height: 2.2 !important;
}

#ifMotore .dropdDownCont {
    top: 60px !important;
}

.single #motore {
    display: flex;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
    padding-top: 210px;
    overflow: auto;
    margin: auto;
}

.single #motore::before {
    content: "Verifica la disponibilità e prenota la tua struttura";
    position: absolute;
    display: block;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    top: 10%;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 991px) {
    #motore {
        width: 100%;
    }

    .single #motore {
        padding: 0 15px;
        padding-top: 230px;
    }

    .single #motore::before {
        left: 15px;
        transform: unset !important;
        font-size: 25px;
        line-height: 1.2;
        top: 15%;
    }

    #motore .mtr-item {
        margin-bottom: 45px;
        position: static !important;
    }

    #motore .mtr-label {
        position: static !important;
        margin-top: -30px;
        margin-bottom: 13px;
    }

    .mtr-panel {
        position: static !important;
    }

    #ifMotore .dropdDownCont,
    #ifMotoreMobile .dropdDownCont {
        top: 80px !important;
        width: 100vw;
        right: 0 !important;
        max-width: unset !important;
    }
    .home #ifMotore .dropdDownCont,
    .home #ifMotoreMobile .dropdDownCont {
        left: -15px!important;
    }

    #ifMotore #listaDestinazioni,
    #ifMotoreMobile #listaDestinazioni,
    #ifMotore #listaAptDep,
    #ifMotoreMobile #listaAptDep,
    #ifMotore #txtQuandoPanel,
    #ifMotoreMobile #txtQuandoPanel,
    #ifMotore #listaCamere,
    #ifMotoreMobile #listaCamere {
        max-height: 650px !important;
        overflow: auto;
    }

    .single #motore {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
    }

    .hasDatepicker .ui-widget-content {
        display: flex !important;
        justify-content: center;
        align-items: center !important;
        flex-direction: column;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        width: 30px !important;
        height: 30px !important;
        line-height: 24px !important;
        font-size: 12px !important;
    }

    #camerePaxContent .row.clear {
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .btnBlue {
        background: var(--blue-light-color);
        color: #fff !important;
        padding: 6px 12px;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        border-radius: 2px;
    }

    .panContTipo .ico-tipologie {
        display: none !important;
    }

    .panContTipo .title-tipologie .text br {
        display: none;
    }
}

/**
 *
 * Header
 *
 */

#header-outer .col {
    margin-bottom: 0 !important;
}

#header-outer .col:first-child {
    margin-left: 0 !important;
}

#header-outer[data-full-width="true"] header>.container {
    padding-left: 0 !important;
}

#logo {
    margin: 0 !important;
    background: #fff;
    padding: 10px 150px 10px 0;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu {
    left: 0 !important;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li {
    padding: 50px !important;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li:first-child {
    padding-left: 140px !important;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li:last-child {
    padding-right: 140px !important;
}

body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li.menu-item>ul>li.has-ul>a:hover {
    color: #fff !important;
}

#top .sf-menu li ul li a:hover,
body #top nav .sf-menu ul .sfHover>a,
#top .sf-menu li ul .current-menu-item>a,
#top .sf-menu li ul .current-menu-ancestor>a,
#header-outer nav>ul>.megamenu>ul ul li a:hover,
#header-outer nav>ul>.megamenu>ul ul li a:focus,
#header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,
#header-secondary-outer ul ul li a:hover,
#header-secondary-outer ul ul li a:focus,
#header-secondary-outer ul>li:not(.megamenu) ul a:hover,
body #header-secondary-outer .sf-menu ul .sfHover>a,
#search-outer .ui-widget-content li:hover,
#search-outer .ui-state-hover,
#search-outer .ui-widget-content .ui-state-hover,
#search-outer .ui-widget-header .ui-state-hover,
#search-outer .ui-state-focus,
#search-outer .ui-widget-content .ui-state-focus,
#search-outer .ui-widget-header .ui-state-focus,
#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer nav>ul>.megamenu>ul ul .sfHover>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,
body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul li.current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul li.current-menu-item>a,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a {
    background: transparent !important;
}

#header-outer nav>ul>.megamenu>ul ul li.menu-item a:hover {
    background: transparent !important;
}

.sub-menu li a.sf-with-ul {
    border-bottom: 1px solid rgba(122, 122, 122, 0.5) !important;
    margin-bottom: 10px !important;
}

@media (max-width: 991px) {
    header#top .col:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #logo {
        margin: 0 !important;
        background: #fff;
        padding: 10px 30px 10px 0;
    }

    .anchor-mobile-header,
    .load-more-btn {
        display: inline-block !important;
        background: transparent;
        border: 1px solid #203764 !important;
        color: #203764 !important;
        padding: 7px 20px !important;
        margin: 0 !important;
        font-size: 16px !important;
    }

    #header-outer #mobile-menu a>.sf-sub-indicator {
        display: flex;
        justify-content: flex-end;
        width: 40% !important;
    }

    .load-more-btn {
        margin: 40px auto;
        display: block;
        text-align: center;
    }

    .slide-out-widget-area-toggle.mobile-icon {
        display: none !important;
    }

    body #header-outer,
    body[data-header-color="dark"] #header-outer {
        background: #fff !important;
    }

    body #header-outer {
        padding: 0 !important;
    }

    #header-outer #mobile-menu {
        display: block !important;
        top: 99% !important;
    }

    #header-outer .col:first-child {
        margin-left: 15px !important;
    }
}

/**
 *
 * Homepage
 *
 */
#slide-home .row_col_wrap_12,
#slide-home .row_col_wrap_12_inner,
#slide-home .wpb_column {
    position: static !important;
}

@media (max-width: 991px) {
    #slide-home {
        min-height: 40vh !important;
        height: 40vh !important;
        position: relative;
    }

    #slide-home .row-bg {
        background-position: top center !important;
    }

    #slide-home:after {
        display: block;
        position: absolute;
        content: "Goditi la tua vacanza";
        padding: 15px 20px 5px 70px;
        background: linear-gradient(-290deg, transparent 30px, #203764 0) left / 100% 100%;

        font-family: "Zooja Light" !important;
        font-weight: 200 !important;
        bottom: -50px;
        z-index: 999;
        right: -35px;
        font-size: 52px;
        white-space: nowrap;
        line-height: 1;
        color: #fff;
    }
}

.home .block-title-hotel,
.page .block-title-hotel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding-bottom: 60px;
    position: relative;
}

.home .first-category-element~.block-title-hotel,
.page .first-category-element~.block-title-hotel {
    justify-content: center;
    margin-top: 160px;
}

.home .post-excerpt,
.page .post-excerpt {
    margin: 25px 0;
}

.home .block-title-hotel .custom-button,
.page .block-title-hotel .custom-button {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 15px;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    padding-left: 15px !important;
    padding-right: 15px !important;

}

.home .rating-struttura,
.page .rating-struttura {
    height: 25px;
}

@media (max-width:600px) {

    .home .first-category-element~.block-title-hotel,
    .page .first-category-element~.block-title-hotel {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .home .block-title-hotel .custom-button,
    .page .block-title-hotel .custom-button {
        position: relative;
        align-self: flex-end;
    }
    .home .rating-struttura,
    .page .rating-struttura {
        height: auto;
    }
}

/**
 *
 * Tabs
 *
 */

.tabs-categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
}

.tab-category,
body[data-button-style*="slightly_rounded"] button.tab-category {
    display: flex;
    padding: 7px 30px;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
    font-family: "Intelo Regular";
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
}

.tab-category.active,
body[data-button-style*="slightly_rounded"] button.tab-category.active {
    background: #fff;
    color: #223863 !important;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.first-category-element .nectar-slider-wrap,
.first-category-element .swiper-container,
.text-home-category .nectar-slider-wrap,
.text-home-category .swiper-container {
    width: 100% !important;
}

.first-category-element,
.text-home-category {
    position: relative;
}

.label-all-inclusive {
    display: inline;
    position: absolute;
    top: 100px;
    right: 15px;
    left: unset;
    color: #fff !important;
    border-radius: 0;
    background: #FC05A3;
    padding: 1px 35px;
    z-index: 9999;
    font-size: 14px !important;
}

.label-garanzia {
    display: inline;
    position: absolute;
    top: 100px;
    right: 15px;
    left: unset;
    color: #fff !important;
    border-radius: 0;
    background: #223873;
    padding: 1px 35px;
    z-index: 9999;
    font-size: 14px !important;
}

.first-category-element .label-all-inclusive {
    top: 20px;
}

.first-category-element .label-garanzia {
    top: 20px;
}

@media (max-width: 991px) {
    .tabs-categories {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .tabs-categories button {
        white-space: nowrap;
    }

    .label-all-inclusive {
        top: 20px;
        right: 5px;
    }

    .label-garanzia {
        top: 20px;
        right: 5px;
    }
}

@media (min-width: 577px) {
    .text-home-category h3 {
        min-height: 75px;
    }

    .first-category-element .nectar-slider-wrap,
    .first-category-element .swiper-container,
    .first-category-element .swiper-wrapper,
    .first-category-element .swiper-slide {
        height: 600px !important;
    }

    .text-home-category .nectar-slider-wrap,
    .text-home-category .swiper-container,
    .text-home-category .swiper-wrapper,
    .text-home-category .swiper-slide {
        height: 320px !important;
    }
}

.text-home-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
}

.text-home-category * {
    color: #223863;
}

.swiper-container .slider-prev,
.swiper-container .slider-next {
    width: 37px !important;
    height: 37px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.swiper-container .slider-prev i,
.swiper-container .slider-next i {
    position: static;
    font-size: 11px;
    line-height: normal;
    color: #203764;
}

.swiper-container .slider-prev {
    left: 10px;
}

.swiper-container .slider-next {
    right: 10px;
}

.swiper-container .slide-count {
    display: none;
}

.swiper-container .slider-prev:hover,
.swiper-container .slider-next:hover {
    background: rgba(255, 255, 255, 0.6);
    width: 37px !important;
}

@media (max-width: 991px) {

    .swiper-container .slider-prev,
    .swiper-container .slider-next {
        display: flex !important;
    }

    .wpb_wrapper h3.vc_custom_heading.heading-zooja-tab {
        text-align: left !important;
        font-size: 70px !important;
        line-height: 1 !important;
    }

    .text-home-category {
        padding-top: 0 !important;
        margin-bottom: 20px;
    }

    .text-home-category small,
    .text-home-category p {
        font-size: 18px !important;
    }

    .text-home-category h3 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin: 5px 0 15px !important;
    }

    .first-category-element .swiper-container,
    .first-category-element .swiper-slide,
    .first-category-element .nectar-slider-wrap,
    .text-home-category .swiper-container,
    .text-home-category .swiper-slide,
    .text-home-category .nectar-slider-wrap {
        max-height: 280px !important;
        height: 280px !important;
    }
}

/**
 *
 * Global sections
 *
 */
#row-plus .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nectar-flip-box .flip-box-back[data-bg-overlay="true"]:after,
.nectar-flip-box .flip-box-front[data-bg-overlay="true"]:after {
    opacity: 0.9 !important;
}

@media (max-width: 991px) {
    #heading-offerte {
        font-size: 28px !important;
        margin-bottom: 0 !important;
    }

    .cta-scopri .nectar-responsive-text {
        margin-bottom: 0 !important;
    }

    .cta-scopri .vc_column-inner .wpb_wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    #row-offerte {
        overflow-x: auto;
    }

    #row-offerte .row-bg {
        background-color: transparent !important;
    }

    #row-offerte .row_col_wrap_12 {
        display: flex;
        flex-wrap: nowrap !important;
    }

    #row-offerte .row_col_wrap_12 .wpb_column {
        flex: 1 0 290px;
    }

    #ajax-content-wrap #row-destinazioni .font_size_desktop_20px.nectar-responsive-text {
        font-size: 20px !important;
    }

    #heading-destinazioni,
    #heading-plus {
        font-size: 28px !important;
        margin-bottom: 0 !important;
    }

    .popup-contacts {
        margin: 25px auto !important;
    }

    #row-plus-mobile .col-plus-mobile .wpb_wrapper {
        display: flex;
    }

    #row-plus-mobile img {
        max-width: 140px;
        margin-right: 20px;
    }

    #row-plus-mobile .col-plus-mobile:not(#row-plus-mobile .col-plus-mobile:last-child) {
        border-bottom: 1px solid rgba(122, 122, 122, 0.5);
    }

    #row-plus-mobile .col-plus-mobile .wpb_text_column .wpb_wrapper {
        flex-direction: column;
    }

    #row-plus-mobile h5 {
        color: #203764 !important;
    }
}

/**
 *
 * Footer
 *
 */

#footer .justify-content-end .wpb_wrapper {
    justify-content: center !important;
}

.col-first-footer a {
    color: #fff !important;
}

/**
 *
 * Single post
 *
 */
.block-title-hotel p {
    padding-bottom: 0;
    line-height: 1.5;
}

.hotel-region {
    text-transform: uppercase !important;
}

.post-title {
    color: #223873;
    line-height: 1;
    text-align: left;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.label-all-inclusive-post {
    display: block;
    color: #fff !important;
    border-radius: 0;
    background: #FC05A3;
    padding: 1px 35px;
    font-size: 16px !important;
    max-width: 45%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Intelo Bold";
}

.label-garanzia-post {
    display: block;
    color: #fff !important;
    border-radius: 0;
    background: #223863;
    padding: 1px 35px;
    font-size: 16px !important;
    max-width: 45%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Intelo Bold";
}

/* .label-all-inclusive-post {
    display: block;
    color: #fff !important;
    border-radius: 0;
    background: #223863;
    padding: 1px 35px;
    font-size: 16px !important;
    max-width: 45%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: "Intelo Bold";
    position: absolute;
    top: -2px;
    right: 0;
} */
.block-title-hotel .post-excerpt {
    font-size: 20px;
    color: #223873;
    line-height: 1.1;
    font-family: "Intelo Bold";
}


@media (max-width:600px) {
    .label-all-inclusive-post {
        margin-left: -30px;
        max-width: 70%;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .label-garanzia-post {
        margin-left: -30px;
        max-width: 70%;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .gallery-hotel {
        display: block !important;
        margin: 0 -16px 30px !important;
    }

    .text-home-category p.hotel-region {
        font-size: 14px !important;
    }

    .wpb_wrapper h2.vc_custom_heading#title-open-booking {
        font-size: 28px !important;
    }
}

.gallery-hotel .portfolio-items {
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.gallery-hotel .portfolio-items .elastic-portfolio-item {
    display: none;
}

.gallery-hotel .portfolio-items .elastic-portfolio-item:nth-child(1),
.gallery-hotel .portfolio-items .elastic-portfolio-item:nth-child(2),
.gallery-hotel .portfolio-items .elastic-portfolio-item:nth-child(3),
.gallery-hotel .portfolio-items .elastic-portfolio-item:nth-child(4) {
    display: block !important;
}

.gallery-hotel .portfolio-items .elastic-portfolio-item {
    position: relative !important;
    transform: unset !important;
    left: unset !important;
    top: unset !important;
}

.gallery-hotel .portfolio-items .elastic-portfolio-item img:not(.gallery-hotel .portfolio-items .elastic-portfolio-item:first-child img) {
    aspect-ratio: 1/1 !important;
}

.gallery-hotel .portfolio-items .elastic-portfolio-item:not(.elastic-portfolio-item:first-child) {
    flex: 1 0 auto;
    width: 33.3% !important;
    max-width: 33.3% !important;
}

.gallery-hotel .portfolio-items .elastic-portfolio-item:nth-child(4)::after {
    content: " + " attr(data-slide) " foto";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: "Intelo Bold";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    visibility: visible;
    color: #fff;
}

.bullet-points-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 18px
}

.bullet-point {
    display: flex;
    align-items: center;
}

.bullet-point span {
    font-size: 20px;
    color: #223873;
    line-height: 1.15;
    margin-left: 10px;
}

@media (max-width:600px) {

    .bullet-point span {
        font-size: 16px;
    }

    .bullet-points-container {
        gap: 15px
    }
}



.bullet-point i {
    display: inline-flex;
    background-color: #223873;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    min-width: 31px;
    min-height: 31px;
}

.nectar-responsive-text a {
    text-decoration: underline;
}


/* #carousel-struttura .row_col_wrap_12,
#carousel-struttura .row_col_wrap_12_inner,
#carousel-struttura .wpb_column {
    position: static !important;
} */

#carousel-struttura .nectar-slider-wrap,
#carousel-struttura .swiper-container,
#carousel-struttura .swiper-slide {
    height: 87vh !important;
}

body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1,
body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .comment-list>li,
body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area,
body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title,
body[data-ext-responsive="true"].single-post.material #page-header-bg.fullscreen-header h1,
body[data-ext-responsive="true"].single-post.material .comment-wrap #respond,
body[data-ext-responsive="true"].single-post.material .container-wrap.no-sidebar .comment-wrap h3#comments {
    max-width: 1440px !important;
}

.single .heading-title[data-header-style="default_minimal"] {
    display: none !important;
}

body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
    padding-top: 0 !important;
}

.single .nectar-simple-slider.sizing-percentage.height-100vh {
    height: calc(100vh - 125px) !important;
}

.single .nectar-carousel {
    margin-bottom: 0 !important;
}

.single .nectar-simple-slider .flickity-prev-next-button.next svg,
.single .nectar-simple-slider .flickity-prev-next-button.previous svg {
    transform: unset !important;
}

.single .nectar-simple-slider .flickity-prev-next-button:before {
    background: rgba(255, 255, 255, 0.6) !important;
}

.single .nectar-simple-slider .flickity-prev-next-button::after {
    display: none !important;
}

body.single .nectar-simple-slider .flickity-page-dots svg {
    display: none;
}

.single .nectar-simple-slider .flickity-page-dots .dot.is-selected {
    transform: scale(0.8);
}


#carousel-struttura .row-bg-overlay {
    background: transparent !important;
}

#content-struttura h3+.nectar-responsive-text {
    font-family: "Intelo Regular";
}

#content-struttura .nectar-carousel+.nectar-responsive-text {
    font-family: "Intelo Regular";
    color: #7a7a7a;
}

@media (min-width: 576px) and (max-width: 991px) {
    #row-plus-struttura {
        padding-top: 210px !important;
    }

    #content-struttura+.wpb_row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) {

    #carousel-struttura,
    #carousel-struttura .row_col_wrap_12 {
        min-height: 0 !important;
        /* margin-top: 30px !important;
        padding-left: 15px;
        padding-left: 15px; */
    }

    #carousel-struttura #motore #mtrBottomPanel {
        margin-bottom: 20px !important;
    }

    #carousel-struttura .wpb_gallery {
        display: none;
    }

    .single .nectar-simple-slider.sizing-percentage.height-100vh {
        height: 45vh !important;
    }

    #content-struttura {
        margin-top: 30px;
    }

    #content-struttura .nectar-carousel {
        display: block;
        margin: 30px -15px !important;
    }


    .motore-single-page {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 60px;
    }

    #row-plus-struttura {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    #row-plus-struttura .row-bg {
        background-color: transparent !important;
    }

    #row-plus-struttura .row_col_wrap_12 {
        display: flex;
        flex-wrap: nowrap !important;
    }

    #row-plus-struttura .row_col_wrap_12 .wpb_column {
        flex: 1 0 290px;
    }
}


/**
 *
 * Struttura
 *
 */
.rating-struttura {
    display: flex;
}

.container-rating-home {
    display: flex;
    align-items: center;
}

.rating-struttura i {
    color: #daaf20 !important;
    font-size: 14px !important;
}

@media (max-width:991px) {
    .single .rating-struttura {
        margin-left: 0;
    }
}