html, body{
    line-height: 1.6;
    
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
}
body.home{
  height: calc(100vh + 10px);
}


/*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;
    }
}


/****************************/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    
    
}

.page-template-default h2{
    color: #0F4D82;
    font-size: 24px;
}
a,
a:hover,
a:focus,
a:active,
a:visited{
    color: #000;
    outline: none;
    text-decoration: none;
}
p{
font-weight: 200;
font-size: 16px;
font-family: 'Inter', sans-serif;
line-height: 23px;

}
.svg-inline--fa.fa-angle-right {
  margin-left: 10px;
}
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}


.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.float-right{
  float: right !important;
}
.float-left{
  float: left !important;
}
.text_center{
 text-align: center;
}
.section_mt60, .mt_60{
 margin-top: 60px;
}
.section_mb60, .mb_60{
 margin-bottom: 60px;
}

.section_mt120{
 margin-top: 120px;
}
.section_mb120{
 margin-bottom: 120px;
}

.section_mt240{
  margin-top: 240px;
 }
 .section_mb240{
  margin-bottom: 240px;
 }
.mt30{
    margin-top: 30px;
}
/*
* 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: 20px;
    
    
/*    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;
}
.post, .page {
    margin: 0 0 0;
}
/*
body.home .navbar-custom{
   
    position: absolute;
    
    left: 0;
    right: 0;
    z-index: 1030;
}

*/
.navbar-custom{
    top: 0;
    position: fixed;
    background-color: #000;
   
    padding-top: 20px;
    padding-bottom: 20px;
    /*margin-bottom: 60px;*/
   }
   .navbar-dark .navbar-brand {
    
    margin-left: 35px;
   }
   .navbar-custom .navbar-nav > li{
      margin: 5px 10px 0;
      position: relative;
   }
   /*
   .navbar-custom ul#menu-main-menu{
       margin: 0 auto;
   }
*/
   /*.navbar-default .navbar-nav > li.active a,*/
   .navbar-custom .navbar-nav > li.current-menu-item a{
   color: #fff !important;
    
   }
   
   .navbar-custom .navbar-nav > li > a{
       padding: 0 13px;
       
       color: #fff ;
       font-size: 48px;
       background: transparent !important;
       font-weight: 400;
       -webkit-background-clip: padding-box;
       background-clip: padding-box;
       padding: 4px 5px;
       text-decoration: none;
       line-height: 71px;
      
      
       
   }

   .navbar-custom .navbar-nav > li > a:hover{
     font-size: 62px;
     font-style: italic;
     
   }
   #menu-main-menu .sub-menu {
    line-height: initial;
    margin: 0;
    
    list-style: none;
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 5px;
    
}



#menu-main-menu > li:hover .sub-menu {
    top: 46px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#menu-main-menu > li.menu-item-has-children > a{
    padding-right: 10px;
}

#menu-main-menu > li.menu-item-has-children > a::before,
#menu-main-menu > li.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background-color: #000;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  #menu-main-menu > li.menu-item-has-children > a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
   
  }
  #menu-main-menu > li.menu-item-has-children > a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-main-menu > li.menu-item-has-children > a::before {
    right: 7px;
