/*BOOTSTRAP 5 COLUMNS*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/****************************/

a.logo_zonin{
    float: right;
    margin-left: 30px;
    margin-top: 47px;
  }
a.logo_zonin img{
    width: 105px;
  }
  /*
.social_header{
    float: right;
 margin-top: 48px;
  }
  .social_header a{
    margin-left: 10px;
    color: #676767;
  }
  */
@media only screen and (max-width : 768px) {
    a.logo_zonin{
        display: none;
    }
    
}
.screen-reader-text{
    display: none;
}
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
/*    background: #d7ae5b*/
    z-index: 999999;
}
#preloader img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
html, body{
    line-height: 1.6;
    font-weight: 300;
    font-family: "proxima-nova";
    overflow-x: hidden;
    color: #333;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 300;
}
a, a:hover, a:visited, a:active, a:focus{
    color: #333;
    outline: none;
}
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
        width: 100%;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
        overflow: hidden;
    }
}
.container.no-gutters,
.container-fluid.no-gutters,
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.embed-container { 
/*    position: relative;*/
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content p{
    font-size: 15px;
   /* padding: 0 18px;*/
/*    margin: 0 0 50px;*/
}
#content h2{
    margin-bottom: 20px;
}
section.main-section{
    padding: 7em 0;
}
section.main-section h3{
    margin-top: 0;
}
.img-center{
    display: block;
    margin: 0 auto;
}
.big-separator{
    margin: 20px 0;
}
.slider-caption{
    border: 2px solid white !important;
    font-size: 40px !important;
    line-height: 1!important;
    padding: 15px 30px !important;
    font-weight: 300 !important;
}
.btn-zonin{
    position: relative;
    border: 2px solid #333333;
    line-height: 1;
    color: #333333;
    padding: 15px 30px;
    border-radius: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-zonin::before{
    content: " ";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    height: 100%;
    width: 0;
    background: #333333;
}
.lista-ricette .btn-zonin{
    margin-top: 20px;
}
.notouch .btn-zonin:hover{
    color: #FFFFFF;
}
.notouch .btn-zonin:hover::before{
    width: 100%;
}


.btn-light{
    border-color: white;
    color: white;
}
.btn-light::before{
    background: white;
}
.notouch .btn-light:hover{
    color: #333333;
}
.page-custom-header h1{
    border: 2px solid white;
    color: white !important;
    display: table;
    font-size: 33px !important;
    line-height: 33px;
    margin: 0 auto !important;
    padding: 16px 33px;
}

#page{
    /*padding-top: 80px;*/
    padding-top: 0;
}
.page-title{
    padding: 50px 0;
}
.boxed-title{
    border: 2px solid #d0d0d0;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
}
.nav-links {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #f0f0f0;
}
.nav-links .nav-previous{
    float: left;
}
.nav-links .nav-next{
    float: right;
}
.navbar-default{
    background: white;
    /*height: 80px;*/
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
/*    box-shadow: none;*/
}
.navbar-default .navbar-nav > li.active {

}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .current-page-ancestor > a,
.tax-periodo .navbar-default .navbar-nav > .about-menu > a,
.tax-categoria_vini .navbar-default .navbar-nav > .wine-menu > a,
.single-zonin_wine .navbar-default .navbar-nav > .wine-menu > a,
.tax-categoria_ricette .navbar-default .navbar-nav > .recipe-menu > a,
.single-ricetta .navbar-default .navbar-nav > .recipe-menu > a,
.single-post .navbar-default .navbar-nav > .news-menu > a
{
    background: #ffffff;
    box-shadow: none;
    color:#000;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a{
    line-height: 80px;
    padding: 0 15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff !important;
}
.notouch .navbar-default .navbar-nav > li > a:hover{
    background: #f0f0f0;
    color: #222222;
}
.navbar-brand{
    background: white none repeat scroll 0 0 !important;
    height: 80px;
    margin-left: 10px !important;
/*    overflow: hidden;*/
    padding: 15px;
    width: 210px;
/*    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);*/
}
.navbar-brand img{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: relative;
}
.wide{
    width: 100%;
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.wide .slider-caption{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    color: white;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
}
.featured-grid, .featured-grid.featured-grid-2,  .featured-grid.featured-grid-4, .featured-grid.featured-grid_title{
    background-position: center center;
    background-size: cover;
    float: left;
    height: 510px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 5px solid #FFFFFF;
    background-color: #fefefe;
    color: #555555;
}
@media screen and (max-width: 992px) {
    .featured-grid, .featured-grid.featured-grid-2 {
        height: 400px;
    }
    .wide{
        height: 300px;
    }
}

.featured-grid::after, .featured-grid.featured-grid-2::after, .featured-grid.featured-grid-3::after, .featured-grid.featured-grid-4::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.featured-grid.featured-grid-2 {
    height: 255px;
}
.featured-grid.featured-grid-3 {
    /*height: 305px;*/
    height: 240px;
}
.featured-grid.featured-grid-4 {
    height: 400px;
}
@media screen and (min-width: 993px) {
    .bl0{border-left: 0 !important}
    .br0{border-right: 0 !important}
    .nb{border: none !important}
}
.featured-grid .desc {
    top: 50%;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
}
.featured-grid .desc h3{
    text-transform: uppercase;
}
.featured-grid.left .featured-grid-image{
    right: 0;
}
.featured-grid.right .featured-grid-image{
    left: 0;
}
.featured-grid.right .desc{
    left: 50%;
}
.featured-grid.left .desc{
    right: 50%;
}
.featured-grid .featured-grid-image{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.featured .news-carousel .featured-grid-image{
    background-size: contain;
}
.featured-grid .desc {
    /*color: #555555;*/
    margin-bottom: 10px;
    font-weight: 100;
    margin-top: 0;
    font-size: 16px;
}
.featured-grid .desc p {
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    position: relative;
}
.featured .news-carousel .desc small{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}
.notouch .featured-grid:hover::after,
.notouch .featured-grid:focus::after{
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;
}
.notouch .lista-periodi .featured-grid:hover::after{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}
.notouch .lista-periodi .featured-grid:hover .desc p{
    color: #111;
}

.featured .first-block .desc{
/*
    width: 40%;
    right: 0;
    left: auto;    
*/
}
.featured-grid .approfondisci{
    border: 2px solid;
    color: white;
    display: none;
    font-weight: 500;
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 34934342;
}
.notouch .featured-grid:hover .approfondisci{
    display: block;
}
.featured .fifth-block .desc,
.featured .first-block .desc,
.featured .fourth-block .desc{
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60%;
    opacity: 0.8;
}
.featured .zatw-img{
}

.lista-periodi .featured-grid .desc .subtitle,
.lista-periodi .featured-grid .desc h3{
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
}
.lista-periodi .featured-grid .desc {
    text-align: left;
    top: 0;
    transform: none;
    -webkit-transform: none;
    font-size: 16px;
}
.lista-periodi .featured-grid .desc a{
    color: #8c6d4e;
}
@media screen and (max-width: 1024px) {
    .lista-periodi .featured-grid{
        height: 500px;
    }
}
.home-box-title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-box-title-act{
    font-size:40px;
    font-weight: lighter;
     text-transform: uppercase;
     line-height: 40px;
}
.home-box-separator{
    display: block;
    margin: 15px auto;
    width: 15px;
    border-bottom: 1px solid white;
}
.news-carousel .news-carousel-item{
    background-color: #1b5d6b;
    color: #FFFFFF !important;
}
.wpb_content_element{
     margin-bottom: 0px !important;
}


/*
.lista-ricette .featured-grid:hover .featured-grid-image{
    width: 60%;
}
.lista-ricette .featured-grid.right:hover .desc{
    left: 60%;
}
.lista-ricette .featured-grid.left:hover .desc{
    right: 60%;
}*/
.tax-categoria_vini div[class^="col-"], .tax-categoria_vini div[class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.wine-tax-title,
#i-vini .wine-list-claim{
    text-transform: uppercase;
    margin-top: 0;
}
.wine-tax-title h4{
    font-weight: 600;
}
.lista-vini .featured-grid-image{
    width: 100%;
}
.lista-vini .desc{
    
}
.lista-vini .featured-grid .desc h3 {
    color: white;
    font-size: 30px;
    border: 2px solid white;
    padding: 20px;
    display: inline-block;
}
.lista-vini .featured-grid::after{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; 
}
.vini-tax-nav{
    margin-bottom: 60px;
}
.vini-tax-nav .current{
    color: #ccc;
    border-color: #ccc;
}
.vini-tax-nav h4{
    margin: 0;
}
.vini-tax-nav .btn-zonin{
    padding: 10px;
}
.single-vino-loop .single-vino-hover{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: 20px;
    font-size: 20px;
}
.single-vino-loop .single-vino-hover h4{
    color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 45%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.single-vino-loop{
    margin-bottom: 10px;
}
.single-vino-loop a,
.notouch .single-vino-loop a:hover, 
.single-vino-loop a:visited{
    position: relative;
    display: block;
    color: #555;
    text-decoration: none !important;
}
.single-vino-loop h4{
    text-align: center;
    text-transform: none;
    font-size: 20px;
    min-height:50px;
     margin-top: 20px;
     display: none;
}
.single-vino-loop .wine-label{
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 1;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.notouch .single-vino-loop a:hover .single-vino-hover,
.notouch .single-vino-loop a:hover .wine-label{
    opacity: 1;
}
.single-ricetta-detail h1{
    margin-bottom: 30px;
}
.single-ricetta-detail,
.single-wine-detail{
    margin-top: 10px;
    margin-bottom: 100px;
}
.single-ricetta-detail .wpb_content_element,
.single-wine-detail .wpb_content_element{
    margin-bottom: 20px!important;
}
.carousel-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 10px;
}
.carousel-title span{
    font-size: 18px;
}
.single-ricetta .owl-carousel,
.single-wine-detail .owl-carousel,
.comments-carousel{
    padding: 0 40px;
}
.single-ricetta .owl-carousel .owl-item img,
.single-wine-detail .owl-carousel .owl-item img{
    height: auto;
}
.single-ricetta .owl-carousel .owl-stage,
.single-wine-detail .owl-carousel .owl-stage{
    margin: 0 auto;
}
.single-ricetta .owl-carousel .item .item-title,
.single-wine-detail .owl-carousel .item-title{
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.comments-carousel  .owl-controls .owl-prev,
.comments-carousel  .owl-controls .owl-next,
.single-wine-detail .owl-controls .owl-prev,
.single-wine-detail .owl-controls .owl-next,
.single-ricetta .owl-controls .owl-prev,
.single-ricetta .owl-controls .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.comments-carousel  .owl-controls .owl-prev,
.single-ricetta .owl-controls .owl-prev,
.single-wine-detail .owl-controls .owl-prev{
    left: 0;
}
.comments-carousel  .owl-controls .owl-next,
.single-wine-detail .owl-controls .owl-next,
.single-ricetta .owl-controls .owl-next{
    right: 0;
}
.comments-carousel  .owl-controls i,
.single-ricetta .owl-controls i,
.single-wine-detail .owl-controls i{
    font-size: 24px;
}
.single-wine-detail .carousel-visual-tasting,
.single-ricetta .carousel-ricette,
.same-category-ricette .carousel-ricette{
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.same-category-ricette .carousel-ricette,
.single-ricetta .carousel-ricette{
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.carousel-visual-tasting .item{
    position: relative;
}
.carousel-visual-tasting .owl-carousel .item span{
    left: 10px;
    position: absolute;
    top: 10px;
}
.notouch .carousel-visual-tasting .owl-carousel .item span::after{
    background: #AAA none repeat scroll 0 0;
    content: " ";
    height: 35px;
    left: 50%;
    position: absolute;
    top: 22px;
    width: 1px;
}
.hashtags{
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}

.wrapper-abbinamento{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}
.blocco-pre-chef{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
}
.blocco-pre-chef::after,
.wrapper-abbinamento::after{
    bottom: 0px;
    content: " ";
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: rgb(255,255,255);
    z-index: 0;
    opacity: .3;
}
.notouch .blocco-pre-chef:hover::after,
.notouch .wrapper-abbinamento:hover::after{
    opacity: .8;
}
.blocco-pre-chef-content,
.wrapper-abbinamento-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 80%;
    z-index: 1;
    background-color: #34495e; 
    color:#ffffff !important;
    padding: 30px;
    opacity: 0.8;
    text-align: center;
}
#comments .comments-carousel .owl-item{
    padding: 10px;
}
#comments .comments-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
    display: block;
}
#comments{
    padding: 30px 0 0;
    background: #eeeeee;
}
#comments .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
#comments p{
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}
#comments .open-comment{
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    text-decoration: none;
}
#comments .comment-action{
}
#comments .comment-action a{
    display: block;
    font-size: 24px;
    text-decoration: none;
    background: #d0d0d0;
    padding: 20px 0;
    margin-top: 30px;
}
.notouch #comments .comment-action a:hover{
    background: #111111;
    color: white;
}
#comments .comment-text{
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #dedede;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}
#comments .comment-text strong{
    text-align: right;
    display: block;
}
#comments .comment-text a.close-comment{
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
}
#breadcrumbs{
    list-style:none;
    margin: 0 0 10px;
    overflow:hidden;
    padding: 0;
    font-style: italic;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    text-transform: uppercase;
} 
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
    margin: 0 10px;
}
.right-sidebar{
/*    transition: right .3s;*/
/*    -webkit-transition: right .3s;*/
/*    position: absolute;*/
/*    right: -200px;*/
/*    z-index: 2;*/
/*    top: 620px;*/
/*    width: 200px;*/
/*    max-width: 100%;*/
/*    padding-left: 10px;*/
    width: 80%;
}
.menu-wrapper{
/*    height: 100%;*/
/*    overflow-y: scroll;*/
}
.right-sidebar.menuToggled{
/*    right: 0;*/
}
.rs-toggler{
    background: rgb(59, 89, 152) none repeat scroll 0 0;
    color: white;
    left: -42px;
    padding: 10px 15px;
    position: absolute;
}
.rs-toggler a{
    color: white;
}
.right-sidebar.affix{
    position: fixed;
    top: 120px;
}
.right-sidebar .right-sidebar-box{
    background: #f0f0f0;
    display: block;
    padding: 15%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.notouch .right-sidebar a.right-sidebar-box:hover{
    background: #e0e0e0;
}
.right-sidebar .right-sidebar-box.social{
    background: rgb(59,89,152);
    color: white;
    margin-bottom: 10px;
}
.right-sidebar .right-sidebar-box ul{
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.right-sidebar .right-sidebar-box ul li{
    list-style: none;
    display: inline;
    float: left;
}
.right-sidebar .right-sidebar-box ul li a{
/*    background: white none repeat scroll 0 0;*/
/*    border-radius: 8px;*/
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0 10px;
    opacity: .8;
/*    padding: 4px 6px;*/
    text-align: center;
}


@media screen and (min-width: 1920px) {
    .featured-grid, .featured-grid.featured-grid-2,  .featured-grid.featured-grid-4 {
        height: 610px;
    }
    .featured-grid.featured-grid-2{
        height: 305px;
    }
   /* #rev_slider_1_1_wrapper, #rev_slider_1_1{
        height: 700px !important;
    }
    */
}


.single-period-title{
    border: 2px solid;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 60px;
    margin: 50px 0;
    display: inline-block;
}
.single-period{
    position: relative;
    margin-top: 50px;
}
.single-period:before{
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    content: "";
    left: 50%;
    top: 0;
}
.single-period h3{
    font-weight: 500;
    font-size: 32px;
    margin-top: 0;
}
.single-period h4{
    text-transform: uppercase;
}
.periods-list{
    list-style: none;
    display: table;
    margin: 0 auto;
}
.periods-list li{
    display: inline;
    float: left;
    margin-right: 10px;
}
.periods-list li a{
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    padding: 5px 20px;
    border: 2px solid;
}
.periods-list li.selected a,
.notouch .periods-list li a:hover{
    text-decoration: none;
    background: #111;
    color: white;
    border-color: #111;
}
/*
.periods-list li.selected a:hover,
.periods-list li.selected a{
    color: #ccc;
    border-color: #ccc;
    background: none;
}
*/
.other-periods{
    margin: 50px 0;
}

footer{
    background: #DDDDDD;
    /*padding: 50px 0 0;*/
}
footer h4{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer .col-md-3{
    border-right: 1px solid #555555;
}
footer .col-md-3:last-child{
    border: none;
}
footer .bottom-footer{
    background: #303b3d;
    
    color: white;
    padding: 40px 0;
    /*margin-top: 50px;*/
    font-size: 12px;
}
footer .bottom-footer a{
    color: #FFFFFF;
}
footer .post-date{
    font-size: 12px;
    display: block;
}
footer a{
    
}
footer li{
    line-height: 1.3em;
    margin-bottom: 10px;
}
.grid{
    background: #222222;
}
.grid-sizer,
.grid-item { width: 20%; padding: 2.5px; }

.single-news{
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    height: 100%;
    padding: 10px 10px 60px;
    position: relative;
    
}
.single-news h4{
    /*font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    */
    font-weight: bold;
  font-size: 20px;
  min-height: 70px;
}
.single-news .block-news p {
    text-align: left;
}
.single-news .block-news-date{
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-news .block-news{
    padding: 5px;
}
.block-news-date{
    display: block;
}

.single-news a{
   /* position: absolute;*/
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.news-detail{
    padding: 50px 0;
}
.news-detail img{
    display: inline-block;
  /*  height: auto;
    max-width: 100%;
    */
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
}
.news-detail h2{
    color: #ab053c;
}
#map{
    width: 100%;
    height: 500px;
}
#contatti .contact-message{
    background: #222222;
    color: white;
    font-size: 24px;
    font-weight: 100;
    padding: 200px 40px 40px 40px;
}
#contatti .contact-info{
    padding: 40px;
    font-size: 20px;
}
#contatti .contact-bottom-info{
    position: absolute;
    bottom: 40px;
}
.list-awards ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-toggle{
    background: white none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin: 20px;
    padding: 0;
}
.navbar-toggle .icon-bar{
    background-color: #333 !important;
    height: 3px;
    width: 30px;
    margin-bottom: 5px;
}
.navbar-collapse.collapsing,
.navbar-collapse.in,
.notouch .navbar-toggle:hover{
    background: white !important;
}
.navbar-default .navbar-collapse.collapsing .navbar-nav > li > a,
.navbar-default .navbar-collapse.in .navbar-nav > li > a{
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .single-row-list .desc h3{
        margin-bottom: 50px;
    }
    .single-row-list .desc{
        padding: 10px;
    }
    .single-period::before{
        display: none;
    }
    .single-period{
        margin: 20px 0;
    }
    .single-period .text-right{
        text-align: left !important;
    }
    .periods-list{
        padding: 0 15px;
    }
    .periods-list li a{
        font-size: 14px;
        margin-bottom: 10px;
        padding: 5px 10px;
    }
    .other-periods{
        margin: 25px 0;
    }
    .wpb_text_column{
        padding: 0 15px;
    }
    .single-vino-loop{
        margin-bottom: 30px;
    }
    .page-title{
        padding: 0;
    }
    .procedimento-ricetta, .ingredienti-ricetta, .single-ricetta-detail h1, #breadcrumbs, .carousel-visual-tasting, .carousel-ricette{
        padding: 0 15px;
    }
    #rightSidebar{
        display: none;
    }
    .slider-caption, .tp-caption{
        font-size: 20px !important;
    }
    .similar-title h1, .single-ricetta-detail h1{
        font-size: 24px;
    }
    .single-ricetta .blocco-pre-chef, .single-ricetta .chef-wrapper{
        margin: 0;
    }
}

