/**
 * Custom CSS per esteri.it
 * @version 1.0 
 */

 /* Importo i css per mantenere separata la struttura */
 @import "modules/search.css";
 /*Test caricamento font */
 @font-face {
     font-family: "Sulphur Point";
     src: url("../fonts/Sulphur_Point/SulphurPoint-Regular.woff") format("woff"),
     url("../fonts/Sulphur_Point/SulphurPoint-Bold.woff") format("woff")
     }
 body{
     font-family: "Sulphur Point", Geneva, Tahoma,sans-serif;
 }
 .blockquote, blockquote{
     font-family: "Titillium Web", Geneva, Tahoma,sans-serif;
     font-style: italic;
 }
 a{
    color: #000;
 }
 a:hover{
    color: #000000a3;
 }
 blockquote {
     background: #f9f9f9;
     border-left: 10px solid #ccc;
     margin: 1.5em 10px;
     padding: 0.5em 10px;
     quotes: "\201C""\201D""\2018""\2019";
   }
 blockquote:before {
     color: #ccc;
     content: open-quote;
     font-size: 4em;
     line-height: 0.1em;
     margin-right: 0.25em;
     vertical-align: -0.4em;
 }
 blockquote p {
     display: inline;
 }
 .it-header-center-wrapper .it-header-center-content-wrapper,.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav, .it-header-slim-wrapper .it-header-slim-wrapper-content{
     padding-left: 0px;
 }
 .line-between::before{
     content: "";
     display: block;
     width: 180px;
     height: 1px;
     background: #000;
     left: 0;
     top: 25%;
     position: absolute;
 }
 .line-between::after{
     content: "";
     display: block;
     width: 180px;
     height: 1px;
     background: #000;
     right: 0;
     top: 25%;
     position: absolute;
 }
 /* Overlay HERO header degli archivi */
 .it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after{
     background: none;
 }
 .it-hero-wrapper .it-hero-text-wrapper div.it-category {
     display: block;
     font-size: 1rem;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: .9px;
 }
 .it-header-slim-wrapper.theme-light{
     border-bottom: 1px solid #000;
     border-top: 6px solid #000;
     height: auto;
 }
 .card.border-bottom-card::before{
    background: #000;
 }
 .navbar .navbar-collapsable{
     z-index: 99;
 }
 .link-sublist .list-item.active{
     background: #06c;
 }
 .link-sublist .list-item.active span{
     color: #fff !important;
 }
  .it-header-slim-wrapper{
      border-bottom: 1px solid #fff;
  }
  .it-header-center-wrapper{
      height: 140px;
  }
  .is-sticky .it-header-center-wrapper{
     height: 80px;
 }
  .logo-img, .custom-logo{
      max-width: 300px;
      height: auto;
      margin-top: -20px
  }
 .social-head-text{
     line-height: 0px;
     font-size: 20px;
 }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon{
      border-radius: 50px;
      padding: 2px;
      margin-left: 2px;
      width: 25px;
      height: 25px;
  }
  .social-vimeo{
     width: 25px;
     height: 25px;
     background: #000;
     border-radius: 25px;
     padding: 2px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper{
      padding-top: 10px;
      margin-left: 0px;
  }
  .it-socials.d-none.d-md-flex.hidden-md{
      margin-top: -25px;
  }
  .form-group.search-head{
      margin-bottom: 0.8rem;
  }
  .flag_container {
     position: absolute;
     z-index: 1;
     left: 0;
     width: 100%;
     clear: both;
     transition: all 0.4s ease;
     top: 133px;
 }
 .flag_container div {
     width: 33.3333333333%;
     height: 5px;
     overflow: hidden;
     float: left;
 }
 .flag_container div.green {
     background: #009246;
 }
 .flag_container div.white {
     background: #ffffff;
 }
 .flag_container div.red {
     background: #ce2b37;
 }
  .title-site{
     font-size: 1.2em !important;
     letter-spacing: -1.2px !important;
     width: 280px;
     font-weight: 700 !important;
     line-height: 1.1 !important; 
     word-break: break-all;  
  }
  .footer-title{
      width: 300px;
  }
  .copyright{
      font-size: 14px;
  }
  /*Gallery link*/
 .card.special-card .img-responsive-wrapper{
     width:90%;
 }
  /* Sidebar */
 #secondary{
     padding: 0px 20px ;
 }
 .icon-white.sedi-single{
     color: #fff;
 }
 /*Mansory Image*/
 .mansory-img{
     object-fit: cover;
     position: relative;
     z-index: -1;
 }
 .mansory-item a{
     text-decoration: none;
 }
 .mansory-item .img-wrapper.top-div{
   background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
 }
 .container-text-mansory{
     color: #000;
 }
 .mansory-item a:hover .on-hover-container{
     display: block;
     text-decoration: underline;
 }
 .mansory-item a:hover .img-wrapper.on-hover{
     opacity: 0.4;
 }
 .zoom{
     transition: transform .8s; /* Animation */
 }
 .mansory-item a:hover .zoom {
     transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   }
 .on-hover-container{
     display: none;
     width: 65%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background: #fff;
     color: #000;
 }
 .container-text-mansory.top-div{
     color: #fff;
 }
 .container-text-mansory .cat-sup{
     font-size: 14px;
     text-transform: capitalize;
 }
 .container-text-mansory.top-div{
     margin-top: -105px;
 }
 /* Classe per ridemsionare il contenitore dell'iframe di Youtube */
 .iframe-home{
     width: 100%;
     height: 100%;
     border: none;
 }
 
 .embed-container { 
     position: relative; 
     padding-bottom: 56.25%;
     height: 0;
     max-width: 100%;
 }
 /* Classe per ridemsionare l'iframe di Youtube */
 .embed-container iframe, .embed-container object, .embed-container embed { 
     position: absolute; 
     top: 0; 
     left: 0; 
     width: 100%; 
 }
 /* Footer */
 .it-footer-main{
     background-color: inherit;
     font-size: 14px;
 }
 .it-footer-small-prints{
     background-color: #0c0c0d;
 }
 .it-footer-main .link-list-wrapper ul li a, .it-footer-small-prints a, .footer-widget a{
     color: #65DDE0;
     text-decoration: none;
  }
  .widget-title{
      font-size: 1rem;
  }
  .widget.widget_nav_menu ul{
      padding-left: 20px;
  }
  .it-footer-main hr{
      margin-bottom: 9px;
  }
  .footer-widget a{
     font-size: 14px;
  }
  .footer-widget a:hover{
      text-decoration: underline;
  }
  .flag_container.logo-flag {
     position: inherit;
     margin-bottom: 10px;
 }
 .flag_container.logo-flag div {
     height: 6px;
 }
 .flag_container div {
     width: 33.3333333333%;
     height: 2px;
     overflow: hidden;
     float: left;
 }
 .flag_container div.green {
     background: #009246;
 }
 .flag_container div.white {
     background: #ffffff;
 }
 .flag_container div.red {
     background: #ce2b37;
 }
  /*Menu su footer*/
  #menu-link-utili{
      padding-bottom: 61px;
  }
  #menu-menu-footer{
      padding-bottom: 23px;
  }
  a.card-hover:hover{
      color: #fff;
  }
  .summary-article{
      font-size: 16px;
  }
  .meta-data{
     font-size: 14px;
     font-style: oblique;
  }
 .social-farnesina{
     background-image: url('../img/sfondo-social-farnesina.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }
 .ico-social{
     width: 120px;
 }
 .share-span{
     padding: 0.5em;
     vertical-align: middle;
 }
 .share_buttons .icon{
     width: 36px;
     height: 36px;
 }
 .cat-head{
     font-size: 14px;
 }
 .title-social-sede{
     font-size: 16px;
 }
 .title-corsi-sede{
     margin-top: -60px;
 }
 span.nav-title{
     font-size: 16px;
 }
 .share_buttons_container{
     display: none;
 }
 .share_buttons_container a{
     text-decoration: none;
 }
 .footer-logo{
     width: 80px;
 }
 .bottom-nav.social-share{
     display: none;
     z-index: 2;
 }
 .logo-menu-mobile{
     display: none;
 }
 a.list-item.large.medium.right-icon.active {
     border-left: 3px solid;
 }
 .nav-link.main-menu-link{
     line-height: 1.7;
 }
 .attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
     width: 100%;
     height: auto;
 }
 .card .card-body .category-top{
     font-size: .65rem;
 }
 .content-post-full{
     margin-top: 15px;
 }
 .shadow-thumb{
     -webkit-box-shadow: 14px 17px 0px 0px rgba(0,102,204,1);
     -moz-box-shadow: 14px 17px 0px 0px rgba(0,102,204,1);
     box-shadow: 14px 17px 0px 0px rgba(0,102,204,1);
     }
 .cat-links a{
     display: inline-block !important;
     padding: 0 5px !important;
 }
 .link-list-wrapper ul .social-inline a{
     display: inline-block;
     padding: 0px;
 }
 .link-correlati-sede:hover{
     color: #fff;
 }
 .search-head .search-submit{
     display: inline;
     position: absolute;
     background: #fff;
     border-radius: 0px;
     border-bottom: 1px solid #5c6f82;
     text-shadow: none;
 }
 .link-list.info-meta li{
     display: inline-block;
 }
 .nav-links .page-numbers{
     padding: .5rem .75rem;
     color: #5b6f82;
     font-weight: 600;
 }
 .nav-links a.page-numbers{
     text-decoration: none;
 }
 .nav-links .page-numbers.current{
     border: 1px solid #000;
     color: #000;
     pointer-events: none;
     border-radius: 5px;
 }
 a.page-numbers:hover{
     color: #000;
 }
 .category-top span {
     display: inline-block;
 }
 .card.card-big .card-body{
     padding-top: 20px;
     padding-left: 20px;
     padding-right: 20px;
 }
 .cpt-type-badge{
     text-transform: uppercase;
     position: absolute;
     z-index: 2;
 }
 .cpt-avvisi-badge, .search-badge{
     border-radius: 180px;
     text-transform: uppercase;
     position: absolute;
     z-index: 1;
     right: 10px;
     top: 30px;
     text-decoration: none;
 }
 .toggles label input[type=checkbox]:focus+a.badge.lever, a.badge.search-badge:focus, a.badge.search-badge:hover{
     color: #fff !important;
     text-decoration: underline;
 }
 .search-badge{
     top: 15px;
 }
 .it-hero-wrapper{
     min-height: 250px;
 }
 .it-hero-wrapper .it-hero-text-wrapper p, .card.card-big .card-body .card-text{
   font-family: "Sulphur Point",Geneva,Tahoma,sans-serif;
 }
 .it-hero-wrapper .it-hero-text-wrapper {
     padding: 60px 40% 50px 26px;
 }
 .it-category.archive-breadcrumb .breadcrumb-container .breadcrumb .breadcrumb-item a{
     color: #fff;
 }
 .nav-single .navigation .nav-links .nav-previous, .nav-single .navigation .nav-links .nav-next{
     display: inline-block;
 }
 .back-pseudo::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 143%;
     transform: skew(15deg) translateX(-50%);
     background-image: linear-gradient(120deg,#e5ecf2,#f6fdff);
 }
 /* MENU LANGUAGE */
 .wpml-ls-menu-item{
     display: inline-block;
 }
 .wpml-ls-current-language{
     text-decoration: underline;
 }
 .link-list.lang-menu.list-inline{
     margin-top: 15px;
     padding: 0 10px;
     font-size: 16px;
     font-weight: 500;
 }
 /* Logo sticky */
 .it-brand-wrapper.cloned .logo-img{
     display: none;
 }
 .logo-sticky{
     display: none;
 }
 .it-brand-wrapper.cloned .logo-sticky{
     display: block;
     margin-top: -5px;
     width: 50px;
     height: auto;
 }
 /* Menu CSS */
 ul.dropdown-menu li > ul.dropdown-menu{
     left: 100%;
     top: 0;
 }
 ul.dropdown-menu.level-0.show, ul.dropdown-menu.level-0.show:before{
     background: #222;
 }
 .dropdown-menu.level-1.show{
     margin-top: 0px !important;
     top: 0px;
     background: #666;
 }
 ul.dropdown-menu.level-1.show:before{
     display: none;
 }
 .dropdown-menu.level-1 a{
     white-space: normal;
 }
 /* Sticky menu */
 .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper{
     display: none;
 }
 .is-sticky .logo-img{
     width: 150px;
     height: auto;
     margin-top: 5px;
 }
 .nav-link{
     padding-left: 10px !important;
     padding-right: 10px !important;
 }     
     
 /* ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
     display: block
 } */
 /* Freccia menu */
 .drop-arrow.nav-link{
     padding-left: 0px !important;
 }
 .drop-arrow.nav-link svg{
     padding-top: 5px !important;
 }
 .nav-item.dropdown.show .dropdown-toggle.drop-arrow.nav-link.depth-0 svg{
     -webkit-transform: scaleY(-1);
     transform: scaleY(-1);
 }
 .menu-item.dropdown.show > .dropdown-toggle.drop-arrow.nav-link.depth-1 svg{
     transform: rotate(-90deg);
  }
 .nav-item.dropdown.show .dropdown-toggle.drop-arrow.nav-link.depth-1{
     margin-top: -5px;
 }
 .it-header-navbar-wrapper.theme-light-desk .navbar .depth-1 + .dropdown-menu:before{
     content:none;
 }
 .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle.drop-arrow.nav-link.depth-1 svg{
     fill:#fff;
     /*transform: rotate(180deg);*/
 }
 .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover{
     background: #666;
     z-index: 1;
 }
 #menu-menu-1 .dropdown-menu .dropdown-item span{
     color: #fff;
     font-size: 16px;
 }
 #menu-menu-1 li:first-child .nav-link{
     padding-left: 0px !important;
 }
 .dropdown-menu .dropdown-item span:hover, .dropdown-menu .dropdown-item span:focus{
     text-decoration: underline;
 }
 .depth-1 + ul.dropdown-menu{
     border-radius: 0px;
 }
 .dropdown-menu.level-1{
     min-width: 280px;
 }
 /* Ricerca */
 #box-live-search{
     margin-bottom: 0px;
 }
 /* social top header */
 .social-header{
     position: absolute;
     right: 30px;
     top: 0.5rem;
 }
 .it-header-slim-wrapper .it-header-slim-wrapper-content .social-header a .icon{
     width: 20px;
     height: 20px;
     padding: 2px;
     border-radius: 2px;
 }
 .mobile-search{
     display: none;
 }
 .card-title{
     margin-bottom: 1rem !important;
 }
 .dropdown-menu .menu-item.nav-item.show, .dropdown-menu .menu-item.nav-item:hover, .dropdown-menu .menu-item.nav-item:hover .dropdown-item{
     background-color: #666;
 }
 .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu.level-1.show{
     background: #036;
 }
 
 a.read-more.white-color{
    color: #fff;
 }
 .card-body header h5.card-title.white-color{
    color: #fff;
 }
 .footer-widget p{
     margin-bottom: 0px;
 }
 /*Mappa style*/
 .cluster{
     width: 40px;
     height: 40px;
     text-align: center;
     font-size: 15px;
     background-size: contain;
     padding-top: 8px;
     font-weight: bold;
     color: #fff
 }
 .cluster-yellow{
     background-image: url('../img/cluster-viol.png')
 }
 .cluster-green{
     background-image: url('../img/cluster-aranc.png')
 }
 .cluster-red{
     background-image: url('../img/cluster-blu.png')
 }
 .cluster-blu{
     background-image: url('../img/cluster-verd.png')
 }
 .badge-yellow, .btn-yellow{
     background-color: #ff9900
 }
 .badge-green, .btn-green{
     background-color: #00cf86
 }
 .badge-red, .btn-red{
     background-color: #f73e5a
 }
 .badge-blu, .btn-blu{
     background-color: #0bd9d2
 }
 .badge.badge-border{
     border: 1px solid #fff;
 }
 .box-cat-map .check-map-cat{
     position: absolute;
     z-index: 3;
     background: #fff;
     left: 0;
     height: 498px;
     padding: 10px;
     top: 65px;
 }
 /* NEW MAP */
 .color-cattedre{
     color: #2545c8;
 }
 .color-iic{
     color: #b51194;
 }
 .color-missioni{
     color: #f98a0d;
 }
 .color-scuole{
     color: #42d390;
 }
 .form-check [type="radio"]:checked + .radio-map.cattedre::after{
     background-color: #2545c8;
     border-color: #2545c8;
 }
 .form-check [type=radio]:checked + .radio-map.cattedre::before{
     border-color: #2545c8;
 }
 .form-check [type="radio"]:checked + .radio-map.iic::after{
     background-color: #b51194;
     border-color: #b51194;
 }
 .form-check [type=radio]:checked + .radio-map.iic::before{
     border-color: #b51194;
 }
 .form-check [type="radio"]:checked + .radio-map.missioni::after{
     background-color: #f98a0d;
     border-color: #f98a0d;
 }
 .form-check [type=radio]:checked + .radio-map.missioni::before{
     border-color: #f98a0d;
 }
 .form-check [type="radio"]:checked + .radio-map.scuole::after{
     background-color: #42d390;
     border-color: #42d390;
 }
 .form-check [type=radio]:checked + .radio-map.scuole::before{
     border-color: #42d390;
 }
 .sedi-info span{
     font-size: 14px;
     font-weight:600;
 }
 .form-check.form-check-group .radio-map{
     font-size: 16px;
 }
 .paesi-table{
   text-transform: capitalize;
 }
 .content-italiana{
   font-size: 0.9em;
 }
 #map{
     z-index: 2;
 }
 .copyright-list li{
     list-style: none;
 }
 .newsletter-submit{
     background: none;
     border: none;
 }
 .link-top-head{
     display: none;
 }
 .media.ico-sedi{
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 .link-list-wrapper ul li .link-ico-sede{
     font-size: 14px;
     font-weight: 600;
     padding: 0px;
 }
 .mae-link-head{
     white-space: break-spaces;
 }
 .card.card-big .card-body .top-icon .icon.ico-doc{
     width: 50px;
     height: 50px;
 }
 .image-mappa{
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.75)), url('../img/mappa-new.jpg') no-repeat;
     background-size: cover;
     background-position-y: 100%;
 }
 .bg-primary{
     background-color: #000;
 }
 .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a{
     color: #000;
 }
 /*CAROUSEL BT*/
 #carouselItaliana{
     margin-top: -24px;
 }
 #carouselItaliana .carousel-caption{
     z-index: 2;
 }
 .carousel-inner{
     height: 600px;
 }
 .carousel-item:after{
     content:"";
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     background:rgba(0,0,0,0.4);
 }
 .carousel-item img{
     height: 600px;
     object-fit: cover;
 }
 @media screen and (max-width: 1024px){
     .dropdown-menu:before{
         left:90px;
     }
     .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu{
         left: -80px;
     }
 }
 @media screen and (max-width: 992px){
     .content-post-full{
         margin-top: 20px;
     }
 }
 /* Media per il menu sheet */
 @media screen and (max-width:991px){
     .it-header-navbar-wrapper.bg-white.border.border-black{
         border: none !important;
     }
     .line-between::before{
         display: none;
     }
     .line-between::after{
        display: none;
     }
     /* logo */
     .it-header-wrapper .it-nav-wrapper .it-brand-wrapper{
         padding-left: 0px;
     }
     .logo-sticky{
         display: none;
     }
     .logo-menu-mobile{
         display: block;
     }
     .social-header{
         right: 10px;
         top: 0.3rem;
     }
     .icon-search-submit{
         border: none;
     }
     .dropdown-menu.level-1.show{
         background: #666;
      }
      ul.dropdown-menu.level-0.show{
         background: #222;
     }
     /* Mappa btn */
     .mappa-btn{
         display: block;
     }
     /* Sticky header */
     .it-header-wrapper.it-header-sticky.it-shadow.is-sticky .site-branding.it-nav-wrapper{
         border: 1px solid rgba(0,89,179,.2);
     }
     /* Menu */
     #menu-menu-1 li:first-child .nav-link{
         padding-left: 10px !important;
     }
     #menu-menu-1 .dropdown-menu .dropdown-item span{
        color: #fff;
    }
     /* Menu mobile */
     .nav-item.dropdown.show .dropdown-toggle.drop-arrow.nav-link.depth-1{
         margin-top: -3px;
     }
     .dropdown-menu .menu-item.nav-item.show, .dropdown-menu .menu-item.nav-item:hover, .dropdown-menu .menu-item.nav-item:hover .dropdown-item{
         background: none;
     }
      .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover{
         background:none;
     }
     /* Freccia dropdown 2 livello */
     .menu-item.dropdown.show > .dropdown-toggle.drop-arrow.nav-link.depth-1 svg{
         transform: rotate(-180deg);
      }
    .navbar{
        padding: 0px;
    }
    
    ul#menu-menu-1 {
       border-bottom: 1px solid #eaeaea;
   }
    li.menu-item{
        border-bottom: 1px solid #eaeaea;
    }
    .dropdown-menu.level-1, .dropdown-menu.level-0{
        border-top: 1px solid #eaeaea;
    }
    li.menu-item:last-child{
        border:0px;
    }
    #bottom-menu li.menu-item{
        border-bottom: none;
        margin-left: 5px;
    }
    .navbar-collapse .nav.navbar-nav{
        padding-top: 0px !important;
    }
    .nav-link, .dropdown-item{
        display: inline-block;
    }
    .dropdown-item{
        width: auto;
    }
    .dropdown-toggle.drop-arrow.nav-link.depth-0, .dropdown-toggle.drop-arrow.nav-link.depth-1{
       float: right;
    }
    .dropdown-menu.level-0{
        background: #f7f9fa;
    }
    .dropdown-menu.level-0 li a{
        padding-left: 40px;
    }
    .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu.level-1.show{
      background: #f5f6f7;
   }
   .dropdown-menu.level-1 li a{
       padding-left: 60px;
   }
   .dropdown-toggle.drop-arrow.nav-link{
       padding: 10px 24px !important;
   }
   /* .drop-arrow.nav-link.depth-1 .nav-item.dropdown.show:parent{
       transform: rotate(90deg);
   } */
   .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle.drop-arrow.nav-link.depth-1 svg{
    fill:#06c;
    }
    .footer-widget .menu li{
     border-bottom: none;
 }
 }
  @media screen and (max-width: 768px){
      .link-top-head{
          display: block;
      }
     .logo-img, .custom-logo{
         margin-left: 24px;
     }
     .it-header-slim-wrapper-content .dropdown-menu:before{
         display: none;
     }
     .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu{
         min-width: 6rem;
         left: -50px !important;
     }
     /* tolgo label a menu multilingua */
     /* #top-menu .wpml-ls-native{
         display: none;
     } */
      .mobile-search{
         display: block;
     }
      .search-head{
          display: none;
      }
      .title-site{
         font-size: 0.8em !important;
         width: auto;
         letter-spacing: -0.5px !important;
      }
      .footer-title{
          width: auto;
      }
      .logo-menu-mobile{
          display: block;
      }
      /* Menu mobile
      .nav-item.dropdown.show .dropdown-toggle.drop-arrow.nav-link.depth-1{
         margin-top: -2px;
      } */
      .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover{
         background:none;
     }
      /* Ricerca */
     #box-live-search{
         display: none;
     }
     /* Menu */
     .dropdown-menu .dropdown-item span{
         color: #06c;
     }
     /*.navbar-collapse{
         background: #dce9f5;
     }*/
     ul#menu-menu-1 {
        border-bottom: 1px solid #eaeaea;
    }
     li.menu-item{
         border-bottom: 1px solid #eaeaea;
     }
     .dropdown-menu.level-1, .dropdown-menu.level-0{
         border-top: 1px solid #eaeaea;
     }
     li.menu-item:last-child{
         border:0px;
     }
     .navbar-collapse .nav.navbar-nav{
         padding-top: 0px !important;
     }
     .nav-link, .dropdown-item{
         display: inline-block;
     }
     .dropdown-item{
         width: auto;
     }
     .dropdown-toggle.drop-arrow.nav-link.depth-0, .dropdown-toggle.drop-arrow.nav-link.depth-1{
        float: right;
     }
     .dropdown-menu.level-0 li a{
         padding-left: 40px;
     }
    .dropdown-menu.level-1 li a{
        padding-left: 60px;
    }
    .dropdown-toggle.drop-arrow.nav-link{
        padding: 10px 24px !important;
    }
    /* .drop-arrow.nav-link.depth-1 .nav-item.dropdown.show:parent{
        transform: rotate(90deg);
    } */
    .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle.drop-arrow.nav-link.depth-1 svg{
     fill:#06c;
     }
  }
  
 @media screen and (max-width: 576px){
     .logo-img{
         width: 65%;
         margin-left: 50px;
         margin-top: 0px;
     }
     .logo-menu-mobile .logo-img{
         margin-left: 24px;
     }
     #bottom-menu{
         text-align: center;
     }
 }
 @media screen and ( max-width: 575px ){
     .vc_column_container>.vc_column-inner{
         padding-right: 5px;
     }
 }
 @media screen and (max-width: 540px){
     .share_buttons{
         display: none;
     }
     .ico-social{
         width: 100px;
     }
     .bottom-nav.social-share{
         display: block;
     }
 
 }
 
 .it-header-slim-right-zone{
     border-left: 1px solid #0065cb;
     border-right: 1px solid #0065cb;
 }
 
 #secondary .link-list .current-menu-ancestor > a, #secondary .link-list .menu-item-has-children.current-menu-item > a  {
     font-weight: bold;
     border-left: 3px solid;
 }
 #secondary .link-list .current-menu-ancestor:first-child > a {
     border-left: 2px solid var(--primary);
 }
 #secondary .link-list a{
     /*border:1px solid #f7f7f7;*/
     margin-bottom: 2px 
 }
 #secondary .link-list .current-menu-item > a{
     text-decoration: underline
 }
 #secondary li.menu-item{
     border-bottom: none;
 }
 .autocomplete-list a {
     background: #fff !important;
 }
 .autocomplete-list{
     z-index: 999999;
 }
 #search-live{
     width: 300px
 }
 .search-overlay--active{
     display: block
 }
 #headingSearch .btn{
     color: #fff;
     background-color: #000;
     border-color: #000;
 }
 .datepicker-calendar.default table.datepicker-grid td.selectable.focus span{
    background: #000;
 }
 .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a{
    color: #000;
 }
 .it-datepicker-wrapper .input-group .datepicker-button:hover .icon{
    fill: #000000a3;
 }
 @media (min-width: 992px){
     .it-header-navbar-wrapper.theme-light-desk {
     box-shadow: none;
     border-top: 1px solid #0065cb;
     border-bottom: 1px solid #0065cb;
     }
 }
 @media screen and ( max-width: 991px){
     #secondary .link-list-wrapper ul.link-sublist{
         padding-left: 0px;
     }
     #secondary .link-sublist li a{
         padding-left: 35px;
     }
     #secondary li.menu-item{
         border-bottom: 1px solid #eaeaea;
     }
     #secondary .link-sublist{
         background: #f7f9fa;
     }
     #secondary .link-sublist .link-sublist{
         background: #f5f6f7;
     }
     #secondary .link-sublist .link-sublist li a{
         padding-left: 45px;
     }
     #secondary .link-sublist .link-sublist li:last-child{
         border-bottom: none;
     }
 }
 /* .blocco-iniziale{
    padding: 10px 20px 10px 50px;
 } */
 .blocco-iniziale .metadata-interni{
     font-size: 0.9em
 }
 .blocco-iniziale .metadata-interni .icon{
     width: 25px
 }
 .blocco-iniziale h1{
     position: relative
 }
 .blocco-iniziale h1::after{
     content:'';
     position: absolute;
     opacity: 0.3;
     bottom: 0;
     left:0;
     z-index: 0;
     height: 15px;
     width:15%;
     background: #000
 }
 
 #pt-filter-bar svg {
     fill: #fff;
 }
 
 #ts-filter-bar, #to-filter-bar {
     border: 1px solid #eee;
 }
 #ts-filter-bar > .btn-filtro, #to-filter-bar > .btn-filtro{
     /* color: #06c;
     background: #fff;*/
     border-right: 1px solid #eee; 
     padding: 10px 0px;
     box-shadow: none;
     -webkit-box-shadow: none;
 }
 
 #ts-filter-bar > .active, #ts-filter-bar-mobile > .active, 
 #to-filter-bar > .active, #to-filter-bar-mobile > .active{
     color: #fff;
     background: #000;
 }
 
 #ts-filter-bar-mobile input[type="radio"], #to-filter-bar-mobile input[type="radio"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     appearance: none;
  }
 
  #ts-filter-bar-mobile label:hover, #to-filter-bar-mobile label:hover,
     #ts-filter-bar .btn-filtro:hover, #to-filter-bar .btn-filtro:hover{
     color: #fff;
     background: #000;
     border-radius: 0px;
     cursor:pointer;
  }
 
  #dante_alighieri > tbody > .t-row:hover {
     background: #acf !important;
  }
 
 
 .pt-2-5 {
     padding-top: 12px !important;
 }
 
 @media screen and (max-width: 540px) {
     #pt-filter-bar label{
       padding: 8px;
     }
     #pt-filter-bar svg {
         fill: #fff;
     }
     #pt-filter-bar {
         width: 100%;
     }
     
   }
   
   .bottom-post-navigation .screen-reader-text{
       display:none
   }
   
   .bottom-post-navigation {
      border: 1px solid rgba(0,89,179,.2);
   }tadata-interni .icon{
     width: 25px
 }
 .blocco-iniziale h1{
     position: relative
 }
 .blocco-iniziale h1::after{
     content:'';
     position: absolute;
     opacity: 0.3;
     bottom: 0;
     left:0;
     z-index: 0;
     height: 15px;
     width:15%;
     background: #000;
 }
 
 #pt-filter-bar svg {
     fill: #fff;
 }
 
 .pt-2-5 {
     padding-top: 12px !important;
 }
 @media screen and (min-width: 577px) and (max-width: 926px){
     #mansory-news .card-columns{
         -webkit-column-count: 2;
         -moz-column-count: 2;
         column-count: 2;
     }
     .container-text-mansory.top-div{
         margin-top: -130px;
     }
 }
 @media screen and (max-width: 540px) {
     #pt-filter-bar label{
       padding: 8px;
     }
     #pt-filter-bar svg {
         fill: #fff;
     }
     #pt-filter-bar {
         width: 100%;
     }
     
   }
   
   .bottom-post-navigation .screen-reader-text{
       display:none
   }
   
   .bottom-post-navigation {
      border: 1px solid rgba(0,89,179,.2);
   }
   .link-list-wrapper ul .icon-sede a{
       margin-right:10px;
       display:inline-block;
       padding: 0;
   }
   .icon-sede{
       font-size: 30px;
   }
   .icon-sede img{
       width: 27px;
     margin-right: 10px;
     margin-bottom: 7px;
   }
   .it-carousel-wrapper .owl-dots .owl-dot{
    background: #000;
   }
   a.read-more{
    color: #000;
   }
 /*----------datatables customization -------------*/
 #dante_alighieri tbody tr:nth-of-type(odd) {
     background-color: #C2E0FF;
 } 
 
 table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
     content: ' \25e4' !important;
     color: #d33333 !important;
 }
 
 #dante_alighieri tbody>tr[role="row"]>td.dtr-control:before, #dante_alighieri tbody>tr[role="row"]>th.dtr-control:before {
         content: ' \25e2';
         color: #0275d8;
         border: none;
         border-radius: 0px;
         box-shadow: none;
         background: transparent;
 }
 
 #dante_alighieri tbody>tr>td:first-child:before, #dante_alighieri tbody>tr>th:first-child:before {
     top: 20px;
 }
 
 #dante_alighieri thead tr {
     background: #0275d8;
     color: white;
 }
 
 #dante_alighieri .child {
     background: #EBF5FF;
 }
 
 .dropdown-menu {
     z-index: 99;
 }
 
 #ricerca_avanzata_btn {
     position: absolute; 
     top: 48px; 
     width: 126px; 
     right: 0px;
 }
 
 #ricerca_avanzata_btn a {
     background: #fff;
 }