top: 20px;
  }
  #menu-main-menu > li.menu-item-has-children > a::after {
    right: 3px;
    top: 20px;
  }
  #menu-main-menu > li.menu-item-has-children:hover > a::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-main-menu  > li.menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
   .navbar-brand{
       background: transparent none repeat scroll 0 0 !important;
       height: 145px;
       
   /*    overflow: hidden;*/
      
       width: 250px;
   /*    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;
       width: 110px;
   }
   /*
   .scrolled-nav {
     height: 100px !important;
     
     background: #000 !important;
   }
   .scrolled-nav.navbar-default .navbar-nav > li a{
    color: #fff;
   }
   .scrolled-nav.navbar-default .navbar-nav > li{
      margin: 18px 0px 0 !important;
   }
   .scrolled-nav.navbar-default .navbar-brand{
    height: 150px;
   }
   .scrolled-nav .navbar-brand img{
       width: 150px !important;
       -webkit-transform: translateY(-75%);
   -o-transform: translateY(-75%);
   -moz-transform: translateY(-75%);
   }
   */
   

.scrolled-nav {

 
  background: #fff !important;
  border-bottom: 3px solid #3e5337;
}

.scrolled-nav.navbar-custom .navbar-nav > li a{
 color: #000;
}
.menu_right_top{
  display: flex;
}
.menu_right_top a{
  color: #fff;
  font-family: "Lora", serif;
  font-size: 15px;
  letter-spacing: 1px;

  line-height: 20px;
  align-content: center;
  display: grid;
  text-transform: uppercase;
  
}
.language li a{
  font-family: 'Inter', sans-serif;
}
/*.contactAndLanguage a{
    color: #0F4D82;
    margin-right: 10px;
  margin-left: 0;
    text-transform: uppercase;
    font-size: 15px;

}
*/
.linkedin_head i{
 font-size: 15px;
 margin-right: 10px;
}
.link_menu_contact{

 
 padding: 0 10px;
  line-height: 13px;
  display: block;
}
.site-footer{
 
 padding: 5px 0px;
 background-color: #000;

 font-size:12px;
 color: #fff;
}
.site-footer h6{
  font-size: 20px;
  font-family: "Lora", serif;
  text-align: center;
 
}
.site-footer p{
    margin-bottom: 10px;
    font-size: 13px;
  line-height: 17px;
}
.site-footer a{
 color: #fff;
 margin: 2px 0;
 display: inline-block;
}
.site-footer div[class*="col-"]{
  justify-content: center;
  display: grid;
  margin-top: 25px;
  align-content: space-around;

}
.social_footer{
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}
.social_footer i{
  font-size: 20px;
  line-height: 9px;
  margin: 0 5px;


}

.footer_bottom p{
  font-size: 15px;
 
  margin-bottom: 0;
  line-height: 18px;
  
  color: #999;
}
.footer_bottom a{
  display: inline-block;
  color: #999;
}
.content_privacy{
  display: grid;
}
.content_privacy a{
  padding-top: 0;
}


.btn {
    display: inline-block;
    text-decoration: none;
    transition: color 0.5s ease;
   
}

.btn:hover {
  color: #000;
}

.btn.btn_red{
    background-color:  #E83D3D;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
    text-transform: uppercase;
    
    font-size: 20px;
    display: block;
  
}
.btn.btn_white{
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 1px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 3px;
    
}


.caption_slider{
  text-shadow:  -6px 4px 3px #000;
}
.social_icons a{
 
 margin-top: 10px;
 display: block;
float: left;
margin-right: 20px;
}

.wide_home{
  /*
   width: 100%;
   
    height: 100vh;
    background-position:  top center;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative;
    align-content: center;
    display: grid;
    */
   
    
}
.wide_home h1{
    /*color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  */
  font-size: 52px;
  font-family: "Lora", serif;
  line-height: 60px;
}
.wide_home h1 span{
  font-size: 122px;
  font-style: italic;
  line-height: 117px;
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .wide_home h1{
   
  font-size: 42px;
  font-family: "Lora", serif;
  line-height: 44px;
}
.wide_home h1 span{
  font-size: 90px;
  font-style: italic;
  line-height: 90px;
}
}

.wide{
    /*
    width: 100%;
    min-height: 100vh;
    background-position:  top center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    
    align-content: center;
    display: grid;
}
.wide_page{
    width: 100%;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  align-content: center;
    display: flex;
    position: relative;
    
  
    
}
.wide_low{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   
    align-content: center;
   
    transform-origin: center top;
}
.content_image_home{
  background-position:  top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
  
}
.content_image_home_mobile{
  height: 100%;
 margin-top:87px

}
.content_image{
  background-position:  top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
  
}

.breadcrumb{
 background-color: #ccc;
}

/* CSS CUSTOM */

.line_big_orange{
    width: 80px;
    height: 2px;
    background-color: #dc622b;
    display: inline-block;
}
@media (min-width: 992px) {
.box_content_wine{
 
  justify-content: center;
  display: grid;
  align-content: center;
  height: 100%;
}
}


.box_content_wine h1{
  font-family: "Lora", serif;
  font-size: 67px;
  line-height: 67px;
}
.box_content_wine h4 span{
  font-family: "Lora", serif;
  font-style: italic;
  
}
.box_content_wine h4{
font-family: "Inter", sans-serif;
margin-bottom: 20px;
font-weight: 300;
}
.box_content_wine h2{
  font-size: 23px;
font-weight: 300;
}

.box_content_wine{
  padding: 8%;
  
}


.owl-slider-home.owl-carousel .owl-item h2{
text-transform: uppercase;
}
.owl-slider-home.owl-carousel .owl-item .box_content, 
.owl-single-wine.owl-carousel .owl-item .box_content{
  padding: 40px 20px;
  justify-content: center;
  display: grid;
  align-content: center;
  height: 100%;
}

.owl-slider-home.owl-carousel .owl-nav,
.owl-single-wine.owl-carousel .owl-nav {
   
    position: absolute;
    top: 40%;
    width: 100%;
  }
  
  

.arrow_left, .arrow_left_n{
    position: absolute;
    left: 30px;
    width: 30px;
  height: 100px;
 
}
.arrow_left:before{
    content: "";
    width: 38px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top:50%;
    left: 0px;
   
}
.arrow_left_n:before{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: absolute;
  top:32px;
  left: 0px;
 
}
/*
.arrow_left::after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    position: absolute;
    bottom: 40px;
  left: 0px;
    
}
*/
.arrow_left_n::after{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  position: absolute;
  bottom: 40px;
left: 0px;
  
}


.arrow_right, .arrow_right_n{
    position: absolute;
    right: 30px;
    width: 30px;
  height: 100px;
 
}
.arrow_right:before{
    content: "";
    width: 38px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
  left: 0px;
   
}

.arrow_right_n:before{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  position: absolute;
  top: 32px;
left: 0px;
 
}
/*
.arrow_right::after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    position: absolute;
    bottom: 40px;
  left: 0px;
    
}
*/

.arrow_right_n::after{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: absolute;
  bottom: 40px;
left: 0px;
  
}


.owl-carousel-all .item [class*="col-"]{
    padding: 0;
}
.owl-carousel-all .item.post [class*="col-"]:nth-child(2){
    background-color: #1c2931;
    color: #fff;
    display: grid;
align-content: space-around;
padding: 20px;
}
.owl-carousel-all .item.publications{
    margin: 0;
}
.owl-carousel-all .item.publications [class*="col-"]:nth-child(2){
    background-color:#e8e2da;
    display: grid;
align-content: space-around;
padding: 20px;
}

.owl-carousel-all.owl-carousel .owl-stage-outer {
    
    overflow: visible;
}


.owl-carousel-all .owl-nav{
    position: absolute;
    top:-50px;
    right: 0;
}
.news_section_all h5{
    position: relative;
    display: ruby;
}


   
    .section_lostudio{
        
        color: #fff;
        
       
    }
    .section_lostudio .container{
        background-color: #E83D3D;
        padding: 120px 40px 160px 40px;
    }
    .section_lostudio h2{
        text-transform: uppercase;
    }
    
    
    .section_settori{
        padding: 120px 0;
        background: transparent url('../img/bkg_aree_home.jpg') scroll no-repeat bottom center;
        background-size: cover;
    }
    a.box_settori_home{
        border: 2px solid #fff;
  color: #fff;
  display: grid;
  height: 200px;
  align-content: end;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
    }


    #navigation_mh{
        transition: linear 0.2s;
        transform: translateX(-100%);
        min-width: 30%;
    
        height:100%;
        position: fixed;
        top: 0;
        left: 0px;
        background: rgba(15, 77, 130, 0.95);
        float: left;
        z-index: 10;
      
        padding: 40px;
        align-content: space-between;
        display: grid;
        }

        .menu-icon{
            /*width: 150px;
            height: 35px;
            */
            /*position: fixed;*/
            position: relative;
            /*top: 23px;
            left: 30px;*/
            margin: 10px;
            z-index: 999999;
            cursor: pointer;
            }
            
            body.home .menu-icon div {
                
                background: #fff;
            }
            .menu-icon div {
            width: 30px;
            height: 2px;
            background: #0F4D82;
            margin: 6px ;
            transition: all 0.35s;
            border-radius: 2px;
            }
            .on .line_one {transform: rotate(45deg) translate(7px, 4px);}
            .on .line_two {opacity: 0;}
            .on .line_three {transform: rotate(-45deg) translate(7px, -5px);}

            
            .menu-icon.on div{
              background: #fff;
            }
.justify-container{
    display: grid;
    justify-content: space-between;
}

#grid{
    margin-top: 60px;
}
h1.title_page{
    
font-size: 32px;
font-weight: 300;
line-height: 24px;

color: #07508b;


}