#tag-result{
    margin-bottom: 50px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

/* shifnav modal hack */
.modal-backdrop{
    z-index: 100;
}
.same-category-ricette .item a,
#r-carousel .item a,
#va-carousel .item a{
    padding: 18px;
    display: block;
    border: 2px solid #FFF;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.notouch #r-carousel .item a:hover,
.notouch .same-category-ricette .item a:hover,
.notouch #va-carousel .item a:hover{
    border: 2px solid #333;
}
#cookie-notice{
    opacity: .6;
}
.content-combo{
    margin-top: 30px;
}
.option-combo{
    margin: 0 0 20px 0;
    font-family: "proxima-nova";
        display: -moz-inline-box;
}
.option-combo ul{
  margin-left: 10px;
  padding-left: 10px;
}
.option-combo a{
    text-transform: uppercase;
}
.option-combo.year .filter li{
    border: 2px solid #575a5d;
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.option-combo.cat .filter li{
    border: 2px solid #aa113f;
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.option-combo.year  .filter li.selected{
 background-color: #575a5d;

}

.option-combo.cat  .filter li.selected{
     background-color: #aa113f;
    
}
.option-combo  .filter li.selected a{
    color: #fff;
    text-decoration: none;
}


/* IE HACKS */

.ie9 img[src$=".svg"] {
  width: 100%; 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}

.navbar-default #menu-main-menu-de.navbar-nav > li > a {
    line-height: 120px;
    padding: 0 10px;
    text-transform: uppercase;
}
.image_lateral{
    /*height: 305px;*/
    height: 240px;
    border: 5px solid #FFFFFF;
}
.image_lateral .featured-grid-image{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
   width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width : 768px) {
    .image_lateral{
        display: none;
    }
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}
.portfolio-box.disabled{
    pointer-events: none;
  cursor: default; 
}
.portfolio-box.disabled img{
    visibility: hidden;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    /*opacity: 0;*/
    background: rgba(26,46,81,.8);
        background-color: rgba(26, 46, 81, 0.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.twl-box .portfolio-box-caption {
    opacity: 1;
}
a.portfolio-box.twl-box .portfolio-box-caption:hover{
    background: rgba(170,5,61,0.8) !important;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.bkg_accordion{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.bkg_accordion_overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.accordionContainer{
    margin-top: 3px;
}
@media screen and (min-width: 1025px) {
    .content_padding{
        width: 100%;
       /* padding: 0 200px;*/
    }
}
a.button_red{
    background-color: #790d2f;
    color: #fff !important;
    padding: 10px 60px;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
#gh-carousel{
    margin: 4px 0;
}
 #gh-carousel .owl-controls .owl-prev, #gh-carousel .owl-controls .owl-next{
    position: absolute;
    top:50%;
    margin-top: -24px;
}
 #gh-carousel .owl-controls .owl-prev{
    left: 0;
 }
 #gh-carousel .owl-controls .owl-next{
    right: 0;
 }
.featured-grid.box_news_home, .featured-grid.box_download{
    height: auto !important;
}
 a.box_news_home{
    text-decoration: none;
 }
 .box_news_home{
    background-color: #e6e6e6;
   /* padding: 5px;*/
  
 }
  .box_news_home img{
    padding: 10px;
    max-width: 100%;
    height: auto;
  }
  .box_news_home h2{
    color: #790d2f;
    font-size: 30px;
    font-weight: bold;
    
  }
  .content_news_home{
    padding:20px 50px;
  }
  .bgc_dark_grey{
    background-color: #a6a6a6;
  }
  .bgc_grey{
    background-color: #e6e6e6;
  }
  .bgc_red{
    background-color: #790d2f;
    color: #fff;
    font-size: 40px;
    text-align: center;
    /*text-transform: uppercase;*/
  }
  .featured-grid_title{
    height: 70px;
    border: 5px solid #FFFFFF;
  }
   #testimonial-carousel {
  position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    
   }
  
  
  #testimonial-carousel .owl-dots .owl-dot span, #news-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }
  #testimonial-carousel .owl-dots .owl-dot.active span, #news-carousel .owl-dots .owl-dot.active span {
    background: #767676;
  }
  #testimonial-carousel .owl-dots,  #news-carousel .owl-dots {
    text-align: center;
    
  }
   #testimonial-carousel .owl-dots .owl-dot, #news-carousel .owl-dots .owl-dot{
    display: inline-block;
   }
  
  #testimonial-carousel.owl-carousel .owl-item img{
    width: 100px;
    display: inline;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    
    -webkit-box-shadow: 10px 10px 12px -3px rgba(196,190,196,1);
    -moz-box-shadow: 10px 10px 12px -3px rgba(196,190,196,1);
    box-shadow: 10px 10px 12px -3px rgba(196,190,196,1);
  }
  #testimonial-carousel.owl-carousel .owl-item p, .mediatore p{
    position: relative;
  }
  #testimonial-carousel.owl-carousel .owl-item p{
  margin:10px 45px;
  padding: 0 25px;
  }
  #testimonial-carousel.owl-carousel .owl-item h5{
    color: #790d2f;
  }
  .featured-grid-general{
    
    background-position: center center;
    background-size: cover;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 5px solid #FFFFFF;
   
    color: #555555;
  }
  
  .testimonals{
    vertical-align: middle;
   /*display: table-cell;*/
   height: 598px;
    padding: 30px
    
    
  }
  .form_activity{
    padding: 30px;
    text-align: center;
  }
  .apice_up{
    background: transparent url('../img/WL_Apice_1.png') scroll no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: 30px;
    top:-10px;
    left: -10px;
  }
  .apice_down{
    background: transparent url('../img/WL_Apice_2.png') scroll no-repeat 0 0;
     width: 30px;
    height: 30px;
    position: absolute;
    background-size: 30px;
    bottom: -10px;
    right: -10px;
  }
  .mediatore{
    background-color: #fff;
    padding: 30px 0;
  }
  .mediatore img{
    width: 200px;
    text-align: center;
    -webkit-box-shadow: 10px 10px 12px -3px rgba(196,190,196,1);
    -moz-box-shadow: 10px 10px 12px -3px rgba(196,190,196,1);
    box-shadow: 10px 10px 12px -3px rgba(196,190,196,1);
  }
  .mediatore span{
    color: #aa053d;
  }
  p.mediatore_p{
    margin-top: 50px;
  }
  
  
  .form_activity h2{
    color: #aa053d;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .form_activity form input, .form_activity form textarea{
    padding: 10px;
    border:2px solid #ccc;
    width: 100%;
  }
  .form_activity form input[type=submit]{
    background-color: #aa053d;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    width: auto;
  }
  
  .activity_section{
    margin: 4px 0;
  }
  .activity_section .col-md-3{
    padding: 0 !important;
  }
