html, body{
    line-height: 1.6;
    
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
    color: #333F48;
    background-color: #fff;
}



/*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;
    
    
}
h5{
    color: #41B6E6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;

}
a,
a:hover,
a:focus,
a:active,
a:visited{
    color: #000;
    outline: none;
    text-decoration: none;
}
p{
font-weight: 300;
font-size: 16px;

}
.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;
}
.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;
    }

    .filters .ui-group {
        
        width: 25em;
        flex: 1;
    }
    .filters .ui-group:nth-child(2){
        margin-left: 20px;
        margin-right: 20px;
     }

}
.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;
}

.top-bar{
    background-color: #004680;
    color: #c9caca;
    text-align: right;
}
ul#menu-top-menu{
    margin: 0;
    padding: 0;
}
#menu-top-menu li{
    list-style: none;
    display: inline-block;
    border-left: 2px solid #c9caca;
    margin: 5px;
    padding-left: 10px;
}
#menu-top-menu li a{
    color: #c9caca;
}
a.language_link{
    border-left: 2px solid #c9caca;
    margin: 7px 5px;
    padding-left: 10px;
    display: block;
    color: #c9caca;
    font-size: 14px;
}
.icon_in{
    border-left: 2px solid #c9caca;
    margin: 5px;
    padding-left: 10px;
    display: block;
}
.icon_in i{
    color: #c9caca;
}
.navbar-custom{
    top: 0;
    background-color: transparent;
   
    /*margin-bottom: 60px;*/
   }
   
   .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: #000 !important;
    
   }
   
   .navbar-custom .navbar-nav > li > a{
       line-height: 40px;
       padding: 0 13px;
       
       color: #004680 ;
       
       font-size: 16px;
       background: transparent !important;
       font-weight: 500;
       -webkit-background-clip: padding-box;
       background-clip: padding-box;
       padding: 4px 5px;
       text-decoration: none;
      
      
       
   }

   
   
   
   
   .navbar-custom .navbar-nav > li > a:hover{
     color: #DF4661 !important;
     
   }
   #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: 210px;
   }
   /*
   .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;
}



.site-footer{
 
 padding: 20px 0 18px;
 background-color: #000;
 font-size:12px;
 color: #e8e2da;
}
.site-footer p{

font-size: 14px;
}
.site-footer a{
 color: #fff;

}
.footer_top{
   
    background-color: #333F48;
    padding: 40px 0;
}


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

.btn:hover {
  color: #000;
}

.btn.btn_violet{
    border: 1px solid #DF4661;
    color: #DF4661;
    padding: 15px 30px;
    border-radius: 1px;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 14px;
  letter-spacing: 3px;
}
.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%;
    min-height: calc(100vh - 170px) ;
    background-position:  top center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
    align-content: center;
    display: grid;
}
.wide_home h1{
    font-family: 'Literata', serif;
}

.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%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  align-content: center;
    display: grid;
    
  
    
}
.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;
}

.breadcrumb{
 background-color: #ccc;
}

/* CSS CUSTOM */

.line_big_orange{
    width: 80px;
    height: 2px;
    background-color: #DF4661;
    display: inline-block;
}



.owl-slider-home.owl-carousel .owl-item h2{
text-transform: uppercase;
}
.owl-slider-home.owl-carousel .owl-item .box_content{
    padding: 20px;
    
}

.owl-slider-home.owl-carousel .owl-nav {
   
    position: absolute;
    top: 40%;
    width: 100%;
  }
  
  .slide_home_dots{
    position: relative;
    bottom: 100px;
  z-index: 1;
  padding: 0 25px;
}
  .slide_home_dots .owl-dot.active{
    background-color: #DF4661;
  }
  .slide_home_dots .owl-dot{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 3px;
  }

.arrow_left{
    position: absolute;
    left: 30px;
    width: 30px;
  height: 100px;
 
}
.arrow_left:before{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    position: absolute;
    top:25px;
    left: -10px;
   
}
.arrow_left::after{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    position: absolute;
    bottom: 31px;
  left: -10px;
    
}


.arrow_right{
    position: absolute;
    right: 30px;
    width: 30px;
  height: 100px;
 
}
.arrow_right:before{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    position: absolute;
    top:25px;
    left: -10px;
   
}
.arrow_right::after{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    position: absolute;
    bottom: 31px;
  left: -10px;
    
}


.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;
}