.filters .ui-group{
    
    margin-bottom: 30px;
}
.filters select{
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #777;
    padding: 10px 15px;
    
}
.search_lawyers h4, .ui-group h4{
    font-family: 'Inter', sans-serif;
    font-size: 21px;
}


.search_lawyers input{
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fff;
   line-height: 16px;
    padding: 10px 15px;
    color: #777;
   margin-bottom: 30px;
    border-radius: 0;
   
}
.detail-lawyer {
    margin-top: 20px;
}
.detail-lawyer h3{
    font-size: 21px;
    color: #07508b;
    /*font-family: 'Karla', sans-serif;*/
    font-family: 'Inter', sans-serif;
    
}
.detail-lawyer h3 a{
    color: #07508b;
}
.detail-lawyer span{
    color: #0F4D82;
    font-family: 'Inter', sans-serif;
}
.social_list_avv a{
    color: #0F4D82;
    font-family: 'Inter', sans-serif;
}
.social_list_avv i, .contatti_avv i{
color: #E83D3D;
margin-right: 10px;
}
.little_title{
    color: #E83D3D;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 20px;
}
.little_title span{
    background-color: #E83D3D;
    width: 20px;
    height: 10px;
    display: inline-table;
    margin-right: 10px;
}
.content_dett_avv{
    margin-top: 40px;
    margin-bottom: 40px;

}
.single-lawyers h1{
    font-size: 32px;
    color: #07508b;
    /*font-family: 'Karla', sans-serif;*/
    font-family: 'Inter', sans-serif;
}
.contatti_avv{
    display: flex;
}
.contatti_avv p{
    margin-right: 10px;
}
.contatti_avv, .contatti_avv a{
color: rgba(15, 77, 130, 0.95);
}
.contatti_avv span{
    display: block;
    text-transform: uppercase;
  position: relative;
    padding-left: 10px;
}
.contatti_avv span::before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: rgba(15, 77, 130, 0.95);
}
.bkg_image_avv{
    background: transparent url('../img/LPAGINADETTAGLIO.png') scroll no-repeat bottom right;
    background-size: contain;
  

}
.content_images_avv{
    background: transparent url('../img/LLISTA.png') scroll no-repeat bottom left;
    background-size: 60%;
}
.content_images_avv img{
    width: 70%;
    display: block;
    margin: 0 auto;
}
.box_list_options_lawyer{
    margin-bottom: 40px;
}
.box_list_options_lawyer a{
    display: block;
    margin-left: 30px;
}
.box_list_options_lawyer_aree a.list_other_areas{
    color: #E83D3D;
}
.navigation_avv {
    display: flex;
    justify-content: center;
  }


  a.single-area-section{
    border: 2px solid #c9c9c9;
color: #0F4D82;
display: grid;
height: 250px;
align-content: end;
padding: 10px 20px;
margin-bottom: 30px;
background-size: 0;

}



