/* sticky footer */
@media (min-width: 768px) {
    .contatto-sticky {
        display: none;
    }
}

@media (max-width: 768px) {

.widget a {
display: block;
   padding: 13px 15px !important;
    border-bottom: 1px solid transparent !important ;
    border-radius: 50px !important;

box-shadow:
  0.5px 2px 2.2px rgba(0, 0, 0, 0.02),
  1.1px 4.7px 5.3px rgba(0, 0, 0, 0.028),
  2.1px 8.9px 10px rgba(0, 0, 0, 0.035),
  3.8px 15.9px 17.9px rgba(0, 0, 0, 0.042),
  7.1px 29.7px 33.4px rgba(0, 0, 0, 0.05),
  17px 71px 80px rgba(0, 0, 0, 0.07)

;
}
.btn-footer{padding: 0 9px;}
.widget {
    margin-bottom: 0 !important;
    width: 100%;
    height: 100%;
}

    .contatto-sticky {
        height: 80px;
        position: fixed;
        bottom: 0;
        transition: bottom 0.2s ease-in-out;
        width: 100%;

        z-index: 999999;
    }

    .nav-down {
        bottom: -80px;
    }

    .contatto-sticky .bottoni-contatto {
        padding: 15px 0;
    }

    .contatto-sticky .btn-contatto {
        text-align: center;
        font-size: 22px;
    }

    #Footer .footer_copy {
        margin-bottom: 65px;
    }



    .contatto-sticky {
        text-align: center;
        font-size: 28px;
        width: 100%;
        float: left;
    }
    
     .contatto-sticky a {
    border-radius: 15px;
    height: auto;
    line-height: 19px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
  }


}

/* modal */
.main-cst {
    width: 30%;
    position: absolute;
    z-index: 5;
    left: 40%;
    margin: auto;
}

.start {
    /*background:#3498db;
    color:#fff;
    font-size:22px;
    padding:15px 25px;
    text-align:center;
    border:2px solid #3498db;
    border-radius:7px;
    width:100%;
    display:block;*/
}

.modal-cst {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: #fff;
    display: none;
    top: 50vh;
    /* min-height: 50vh; */
    padding: 15px;
    bottom: 0;
    overflow-y: auto;
    box-shadow: 2px -2px 21px -7px rgba(0,0,0,0.71);
    width: 100%;
}

.modal-cst .content-cst {
    box-shadow: 0 0 5px #eee;
    background: #fff;
    width: 80%;
    height: 40%;
    border-radius: 7px;
    padding: 1em;
    position: absolute;
}

.times {
    float: right;
    border: 2px solid;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    height: 4vh;
    width: 4vh;
}

.times i:before {
    margin: 0.35vh;
}

.modal-contatti .one-second.column {
    width: 100%;
}

.modal-contatti h3 {
    display: none;
}

.contatti-mobile{
display: flex;
    justify-content: center;
}

.testo-modal {
    font-size: 2vh;
    line-height: 3vh;
    font-family: 'Lato', sans-serif;
    color: #000;
}

.phone-link {
    color: #9d8473 !important;
}