.featured-grid.box_download{
    padding: 30px;
}
#description_acc{
   margin-top: 12%;
     margin-bottom: 20px;
     font-size: 17px;
}
#indirizzo_acc{
     margin-top: 20px;
     margin-bottom: 20px;
}
.single_activity a{

    color: #ab053c;
}
.lista_vini_act .wpb_wrapper{
    margin: auto;
    display: table;
}
.fa-circle{
    font-size: 9px;
    margin-bottom: 2.5px;
    margin-right: 5px;
}
.navbar-default .navbar-nav > .test.active > a{
    font-weight: lighter !important;
}
input[name="acceptance-23"]{
    float: left;
width: 20px !important;
}

/*++++++++++++ZONIN1821+++++++++++++*/
#line_pink {
    width: 100%;
    height: 8px;
    background-color: 
    #a51541;
    margin: 50px 0 20px 0;
}

.top-bar {
    height: 30px;
    width: 100%;
    background: #9e0f3b;
    color: #fff;
    font-size: 12px;
}
.top-bar .socials li.social-top {
   /* background: rgba(255,255,255,0.1);*/
}
.top-bar .socials li {
    display: inline-block;
    float: left;
    height: 30px;
    list-style: outside none none;
    background: #ac1d49;
    margin-right: 3px;
    
}



