
.custom-guru{
    margin: 0 auto 20px auto;
}
.custom-guru-footer{
    margin: 15px auto 0 auto;
}


#btnprenota .dropdown-menu {
    background-color: #992951;
    border-radius: 0;
    margin:0;
    border: 0;
}
#btnprenota .dropdown-menu a{
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 12px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #812641;
}
.rounded-x {
    border-radius: 50% !important;
}
.social-icons-footer li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 3px;
    text-indent: -9999px;
}
.social-icons-footer li a, a.social-icon-footer {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-icons-facebook {background: url(../img/social/facebook.png) no-repeat;}
.social-icons-tripadvisor {background: url(../img/social/tripadvisor.png) no-repeat;}
.social-icons-thefork {background: url(../img/social/thefork.png) no-repeat;}
.social-icons-instagram {background: url(../img/social/instagram.png) no-repeat;}

.social-icons-footer li:hover a {
    background-position: 0 -38px;
}

.header-social-icons .social-icons-tripadvisor a:hover{
    background-color: #8bc05e !important;
}
.header-social-icons .social-icons-thefork a:hover{
    background-color: #579040 !important;
}

.featured-box-full{
    min-height: 300px;
}

#header .header-btn-collapse-nav {
    margin-top:-12px;
}


.thRistorante{
    background-image: url(../img/thumbshome/ristorante.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.thPizzeria{
    background-image: url(../img/thumbshome/pizzeria.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.thPiazzetta{
    background-image: url(../img/thumbshome/piazzetta.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.thCantina{
    background-image: url(../img/thumbshome/cantina.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


.thHome{
    transition: all 0.5s ease 0s;
    text-shadow: 0 0 4px #000;
}

.thHome a{
    transition: all 0.5s ease 0s;
}

.thHome h4{

    transition: all 0.5s ease 0s;
    font-size:30px;
    line-height: 40px;
}


.thHome:hover{
    filter: brightness(1.4);
    text-decoration: none;
}
.thHome:hover h4{
    background-color: rgba(0,0,0,0.6);
    border-radius:10px;
}

.social-icons-footer{
    padding-left:0!important;
}

.testimonial.testimonial-style-2 blockquote::before, .testimonial.testimonial-style-2 blockquote::after{
    color:#ccc;
    display:block;
}
.testimonial.testimonial-style-2 blockquote{
    padding: 6px 50px;
}
.gfm{
    font-size:25px;
    font-weight: 200;
    color:#dadada;
}
.filigrana_01{
    background-image: url('../img/filigrane/buca-niccolini-paint-01.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}


.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-width: 200px; /* Chrome, Safari, Opera */
    -moz-column-width: 200px; /* Firefox */
    column-width: 200px;
}


.boxmenupiatti h2{
    text-align: center;
    position:relative;
    z-index:1!important;
    margin-top:22px;
}

.boxmenupiatti h2:first-letter, .boxmenupiatti h4:first-letter{
    text-transform: uppercase;
}

.boxmenupiatti h4{
    margin:12px 0 0 0;
}


.boxmenupiatti h4:first-child{
    margin-top:0;
}
.boxmenupiatti h6{
    text-align: center;
    margin-top:-26px;
    margin-bottom:30px;
    font-style: italic;
}
.boxmenupiatti p{
    font-weight:bold;
    margin:0;
}

@media (min-width:990px){
    .boxmenupiatti h2::before{
        content:" ";
        border-bottom:1px solid #ccc;
        top:24px;
        width:100%;
        position:absolute;
        left:0;
        z-index:-1!important;
    }
    .boxmenupiatti h2 span{
        background-color: #fff;
        padding:10px;
    }


}


@media (max-width:1200px) and (min-width:990px){
    #header .header-nav.header-nav-stripe nav > ul > li > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        padding: 255px 4px 24px;
    }

    #header .header-logo img{
        width:300px!important;
        height:59px!important;
        margin-top:20px;
    }
}

@media (min-width:992px){
    #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle {
        padding-right: 10px;
    }
}
@media (max-width:991px){
    .dropdown-menu{
        position: relative;
        width: 100%;
    }
}
@media (max-width:989px){
    #header .header-logo{
        width:0px!important;
    }
}

@media (max-width:484px){
    #header .header-logo img{
        width:304px!important;
        height:60px!important;
    }
}
@media (max-width:384px){
    #header .header-btn-collapse-nav {
        margin-top:32px;
    }
}
@media (max-width:340px){
    #header .header-logo{
        width:100%!important;
        height: inherit;
    }
    #header .header-logo img{
        width:100%!important;
        height:auto!important;
    }
    .hidden-xxs{
        display:none!important;
    }

    .header-social-icons.social-icons li a{
        width: 21px;
        height: 21px;
        line-height: 21px;
    }
    .header-social-icons.social-icons li a img{
        width: 100%;
    }

    .langlibutton {
        left: -35px;
    }
    #curlang {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #flags {
        left: -1px;
    }
}


/*
@media (max-width:990px){
    .header-logo {
        padding-top: 0px;
    }
}


@media (max-width:768px) and (min-width:490px){
    #header .header-logo {
        width:50%!important;
    }
}*/