a.single-area-section:hover{
    background-size: cover;
    background-position: center;
    color: #fff !important;
    background-color: #07508b;
  }




.detail-settore h4{
    /*color: #0F4D82;*/
    font-family: 'Inter', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 115.385% */
text-transform: uppercase; 
}
.sign_left{
    width: 75%;
    border-bottom: 35px solid rgba(255, 255, 255, 0.4);
    height: 85%;
    flex: 1;
    position:absolute ;
    left: 0;
    margin-right: 10%;
    bottom: 60px;

}
.wide_home .sign_right{
    width: 15%;
    height: calc(100% - 243px);
    border-bottom: 35px solid rgba(255, 255, 255, 0.4);
    border-left: 35px solid rgba(255, 255, 255, 0.4);
    position:absolute ;
   right: 0;
   bottom: 60px;
}
.sign_right{
    width: 15%;
    height: 100%;
    border-bottom: 35px solid rgba(255, 255, 255, 0.4);
    border-left: 35px solid rgba(255, 255, 255, 0.4);
    position:absolute ;
   right: 0;
   bottom: 60px;
}
.offices_menu{
    color: #fff;
    margin: 0 0 1.5em 3em;
}
.offices_menu span{
    color: #fff;
    text-transform: uppercase;
    display: block;

}
.footer_menu{
    color: #fff;
}
.contact_page input[type='text'],
.contact_page input[type='email'],
.contact_page textarea{
width: 100%;
border-left: 0;
border-right: 0;
border-top: 0;
margin-bottom: 20px;
border-radius: 0;
}
.contact_page textarea{
    height: 100px;
    
}
.contact_page input[type='submit']{
margin-top: 20px;
background-color: #fff;
color: #000;
border: 1px solid #000;
/*text-transform: uppercase;*/
padding: 10px 40px;
	font-weight:600;
	border-radius: 0;
	font-size: 18px
}
/*
::placeholder {
    color:#000;
    opacity: 1; 
  }
  
  ::-ms-input-placeholder { 
    color:#000;
  }
  */
  .content_newsletter{
    justify-content: center;
    display: grid;
  }
  .box_newsletter{
    width: 300px;
  }
  .newsletter_form input[type='email']{
    width: 100%;
    border-left: 0;
border-right: 0;
border-top: 0;
color: #777;
border-radius: 0;

  }
  .newsletter_form input[type='submit']{
    background-color: #fff;
    border: 0;
    

  }
  .newsletter_form .wpcf7-submit {
    font-family: FontAwesome !important;
    }
    .newsletter_form .wpcf7-list-item{
        margin-left: 0;
        margin-top: 10px;
    }
    .newsletter_form .wpcf7-list-item-label{
        font-size: 13px;
        margin-top: 10px;
    }



  .footer_home{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
  
  .footer_home p{
    margin-bottom: 0;
  }
  /*
  .footer_home {
    position: fixed;
   
    width: 100%;
    height: 120px;
    bottom: -100px;
    transition: all 200ms ease-out;
  }
 
  
    .footer_home.bottom {
      bottom: 0;
      z-index: 2;
    }
     */
     
    input#menuToggle {
      display: none;
    }
   
    /*input {
      display: none;
    }
    */
    
    .open {
      background-color: #fff;
      width: 24px;
      height: 2px;
      display: block;
      border-radius: 0;
      cursor: pointer;
      position: relative;
      top: 0px;
    }
    
    .open:before {
      content: "";
      background-color: #fff;
      width: 24px;
      height: 2px;
      display: block;
      border-radius: 0;
      position: relative;
      top: -8px;
      transform: rotate(0deg);
      transition: all 0.3s ease;
    }
    
    .open:after {
      content: "";
      background-color: #fff;
      width: 24px;
      height: 2px;
      display: block;
      border-radius: 0;
      position: relative;
      top: 6px;
      transform: rotate(0deg);
      transition: all 0.3s ease;
    }
    
    .menuOpen {
      width: 24px;
      height: 20px;
      display: block;
      padding: 15px;
      cursor: pointer;
     
    }
    
    .menuOpen:hover .open:before {
      top: -9px;
    }
    
    .menuOpen:hover .open:after {
      top: 5px;
    }
    
    .menu {
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 1);
    }
    
    .menu label {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 20px;
      top: 20px;
      background-size: 100%;
      cursor: pointer;
    }
    /*
    .menu .menuContent {
      position: relative;
      top: 40%;
      font-size: 54px;
      text-align: center;
      padding-bottom: 20px;
      margin-top: -170px;
    }
    */
    .menu .menuContent {
    position: relative;

  font-size: 54px;
  text-align: center;
  
  
  display: grid;
  align-content: center;
  height: 100%;
    }
    .menu ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
    }
    
    .menu ul li a {
      display: block;
      color: white;
      text-decoration: none;
      transition: color 0.2s;
      font-family: "Lora", serif;
      
     
      padding: 10px 0;
    }

    
    
    .menuEffects {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    
    .menuEffects ul {
      transform: translateY(0%);
      transition: all 0.5s;
    }
    
    #menuToggle:checked ~ .menuEffects {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s;
    }
    
    #menuToggle:checked ~ .menuEffects ul {
      opacity: 1;
    }
    
    #menuToggle:checked ~ .menuOpen .open {
      background-color: transparent;
    }
    
    #menuToggle:checked ~ .menuOpen .open:before {
      content: "";
      background-color: white;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
    }
    
    #menuToggle:checked ~ .menuOpen .open:after {
      content: "";
      background-color: white;
      transform: rotate(-45deg);
      position: relative;
      top: 0;
      right: 0;
      z-index: 1;
    }
    
    #menuToggle:not(:checked) ~ .menuEffects ul {
      transform: translateY(-30%);
    }
   .content_sp{
    align-content: center;
    display: inline-grid;
    height: 100%;
    padding: 40px 10% 40px 10%;
  
   
   }
   .content_pe{
    align-content: center;
    display: inline-grid;
    height: 100%;
   
   }

   .content_cont {
    align-content: center;
    display: inline-grid;
    height: 100%;
    /*padding: 40px 10% 40px 10%;*/
    padding:5% 0;
  }
  .content_news {
    align-content: center;
    display: inline-grid;
    height: 100%;
    /*padding: 40px 10% 40px 10%;*/
    padding:5% 0 0px;
  }

   .content_exp{
    align-content: center;
    display: inline-grid;
    height: 100%;
    padding: 40px 0;
   }
   .content_exp_testo{
    align-content: center;
    display: inline-grid;
    height: 100%;
    padding: 8%;
   }
   /*
   .content_sp h1, .content_cont h1, .content_exp h1, .content_pe h1{
    font-size: 72px;
    font-family: "Lora", serif;
    line-height: 70px;
   }
  */
   .content_cont h1, .content_news h1{
    font-style: italic;
   }
   /*
   .content_sp h1 span, .content_cont h1 span, .content_exp span, .content_pe span{
    font-style: italic;
    font-family: "Lora", serif;
    font-size: 92px;
   }
   */
   .content_sp hr, .box_content hr, .box_content_wine hr, .content_cont hr, .content_exp hr, .content_pe hr{
    background-color: #000;
  height: 1px;
  opacity: 1;
  width: 60%;
  margin-bottom: 30px;
  margin-top: 35px;
   }
   .content_sp p{
    max-width: 500px;
   }

   h2.elementor-heading-title span{
    font-size: 72px !important;
    font-style: italic !important;
    line-height: 60px;

   }
