@charset "utf-8";
/*
Theme Name: Hotel Sole Mare
Theme URI: http://www.hotelsolemare.com
Author: PinkDifferent!Web Design
Author URI: http://www.pinkdifferentwebdesign.com
Description: Hotel Sole e Mare Custom Theme
Text Domain: solemare
Version: 1.0
 */
/* CSS Document */


* {
    margin:0;
    padding:0;
}
.clearer {
    clear:both;
}
img {
    border:none;
}
*:focus {
    outline: none;
}
header, nav, article, aside, section,footer, main, figure, figcaption, hgroup {
    display:block;
}
.clearfix::before,
.clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix::after {
    clear: both;
}
/* ----- DEBUG BOOTSTRAP ----- */
.content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
@media print {
    .container {
        width: auto;
    }
}

body {
    background-color:#fff;
    font-family: 'Lato', sans-serif!important;
    font-size: 15px;
    font-weight: 400;
    overflow-x: hidden!important;
}
.center {
    text-align: center;
}
.mb50 {
    margin-bottom: 50px !important;
}
:root {
    --beige: #B4A292;
    --blu: #688AAE;
}
.wrapper {
    overflow-x: hidden !important;
}
input[type=submit] {
    -webkit-appearance:button;
}

/* Default */
.hidden {
    opacity:0;
}
.show {
    opacity:1;
}
.fz-24 {
    font-size: 24px;
}
.nopad {
    padding: 0;
}
.padplus {
    padding-left: 50px;
    padding-right: 50px;
}
.center {
    text-align: center;
    margin: auto;
}
.sx {
    text-align: left;
}
.dx {
    text-align: right;
}

.button {
    position: relative;
}
.default-button {

}
.default-button:hover {

}