/*
.news_section_all h5::after{
    content: "";
    border-bottom: 1px dashed #41B6E6;
    width: calc(100% - 100px);
    height: 1px;
    position: absolute;
    top: 8px;
  left: 10%;

    }
    */
    .dashed{
justify-content: space-between;
display: flex;
margin-bottom: 15px;
    }
    .dashed span{
        border-bottom: 1px dashed #41B6E6;
    width: 100%;
    height: 1px;
    display: block;
    margin-left: 20px;
    margin-top: 8px;
    flex: 1;
    }
    .dashed h6{
        color: #41B6E6;
    }
    .section_lostudio{
        background-color: #004680;
        
        color: #fff;
        padding: 120px 0 160px 0;
        margin-bottom: -40px;
    }
    .section_lostudio .row{
        position: relative;
    }
    .bkg_img_lostudio{
position: absolute;
bottom: -140px;
left: -63px;
    }
    .section_lostudio h2{
        text-transform: uppercase;
    }
    .section_lostudio h3{
        font-family: 'Literata', serif;
    }
    .section_lostudio p{
        column-count: 2;
    }
    
    .count_home .container.cont_grey{
        background-color: #f8f8f8;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .count_home .container.cont_blu{
        background-color:#41B6E6;
        padding-top: 60px;
        padding-bottom: 60px;
        color: #fff;
    }
    .cont_blu h3{
        font-weight: 700;
    }
    .block_ultimenotizie{
        background-color:#41B6E6;
        
        padding: 21% 12%;
        z-index: 2;
  position: relative;
    }
    
    .block_ultimenotizie h1{

        font-size: 36px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 300;
    }
    .block_nostrinumeri{
        background-image: url('../img/bkg_nostrinumeri.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        margin: -120px 30px 0 30px;
        padding: 15% 12%;
        position: relative;
      
    }
    .block_nostrinumeri span{
    color: #DF4661;
    margin-bottom: 20px;
    display: block;
    }
    .block_nostrinumeri h1{
        font-size: 36px;
        text-transform: uppercase;
        color: #004680;
        font-weight: 300;
    }
    .box_counter{
        text-align: center;
    }
    .box_counter span{
        font-size: 56px;
        font-weight: 300;
        color: #004680;
        
    }
    .box_news_home{
        margin-top: 20px;
    }
    .box_news_home h3, .block-news h3{
        font-size: 24px;

    font-weight: 700;
line-height: 27px;
    }
    .block_header{
        margin:  -180px 50px 0 50px;
        padding: 60px;
    }
    .block_header h1{
        font-family: 'Literata', serif;
        color: #fff;
        font-size: 35px;
    }


    .block_header span{
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 40px;
        display: block
    }

    a.single-area-section{
        border-bottom: 1px dashed #000;
        display: block;
     
        padding-top: 40px;
        padding-bottom: 20px;
        
    }

    a.single-area-section.border_top
    {
        border-top: 1px dashed #000;
    }
    
    .title_single_area h1{
        font-family: Literata;
    font-size: 30px;
    font-style: normal;
    font-weight: 400; 
    color: #e8e2da;
    }
    .detail-lawyer{
        margin-top: 20px;
        color: #333F48;
    }
    .detail-lawyer h3, .box_partner h3{
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .detail-lawyer h3{
    min-height: 40px;
    }
    .box_partner{
        margin-bottom: 20px;
    }
    .box_partner h3{
        margin: 10px 0;
    }
    .col-12.avv-element{
        margin-top: 40px;
    }
    .avv-element{
        margin-bottom: 30px;
    }
    .social_list_avv a{
        color: #DF4661;
    }

    .filters{
        justify-content: space-between;
        display: flex;
        margin-bottom: 40px;
    }
    .filters .ui-group{
        margin-top: 20px;
        
    }
    .filters select{
        width: 100%;
        border: 1px solid #000;
        background-color: #fff;
        text-transform: uppercase;
        padding: 15px;
        
    }
    .filters select option{
        text-transform: uppercase;
    }
    .search_lawyers{
        /*padding: 0 25px;*/
    }
    .search_lawyers input{
        width: 100%;
        border: 1px solid #000;
        background-color: #fff;
        text-transform: uppercase;
        padding: 15px;
        color: #000;
        font-size: 14px;
        letter-spacing: 3px;
        border-radius: 0;
       
    }


/* accordion-1 */
.accordion{
    position: relative;
    border-bottom: 1px dashed #000;
  }
  .single_desk:first-child .accordion{
    border-top: 1px dashed #000;
  }
  
  
  .accordion .head_acc{
    
    padding: 30px 0px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    
  }
  
  
  
  .accordion .content_col_acc{
    
    padding-bottom: 40px;
    padding-right: 40px;
  }
  
  .accordion h4{
    padding-left: 30px;
    position: relative;
  }
  .accordion h4:before {
   position: absolute;
  content: "";
  width: 20px;
  background-color: #DF4661;
  height: 2px;
  top: 13px;
  left: 0;
  }
  .accordion h4:after{
    position: absolute;
  content: "";
  height: 20px;
  background-color: #DF4661;
  width: 2px;
  top: 4px;
  left: 9px;

  }
  .accordion.active h4:after{
    display: none;
  }
 
  
  .accordion .content{
    
   /* display: none;*/
    padding-bottom: 30px;
   
  }
  .detail-area h4{
    position: relative;
    padding-left: 30px;
  }
  .detail-area h4:before{
    position: absolute;
    content: "";
    width: 20px;
    background-color: #DF4661;
    height: 2px;
    top: 13px;
    left: 0;
  }
  .detail-area h4:after{
    position: absolute;
  content: "";
  height: 20px;
  background-color: #DF4661;
  width: 2px;
  top: 4px;
  left: 9px;
  }

  #search-container {
    position: relative;
    display: inline-block;
    border-left: 2px solid #c9caca;
    padding-left: 10px;
  margin: 5px;
}

#search-form-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 8px;
    background-color: #004680;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: 320px;
}
input.search-submit{
    padding: 0.5em 1em 0.5em !important;
}