.header_reverse h1 span{
   font-style: italic;
   font-family: "Lora", serif;
   font-size: 92px;
  }


   @media (max-width: 1024px) {
    h2.elementor-heading-title span{
      font-size: 42px !important;
    line-height: 40px;
      
     }
   }
   @media (max-width: 992px) {
   .wide {
   
    margin-top: 87px;
  }
  .content_image {
    
    height: 100%;
  }


  .footer_home{
    position: relative;
    
  }
  .box_content_wine h1 {
    font-family: "Lora", serif;
    font-size: 52px;
  }
}


   .accordion {
    margin-bottom: 40px;
   }
   .accordion h4{
    font-size: 62px !important;
    font-family: "Lora", serif;
    padding-left: 30px;

   }
   .accordion h4 span{
    font-size: 92px;
    font-style: italic !important;
   }
   .accordion .head_acc{
    border-bottom: 2px solid #000;
   }
   .accordion .content{
    padding-top: 40px;
   }
   .item_wine{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

   }
   .item_wine h6{
    font-family: "Lora", serif;
    font-size: 37px;

   }
   .item_wine i{
    font-size: 30px;
   }
   .item_wine p{
    font-size: 18px;
   }
   .item_wine .wp-post-image{
    padding: 0 20px;
	width: 130px;
   }
   .item_wine a {
    width: 50%;
  }
   .info_wine{
    width: 50%;
   }
   .info_wine img{
    margin: 15px 0;
   }
   .img_single_wine{
    display: grid;
    height: 100vh;
    width: 100%;
    justify-content: center;
  align-content: center;
   }
   
   .img_single_wine img{
    width: 200px !important; 
   }
   
   a.btn_default{
    background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 8px 40px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  
  font-weight: 600;
   }

   a.btn_default_black{
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-size: 20px;
   }
   .content_bottoni_vino{
    display: flex;
    justify-content: space-between;
   }

   .scrolldown {
    position: relative;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 0 10%;
  }