h1, h2, h3, h4, h5, h6, p, a, pre {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* WP */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* SCREEN READER */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* button */
.wp-block-button {
    background: #688AAE;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    padding:10px 60px;
    border: 1px solid #688AAE;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow:  0 1px 12px rgba(0,0,0,0.3);
    -moz-box-shadow:  0 1px 12px rgba(0,0,0,0.3);
    box-shadow:  0 1px 12px rgba(0,0,0,0.3);
    cursor: pointer;
}
.button-beige {
    background: #B4A292;
    margin-top: 30px;
}
.wp-block-button-blog {
    display: inline-block;
    text-align: center;
    margin: auto;
    background: white;
    border-color: transparent;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none    ;
    box-shadow: none    ;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin: auto;

}
.wp-block-button-blog a {
    color: #688AAE!important;
}
.wp-block-button-blog:hover a {
    color: white!important;
}

.wp-block-button-camera {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wp-block-button-blog a {
    color: #688AAE;
    font-weight: 600;
}
.wp-block-button:hover {
    color: #688AAE;
    background: white;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
.wp-block-button a {
    color: white;
}
.wp-block-button:hover a, .wp-block-button a:hover {
    color: #688AAE;
    text-decoration: none;
}

.wp-block-button-blog:hover {
    background: #688AAE;
    -webkit-box-shadow:  0 1px 12px rgba(0,0,0,0.3);
    -moz-box-shadow:  0 1px 12px rgba(0,0,0,0.3);
    box-shadow:  0 1px 12px rgba(0,0,0,0.3);
}
.wp-block-button-blog:hover a {
    color: white;
    text-decoration: none;
}
/* HEADER */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
header {
    width: 100%;
    background: #fff;
    /*position: fixed;*/
    position: absolute;
    z-index: 99999;
}
.top-header {
    width: 100%;
    height: 15vh;
}
.premium {
    width: 50px;
    height: 50px;
    background: #688AAE;
    position: fixed;
    z-index: 100;
    bottom: 130px;
    right: 0;
    text-align: center;
    -webkit-box-shadow:  0 2px 5px rgba(0,0,0,0.5);
    -moz-box-shadow:  0 2px 5px rgba(0,0,0,0.5);
    box-shadow:  0 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.premium:hover {
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.premium i {
    color: white;
    font-size: 32px;
    line-height: 50px;
    -webkit-animation: vibrate-1 0.3s linear infinite both;
    animation: vibrate-1 0.3s linear infinite both;
}

/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.premium-offer {
    width: 50%;
    height: 100vh;
    margin-left: 50%;
    position: fixed;
    background: linear-gradient(to right, rgba(104,138,174,0),rgba(104,138,174,0.7), rgba(104,138,174,0.8),rgba(104,138,174,.8),rgba(104,138,174,.95), rgba(104,138,174,1));
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.premium-offer-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 99;
}
.premium-offer h3 {
    width: 80%;
    margin-left: 20%;
    text-align: right;
    padding-right: 10%;
    margin-top: 20px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
.vantaggi {
    font-weight: 700;
    font-size: 40px;
}
.premium-offer ul {
    width: 80%;
    margin-left: 20%;
    list-style:none;
    text-align: right;
    border-top:1px solid white;
    border-bottom:1px solid white;
    border-left:1px solid white;
    padding-right: 10%;
    -webkit-box-shadow:  0 2px 15px rgba(0,0,0,0.6);
    -moz-box-shadow:  0 2px 15px rgba(0,0,0,0.6);
    box-shadow:  0 2px 15px rgba(0,0,0,0.6);
}
.premium-offer li {
    color: white;
    font-size: 18px;
    padding: 20px;
}
.premium-offer li:after {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    background: #fff;
    margin-left: 40%;
}
.premium-offer i {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.lingue {
    position: absolute;
    top: 10px;
    right: 20px;

}
.lingue a {
    text-transform: uppercase;

    display: inline-block;
    text-align: center;
    color: #B4A292;
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.lingue a:hover, a.lingue-active, .lingue .wpml-ls-current-language a {
    text-decoration: none;
    color: #688AAE;
    font-weight: 700;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.logo{
    text-align: center;
    height: 15vh;
}
.logo img {
    height: 13vh;
    margin-top: 1vh;
}
nav {
    width: 100%;
    height: 50px;
    background: #B4A292;
    text-transform: uppercase;
}
#mega-menu-wrap-main {
}
#mega-menu-wrap-main {
    list-style: none;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    letter-spacing:.3px;
    background: #B4A292;
}
#mega-menu-wrap-main #mega-menu-main {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    /*background: transparent;*/
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border:1px solid white;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover {
    /*background: transparent;*/
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-main.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
    background: #B4A292;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover {
    background: #B4A292;
}
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: red!important;
}
[class *= mega-] {
    background: #B4A292!important;
}
.mega-sub-menu li .mega-menu-link {
    text-align: center!important;
}
.mega-sub-menu li .mega-menu-link:hover {
    color: white!important;
}
li.mega-menu-column {
    border-top:1px solid white!important;
    margin-top: 5px!important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
    border:1px solid transparent;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
    margin-left: 2px;
}
.menu li,
.menu a,
.menu a:visited {
    color: #ffffff;
    display: inline-block;
    padding-right: 12px;
    font-size: 14px;
    text-decoration: none;
}
.menu li:last-child {
    padding-right: 0;
}
.row-new {
    width:100%;
    display:table;
    table-layout:fixed;
    min-height: 70vh;
}

/* Definisco le regole delle colonne e l'allineamento del testo al loro interno */
.column {
    width:50%;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
}
.column-mobile {
    display: none;
}

/* Carico le img come bg size e valore cover */
.bg-column {
    background:url(../Immagini/slide1.jpg) no-repeat scroll center center;
    background-size:cover;
    -webkit-background-size:cover;
}
.bg-column-2 {
    background:url(../Immagini/slide2.jpg) no-repeat scroll center center;
    background-size:cover;
    -webkit-background-size:cover;
}
.text {
    padding:5%;
}
/* HERO */
.hero {
    width: 100%;
    height: calc(85vh - 125px);
    margin-top: calc(15vh + 50px);
    margin-bottom: 10px;
}
.hero-page {
    height: calc(60vh - 50px);
    margin-bottom: 0;
    margin-top:calc(15vh + 50px);
}
.no-js .owl-carousel, .owl-carousel.owl-loaded , .owl-stage-outer {
    height: 100%!important;
}
.hero-mobile, .hero-mobile-page {
    display: none;
}
.item {
    height: calc(85vh - 50px);
    margin-bottom: 10px;
}
.item img {
    height: calc(85vh - 50px);
    object-fit: cover;
}
.hero-text {
    position: absolute;
    z-index: 99;
    padding: 40px 40px 0;
    width: 40%;
}
.hero-text .wp-block-button {
    margin-top: 20px;
}
.item-sx .hero-text {
    bottom: 40px;
    left: 30px;
}
.item-center .hero-text {
    width: 70%;
    top: 10vh;
    left: 15%;
    background: none;
    text-align: center;
}
.item-top .hero-text {
    left: 30px;
    top: 30px;
    width: 50%;
}
.item video {
    width: 100%;
    height: calc(85vh - 50px);
    margin-bottom: 10px;
    object-fit: cover;
}
@supports (-ms-ime-align: auto){
       .item video {
           object-fit:none;
           position: absolute;
           top: 50%;
           left: 50%;
           -webkit-transform: translateX(-50%) translateY(-50%);
           transform: translateX(-50%) translateY(-50%);
           min-width: 100%;
           min-height: 100%;
           width: auto;
           height: auto;
           z-index: -1000;
           overflow: hidden;
       }
    }
span.bg {
    position: absolute;
    display: block;
    height: 82%;
    width: 100%;
    background: rgba(255,255,255,.9);
    top: 9%;
    left: 0;
    z-index: -1;
}
/* boxed */
.boxed {
    text-align: center;
}
.boxed-top {
    margin-top: 95px;
}
.boxed h1 {
    color: white;
    text-transform: uppercase;
    font-size: 45px;
    padding: 0 20px;
}
.boxed h2 {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    padding: 0 20px;
}
.boxed h3 {
    padding: 0 20px;
}
.boxed p {
    color: white;
    font-weight: 300;
    padding: 0 20px;
}
.row-boxed {

}
.boxed-content {
}
.row-boxed [class *= col-] {
}
.row-boxed .boxed-text {

}
.row-boxed [class *= col-]:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

/* ---- strip ----*/
.strip {
    width: 100%;
    height: 80vh;
    margin-top: 10px;
    margin-bottom: 10px;
}
.strip h3 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}
.strip p {
    color: white;
    font-weight: 300;
}
.total-box {
    float: right;
    margin-right: 40px;
    margin-top: 40px;
    width: 40%;
    text-align: center;
}
.total-box-sx {
    float: none;
    margin-left: 40px;
    padding-top: 40px;
    width: 40%;
    text-align: center;
    margin-top: 0;
}
.box-strip {
    background: rgba(180,162,146,.8);
    padding: 20px;
    width: 100%;
}
.box-strip-blu {
    background: rgba(104,138,174,.9);
}
.strip button {
    margin-top: -20px;
}

/* owl-slider */
.owl-theme .owl-dots .owl-dot span {
    background: white;
}
.owl-theme .owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.owl-theme .owl-nav {
    margin-top: -24px;
    position: absolute;
    width: 30%;
    margin-left: 35%;
    z-index: 99999;
}
.owl-theme .owl-nav [class*=owl-] {
    font-family:FontAwesome;
    background: #B4A292;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 24px;
    padding: 0 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #688AAE;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #B4A292;
}
/* Typo */
p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 300;
    margin-bottom: 0;
}

/* Footer */
footer {
    width: 100%;
}
.top-footer {
    text-align: center;
    height: 80px;
    display: none;
}
.top-footer i {
    line-height:50px;
    margin-top: 15px;
    font-size: 20px;
    background: #B4A292;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    padding:0 20px;
    color: white;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.top-footer .fa-twitter {
    padding:0 17px;
}
.top-footer .fa-google-plus {
    padding:0 13px;
}
.top-footer .fa-youtube {
    padding:0 17px;
}
.top-footer .fa-pinterest-p {
    padding:0 19px;
}
.top-footer .fa-vk {
    padding:0 15px;
}
.top-footer i:hover {
    display: inline-block;
    background: #688AAE;
    -webkit-transform: scale(1.2) rotate(360deg) translateY(-10px);
    -moz-transform: scale(1.2) rotate(360deg) translateY(-10px);
    -ms-transform: scale(1.2) rotate(360deg) translateY(-10px);
    -o-transform: scale(1.2) rotate(360deg) translateY(-10px);
    transform: scale(1.2) rotate(360deg) translateY(-10px);
    -webkit-box-shadow:  0 1px 4px rgba(0,0,0,0.5);
    -moz-box-shadow:  0 1px 4px rgba(0,0,0,0.5);
    box-shadow:  0 1px 4px rgba(0,0,0,0.5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.footer {
    background: #B4A292;
    width: 100%;
    height: auto;
    color: white;
    padding-bottom: 150px;
}
.footer h3 {
    padding-top: 20px;
    margin-bottom: 10px;
    padding: 0;
}
.footer p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 22px;
    padding: 0;
}
.top-footer {
    /*height: 20vh;*/
    margin-bottom: 10px;
}
.footer-rif {
    text-align: center;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-rif p, .footer-rif .footer-box a.link-footer{
    font-size: 13px;
    padding: 0 20px;
}
.footer-box a.link-footer {
    padding:0 0!important;
}
.footer-rif .footer-box a.link-footer:hover {
    text-decoration: none;
}
.logo-footer {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.5));
}
.footer-box {
    float: left;
    /*margin-right: 50px;*/
}
.footer-box img {
    height: 30px;
    width: auto;
    margin-bottom: 10px;
}
.footer-box a {
    display: inline-block;
    height: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    color: white;
}
.footer-box .mail {
    height: 24px;
    margin-bottom: 16px;
}
.credits {
    text-align: center;
}
.credits p {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 11px;
    letter-spacing: .5px;
}
.credits a {
    color: white;
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.credits a:hover {
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.footer-whatsapp-mobile {
    display: none;
}
/*.hidden-animate {
    opacity: 0;
}*/

.visible-animate {
    opacity: 1;
}
.finanziamento {
    text-align: center;
}
.finanziamento img {
    width: 200px;
    margin-top: 10px;
    margin-right: 20px;
}
/*---- book -----*/
.hidden-book-mobile-home .book {
	display: none;
    position: absolute;
    z-index: 9999;
	float: none;
	width: 80%;
	left: 10%;
/*	margin-top: 45vh;*/
	-webkit-transition:  .5s;
	-moz-transition:  .5s;
	-ms-transition:  .5s;
	-o-transition:  .5s;
	transition:  .5s;
    text-align: center;
}
.hidden-book-mobile-home .book a {
    width: 80%;
    display: inline-block;
}
.hidden-book-mobile-home .book a:hover {
    text-decoration: none;
}
.hidden-book-mobile-page .book {
	display: none;
	background: rgba(211,62,67,.95);
	float: none;
	width: 100%;
	position: static;
	-webkit-transition:  .5s;
	-moz-transition:  .5s;
	-ms-transition:  .5s;
	-o-transition:  .5s;
	transition:  .5s;
}
.hidden-mobile-home-scroll .book {
	width: 100%;
	top:0;
	left:0;
	margin: 0!important;
	height: 43px;
	line-height:43px;
	-webkit-transition:  .5s;
	-moz-transition:  .5s;
	-ms-transition:  .5s;
	-o-transition:  .5s;
	transition:  .5s;
    position: fixed;
}
.hidden-mobile-page-scroll .book {
	position: fixed;
	width: calc(100% - 45px);
	top:0;
	left:0;
	margin: 0!important;
	height: 43px;
	line-height:43px;
	-webkit-transition:  .5s;
	-moz-transition:  .5s;
	-ms-transition:  .5s;
	-o-transition:  .5s;
	transition:  .5s;
}
.show {
    display: block;
    opacity: 1;
}
.services {
    margin-top: 50px;
}
.servizio {
    float: left;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}
.servizio p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.servizio img {
    width: auto;
    height: 35px;
    margin-bottom: 10px;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}
.service {
    width: 20%;
    text-align: center;
    float: left;
    margin-top: 20px;
}
.service img {
    height: 36px;
    width: auto;
    margin-bottom: 5px;
}
.service p {
    padding: 0 12px;
    font-size: 14px;
    line-height: 22px;
}
.service i {
    font-size: 22px;
    margin-bottom: 10px;
    color: #688AAE;
}

/* Ristorante e page */
.column-page h2, .column-page p {
    color: #222222;
}
.citazione {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Shadows Into Light', cursive;
}
.citazione p {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding-top: 30px;
}
.citazione .autore {
    font-size: 24px;
    text-align: right;
    padding-top: 0;
    padding-bottom: 20px;
}
.citazione:before, .citazione:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #B4A292;
    text-align: center;
    margin: auto;
    display: block;
}
.strip-page {
    height: 50vh;
}
.ristorante {
    margin-bottom: 50px;
}
.ristorante h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}
.ristorante p {
    font-weight: 300;
}
.content {
    /*margin-bottom: 40px;*/
}
.menu-speciali {
    text-align: center;
    animation-duration: .8s;
}
.menu-speciali img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}
.menu-extra {
    /*border:2px solid #B4A292;*/
    padding:30px 0;
}
.row-special {
    margin-top: 30px;
}
.menu-speciali h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.menu-speciali:nth-of-type(1) {
    animation-delay: .1s;
}
.menu-speciali:nth-of-type(2) {
    animation-delay: .6s;
}
.menu-speciali:nth-of-type(3) {
    animation-delay: 1.1s;
}
/* ----blog---- */
.filter-mobile {
    display: none;
}
.col-blog {
    border-right:2px solid #f2f2f2;
}
.col-blog {
    padding-right: 30px;
}
.blog-box .button_home a {
    font-size: 16px;
}
.blog-box .button_home a:hover {
    background: white;
    box-shadow: 0 1px 12px rgba(0,0,0,.3);
}
.blog-categoria {
    background: #688AAE;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 30px;
    position: absolute;
    top: -8px;
    right: -8px;
    -webkit-box-shadow:  0 2px 10px rgba(0,0,0,.4);
    -moz-box-shadow:  0 2px 10px rgba(0,0,0,.4);
    box-shadow:  0 2px 10px rgba(0,0,0,.4);
}
.blog-categoria p {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    font-weight: 800;
    letter-spacing: .5px;
    margin: 0;
}
.pagination {
    width: 30%;
    margin-left: 35%;
    text-align: center;
    margin-bottom: 20px;
}
.pagination a {
    margin: auto;
    font-size: 26px;
    color: white;
    background: #B4A292;
    padding: 0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pagination a:hover {
    text-decoration: none;
    background: #688AAE;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.filter-desk {
    display: block;
}
.filter-mobile {
    display: none;
}
.button-mobile {
    display: none;
}
.filter h4 {
    background: #f2f2f2;
    padding:10px;
    font-size: 16px;
    font-weight: 400;
}
.filter {
    margin-top: 20px;
}
.flex-white {
    background: rgba(255,255,255,1);
    -webkit-box-shadow:  0 2px 15px rgba(0,0,0,.2);
    -moz-box-shadow:  0 2px 15px rgba(0,0,0,.2);
    box-shadow:  0 2px 15px rgba(0,0,0,.2);
    padding:20px 0;
    height: 400px;
}
.download {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}
.download:hover {
    text-decoration: none;
    color: #222;
    cursor: pointer;
}
.download img {
    width: 35px;
    margin-right: 5px;
}
/* --- servizi ---*/
.strip-servizi {
    height: 55vh;
}
.servizi h1 {
    margin-top: 35px;
}
.text-black h2, .text-black p {
    color: #222222;
    text-transform: inherit;
}
.boxed-left img {
    float: left;
    width: 20% !important;
    display: block;
    margin-top: 10px;
}
.boxed-left .text-black {
    width: 78%;
    margin-left: 2%;
    text-align: left;
    float: left;
    margin-bottom: 30px;
}
/* ---- contatti ----- */
.servizi h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    color: #688AAE;
}
.hero iframe {
    width: 100%;
    height:calc(75vh - 50px);
}
/* form contatti */
.form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.form-group span {
    font-size: 15px;
    color: #688AAE;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text; }
.form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff; }

.form-control {
    border: none;
    border-bottom: 2px solid #688AAE;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    background: none;
    border-radius: 0;
}
.form-control:focus, .form-control:valid {
    border-bottom: 2px solid #B4A292;
    box-shadow: none;
}
.form-control:focus + span, .form-control:valid + span {
    transform: translateY(32px) scale(0.8);
}
.form-control:focus + span + .border, .form-control:valid + span + .border {
    transform: scaleX(1);
}
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-group textarea {
    resize: none;
}
.col-form .wp-block-button {
    float: right;
}
.col-form {
    padding-right: 40px;
    border-right:1px solid #f2f2f2;
}
.form-float {
    float: left;
    width: 49%;
}
.form-float2 {
    margin-left: 2%;
    float: left;
    width: 49%;
}
.col-form form {
    margin-top: 20px;
}
.form-group:nth-of-type(1) {
    animation-delay: 0s;
}
.form-group:nth-of-type(2) {
    animation-delay: .2s;
}
.form-group:nth-of-type(3) {
    animation-delay: .4s;
}
.form-group:nth-of-type(4) {
    animation-delay: .6s;
}
.form-group:nth-of-type(5) {
    animation-delay: .8s;
}
.form-group:nth-of-type(6) {
    animation-delay: 1s;
}
.content-contatti i {
    font-size: 24px;
    color: #B4A292;
    margin-bottom: 5px;
}
.content-contatti .fa-envelope {
}
.content-contatti a {
    color: #222222;
    text-decoration: none;
}
.riferimenti {
    margin-top: 30px;
}
.rif {
    float: left;
    width: 40%;
}
.rif:first-of-type {
    margin-left: 10%;
}

/*--- camere --- */
.camere h2 {
    margin-bottom: 20px;
}
.owl-camera, .owl-camera .owl-stage-outer, .owl-camera .item, .owl-camera .item img {
    height: 70vh!important;
}
.servizi-camera {
    margin-top: 15px;
}
.servizio-camera {
    display: inline-block!important;
    padding: 20px 30px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.camera .servizio-camera {
    padding: 30px;
}
.servizio-servizi {
    padding: 20px 5px 30px;
}
.servizio-servizi img {
    display: block;
    width: auto !important;
    float: none;
    margin: auto;
}
.servizio-servizi p {
    padding: 0 10px;
}
.servizio-camera i {
    font-size: 20px;
}
.servizio-camera img {
    height: 36px;
}
.camere .servizio-camera img {
    height: 28px;
}
.camere input[type=text] {
    margin-bottom: 10px;
    margin-right: 5px;
    padding:5px 10px;
    background: url('img/calendario.png') no-repeat right;
    border: none;
    border:1px solid #d2d2d2;
}
.servizio-camera:nth-of-type(1) {
    animation-delay: 0s;
}
.servizio-camera:nth-of-type(2) {
    animation-delay: .1s;
}
.servizio-camera:nth-of-type(3) {
    animation-delay: .2s;
}
.servizio-camera:nth-of-type(4) {
    animation-delay: .3s;
}
.servizio-camera:nth-of-type(5) {
    animation-delay: .4s;
}
.servizio-camera:nth-of-type(6) {
    animation-delay: .5s;
}
.flex-images {
    margin-bottom: -80px;
}
.flex-button {
    height: 400px;
}
#owl-carousel-testimonial .item {
    height: auto !important;
}
#owl-carousel-testimonial .owl-dots {
    display: none;
}
.menu-footer {
    list-style: none;
    width: 90%;
    border-top:1px solid white;
    padding-top: 10px;
}
.menu-footer a {
    color: white;
    text-decoration: none;
}
.hidden-tag {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 99999999999;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: table;
}
.servizio-camera:hover .hidden-tag {
    visibility: visible;
    top: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: default;
}
.hidden-tag p {
    font-size: 12px;
    font-weight: 600;
    line-height:14px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
.hidden-tag p.bg-blu {
    background: #688AAE;
    color: white;
}
.hidden-tag p.bg-beige {
    background: #B4A292;
    color: white;
}
/* form-page */
.div-form {
    height: 15vh;
}
.form-page, .form-home {
    background: rgba(255,255,255,.4);
    backdrop-filter: blur(10px);
    height: 75px;
    padding-top: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 20px;
    /*display: none;*/
}
.form-home {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    /*display: none;*/
}
.form-page > div, .form-home > div {
    /*padding-top: 2vh;*/
}

.octobookcheckin label,
.octobookcheckout label,
.octobookpax label,
.octobookchild label {
    color: white;
    font-family: 'Lato', sans-serif!important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 0;
}

.octobook19436 form {
   /* padding-top: 10px!important;*/
}
.octobook .fa {
    color: #688AAE!important;
    display: none;
}
.octobookcheckin div div:after,
.octobookcheckout div div:after {
    font-family:'FontAwesome';
    font-size: 16px;
    color: #688AAE;
    content: '\f073';
    display: inline-block;
    position: absolute;
    margin-top: 10px;
    margin-left: -21.5px;
}
.octobookcheckin input::placeholder,
.octobookcheckout input::placeholder {
    text-align: center;
    visibility: hidden;
}
.octobookcheckin input,
.octobookcheckout input,
.octobookpax select,
.octobookchild select {
    cursor: pointer;
    background: white;
}
@-moz-document url-prefix() {
    .octobookcheckin input, .octobookcheckout input, .octobookpax input, .octobookchild input, .octobooksubmit > div > input, .octobookpax > div > select {
        padding-bottom: 1px!important;
    }
}
.octobookchild select {
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    border:none;
}
.form-page .octobook19436 .octobooksubmit > div > input,
.form-home .octobook19436 .octobooksubmit > div > input {
    background: #204975 !important;
    color: white!important;
    text-transform: uppercase;
    width: 170px;
    margin-top: -10px;
    border: 1px solid #204975;
    -webkit-box-shadow:  0 1px 12px rgba(0,0,0,0.5);
    -moz-box-shadow:  0 1px 12px rgba(0,0,0,0.5);
    box-shadow:  0 1px 12px rgba(0,0,0,0.5);
    margin-bottom: 14px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.form-page .octobook19436 .octobooksubmit:hover > div > input,
.form-home .octobook19436 .octobooksubmit:hover > div > input {
    background: #fff !important;
    border: 1px solid #fff;
    color: #688AAE!important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.form-page .octobookpax select,
.form-home .octobookpax select,
.form-page .octobookchild select,
.form-home .octobookchild select {
    border-radius: 0!important;
    color: #9A9EA8;
}
.form-page .octobookpax select,
.form-home .octobookpax select {
    width: 70px;
}
.form-page #ui-datepicker-div-octorate .ui-datepicker-calendar td.closed a,
.form-home #ui-datepicker-div-octorate .ui-datepicker-calendar td.closed a {
    background: #ffffff !important;
    border: #688AAE !important;
}
.octobookpax select,
.octobookchild select {
    padding:0 8px!important;
}
.octobookchild > div > select {
    height: 42px!important;
}
.fixed {
    position:fixed;
    width:100%;
    height: 75px;
    top:0;
    left:0;
    z-index:99;
    -webkit-box-shadow:  0 1px 8px rgba(0,0,0,0.3);
    -moz-box-shadow:  0 1px 8px rgba(0,0,0,0.3);
    box-shadow:  0 1px 8px rgba(0,0,0,0.3);
}
.sticky {
    position: static;
}
.hidden-div {
    height:calc(100vh - 75px);
    z-index: 9999999;
}
#ui-datepicker-div-octorate {
    /*left: 278.5px!important;*/
}
.breadcrumbs {
    display: inline-block;
    background: white;
    padding: 5px 100px 5px 30px;
    text-transform: uppercase;
    margin-top: -15px;
}
.breadcrumbs:before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #688AAE;
    float: left;
    margin-right: 6px;
    margin-top: 12px;
}
.breadcrumbs a {
    color: #222;
    font-weight: 600;
}
.breadcrumbs a:hover {

}

.breadcrumbs p {
    float: left;
}
#wpfront-scroll-top-container i {
    color: #688AAE!important;
    font-size: 34px;
    background: white;
    padding: 0 6px;
}
.pagination a {
    font-family:FontAwesome;
}
.form-home .bb {
  padding: 0 0!important;
}
.form-home .bb__inner {
  /*background: #688AAE!important;*/
  padding: 0 10px 10px!important;
  padding-top: 7px !important;
  min-height: auto!important;
  height: auto !important;
  /*border-bottom: none!important;*/
}
.fixed.form-home .bb__inner {
  border-bottom:   none !important;
}
.form-home .bb__element--mobile .selected-date {
  /*background-color: transparent!important;*/
}
.form-home .bb__element-value, .form-home .bb__element-icon {
  /*color: #ffffff!important;*/
}
/* media for tablet and mobile device*/
@media only screen and (min-width: 992px) and (max-width: 1170px) {
    body {
        overflow-x:hidden;
    }
}
@media only screen and (max-width: 991px) {
    body {
        overflow-x:hidden;
    }
    .footer {
        padding-bottom: 0;
    }
        #chaty-widget-0 .chaty-widget {
            bottom: 45px!important;
        }
}
@media only screen and (max-width: 768px) {
    body {
        overflow-x:hidden;
    }
    .lingue {
        position: static;
        text-align: right;
        padding: 3px 5px 15px;
    }
    #chaty-widget-0 .chaty-widget {
    bottom: 30px !important;
}
    .top-header {
        height: auto;
    }
    .logo img {
        height: 12vh;
        margin-top: 0;
    }
    .lingue li {
        font-size: 14px;
    }
    .breadcrumbs {
        display: none;
    }
    .form-home, .form-page {
        display: none;
    }
    .row-new {
        display:block;
    }
    .column {
        width:100%;;
        display:block;
        min-height:300px;
    }
    .column-mobile {
        display: block;
    }
    .column-desktop {
        display: none;
    }
    .item-top .hero-text {
        left: 5%;
        top: 30px;
        width: 90%;
    }
    .item-center .hero-text {
        width: 90%;
        top: 0;
        left: 5%;
        background: none;
        text-align: center;
    }
    .hero-text h2 {
        font-size: 28px;
    }
    p {
        margin-bottom: 0;
    }
    .hero .wp-block-button {
        margin-top: 10px;
    }
    .text {
        padding: 20px 0;
    }
    .boxed h1, h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .boxed h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .total-box {
        float: none;
        width: 90%;
        margin-left: 5%;
        padding-top: 10%;
    }
    .top-footer i {
        font-size: 18px;
    }
    .footer-box {
        float: left;
        width: 50%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .footer-whatsapp-desk {
        display: none;
    }
    .footer-whatsapp-mobile {
        position: fixed;
        left: 0;
        top: 30px;
        background: #B4A292;
        padding: 10px;
        -webkit-box-shadow:  0 1px 5px rgba(0,0,0,0.5);
        -moz-box-shadow:  0 1px 5px rgba(0,0,0,0.5);
        box-shadow:  0 1px 5px rgba(0,0,0,0.5);
    }
    .hero-text {
        display: none;
    }
    .hero {
        display: none;
    }
    .hero-mobile {
        display: block;
    }
    .hidden-book-mobile-home .book,
    .hidden-book-mobile-page .book {
        display: block;
    }
    .hidden-book-mobile-home .book a {
        width: 100%;
    }
    .hidden-book-mobile-home .book {
        margin-top: 50vh;
    }
    .premium-offer {
        width: 100%;
        height: 100vh;
        margin-left: 0;
    }
    .premium-offer h3 {
        width: calc(100% - 55px);
        margin-left: 55px;
        margin-top: 50px;
        font-size: 20px;
    }
    .vantaggi {
        font-size: 26px;
    }
    .premium-offer ul {
        width: 95%;
        margin-left: 5%;
        margin-right: 12%;
    }
    .premium-offer i {
        font-size: 26px;
    }
    .premium-offer li {
        padding: 15px;
        font-size: 16px;
        padding-right: 30px;
    }
    .servizio {
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .filter-desk {
        display: none;
    }
    .fiter-mobile {
        display: block;
    }
    .flex-image {
        display: none;
    }
    .flex-images {
        display: block;
        border-right:20px solid white!important;
    }
    .hero-mobile-page {
        height: 60vh;
        margin-bottom: 30px;
        display: block;
    }
    .hero-mobile-page iframe {
        height: 60vh !important;
    }
    .col-blog {
        border-right: none;
    }
    .filter-mobile {
        display: block;
    }
    .col-form {
        padding-right: 0;
        border-right:none;
        padding-left: 0;
    }
    .content-contatti {
        margin-top: 50px;
    }
    .boxed-left .text-black {
        float: none;
        width: 100%;
    }
    .boxed-left img {
        float: none;
        width: 80% !important;
        display: block;
        margin-top: 10px;
        margin: auto;
        margin-bottom: 20px;
    }
    .service {
        width: 80%;
        text-align: center;
        float: none;
        margin-top: 20px;
        margin: auto;
    }
.service i {
    margin-top: 30px;
}
    .servizio-servizi img {
        display: block;
        width: auto !important;
        float: none;
        margin: auto;
        height: 25px;
    }
    .servizio-camera img {
        height: 24px;
    }
    .camere .servizio-camera img {
        height: 24px;
    }
    .servizio-camera {
        padding: 20px 15px 15px;
    }
    .camere .servizio-camera {
       /* padding: 30px;*/
    }
    .service img {
        height: 28px;
    }
    .service {
        margin-bottom: 25px;
    }
    .boxed h3, .servizi h3 {
        font-size: 22px;
    }
    .boxed-left .text-black {
        margin-left: 0;
    }

}
@media only screen and (max-width: 320px) {
}
.ppbs {
    font-family: inherit;
}

/* CONTAINER */
.ppbs .ppbs-bar {
    display: flex;
    justify-content: center;
    gap: 12px;
    background: rgba(180, 162, 146, .5);
        backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* FIELD */
.ppbs .ppbs-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: white;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid #eee;
    min-width: 15%;
}

/* LABEL */
.ppbs label {
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
    font-weight: 600;
}

/* INPUT */
.ppbs input,
.ppbs select {
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
}

/* BUTTON */
.ppbs-submit-wrap {
    background: transparent !important;
    border: none ;
    padding: 0 !important;
}

.ppbs .ppbs-submit {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #B4A292;
    color: white;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.4s;
}

.ppbs .ppbs-submit:hover {
    transform: translateY(-1px) translateX(1px);
    background: #688AAE;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .ppbs .ppbs-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ppbs .ppbs-bar {
        grid-template-columns: 1fr;
    }
}
.div-form {
    height: auto;
}
.ppbs-bar {
    padding-left: 10%!important;
    padding-right: 10%!important;
}
.form-home {
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
}
.boxed-top {
    margin-top: 10px;
}
.sotto-img p {
    text-transform: uppercase;
    font-size: 9px!important;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.servizio-camera img {
    float: none!important;
}
#chaty-widget-0 .chaty-widget {
    bottom: 140px!important;
}
@media only screen and (max-width: 768px) {
    #chaty-widget-0 .chaty-widget {
    bottom: 30px !important;
}
.footer-rif {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
    .footer-box {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .finanziamento img {
        width: 45%!important;
        height: auto!important;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }
    .finanziamento a {
        padding: 0 10px!important;
    }
        .finanziamento a:nth-child(2) img {
        margin-left: 20px;
    }

    .finanziamento a:last-child img {
        width: 100%!important;
    }
}