.top-bar .socials {

    margin-right: -15px;

}
.top-bar .socials li.social-top a.social-button {

    padding: 5px 10px;
    display: block;

}



.top-bar a {

    color: #fff;
    text-decoration: none;
}

.box_news {
    background: #fafafa;
    border: 1px solid #F0F0F0;
padding: 10px;
position: relative
}
.box_news h3{
  font-weight: bold;
  font-size: 20px;
  min-height: 70px;

}
a.button_ph{
 text-align: center;
 background: #303b3d;
 color: #fff;
 text-transform: uppercase;
 display: block;
 margin: 10px auto;
 padding: 10px 5px;
width: 100px;

}

a.go_to_news{
 text-align: center;
 background: #9e0f3b;
 color: #fff;
 text-transform: uppercase;
 display: inline-block;
 margin: 30px auto;
 padding: 10px 20px;
font-size: 20px;
}

h1.bigTitle {
    color: 
    #222;
    font: 600 40px/40px proxima-nova,Arial,sans-serif;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}
a#work_button {
    background-color: #941240;
    color: #fff;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    margin: 0 auto 30px;
    font-weight: 100;
}

.block {
    padding: 10px;
    min-height: 100px;
}
.center {
    text-align: center;
}

hr {
    background: none repeat scroll 0 0 transparent;
    border-color:#000;
    border-style: solid none none;
    border-width: 1px 0 0;
    font: 0/0 serif;
    height: 0;
    margin: 5px auto;
    width: 180px;
}