#search-icon {
    cursor: pointer;
}

.search-field {
    width: 100%;
    padding: 8px;
}
.content_top_bar{
    justify-content: end;
    display: flex;
}
@media (min-width: 1200px) {

    
    .block_ultimenotizie h1, .block_nostrinumeri h1{

        font-size: 43px;
    line-height: 55px;
    }
    .block_header{
        /*align-content: space-between;*/
    display: grid;
    min-height: 360px;
    }

}
@media (min-width: 992px) {
    .block_ultimenotizie{
        
        margin: -65% 0 0 0;
    }

    
}

.text_blu_page{
 border-top:  5px solid #41B6E6;
 padding-top: 10px;
}
.text_blu_page p{
 font-size: 22px;
 color: #41B6E6;
 font-weight: 700;
}
.icons_awards{
    display: flex;
  justify-content: space-between;
  
}
.grey_circle{
    background-color: #c9caca;
    align-content: center;
    display: grid;
    border-radius: 50%;
    padding: 30px;

}
.grey_circle img{
    width: 100px;
}
.detail-area h4 span i {
    margin-right: 10px;
    color: #DF4661;
}
.button-group-filter-news, ul.isotope-filter-links{
    border: 1px solid #DF4661;
    margin-bottom: 60px;
    padding: 15px;
    list-style: none;
    display: flex;
    margin-left: 0;
  justify-content: center;
}
.isotope-filter-links li{
    float: left;
}
.button-group-filter-news button:first-child, .isotope-filter-links li:first-child a{
    border-left: 0;
}
.button-group-filter-news button, .isotope-filter-links li a{
    background: transparent;
    color: #DF4661;
    text-transform: uppercase;
    letter-spacing: 3px;
  border: 0;
  font-size: 14px;
  
  border-left: 1px solid #DF4661;
  line-height: 14px;
  padding: 0 15px;
}
.isotope-filter-links li a.active
{
  color: #333F48;
  font-weight: bold;
}
.button-group-filter-news button.is-checked{
    font-weight: 700;
}
.block-news {
    margin-bottom: 50px;
  }
.block-news a, .box_news_home a{
    color: #DF4661;
}
.block-news span, .box_news_home span{
    display: block;
    margin-bottom: 10px;
}
.pagination_news{
    margin-top: 20px;
}
.page-numbers{
    border: 1px solid #000;
    padding: 5px 12px;
  margin-right: 5px;
  font-size: 14px;
}


/* Isotope pager
================== */
.isotope-pager {
    padding: 30px 0px;
  
    
}
.isotope-pager .pager {
    border: 1px solid #000;
    padding: 5px 12px;
  margin-right: 5px;
  font-size: 14px;
}

.isotope-pager .active {
  
  color: #DF4661;
}




.wide_page h3{
    color: #fff;
    font-family: 'Literata', serif;
    font-size: 30px;
}
.page-template-page-contact .wide_page h3,
.single-lawyers .wide_page h3 
{
    color: #1c2931;

}
.section_contatti{
background-color: #004680;
padding: 60px 0;
}
.section_contatti h5{
    margin-bottom: 30px;
}
.contact_page{
    color: #fff;
}
.contact_page p{
    font-size: 13px;
}
.contact_page input[type="text"], 
.contact_page input[type="email"],
.contact_page text{
    width: 100%;
    padding: 10px;
}
.contact_page label{
text-transform: uppercase;
letter-spacing: 2px;
}
.contact_page input[type="submit"]{
    border: 1px solid #41B6E6;
    color: #41B6E6;
    display: block;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    width: 100%;
  border-radius: 0;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 3px;
}

