/* ALL */
.text-bold{
    font-weight: bold;
}
textarea {
    resize: none !important;
}
.clear{
    clear: both;
}
.btn {
    padding: 10px 25px 10px;
}
.WH:hover, .WH:focus {
    color: white;
}
.fnt-lobster{
    font-family: Lobster;
    font-size: 95px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}

/* HEADER */
.btn-xs {
    font-size: 14px;
}
.navbar-static .rd-navbar-nav > li > a {
    font: 400 14px/18px "Jaapokki", Helvetica, Arial, sans-serif;
}
.rd-navbar-static .rd-navbar-nav > li > a {
    font: 400 16px/18px "Jaapokki", Helvetica, Arial, sans-serif;
}
.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 27px;
}
.rd-navbar-static-linked {
    min-height: auto;
}
.ui-to-top-down {
    margin-top: 25px;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 24px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 0.6px;
    line-height: 46px;
    width: 50px;
    text-align: center;
    background-clip: border-box;
    background-color: rgb(206, 109, 6);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .navbar-static .rd-navbar-nav > li > a {
        font-size: 12px;
    }
    .rd-navbar-fixed-linked .booking-control .btn {
        width: auto;
        margin-top: 14px;
        padding: 0;
        font-size: 20px;
        line-height: 0;
        background-color: transparent;
        border: 0;
        color: white;
    }
}
@media (min-width: 480px) {
    .rd-navbar-fixed-linked .booking-control .btn {
        width: auto;
        margin-top: 14px;
        padding: 0;
        font-size: 15px;
        line-height: 0;
        background-color: transparent;
        border: 0;
        color: white;
    }
    .btn-call-head{
        display: none;
    }
}

/* HOME */
@media (max-width: 768px) {
    .home-tit {
        font-size: 50px;
    }
}


/* TITLE */
@media (min-width: 992px) {
    .bg-cnt {
        min-height: 790px !important;
    }
}

/* FOOTER */
.page-footer.page-footer-variant-3 {
    padding: 80px 0 80px !important;
}

/* CONTATTI */
.box-contacts-terms-list dd {
    font-size: 20px;
}
.address {
    font-size: 20px;
    color: black;
}
.phone {
    font-size: 24px;
    color: black !important;
}
.form-group{
    float: left;
}
.form-group-txt{
    margin: 20px 20px 10px 0 !important;
}
textarea.form-control {
    width: 78%;
}
.btn-submit{
    margin-left: 0 !important;
}
.cnt-tit-txt{
    font-size: 190%;
    line-height: 150%;
    font-weight:500;
}

@media (min-width: 768px) {
    .box-contacts-vertical .rd-mailform > * + * {
        margin-left: 30px;
    }
}
@media (min-width: 480px) {
    .box-contacts-vertical .rd-mailform > * + * {
        margin-left: 30px;
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    textarea.form-control {
        width: 100%;
    }
}



/* SALA EVENTI */
.thumbnail-gallery{
    padding: 10px;
}
.thumbnail-card{
    background: none;
}
.thumbnail-card-body{
    background-color: white;
}

.sala-txt {
    font-size: 150%;
    max-width: none !important;
    font-weight: 500;
    line-height: 120%;
    color: #5E5E5E;
}

/* PASTICCERIA */
.pasti-txt {
    font-size: 120%;
    max-width: none !important;
    font-weight: 500;
    line-height: 130%;
}
.thumbnail-card-body {
    padding: 30px 20px;
}


@media (min-width: 1200px) {
    .image-wrap-left .image-wrap-inner {
        padding: 100px 80px 100px 100px;
    }
}

@media (min-width: 1800px) {
    .image-wrap-left .image-wrap-inner {
        max-width: 935px;
        padding: 150px 136px 120px 200px;
    }
}

/* CAFFETTERIA */

.caffe-txt {
    font-size: 150%;
    max-width: none !important;
    font-weight: 500;
    line-height: 130%;
}


/* GALLERY */
.tz-h2 {
    margin-bottom: 150px;

}
.tz-col{
    padding: 5px;
}
.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Material Icons';
    content: 'zoom_in';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(206, 109, 6, 0.4);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