h2.subTitle {
    color: 
    #000;
    font-size: 25px;
    margin: 20px auto;
}
#content_work_button {
    text-align: center;
    margin-top: 30px;
}

.arrow_job::before {
    /*background: transparent url('../assets/arrow_job.jpg') scroll no-repeat 0 4px;*/
    content: "•";
    content: "\00b7";
    float: left;
    font-size: 94px;
    width: 20px;
    font-style: normal;
    height: 60px;
    display: inline-table;
    padding-left: 8px;
    line-height: 15px;
    color: 
    #99042e;
}
#jobList{
  text-align: center;
}

h1.claim_slider, h2.claim_slider{
background: rgba(0, 0, 0, 0.5);
padding: 5px !important;
}
h2.claim_slider{
  font-size: 24px;
}
#awards select{
  width: 100%;
}
.home-carousel{
margin: 60px auto;
}
.loghi_tenute img{
  width: 100vh;
background-color: #f0f0f0;
/*padding: 20px;*/
    margin-bottom: 30px;
}
a#cand_button {
    background-color: #941240;
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 25px;
}
.cand-block {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

h4.cand-title {
    font-size: 16px;
    color: #941240;
    text-transform: uppercase;
}
a.resetsearch {
    background: none repeat scroll 0 0 #aa113f;
    color: white;
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.content_lavoraconnoi h3{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #aa113f !important;
    font-size: 20px;
    line-height: 31px;
}
.content_lavoraconnoi p{
padding-left: 21px;
margin-bottom: 15px;
}
.story-block {
    background: none;
    border: 1px solid #F0F0F0;
    padding: 10px;
    display: table;
}
.story-img{
  display: block;
  position: relative;
  }
  .overlay_story {
    position: absolute;
    top: 27%;
    margin: auto;
left: 0;
right: 0;
    
}
.story-img img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
}

.story-img .overlay_story img {
    width: 64px;
    height: 64px;
}
.story-content{
  text-align: left;
}
a.link{
background: none repeat scroll 0 0 #EEE;
font-size: 16px;
padding: 8px 15px;
display:block;
text-align: center;
margin: 60px auto;
width: 150px;

}

.form_contatti input[type="text"], .form_contatti input[type="email"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
}

.form_contatti input, .form_contatti textarea{
    border: 1px solid #777777;
    border-radius: 0;
    color: #777777;
    font-size: 15px;
}
.form_contatti textarea {
    height: 108px;
}

.form_contatti a{
  color: #9e0f3b;
}
span.wpcf7-list-item {
  margin: 0;
}