@media (max-width: 767px){
  .scrolldown {
    
    bottom: 6%;
  }
}

  .scrolldown_reverse {
    position: absolute;
  bottom: 0%;
  left: 0%;
  
  z-index: 9999;
 
  }
  
  
  .scrolldown img, 
  .scrolldown_reverse img{
    
    width: 30px;
    
    animation: bounce 0.8s infinite alternate;
  }
  
  @keyframes bounce {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(10px);
    }
  }
  .section_experiences div[class*='col-'], .section_contacts div[class*='col-']{
    display: flex;
    justify-content: center;
  }
  .section_experiences h6, .section_contacts h6, .content_sp h6, .content_pe h6{
    font-size: 38px;
  font-weight: 100;
  line-height: 47px;
  }
  .section_famiglia_cs h2 span{
    font-size: 72px;
    font-style: italic;
    line-height: 72px;
  }
  .section_famiglia_cs hr{
    height: 1px;
    background-color: #000;
    opacity: 1;
    width: 80%;
    margin: 30px 0;
  }
  .content_ptrb{
    padding: 15% 10% 15% 0;
  }
  .no-margin-bottom p{
    margin-bottom: 0 !important;
  }
  .content_ptrb a.btn_default{
    margin-top: 80px !important;
  }

  
  .section_famiglia_cs  div[class*='col-']{
    position: relative;
  }
  .section_etichette {
    padding: 50px 0px;
    }
    
    .content_sp h1, .content_cont h1, .content_exp h1, .content_pe h1, .content_news h1  {
      font-size: 45px;
      font-family: "Lora", serif;
      line-height: 49px;
    }
    
    .content_sp h1 span, .content_cont h1 span, .content_exp span, .content_pe span, .content_news span  {
      font-style: italic;
      font-family: "Lora", serif;
      font-size: 65px;
    }


  @media (min-width: 1200px) {
    .section_etichette {
      height: calc(100vh - 92px);
       /*display: grid;
       align-content: center;
       */
     }
     .content_sp h1, .content_cont h1, .content_exp h1, .content_pe h1, .content_news h1 {
      font-size: 62px;
      font-family: "Lora", serif;
      line-height: 72px;
    }

    .content_sp h1 span, .content_cont h1 span, .content_exp span, .content_pe span, .content_news span {
      font-style: italic;
      font-family: "Lora", serif;
      font-size: 92px;
    }
}

