/*
Theme Name: Milano
Text Domain: milano
Version: 1.344
*/
:root {
    --blue: #2B517D;
    --red: #9f0808;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
    font-size: 20px;
}

.inner{
    max-width: 1210px;
    margin:auto;
    position: relative;
    padding: 0 20px;
}
img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--red);
}


a.wp-element-button {
    font-weight: normal;
    text-decoration: none !important;
    text-transform:uppercase;
    font-size: 16px;
}
.is-style-outline a.wp-element-button{
    border-color:#9f0808;
}


a.wp-element-button:hover {
    background-color: #9f0808;
}

p {
    margin-bottom: 1em;
}

h1 {
    font-size: 40px;
}
h1,h2,h3,h4, h5{
    font-family: "Josefin Sans", sans-serif;
    font-weight:bold;
    color:#1B1B1B;
    line-height:1.1;
}
h5{
    font-weight:normal;
    letter-spacing:0.16em;
    color:var(--red);
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

h1.is-style-page-title {
    color: var(--darkblue);
    text-align: center;
    background-color: var(--lightblue);
    padding: 40px 0;
    font-size: 30px;
    text-transform: uppercase;
}
h1{
    font-size: 64px;
}
h2 {
    font-size: 64px;
    margin-block-start: 0 !important;
}

h3 {
    font-size: 20px;
    margin-bottom: 0.8em;
}

h3 {
    font-size: 26px;
    margin-bottom: 0.8em;
    font-weight: 600;
}

h4.wp-block-heading {
    font-size: 24px;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #5B5B5B;
}


/*swiper style*/
.swiper-horizontal {
    touch-action: pan-y;
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: ease;
    box-sizing: content-box;
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    overflow:hidden;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.main {
    /* padding-top: 60px; */
}
.page-template-page-full .main{
    padding-top:0;
}
.main>.woocommerce{
    max-width:1020px;
    padding:0 20px 50px;
    margin:auto;
}

.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.main>.wp-block-columns{
    max-width:1200px;
    margin:auto;
}

/*menu btn*/
.m-menu {
}

.m-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #111;
    opacity: 1;
    right: 0;
    border-radius: 3px;
}

.m-menu span:nth-child(1) {
    top: 0;
    /* width: 80%; */
}

.m-menu span:nth-child(2) {
    top: 10px;
}

.m-menu span:nth-child(3) {
    top: 20px;
    /* width: 60%; */
}

.m-menu {
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    right: 20px;
    top: 23px;
    display: none;
    text-align: right;
    width: 30px;
    height: 50px;
}

.m-menu span {
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}

.mm-open .m-menu span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
    width: 100%;
}

.mm-open .m-menu span:nth-child(2) {
    opacity: 0;
    right: 60px;
}

.mm-open .m-menu span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
    width: 100%;
}


#header{
    position:fixed;
    left:0;
    right:0;
    z-index: 999;
    transition:all 0.3s ease;
    background:#fff;
    font-size:16px;
}
.hero{
     padding-top: 100px;
     font-size:24px;
     }
.hero:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top: 40px;
    bottom:0;
    box-shadow: inset 0 149px 40px -45px #fff !important;
    z-index:2;
    pointer-events:none;
}
.hero h1{
    font-size:64px;
    margin-bottom: 0;
    line-height:1.2;
}
.hero h3{
    font-size:32px;
}
.hero p{
    margin-top:0;
}

#header .inner{
    display:grid;
    grid-template-columns:25% 50% 25%;
    align-items: center;
    height: 90px;
}
#header nav{
    margin:auto;
}
#header ul.menu{
    display:flex;
    gap:50px;
}
#header li{
    display:block;
}
#header ul a{
    color:#1B1B1B;
}
#header a.btn{
    margin-left:auto;
    color:var(--red);
    display:block;
    border:1px solid var(--red);
    padding:8px 20px;
    border-radius:30px;
}
#header a.btn:hover{
    border:1px solid var(--red);
    background-color:var(--red);
    color:#fff;
}

.stack1{
    position:relative;
}
.stack1:before{
    content:'';
    display:block;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 400px;
    top: 180px;
    border-radius: 200px 0 0 200px;
    border: 1px solid var(--red);
}
.stack1 .wp-block-image{
    z-index:1;
}
.stack1 .wp-block-image:last-child{
    position:absolute;
    z-index:0;
    right: 220px;
    top: 240px;
}

.overflow-hidden{
    overflow:hidden;
}