label.label_upload{
cursor: pointer;
border: 1px solid #fff;
    color: #fff;
    padding: 12px;
    text-align: center;
    width: 100%;
}
  .up_file {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
.content_upload_file{
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
.content_upload_file p{
    text-transform: uppercase;
    
    flex: 1;
}


.contact_page .wpcf7-form-control.wpcf7-acceptance {
    margin: 10px 0;
    display: block;
  }
  .contact_page .wpcf7-form-control.wpcf7-acceptance label{
    text-transform: initial;
  }


.box_list_options_lawyer{
    margin: 40px 0;
}
.documenti_download{
    /*
        justify-content: space-around;
        display: flex;
        */
        margin-bottom: 30px;
}
.list_other_areas{
    display: block;
}
.contatti_avv {
    justify-content: space-between;
    display: flex;
  }
  .contatti_avv p, .contatti_avv a{
    color: #41B6E6;
    font-weight: 400;
    font-size: 14px;
  }
  .box_content_news{
    margin-bottom: 30px;
  }
  .box_content_news h2, .box_content h2{
    font-family: 'Literata', serif;
    color:  #004680;

    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box_content_news span{
    color: #41B6E6;
  }
  .box_content h5{
    font-size: 16px;
  }
 .circle_rank{
    margin-bottom: 30px;
    text-align: center;
 }
 .circle_rank img{
 max-width: 150px;
 }
 .list_into_news{
   /* justify-content: center;
    display: flex;
    */
    margin-bottom: 20px;
    /*align-items: center;*/
 }
 .list_into_desk{
    
    display: flex;
    margin: 30px 0;
    /*align-items: center;*/
 }
 .list_into_news .img_into_news,.list_into_desk .img_into_desk{
   
    /*margin-right: 10px;*/
 }
 .list_into_desk .img_into_desk img{
    width: 180px;
 }
 .list_into_desk .img_into_desk a{
    display: block;
 }
 .dett_into_news h6, .dett_into_desk h6{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
 }
 .authors_news{
    margin-bottom: 30px;
 }
 .menu_columns{
    
    display: flex;
 }
 .navbar-left li a, .navbar-right li a {
    color: #C9CACA;
 }
/**/

.filters select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    font-size: 14px;
    letter-spacing: 2px;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
   
    cursor:pointer;

    
 }
 .filters select::-ms-expand {
    display: none;
 }
 
 .filters .ui-group  {
    position: relative;
    display: flex;
   /* width: 25em;
    flex: 1;*/
    height: 3em;
    line-height: 3;
    background: #DF4661;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
 }
 .filters .ui-group::after {
    font-family: "Font Awesome 5 Free";
    content: '\25BC';
    position: absolute;
    top: 0;
    
    border-right: 1 solid #000;
    right: 10px;
    /*background: #fff;*/
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
    color: #DF4661;
 }
 .ui-group :hover::after {
    color: #23b499;
 }
 
 /**/
 a.linkedin_footer{
    color: #c9caca;
    float: right;
 }
 a.linkedin_footer img{
    margin-top: -2px;
 }
 .overlay-link {
    position: relative;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 128, 0.5); /* Opacity color (adjust as needed) */
    opacity: 0;
    transition: opacity 0.3s ease;
}
.single-lawyer{
    margin: 0 5px;
}
.single-lawyer:hover .overlay {
    opacity: 1;
}
@media (max-width: 768px) {
    .block_header {
        margin: -180px 0px 0 0px;
    }
    .block_nostrinumeri {
        margin: -120px 0px 0 0px;
    }
    a.linkedin_footer{
        
        float: left;
     }
     .content_policy{
        text-align: left !important;
    }
}

.content_policy{
    text-align: right;
}
.content_policy a{
    margin-left: 20px;
}
.logo_footer{
    margin-bottom: 20px;
}
#navbarIdLeft ul, #navbarIdRight ul{
    margin-left: 0;
}
.page-title-search{
    margin-bottom: 40px;
}
.section_header_studio{
    position: relative;
}
.logo_background{
    position: absolute;
    top: 250px;
    left: 0;
}
.box_rea_avv{
    text-align: center;
    padding: 0 20px;

}
.box_rea_avv span{
display: block;
margin-top: 10px;
text-transform: uppercase;
font-weight: 100;
font-size: 12px;
}