@media (max-width: 1199px) {


    .content_pe {
    padding: 40px 0 60px;
    }


  .scrolldown_reverse {
  
  bottom: 3%;
 
  }
    
}
@media (min-width: 768px) {
  .small_img_absolute{
    position: absolute;
    bottom: -40%;
  left: -11%;
  }
  .small_img_absolute img{
    width: 320px;
  }
  
}
@media (max-width: 767px) {
  .small_img_absolute{
    position: relative;
    bottom: 0%;
  left: 0%;
  }


.menu_right_top a.linkedin_head.marker_head{
  display: none;
}
.wide_home h1 span {
  font-size: 47px;
    line-height: 47px;
}

.wide_home h1 {
 
  font-size: 31px;
  line-height: 31px;
}

}

@media  (max-width: 440px){
  .section_single_news h1 {
    text-align: center !important;
  }
  .section_single_news hr {
    
    margin: 30px auto !important;
  }
  .owl-slider-home.owl-carousel .owl-item .box_content{

  justify-content: start;
  
}

  .owl-slider-home.owl-carousel .owl-nav, .owl-single-wine.owl-carousel .owl-nav {
    top: 20%;
  }
  .arrow_right::before,
  .arrow_left::before
   {
    width: 20px;
  }

  .arrow_right::after, 
  .arrow_left::after{
    
    width: 20px;
    bottom: 48px;
    
  }
  .navbar-custom .navbar-nav > li > a {
  
    font-size: 37px;
    line-height: 55px;
  }
  .navbar-custom .navbar-nav > li > a:hover {
    font-size: 43px;
    
  }
  .site-footer {
    
    text-align: center;
  }

  .social_footer {
    justify-content: center;
  }

  .link_menu_contact {
      display: inline-block; /* Per consentire l'aggiunta di larghezza e altezza */
      text-indent: -9999px; /* Nasconde il testo */
      overflow: hidden; /* Nasconde il testo che potrebbe andare oltre i limiti */
      
  }

  .menu_right_top a.linkedin_head.marker_head{
    display: grid;
  }
  .accordion h4 {
    font-size: 42px !important;
  }

  .accordion h4 span {
    font-size: 60px;
  }
  .img_single_wine {
    margin-top: 90px;
  }
  .content_bottoni_vino {
    display: grid;
    justify-content: center;
  }
  .content_exp {
    
    padding: 40px 8%;
  }

  .section_experiences div[class*="col-"] {
    display: block;
  }
  .item_wine h6 {
    
    font-size: 28px;
    line-height: 30px;
  }

  .content_sp h1, .content_cont h1, .content_exp h1, .content_pe h1, .content_news h1 {
    font-size: 39px;
 
    line-height: 39px;
  }

  .content_sp h1 span, .content_cont h1 span, .content_exp span, .content_pe span, .content_news span{
    
    font-size: 59px;
  }


}




  .section_etichette .container,
  .section_etichette .row,
  .section_etichette  div[class*='col-']{
    height: 100%;
  }
  .section_etichette  div[class*='col-']{
    display: grid;
    align-content: center;
    position: relative;
  }
  .section_single_wine{
    margin-top: 90px;
  }
  .section_news .row{
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-top: 40px;

  }
  .section_news h4{
    font-family: "Lora", serif;
    margin-bottom: 20px;
    font-size: 36px;
  }
  .section_news .detail-area{
    height: 100%;
    display: grid;
    align-content: center;
  }
  .section_single_news h1{
    font-size: 62px;
      font-family: "Lora", serif;
  }
  .section_single_news hr{
    height: 1px;
    background-color: #000;
    opacity: 1;
    width: 60%;
    margin: 30px 0;
  }
  .margin_img_news{
margin: 40px 0;
  }
  .gallery_news{
    margin-top: 40px;
  }
  .simple_page h1{
    color: #000;
  }