ul.is-style-check li{
    display: block;
    background: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1'%3E%3Cpath fill='%235B5B5B' d='m21.6335 47.1864c-1.8927-2.1264-3.4216-4.2064-4.8985-6.2208a35.467 35.467 0 0 1 -3.4943-5.8448c-.61-1.2474-.88-2.5105.4413-3.3226 3.7867-2.3271 4.5627-.1051 6.6209 2.4731 1.22 1.5277 3.019 4.0469 4.1462 5.6386 1.0767 1.52 2.3893-1.2234 2.9133-1.9975 1.8624-2.7511 6.7029-9.4863 8.7032-11.9759 1.899-2.3634 8.0285-8.9844 9.1711-10.0375.9726-.8967 3.0261-2.8635 4.407-1.7785 1.4511 1.14 2.16 3.307 1.14 4.716-1.7764 2.453-4.5667 4.7865-6.4974 7.1222-3.9082 4.728-7.6083 9.8244-11.16 14.8988-1.2069 1.7244-2.9014 4.6125-3.9534 6.4826-1.9679 3.4985-3.6964 4.1643-7.5394-.1537z'/%3E%3C/svg%3E") no-repeat 0 0;
    background-size: 30px;
    padding-left: 32px;
}
ol{
    
}
ol li{
    counter-increment: item;
    display:block;
    position: relative;
    padding-left: 100px;
    padding-top: 20px;
    min-height: 100px;
}
ol li::before {
    font-family: "Josefin Sans", sans-serif;
    content: counter(item);
    font-weight: bold;
    color: #fff;
    stroke:#fff;
    background-color:#BF0D0D;
    font-size:20px;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    align-content: center;
}
@supports (-webkit-text-stroke: 1px black) {
    
  ol li::before  {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: #BF0D0D;
  }
}

.booking-slider{
    
}
.booking-slider img { aspect-ratio: 3 / 4; object-fit: cover; display: block; width: 100%; }

.booking-slider .swiper-slide{
    position:relative;
}
.booking-slider .cap{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 -230px 57px -19px #000000e6;
    height: 300px;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 30px;
    align-content: center;
}
.booking-slider .cap div{
    position:relative;
    z-index:1;
    text-align: center;
	width: 90%;
}
.booking-slider .cap a{
    background-color:var(--red);
    color:#fff;
    font-size:16px;
    padding:7px 25px;
    border-radius:30px;
}
.booking-slider h4{
    color:#BF0D0D;
    font-family: "Jost", sans-serif;
    font-size:22px;
    font-weight:bold;
    margin-bottom:15px;
	background-color: #ffff;
    width: fit-content;
    padding: 10px;
}
.booking-slider .sold{
    display:flex;
    background-color:#9736367a;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:5;
    font-size:16px;
    justify-content: center;
    align-items: center;
}
.booking-slider .sold span{
    background-color:#000;
    color:#fff;
    padding:3px 10px;
    border-radius:6px;
}
.swiper-pagination{
    display:flex;
    gap:10px;
    justify-content:center;
    padding-top:40px;
    padding-bottom:10px;
}
.swiper-pagination span{
    width:8px;
    height:8px;
    background:#C7C7C7;
    border-radius:50%;
    display:block;
    cursor: pointer;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    transform:scale(1.3);
    background-color:#868686;
}


.footer{
    font-size:15px;
    background-color:#e7e7e7;
    padding:70px 0 20px;
    color:#1B1B1B;
}
.footer-1 strong{
    font-size:16px;
}
.footer-2{
    border-top:1px solid #1B1B1B;
    display:flex;
    padding:50px 0 50px;
    justify-content: space-between;
    align-items: center;
}
.footer-2 img{
    display:block;
}
.footer-2 .left,
.footer-2 .right{
    display:flex;
    align-items: center;
    gap:15px;
    align-content: center;
}
.footer-3{
    font-size:12px;
        display:flex;
    justify-content: space-between;
    align-items: center;
}
.footer a{
    color:#1B1B1B;
}
.footer a:hover{
    color:var(--red);
}
.footer-3 a{
    margin-left:10px;
}

@media(max-width:1200px){
    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
        padding-left:20px;
        padding-right:20px;
    }
}
@media(max-width:800px){
    #header nav{
        position:absolute;
        left:0;
        right:0;
        background-color:#fff;
        top:100%;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
    }
        .mm-open #header nav {
            opacity:1;
            visibility:visible;
            pointer-events:all;
        }
    
    #header ul.menu{
        flex-direction:column;
        gap:10px;
        align-items: center;
        padding-bottom: 19px;
        padding-top: 10px;
        border-top: 1px solid var(--red);
    }
    .m-menu{
        display:block;
    }
    #header .inner{
        height:70px;
        display: flex;
    }
    #header a.btn{
        margin-left: auto;
        margin-right: 50px;
    }
    #header a.btn span{
            display:none;
    }
    .hero:before{
        box-shadow: inset 0 119px 40px -45px #fff !important;
    }
    .hero h3{
        font-size:24px;
    }
    .hero h1,
    h2, h1{
        font-size:36px;
    }
    .hero,body{
        font-size:16px;
    }
    h5{
        font-size:12px;
    }
}
@media(max-width:767px){
    .hide-on-mobile{
        display:none;
    }
    ol li::before{
        width:62px;
        height:62px;
        font-size:38px;
    }
    ol li{
        padding-left:90px;
    }
    .footer-2{
        flex-direction:column;
        align-items: flex-start;
    }
    .footer-2 .right{
        flex-wrap:wrap;
    }
}



.guida {color:#fff;font-weight: bold;text-align: left !important;}
.ritrovo {color:#fff;margin-bottom:10px;font-weight: bold;text-align: left !important;font-size: 15px;}
.descrizione {color:#fff; font-size:13px;text-align: left !important;min-height: 130px;line-height: 16px;}

.pulsante-prenota {text-align:left !important;}



.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {background-color:#BF0D0D !important;padding-top: 10px!important; padding-right: 20px!important; padding-bottom: 10px!important; padding-left: 20px!important;font-size:16px!important;border-radius:20px!important;}