/*
Theme Name: FCRF CHIAVI DELLA CITTA'
Theme URI:
Author: Fondazione CR Firenze
Author URI:
Description: Startertheme with font Awesome 5.15.4 e Bootstrap 5.3.3
Version: 2.0
Requires PHP: 8.0
Tested up to: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: fcrf

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* redere visibile navbar con admin-bar */
/*.admin-bar .navbar {top:32px;}*/


/* IMPOSTAZIONI GENERALI
-------------------------------------*/


body{
  display: flex;
  /* aggiungi 100% vertical height */
  min-height: 100vh;
  flex-direction: column;
  /*padding-top:96px;*/
  font-family: 'Lexend', sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
  color: #222;
  background:#fff;
}

b, strong {
  font-weight: 600;
}

.main-content {
  flex:1;
}

a {
  color: #333;
  text-decoration:underline;
}

a:hover {color:#333;}


.content-main a {
  color: #222;
  text-decoration:underline;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lexend', sans-serif;
  color: #231f20;
  font-weight: 400;
}

h2 a {color:#333;}

.display-4 {font-size: 3rem !important;}

.h-100 a:hover {text-decoration: none !important;}

input,
textarea {
  padding: 5px 10px;
}

hr {
  opacity: inherit !important;
}

/* HELPERS
-------------------------------------*/

.margin-top {margin-top:20px;}
.margin-bottom {margin-bottom:100px;}
.padding-top {padding-top:24px;}
.absolute-top {top:-82px;}

/* per transizione menu */
.animate {
  -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.modal-backdrop {z-index:inherit;}

.seo-title {position:absolute; top:-1000px;}


/* BOTTONI
-------------------------------------*/


button:focus {outline:none;}

.btn {font-family: 'Lexend', sans-serif;}

.btn-outline-light {
  text-transform:uppercase;
  font-size:1.1rem;
  font-weight:bold;
  padding: 15px 30px;
}


/* hover del pulsante */
.btn-outline-light:hover{
  border: 1px solid transparent;
  background: #C9974D ;
  color:#fff;
}

.btn-primary {
  background: #3A4066;
  color: #fff;
  border:none;
  font-weight: 300;
}

.btn-primary:hover {
  background: #3A4066;
}

.btn-secondary {
  background:#655e59;
  border-color:#655e59;}

.btn-iscriviti {border-radius: 0px 6px 6px 0px !important;}


.btn-outline-primary-header {
  border:2px solid #ccc;
  padding: 3px 23px;
  border-radius: 4px !important;
}


.prop-body-alt .btn-outline-primary-header {
  border:2px solid #fff;
  padding: 5px 25px;
  color:#fff !important;
  border-radius: 50px !important;
  font-size: 1.15rem;
  text-decoration: none;
}


.btn-outline-primary {
  border:2px solid #3A4066;
  color:#3A4066 !important;
}


.btn-outline-primary:hover {
  background:#3A4066;
  border:2px solid #3A4066;
  color:#fff !important;
}

.btn-secondary {
  background: #80715D;
  border:none;
}

.btn-secondary:hover {
  background: #80715D;
}

.btn-outline-secondary {
  border:2px solid #fff;
  padding: 9px 20px;
  color:#fff !important;
  border-radius: 4px !important;
}

.btn-outline-secondary:hover {
  border:2px solid #fff;
  background: #fff;
  padding: 9px 20px;
  color:#333 !important;
  border-radius: 4px !important;
}

.btn-light {
  color: #4D4D4D;
  font-size: 0.9em;
  border:none;
}

.btn-light:hover {
  border:none;
}



.btn-light.menu-custom a  {color:#333 !important;}


.btn-link {
  color: #222 !important;
  text-decoration: none !important;
  font-size: 1.15rem;
}

.btn-link-alt {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  margin-top: -10px;
}

.btn-home {
  color: #1d223f !important;
  padding: 0;
}

.btn-dx {
  float:right;
}

/* UTILITIES
-------------------------------------*/

.trattino {
  width: 100px;
  height: 4px;
  margin-bottom: 20px;
  background:#FFF8F2;
}

.trattino-left {
    width: 100px;
    height: 2px;
    margin-bottom: 20px;
    background: #92090D;
}

.trattino-center {
    width: 100px;
    height: 2px;
    margin-bottom: 20px;
    background: #92090D;
    margin: 0 auto;
}

.wpcf7-submit {
  background: #749719;
  border: none;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

blockquote {
  font-family: 'Lexend', sans-serif;
  margin: 0 2rem 3rem;
  padding-left: 1rem;
  font-style: italic;
  border-left: 2px solid #575757;
}

.wp-block-image img {
  height: auto;
}


/* margini negativi */

.mt-n1 {
  margin-top: -0.30rem !important;
}

.me-n1 {
  margin-right: -0.30rem !important;
}

.mb-n1 {
  margin-bottom: -0.30rem !important;
}

.ms-n1 {
  margin-left: -0.30rem !important;
}


/* SFONDO TESTATA IN ABSOLUTE
-------------------------------------*/

.sfondo-testata {
  background:#F4F6F8; 
  background-image: url(img/sfondo-testata-alta5.png);
  height:400px; 
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sfondo-testata-trasp {
  background:#F4F6F8; 
  background-image: url(img/sfondo-testata-alta5.png);
  height:210px; 
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}


/* CERCA NEL SITO IN NAVBAR
-------------------------------------*/

.cerca-navbar {position:absolute;right:0;}


.searchbar{
  margin-bottom: auto;
  margin-top: auto;
  border-radius: 30px;
  padding: 3px;
    }

    .search_input{
    color: #0e333e;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    padding:0;
    caret-color:transparent;
    /*line-height: 40px;*/
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 250px;
    caret-color:red;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    }


  .btn-cerca-top {padding:6px 8px 5px 7px;}


/* CERCA NEL SITO
-------------------------------------*/

.boxcerca {
  background:#000;
  width:100%;
}


.controllo {
  border-radius: .25rem 0 0 .25rem;
  border-color:#999;
}

.btn-cerca {
  border-radius: 0 .25rem .25rem 0;
  border:1px solid #00569d;
  background:#00569d;
  color:#fff;
  height:60px;
}

.modal-dialog.cerca {
  margin:0;
  max-width:100%;
}

.modal-content.cerca {
  border-radius: 0 !important;
  background:#222;
}


.modal-body.cerca {
  padding:0;
}

.form-control.form-cerca {
  border-radius: 0.25rem 0 0 0.25rem;
  border:1px solid #00569d;
  font-size:1.45rem;
  height:60px;
}


.icon-search {
  color:#333;
  background:transparent;
  border:none;
  font-size:1.1rem;
}

.icon-search-modal {
  color:#fff;
  background:transparent;
  border:none;
  font-size:24px;
}

.icon-search-modal.btn {
  text-align:right;
  top:0;
}


.search_home {
    color: #222632!important;
}

.prop-body-alt .search_home {
  color: #fff !important;
}

.prop-body-alt.is-scrolled .navbar .search_home {
  color: #222632 !important;
}

.dropdown-cerca {
    width: 400px;
    background: #000;
    opacity: 0.8;
}

.form-control-custom {
    display: block;
    width: 350px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline;
}

.btn-cerca-top.dropdown-toggle::after {display: none !important;}

.form-control:focus {background:transparent; }



/* MENU
-------------------------------------*/

.navbar-nav {
  font-family: 'Lexend', sans-serif;
}

.bg-custom {
  background: #10416A;
  font-size:1.15rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15), inset 0 -1px 0 rgba(255,255,255,0.15);
  border-radius: 7px;
}

.prop-body .navbar .menu-custom a:hover {color:#fab153;}

.prop-body-alt .navbar .menu-custom a:hover {
  color: #ccc;
}

.prop-body-alt .bg-custom {
  background:transparent !important;
}

.prop-body .navbar-social a:hover {color:#749719 !important;}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}


/* background custom per toggler icon */
.navbar-dark .navbar-toggler {border:none;}

.prop-body-alt .navbar-social a {color:#fff !important;}
.prop-body-alt .navbar-social a:hover {color:#749719 !important;}
.nav-custom {padding-left:80px;padding-right:80px;}

.bg-primary {background: #0e333e!important}

.navbar-brand {width: 300px;}

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999 !important;
}

.navbar-social a {
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  color: #222632;
}

.navbar-social a:hover {color:#749719 !important;}
.navbar-dark .navbar-nav .nav-link {color: #fff;}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active {color: #ccc;}
.navbar-dark .navbar-nav .nav-link:hover {color: #0081C4;}

.navbar-light a {
  color:#f3f3f3 !important;
  text-decoration: none;
  font-size: 1.15rem;
}


.navbar-light a:hover {
  color:#fff !important;
}
.navbar-light .nav-link.active {color:#fff !important;}


/* MENU DROPDOWN
-------------------------------------*/

.dropdown-menu {
  border-radius: 6px;
  min-width: 270px;
  box-shadow: 0px 0px 40px rgb(29 58 83 / 10%);
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-menu a {
  color: #333 !important;
}

.dropdown-menu a:hover {
  color: #fff !important;
  border-radius: 6px;
  background: #10416A;
}

.prop-body.dropdown-item .navbar .menu-custom a {
    color: #333;
}

/* attiva hover su parent menu */

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item.active {
  background-color:#fff;
  color: #333;
  
}

.dropdown-item {
  width:95%;
  margin: 0 auto;
}


/* SLIDER
-------------------------------------*/

.carousel,
.carousel-inner,
.carousel-item{height:650px;}


.carousel-custom {
  bottom: 0 !important;
  text-align: left !important;
}


.slider-big h2 {
  font-size:3.5rem;
  color: #fff;
}

.slider-big .carousel-text p {
    font-weight:300;
    font-size:18px;
    line-height: 26px;
}

.slider-big .carousel-caption {
  max-width:100%;
  left:0px;
  right:0;
}


/* FOCUS
-------------------------------------*/

.focuses {margin-top:40px;}
.focus {
  border-left: 4px solid #333;
  margin-bottom:20px;
}

.focus h3 {
  font-size:1.2rem;
  font-weight:bold;
}

.focus h3 a {color:#333;}

.focus .text-link {
  font-size:0.9rem;
  color: #333;
}

.focus .text-intro {
  font-size: 0.9rem;
  margin-bottom:5px;
  text-transform:uppercase;
  opacity: 0.5;
}


/* CARD
-------------------------------------*/

.card-img-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.card-img-overlay:hover {
  box-shadow: 0 0 6px 0 rgba(0,0,0,.8);
}

.card-title {
  font-weight: 600;
  color: #10416A;
}

.card-text {
  font-size: 0.8em;
  line-height: 1.5em;
}

.card-info {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 20px;
}

.card-body a {
  text-decoration: none !important;
}

.card-cover {
  border-radius: 0;
  min-height: 300px;
  padding: 30px;
  position: relative;
}

.card-cover .card-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  opacity: 0.9;
  font-weight: 300;
}

.card-cover a {
  color: #fff;
  text-decoration: none;
}

.card-cover .card-text {
  font-size: 1.3rem;
  line-height: 28px;
  max-width: 290px;
  font-weight: bold;
}

.card-cover .card-link {
  position: absolute;
  bottom: 10px;
  right: 30px;
}

.card-category {
  box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
  border:none;
}

.footer-categoria {
  background: #fff;
  border-top: none;
  padding-top: 0px;
  border-radius: 1rem !important;

}

.footer-categoria a {
  color: #333;
  font-size: 1rem;
  text-decoration: none;
}


/* NEWS CARD
-------------------------------------*/

.card-news {
  /*border: none;*/
  border-radius: 1rem !important;
}

/*.card-news-eventi {
  border-top: 1px solid #f2f2f2;
}*/

.card-meta {
  font-size:1rem;
  color: #555;
}

.card-news .card-meta a {
  text-transform: uppercase;
  font-weight: bold;
}

.card-news .card-title {
  color: #333;
}

.card-news a:hover {text-decoration: none;}

.card-news .card-text {
  font-weight: 300;
}

.card-text p {
  display:initial !important;
}

.card-news .card-info {
  border-top: 1px solid #ddd;
  color: #666;
  padding: 10px;
  font-size: 0.9rem;
}



article h2,h3,h4,h5,h6 {
  margin-bottom:20px;
}

.text-muted {
  color: #333 !important;
}

/* CARD HOME
-------------------------------------*/

.card.card-home {
  border:none !important;
}

.card-home .card-title {
  font-weight: bold;
  margin-top: -1.25rem;
}

.card-body.card-primopiano {
  padding: 1.25rem 0rem !important;
}

.card-body.card-secondopiano {
  padding: 1.25rem 0rem !important;
}


/* CARD TASSONOMIE
-------------------------------------*/

.title-tassonomie {
  font-weight:600;
  color: #10416A;
}

.card-tassonomie {
  border-radius: 25px;
}


/* PAGINA HOME
-------------------------------------*/

.home .bg-custom {
  z-index: 2;
}

.front-siamo {
    margin-top: -70px;
    z-index: 1;
    position:relative;
}

.call-to-action-home {
  padding-top:230px;
  padding-bottom:230px;
  border-radius: 6px;
}

.card-evidenza {
  border-radius:12px;
  /*box-shadow: 0 0 3px 0 rgba(0,0,0,.3);*/
  /*background: #F4F6F8;*/
  border: 2px solid #10416A;
}

.card-evidenza:hover {
  box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
  border: 2px solid #10416A;
}

.img-evidenza {
  border-radius:50%;
  width:150px;
  height:150px;
  border:none;
}

.card-eventi {
  border: none;
}

.titoli-home {
  font-weight:600;
}

.carousel-home {
    text-align: left;
}

.titolo-colorato {
  color:#005584;
}

.icona-colorata {
  color:#749719;
}

.pulsante-dx {
  float:right;
}

.icone-home a {color:#1d223f !important;}

.evidenza-home {
  background:#fff;
  box-shadow:0 0 6px 0 rgb(0 0 0 / 10%);
  border-radius:1rem;
}

.control-home {
  background-size: 60% 60%;
    background-color: #444;
    border-radius: 50%;
}

.home-top {
  padding:0px;
  margin-top:-80px;
  z-index:1;
  position:relative;
}

.home mark {
  padding: 0 !important;
}

.ui-e--highlighted-text {
  margin: 0;
}

.ui-e-headline-text {
  position: relative;
}

.ui-e-headline-highlighted {
  z-index: 1;
  position: relative;
  white-space: nowrap;
}

.ui-e-headline-text svg {
  position: absolute;
    top: auto;
    left: 50%;
    width: 106%;
    height: 100%;
    transform: translate(-50%);
    overflow: visible;
}

.ui-e-headline-text path {
    stroke: #f0506e;
    stroke-width: 40;
}

/* per le persone */

.ui-e--highlighted-text-persone {
  margin: 0;
}

.ui-e-headline-text-persone {
  position: relative;
}

.ui-e-headline-highlighted-persone {
  z-index: 1;
  position: relative;
  white-space: nowrap;
}

.ui-e-headline-text-persone svg {
  position: absolute;
    top: auto;
    left: 50%;
    width: 106%;
    height: 100%;
    transform: translate(-50%);
    overflow: visible;
}

.ui-e-headline-text-persone path {
    stroke: #f0910b;
    stroke-width: 40;
}

.numeri-home {
  border-right: 2px solid #ABB8C3;
}

.main-content-front {
  padding-top: 24px;
}


/* PAGINA GENERICA
-------------------------------------*/


.pagina {
  border-top: 1px solid #ddd;
}


.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.pagina-title {
  font-weight:600;
  font-size: 3rem;
  color: #0B3355;
}

.pagina-title-image {
  color:#fff;
  font-weight:600;
  font-size: 3.5rem;
  /*background: #10416A;
  opacity: 0.9;
  padding: 10px 0px;
  border-radius: 8px;*/
}


.call-to-action-boxsingle-page {
  padding:260px 0px 180px 0px;
}

/* PAGINA STAFF
-------------------------------------*/


.contatti-staff {
  color: #666;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
}


/* PAGINA GENERICA TESTATA TRASPARENTE
-------------------------------------*/

.call-to-action-box-alt {
  padding: 250px 0px 70px 0px;
  background:#0076b8;
}

.pagina-title-alt {
  font-weight: bold;
}

.testata-noimage-trasp {
  background-image: url(img/grafica-grigia.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-color: #80715D;
  background-size: cover;
  padding-top: 200px;
}

.testata-noimage-trasp h1 {
  color: #fff;
}

/* PAGINA GENERICA INIZIATIVE
-------------------------------------*/

.trattino-sx {
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    overflow: hidden;
    width: 22px;
    border-color: #7F1F1C;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
  }


  .trat-sx {display: block;
    border-top-width: 1px;
    border-top-style: solid;
    overflow: hidden;
    margin-top: 13px;
    width: 22px;
    border-color: #0076B8;
    float: left;
    margin-right: 10px;}

    .cosa-e {
        font-weight: bold;
        margin-left: 10px;
        float: left;
        display: contents;
    }


.graffetta {
  position: absolute;
  top: -69px;
  left: 90px;
}

.intro-iniziative {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.call-to-action-iniziative {
  text-align: center;
  padding-top:380px;
  padding-bottom:250px;
}



/* PAGINA FONDAZIONE
-------------------------------------*/

.box-fondazione {
  border: 1px solid #e7e7e7;
}

.box-fondazione p {
  font-size: 16px;
  line-height: 24px;
}

.box-fondazione a {
  text-decoration: none;
  font-size: 24px;
}

.me-lg-n5 {
  margin-right: -7rem!important;
}


/* PAGINA ATTIVITA
-------------------------------------*/


.call-to-action-attivita {
  text-align: left;
  padding-top:153px;
  padding-bottom:153px;
  width: 85%;
}

.card-attivita {
  border: none !important;
}

.jumbotron-attivita {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top:240px;
  padding-bottom: 5px;
}

.progetti-attivita {
  margin-top: 78px;
  background:#ECECEB;
}


/* PAGINA PROGETTI
-------------------------------------*/

.progetti-noimage {
  background-image: url(img/grafica-rossa.jpg);
  background-color: #892201;
  padding-top: 200px;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
}

.call-to-action-boxsingle-progetti {
  padding:180px 0px 150px 0px;
}

.pagina-title-progetti {
  font-weight:bold;
  color:#fff;
}

.introduzione-pagina-progetti {color:#fff;}

.testata-sezione-progetti {
  position:relative;
overflow: hidden;}

section.has-divider {
    padding: 0;
}

.divider:not(:first-child) {
    top: 1px;
}

.divider {
    position: relative;
    background:#0e333e;
    margin-top:-33px;
}

.divider svg {
    background: none !important;
    height: 6vw;
}


svg {
    overflow: hidden;
    vertical-align: middle;
}

.divider svg:not([class*='bg']) path {
    fill: #fff;
}


.pattern::before {
  transform: rotate(-45deg);
  position: absolute;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10rem;
  width: 80vw;
    height: 80vw;
    bottom: -40vw;
    left: 25vw;

}

.pattern::after {
  width: 60vw;
  height: 60vw;
  bottom: -30vw;
  left: 80vw;
  transform: rotate(-45deg);
    position: absolute;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10rem;
}

.schede_progetti-template .footer {margin-top:-70px !important;}
.post-template-single-full .footer {margin-top:-45px !important;}
.post-template-single-standard .footer {margin-top:-2px !important;}
.post-template-single .footer {margin-top:-2px !important;}

.settore h3 {
  color: #5FCA6C;
  font-weight: bold;
  margin-bottom: 20px;
}


/* PAGINA MISSIONI
-------------------------------------*/

.box-miss-bt-rg {
  border-bottom-right-radius: 8px;
  background: #f2f2f2; 
  position:relative; 
}

.box-miss-top-lft {
  border-top-left-radius: 8px;
  background: #f2f2f2;
}

.box-miss-top-rg {
  border-top-right-radius: 8px;
  background: #f2f2f2;
}


.box-miss-bt-lft {
  border-bottom-left-radius: 8px;
  background: #f2f2f2;
}

.briciola {
  font-size: 20px;
}


/* PAGINA SINGOLA MISSIONE
-------------------------------------*/

.card-missioni {
  background-color: transparent !important;
  border: none !important;
}

.box-bandi p {
  margin-top:-12px;
}

.titolo-missioni {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
}

.carousel-missioni,
.carousel-inner-missioni,
.carousel-item-missioni {
  height:450px;
}

.carousel-inner-missioni {
  border-radius: 8px;
}

.margin-bottom-missioni{
  margin-bottom: 70px;
}

.slider-big h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.margin-bottom-missioni a {
  text-decoration: none !important;
}

.descrizione-azione {
  font-size: 14px; 
  line-height:19px;
}

.descrizione-scadenza {
  font-size: 14px; 
  line-height:19px;
}

/* CARD PROGETTI
-------------------------------------*/

.box-progetti {background:#EDF2F4;}

.card-area {
  border: none;
  border-radius: 0.375rem;
}

.card-area p {
  color: #35525B;
}

a.card.hover-effect {
  overflow: hidden;
}

.card.hover-effect, img.hover-effect {
    transition: top 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    top: 0;
    position: relative;
}

.card-progetti {
  border-radius: 0.375rem;
  border:none;
}

a:hover.card-progetti {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  color: #EB5566;
  text-decoration: none;}

a.card-progetti {color:#0e333e;}


/* BLOCKQUOTE POST-EVIDENZA
-------------------------------------*/

.two-blockquote {
  margin-top: 100px;
  margin-bottom: 100px;
}

.two-blockquote p {
  font-weight: 300;
}

.two-blockquote blockquote {
  border-left: 10px solid #A8EE12;
  padding-left: 20px;
}


.two-blockquote blockquote strong {
  font-size: 40px;
  font-weight: bold;
}

.two-blockquote blockquote:nth-child(1) {
  border-left: 10px solid #02EEE3;
  padding-left: 20px;
}


/* TESTIMONIALS
-------------------------------------*/

.testimonials blockquote {
  font-size: 44px;
  color: #333;
  font-weight: bold;
  line-height: 46px;
}

.testimonials a {font-weight: bold;}

.testimonials blockquote:before {
  content: "\201c";
  font-size: 150px;
  position: absolute;
  top: -20px;
  left: -50px;
  font-family: 'Lexend', sans-serif;
  color:#ddd;
}


/* CALL TO ACTION JUMBTRON
-------------------------------------*/

.call-to-action-box {
  padding:360px 0px 90px 0px;
}

.call-to-action-artigiani {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 140px;
}

.cta-title {
  font-size: 56px;
  color:#fff;
  font-weight: 600;
}

.cta-text {
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}


/* PAGINA BLOG
-------------------------------------*/

.sezione-news {
  margin-top: 120px;
}

.titoli-news {
  font-weight:600;
}

.meta-articoli {
  font-size:16px;
  color:#35525B;
}

.imm-articolo {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.imm-articolo-blog {
  border-radius: 8px;
}

.testo-news {
  font-size: 0.8em;
  line-height: 1.5em;
}

/* PAGINA ARCHIVIO CATEGORIA
-------------------------------------*/

.category .testata-news {padding-top:220px;}
.category .testata-news h1 {
  margin-bottom:15px;
  font-weight: 600;
}


/* PAGINA PROGETTI EDUCATIVI
-------------------------------------*/

.box-filtro {
  border: 1px solid #eee !important; 
  border-radius:50px;
  background: #fff;
}


/* PAGINA ARCHIVIO BANDI E PROGETTI
-------------------------------------*/

.titoli-bandi-progetti {
  font-weight: bold;
}

.bandi-noimage {
  background: #7F725D;
  padding-top: 200px;
}


/* PAGINA CON I FILTRI
-------------------------------------*/

.main-content-filtri {
  margin-top: 69px;
  padding-top: 29px;
}

/* PAGINA NEWSLETTER
-------------------------------------*/

.box-newsletter #email {
  border-radius: 50px;
  border: 1px solid #ccc;
  width: 100%;
}

.box-newsletter #campo1 {
  border-radius: 50px;
  border: 1px solid #ccc;
  width: 100%;
}

.box-newsletter #campo2 {
  border-radius: 50px;
  border: 1px solid #ccc;
  width: 100%;
}

.box-newsletter button {
  border-radius: 8px;
  padding: 10px 30px;
  background: #3A4066;
  border: none;
  color: #fff;
}

.box-newsletter input {
  margin-right: 10px;
}

.box-newsletter label {
  display: block;
}


/* SINGOLO POST STANDARD
-------------------------------------*/

.margin-single {
  margin-top: 79px;
}

.articolo-alto {
  background:#fff;
  border-radius:6px 6px 6px 6px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}

.contenuto-post {
  background:#f4f4f5;
}

.titolo-single {
  font-weight:700;
  font-size:3.5rem;
  color:#fff;
  max-width: 80%;
}

.titolo-single-si {
  font-weight:600;
  font-size:3.5rem;
  color:#fff;
  max-width: 90%;
}

.categoria-post {
  text-transform:uppercase;
}

/*con immagine */

.categoria-post a {
  background: transparent;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px 6px 12px;
  border: 2px solid #fff;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
}

.categoria-post a:hover {
  text-decoration: none;
  background: #749719;
  border: 2px solid #749719;
}

/*senza immagine */

.categoria-post-si a {
  background: transparent;
  color: #fff;
  font-size: 16px;
  padding: 6px 12px 6px 12px;
  border: 2px solid #fff;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration:none;
}

.categoria-post-si a:hover {
  text-decoration: none;
  background: #e76e4c;
  border: 2px solid #e76e4c;
}

.categoria-post-si p {margin-bottom: 0.8rem !important;}

.excerpt-articolo {
  color:#fff;
  font-weight: 200;
  /*line-height:2.3rem;*/
}

.articolo h4 {margin-bottom:30px;}
.articolo h3 {margin-bottom:30px;}

.articolo {background:#fff;}

.data-categoria {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.data-categoria-si {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top:-10px;
}

.icona-data {padding-right:5px;}

.icona-categoria {
  padding-right:5px;
  margin-left:25px;
}

.icona-autore {
  margin-left:20px;
  padding-right:5px;
}

.social-btn {
  font-size:1.2rem;
  color:#999;
}

.firma-autore {font-size:16px;}
.text-condividi {font-size:15px;}

.articolo img {
  width:100%;
  height: auto;
  border:none !important;
  /*border-radius:4px;*/
}

.footer-post {
  background-color: #0e333e;
  color:#fff;
}


.divisore-articolo {
  height:1px;
  width:200px;
  text-align:left;
  color:#EB5566;
  background:#EB5566;
}

.tags-articolo {margin-bottom:40px;}

.tags-articolo a {
    padding: 0.3rem 1rem;
    background-color: #fff;
    border: 1px solid #222;
    border-radius:6px;
    color: #222;
    margin: 5px;
    text-transform: uppercase;
    font-size: 16px;
    display:inline-block;
    text-decoration: none;
}

.tags-articolo a:hover {
  text-decoration:none;
  background: #333;
  color: #fff;
}


/* altezza box con immagine */

.call-to-action-boxsingle {
  padding:240px 0px 60px 0px;
}

/* altezza box senza immagine */

.call-to-action-boxsingleni {
  padding: 260px 0px 100px 0px;
  background-color: #729dbf;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-titlesingle {
  font-size: 56px;
  color:#fff;
}

.cta-textsingle {
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

.testata-articolo .jumbotron {margin-bottom:0px !important;}

.testata-articolo-alt .jumbotron {
  margin-bottom:0px !important;
    background-color: #72767b;
    background-size: cover;
    background-repeat: no-repeat;
}


.rpwwt-post-title:hover {
  color: #7F1F1C !important;
}

.post h3 {margin-bottom:25px;}

.tag-box {
  margin-bottom:15px;
  padding-top:15px;
  border-top: 1px solid #ececec;
}

.condividi-post {margin-top:20px;}
.post-correlati {margin-top:30px;}

.relpost-block-single {
  padding:0px !important;
  margin:6px !important;
}



/* SINGOLO POST CLASSIC
-------------------------------------*/

.single-classic h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}


.img-classic {
  border-radius: 8px;
}

.categoria-classic a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-left: 5px;
}

.data-classic {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.next-previous-classic a {
  text-decoration: none;

}

.next-previous-classic {
  font-size: 1rem;
  line-height: 1.5rem !important;
}

.prec-succ-classic {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight:400;
  margin-bottom: 5px !important;
}


/* SINGOLO POST FULL
-------------------------------------*/

.post-full {margin-top:-100px;}

.call-to-action-boxsingle-full {
  padding:260px 0px 80px 0px;
}

.call-to-action-boxsingle-fullsi {
  padding:230px 0px 80px 0px;
}

.titolo-single-full {
  font-weight:bold;
  font-size:3.5rem;
  color:#fff;
}

.titolo-single-fullsi {
  font-weight:bold;
  font-size:3.5rem;
  color:#fff;
}

.categoria-post-full a {
  background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px 6px 12px;
    border: 2px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration:none;
  }

.categoria-post-full a:hover {
  text-decoration: none;
  background: #749719;
  border: 2px solid #749719;
  border-radius: 0px;
}

.categoria-post-fullsi a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px 6px 12px;
    border: 2px solid #fff;
    border-radius: 6px;
    text-transform: uppercase;
  }

  .categoria-post-fullsi a:hover {
    text-decoration: none;
    background: #e76e4c;
    border: 2px solid #e76e4c;
    border-radius: 6px;
  }


.next-prev-post {
  background:#ececec;}

.box-previous {border:1px solid #fff;}
.box-next {border:1px solid #fff;}

.prec-succ {
  color:#fff;
  font-weight:200;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom: 0px;
  opacity: 0.4;
}

.next-previous a {
  color:#fff;
  text-decoration: none;
}

.icona-tag {color:#333;}

.titolo-tag {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* SINGOLO POST IMAGE
-------------------------------------*/

.title-image {
  font-size: 22px;
}

.entry-attachment {
  width: auto;
}


/* SINGOLO POST BANDO
-------------------------------------*/


.briciola a {
  color: #fff;
  text-decoration: none;
}

.settore-bando-arte {
  font-size: 16px;
  background: #c7a7a7;
  color: #772122;
  padding:6px 10px;
  border-radius:99px;
  font-weight: 500;
  width: auto;
}

.uagb-icon-list__outer-wrap .settore-bando-arte {
  padding:6px 10px;
}

.stato-bando-aperto-scheda {
    font-size: 16px;
    background: #EFFCE8;
    color: #8CD93A;
    padding: 6px 10px;
    border-radius: 99px;
}

.uagb-icon-list__outer-wrap .stato-bando-aperto-scheda {
  padding:6px 10px;
}

.titolo-bando {
  font-weight: 600;
  color: #10416A;
}


/* SINGOLO SCHEDA PROGETTO
-------------------------------------*/

#testata-progetto a {
  text-decoration: none;
}

.nav-tabs .nav-link {
  color: #10416A;
}

/* COMMENTI
-------------------------------------*/

.comments textarea {width:100%;}
.comments label {min-width:80px;}
.comment .reply {
  border-bottom: 1px solid #ccc;
  margin-bottom:30px;
  padding-bottom:10px;
}
.comments ul,
.comments ol {list-style-type:none;}
.comment-author img {border-radius: 999px;}

/* input textarea
-------------------------------------*/

input,
textarea {
  padding: 5px 10px;
}

/* Widgets Sidebar
-------------------------------------*/

.widgettitle {
  font-size: 18px !important;
}


.widget_search {padding:10px;}

.widget_search .screen-reader-text {display:block;}
.widget_search #s {
  width: 70%;
float: left;
border-radius: 50px 0px 0px 50px;
border: 1px solid #bbbb;
}

.widget li {
  list-style-type: none;
  margin-bottom:10px;
  line-height:1.4em;
}
.widget a {
  color:#333;
  text-decoration: none;
}
.widget a:hover {color:#EB5566;}


/* plugin post with thumbanil */
.rpwwt-widget ul li {
    padding: 5px 10px 5px 0px;
    margin: 0 0 0.5em !important;
    font-size:16px;
}

.rpwwt-post-date {
  font-size:14px;
  margin-top:5px;
}

.rpwwt-widget ul li img {
  border-radius:8%;
  margin: .1em 1em .1em 0 !important;
  width: 100px !important;
  height: 100px !important;
}

.widg_tit {
  position:relative;
  overflow: hidden;
}

.widg_tit_footer {
  position:relative;
  overflow: hidden;
}

.titolo-widget {
  display: block;
  font-size: 18px;
  border-left: 3px solid #10416A;
  padding-left: 15px;
}

.trattino-titolo {
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    overflow: hidden;
    margin-top: 0.5em;
    width: 50px;
    border-color:#7F1F1C;
  }

  .cat-item {
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
    padding-top:5px;
  }

  .widget_search #searchsubmit {
    color:#fff;
    border:1px solid #7F1F1C;
    width: 30%;
    float: left;
    background: #7F1F1C;
    border-radius: 0px 50px 50px 0px;
}

.footer .widget_search #searchsubmit {
  color:#fff;
  border:1px solid #C9974D;
  width: 30%;
  float: left;
  background:#C9974D;
  padding-bottom: 5px;
}

.footer .widget_search {padding: 0px 10px 0px 10px;}

.widget select {
  width:100%;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 10px;
}

.widget-sidebar {
  padding: 40px 30px 40px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.footer-social a {color: #1d223f !important;}


/* Widgets Sidebar Footer
-------------------------------------*/


.titolo-widget-footer {
 font-weight: 600;
}



/* paginazione
-------------------------------------*/

.pagination {
  margin-bottom:30px;
  margin-top:30px;
  justify-content: center;
}

.pagination-blog {
  margin-bottom:30px;
  margin-top:30px;
}

.page-numbers {
  display:inline-block;
  padding:10px 15px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  text-decoration: none;
  border-radius: 6px;
}

.page-numbers:hover {
  background: #0B3355;
  color: #fff;
}

.page-numbers.current {
  background: #0B3355;
  color: #fff;
}

/* stile generale wordpress
-------------------------------------*/

.post img {
  max-width:100%;
  height:auto;
}


/* ------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */

.footer-alto {
    background: #F4F6F8;
    background-image: url(img/sfondo-testata-alta12.png);
    background-size: cover;
  border-radius: 8px;
}


.footer-basso {
  color: #333;
  font-size: 1.0rem;
  line-height: 1.7rem;
  margin-top:70px;
}

.footer-sito {
  color: #333;
}

.footer-sito a {
  color:#333;
  text-decoration: none;
}

.footer-sito ul {
  text-align: left;
  padding-left: 0px;
}

.footer-sito a:hover {
  color:#333;
}

.margin-footer {
  margin-top:40px;
  margin-bottom: 40px;
}

.footer label {
  font-size:18px;
  line-height:24px;
}


.logo-footer {margin-top:-100px;}

.footer input {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right:1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer #email {
  width: 100% !important;
  border-radius: 10px;
  height:45px;
  border: none !important;
}

.footer .btn-primary {
  border:none;
  background:#749719;
}



input.inserisci-email .footer {
  width:100%;
  border-radius:0px !important;
}


.footer h5 {line-height:1.5 !important;}

.boxnewsl {
  border-left:1px solid #ccc;
padding-left:25px; }

.footer-menu {
  background: #005584;
  border-top:1px solid #fff;
}

.footer-menu a {
  color: #fff;
}

#kt-info-box .footer {
  margin: 0 auto !important;
}

.social-footer {
  color: #444;
}

.footer-social {
  text-align: left;
}


/* ------------------------------------------------------------
Media query Tablet
-------------------------------------------------------------- */

@media (max-width:998px) {
  .navbar-social {flex-direction:row !important;}
  .form-control {width:inherit;}
}

@media (max-width:998px) {
  .icon-search {display:none}
}


/* nascondi campo ricerca normale sopra i 998px */

@media (min-width:998px) {
  .cerca-mobile {display:none}
}

@media (min-width:998px) {
  .titoli-home {
    font-size: 19px;
    line-height: 26px;
  }
}

@media (max-width:1180px) {
  .searchandfilter select.sf-input-select  {
    width: 271px !important;
  }
}

@media (max-width:1366px) {
  .searchandfilter select.sf-input-select  {
    width: 330px !important;
  }
}


.icon-search-mobile {
  color:#fff;
  background:transparent;
  border:none;
  font-size:22px;
  margin-right:10px;
}

@media (max-width:998px) {
  .call-to-action-pagina1 {
    padding-top:200px;
    padding-bottom:200px;
  }
}


@media (max-width:998px) {
  .navbar-social {
    margin-right:0px;
  }
}

@media (max-width:998px) {
  .nav-custom {
    padding-left:15px;padding-right:15px;
  }
}

@media (max-width:998px) {
  .testata-articolo {
    margin-top:-21px;
  }
}


@media (max-width:998px) {
  .content-articolo {
    padding-top:70px;
  }
}


@media (max-width:998px) {
  .scheda-intro h3 {
    max-width:100%;
    font-size: 1.45rem;
  }
}

@media (max-width:998px) {
  .footer-sx {
    background-image: none;
  }
}


@media (max-width:998px) {
  .footer-dx {
    background-image: none;
  }
}

@media (max-width:998px) {
  .logo-footer {
    margin-top: -115px;
  }
}


@media (max-width:998px) {
.wp-pagenavi span  {
  margin:0px;
  border:0px;
  }
}

@media (max-width:998px) {
.wp-pagenavi a  {
  margin:0px;
  border:0px;
  }
}

@media (max-width:998px) {
  .slider-big h2 {
    font-size:2.3rem;
  }
}



@media (max-width:998px) {
.btn-beneficiari {
  display:none;
  }
}


@media (max-width:998px) {
  .descrizione-azione {
    display:none;
    }
  }

  @media (max-width:1024px) {
    .descrizione-azione {
      display:none;
      }
    }

@media (max-width:1024px) {
  .slider-big h2 {
    font-size:2.3rem;
  }
}



@media (max-width:1024px) {
.wp-pagenavi span  {
  margin:0px;
  border:0px;
  }
}

@media (max-width:1024px) {
.wp-pagenavi a  {
  margin:0px;
  border:0px;
  }
}


@media (max-width:1024px) {
.searchandfilter select.sf-input-select {
  width: 270px !important;
  }
}


@media (max-width:1200px) {
  .um-directory .um-member-directory-header .um-member-directory-header-row.um-member-directory-filters-bar {
    padding: 15px 20px 30px 20px;
  }
}



@media (max-width:1200px) {
  .um-profile-body {
    max-width:940px !important;
  }
}

@media (max-width:1200px) {
  .um-profile-nav {
    margin-left:20px;
  }
}


@media (max-width:1200px) {
  .navbar-brand img {
    width:85%;
  }
}



/* ------------------------------------------------------------
Media query Smartphone
-------------------------------------------------------------- */


@media (max-width:767px) {
  .slider-big h2 {
    font-size:2.3rem;
  }
}

@media (max-width:767px) {
  .box-progetto-primopiano {
    text-align:center;
    padding-top:70px;
    padding-bottom:70px;
  }
}

@media (max-width:767px) {
  .icon-search {display:none}
}


@media (max-width:767px) {
  .cerca-navbar {display:none}
}

@media (max-width:767px) {
  .call-to-action-pagina1 {
    padding-top:200px;
    padding-bottom:200px;
  }
}

@media (max-width:767px) {
  .call-to-action-pagina2 {
    margin-top:30px;
  }
}


@media (max-width:767px) {
  .blocco-dx {
    padding-left:0px;
    padding-right:0px;
  }
}

@media (max-width:767px) {
  .navbar-social {
    margin-right:0px;
  }
}


@media (max-width:767px) {
  .nav-custom {
    padding-left:15px;padding-right:15px;
  }
}

@media (max-width:767px) {
  .excerpt-articolo {
    font-size:1.1em;
  }
}


@media (max-width:767px) {
  .testata-articolo {
    margin-top:-21px;
  }
}



@media (max-width:767px) {
  .tasti-social  {
    text-align:left;
  }
}


@media (max-width:767px) {
  .content-articolo {
    padding-top:70px;
  }
}


@media (max-width:767px) {
  .call-to-action-boxsingle {
    padding:180px 0px 30px 0px;
  }
}

@media (max-width:767px) {
  .tags-articolo a {
    padding: 3px;
    margin: 5px;
    font-size: 14px;
    font-weight: 600;
  }
}


@media (max-width:767px) {
  .scheda-intro h3 {
    max-width:100%;
    font-size: 1.45rem;
  }
}

@media (max-width:767px) {
  .kt-tabs-wrap .wp-block-kadence-tab {
    padding:20px !important;
  }
}


@media (max-width:767px) {
  .footer-sx {
    background-image: none;
  }
}

@media (max-width:767px) {
  .footer-dx {
    background-image: none;
  }
}


@media (max-width:767px) {
  .titolo-single-full {
    font-size:2.3rem;
  }
}

@media (max-width:767px) {
  .call-to-action-boxsingle-full {
    padding: 160px 0px 80px 0px;
  }
}

@media (max-width:767px) {
  .titolo-single {
    font-size: 2.0rem;
  }
}


@media (max-width:767px) {
  .call-to-action-boxsingle-progetti  {
    padding:190px 0px 130px 0px;
    border-radius: 0px !important;
  }
}

@media (max-width:767px) {
  .immagine-progetto {
    min-height:150px;
  }
}


@media (max-width:767px) {
  .logo-footer {
    margin-top: -125px;
  }
}

@media (max-width:767px) {
  .titolo-single-si {
    font-size:2.3rem;
  }
}

@media (max-width:767px) {
  .slider-big .carousel-text p {
    font-weight:300;
    font-size:18px;
    line-height: 26px;
  }
}

@media (max-width:767px) {
  .navbar-collapse {
    background: #AA3338;
    padding-left: 25px;
    padding-top: 10px;
  }
}

@media (max-width:767px) {
  .carousel-control-next-icon {
    display:none;
  }
}

@media (max-width:767px) {
  .carousel-control-prev-icon {
    display:none;
  }
}

@media (max-width:767px) {
  #cn-notice-text {
    font-size:11px !important;
    line-height: 20px !important;
  }
}



@media (max-width:767px) {
  .sdropdown:hover .dropdown-menu  {
    display: block;
  }
}


@media (max-width:767px) {
  .sdropdown:hover .dropdown-menu  {
    display: block;
  }
}

@media (max-width:767px) {
.navbar-brand img  {
    width:80%;
  }
}

@media (max-width:767px) {
.progetti-attivita  {
    margin-top:66px;
  }
}

@media (max-width:767px) {
.sezione-news  {
    margin-top:66px;
  }
}


@media (max-width:767px) {
.call-to-action-attivita  {
  text-align:center;
  padding-top: 100px;
  padding-bottom: 100px;
  width:inherit;
  }
}

@media (max-width:767px) {
.call-to-action-attivita h1  {
  color:#fff;
  }
}

@media (max-width:767px) {
.call-to-action-attivita h2  {
  color:#fff;
  }
}

@media (max-width:767px) {
.call-to-action-attivita h3  {
  color:#fff;
  }
}

@media (max-width:767px) {
.call-to-action-attivita h4  {
  color:#fff;
  }
}

@media (max-width:767px) {
.call-to-action-attivita h5  {
  color:#fff;
  }
}


@media (max-width:767px) {
.spazio-attivita  {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

@media (max-width:767px) {
.call-to-action-box  {
  padding:170px 0px 40px 0px;
  }
}

@media (max-width:767px) {
.wp-pagenavi span  {
  margin:0px;
  border:0px;
  }
}

@media (max-width:767px) {
.wp-pagenavi a  {
  margin:0px;
  border:0px;
  }
}

@media (max-width:767px) {
#az-tabs  {
  font-size: 14px;
  line-height:22px;
  }
}

@media (max-width:767px) {
.call-to-action-artigiani  {
  padding-top: 160px;
  padding-bottom: 100px;
  }
}

@media (max-width:767px) {
.boxnewsl  {
  padding-left:0px;
  border-left:none;
  }
}

@media (max-width:767px) {
.carousel, .carousel-inner, .carousel-item  {
  height:450px;
  }
}


@media (max-width:767px) {
.margin-bottom  {
  margin-bottom:115px;
  }
}

@media (max-width:767px) {
.call-to-action-home  {
  padding-top:100px;
  padding-bottom:100px;
  }
}

@media (max-width:767px) {
.call-to-action-iniziative  {
  padding-top:70px;
  padding-top:70px;
  }
}

@media (max-width:767px) {
.home-siamo {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

@media (max-width:767px) {
.wpcf7-text {
  width:100%;
  }
}

@media (max-width:767px) {
.wpcf7-form-control-wrap textarea {
  width:100%;
  border-radius:6px;
  border: 1px solid #ccc;
  }
}

@media (max-width:767px) {
.footer input {
  font-size:16px;
  }
}

@media (max-width:767px) {
.mc4wp-form-fields input {
  font-size:15px;
  }
}

@media (max-width:767px) {
#cookie-notice .cn-button {
  font-size: 14px;
  }
}

@media (max-width:767px) {
.testata-tassonomie {
  padding-top: 250px;
  }
}

@media (max-width:767px) {
.contatta-footer {
  display:none;
  }
}

@media (max-width:767px) {
.um-col-121 {
  width: 100% !important;
  }
}

@media (max-width:767px) {
.um-col-122 {
  width: 100% !important;
  }
}

@media (max-width:767px) {
.um-profile-body {
  margin-left: 15px !important;
  padding-left: 15px !important;
  width:88% !important;
  }
}

@media (max-width:767px) {
.um-profile-nav {
  margin-left: 15px !important;
  }
}

@media (max-width:767px) {
.carousel-home .trattino-sx  {
  display:none;
  }
}

@media (max-width:767px) {
.titolo-colorato {
  color:#fff;
  }
}

@media (max-width:767px) {
.btn-home {
  color:#fff !important;
  }
}

@media (max-width:767px) {
.icona-colorata {
  color:#fff;
  }
}

@media (max-width:767px) {
.pulsante-dx {
  float:left;
  }
}

@media (max-width:767px) {
.chisiamo {
  margin-top:73px;
  padding-top:10px;
  padding-bottom:60px;
  }
}

@media (max-width:767px) {
.mt-n3 {
  margin-top: -0.5rem!important;
  }
}

@media (max-width:767px) {
.pt-sm-10 {
  padding-top: 2rem!important;
  }
}

@media (max-width:767px) {
.curva-right {
  background-image: none;
  }
}

@media (max-width:767px) {
.pagina-title {
  font-size: 2.0rem;
  }
}

@media (max-width:767px) {
.float-right {
  float:left;
  }
}

@media (max-width:767px) {
.display-4  {
  font-size:2.7rem !important;
  }
}


@media (max-width:767px) {
.intro-iniziative  {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  }
}


@media (max-width:767px) {
.categoria-post  {
  display:none;
  }
}

@media (max-width:767px) {
#rmp-search-box-13039 .rmp-search-box  {
  border-radius:4px;
  border:none;
  height: 40px;
  }
}


@media (max-width:767px) {
.evidenza-home  {
  box-shadow: inherit;
  border-radius: inherit;
  }
}

@media (max-width:767px) {
.evidenza-home  {
  box-shadow: inherit;
  border-radius: inherit;
  }
}

@media (max-width:767px) {
.slider-home  {
  padding:0px;
  }
}


@media (max-width:767px) {
.me-lg-n5  {
  margin-right: 0rem !important;
  }
}


@media (max-width:767px) {
.btn-beneficiari {
  display:none !important;
  }
}

@media (max-width:767px) {
.searchandfilter select.sf-input-select {
  width: 340px !important;
  background: #f2f2f2;
  }
}

@media (max-width:767px) {
  .descrizione-azione {
    display:none;
    }
  }


@media (max-width:767px) {
  .margin-single {
    margin-top: 20px;
    }
  }

@media (max-width:767px) {
  .widget-sidebar {
    border:none;
    }
  }

  @media (max-width:767px) {
    .numeri-home {
      border-right:none;
      }
    }

@media (max-width:767px) {
  .pagina-title-image {
    font-size: 2.3rem;
    }
  }

@media (max-width:767px) {
  .titolo-bando {
    font-size: 2.3rem;
    }
  }

@media (max-width:767px) {
  .footer-basso {
    text-align:center;
    margin-top: 80px;
    }
  }

@media (max-width:767px) {
  .footer-sito ul {
    text-align:center;
    }
  }


@media (max-width:767px) {
  .footer-social {
    text-align:center;
    }
  }

@media (max-width:767px) {
  .margin-footer {
    margin-top:20px;
    margin-bottom:20px;
    }
  }

@media (max-width:767px) {
  .iniziative-pag {
    padding-top:50px;
    padding-bottom:40px;
    }
  }

@media (max-width:767px) {
  .box-miss-bt-rg {
    border-radius: 0px;
    }
  }

  @media (max-width:767px) {
    .box-miss-top-lft {
      border-radius: 0px;
      }
    }

@media (max-width:767px) {
  .box-miss-top-rg {
    border-radius: 0px;
    }
  }


@media (max-width:767px) {
  .box-miss-bt-lft {
    border-radius: 0px;
    }
  }

@media (max-width:767px) {
  .testata-noimage-trasp {
    padding-top:150px;
    }
  }

@media (max-width:767px) {
  .box-filtro {
    border: none; 
    border-radius:0px;
    box-shadow: none;
    }
  }

  @media (max-width:767px) {
    .box-filtro {
      border: none; 
      border-radius:0px;
      box-shadow: none;
      }
    }


@media (max-width:767px) {
  .is-menu {
    display:none !important;
    }
  }

@media (max-width:767px) {
  .briciola {
    font-size: 18px;
    }
  }


@media (max-width:767px) {
.wpml-ls-legacy-dropdown {
  margin: 0 auto;
  }
}

@media (max-width:767px) {
.wp-pagenavi {
  font-size:15px;
  }
}

@media (max-width:767px) {
  .page-id-75831 .sf-input-text {
    width:385px !important;
    }
  }


@media (max-width:767px) {
  .page-id-75831 .searchandfilter ul {
    text-align: inherit !important;
  }
}


@media (max-width:767px) {
  .searchandfilter ul li {
    display: inherit !important;
    }
  }

  @media (max-width:767px) {
    .searchandfilter input {
      width:320px;
    }
  }
  
  @media (max-width:767px) {
    .searchandfilter label {
      padding: 5px 0px;
    }
  }
  

  @media (max-width:767px) {
    .page-id-75831 input[name="_sf_submit"] {
      border-top-left-radius: 6px !important;
      border-bottom-left-radius: 6px !important;
    }
  }

  @media (max-width:767px) {
    .page-id-75831 .sf-input-text {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
    }
  }


  @media (max-width:767px) {
    .portaleragazzi {
      display:none;
    }
  }

  @media (max-width:767px) {
    .bg-custom {
      border-radius: 0px !important;
    }
  }

  @media (max-width:767px) {
    .wp-pagenavi a, .wp-pagenavi span {
      padding: 0px 5px !important;
    }
  }


  @media (max-width:767px) {
    .wp-pagenavi a, .wp-pagenavi span {
      padding: 0px 5px !important;
    }
  }


  @media (max-width:767px) {
    .main-content-front {
      padding-top: 0px;
      margin-top: -6px;
    }
  }


  @media (max-width:767px) {
    .padding-top {
      padding-top: 0px;
      margin-top: -6px;
    }
  }

  @media (max-width:767px) {
    .sfondo-testata {
      height: 370px;
    }
  }


  @media (max-width:767px) {
    .nav-tabs .nav-link {
      font-size: 1rem;
    }
  }
  

  @media (max-width:767px) {
    .absolute-top {
      top: -35px;
    }
  }
  

/* WordPress Core styles
-------------------------------------------------------------- */


.bypostauthor {
  border-left: 3px solid #ddd;
  padding-left:20px;
}

.gallery-caption {
  padding:5px;
  font-size:14px;
  line-height:22px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 15px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* ------------------------------------------------------------
plugin aggiuntivi
-------------------------------------------------------------- */

div.advgb-tab-body {
  padding: 40px 30px 30px 30px;
  background:#fff;
  border: 1px solid #dee2e6 !important;
}

li.advgb-tab.ui-tabs-active a {color:#333 !important}
.advgb-tab.ui-state-default.ui-corner-top {
  background-color:transparent !important;
  border:none !important;
}

.advgb-tab.ui-state-default.ui-corner-top a {
  color:#EB5566 !important;
}

.advgb-tab.ui-state-default.ui-corner-top a:hover {
  border-top:1px solid #dee2e6 !important;
  border-left:1px solid #dee2e6 !important;
  border-right:1px solid #dee2e6 !important;
  border-radius:4px 4px 0px 0px !important;

  margin: -1px -1px -1px -1px;
}

.advgb-tab.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  background-color:#fff !important;
  border-top:1px solid #dee2e6 !important;
  border-left:1px solid #dee2e6 !important;
  border-right:1px solid #dee2e6 !important;
  border-radius:4px 4px 0px 0px !important;
}

.advgb-tab.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {color:#333 !important;}

.advgb-tab.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a:hover {
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
  border-radius:none !important;
  margin: 0px 0px 0px 0px !important;
}



/*** KADENCE BLOCKS ***/

.tab-settori .kt-tabs-layout-vtabs>.kt-tabs-title-list  {
  width: 20% !important;
}

.kb-gallery-caption-style-below .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
  padding: 20px 10px 10px 10px !important;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
  text-align: left !important;
  font-size: 18px !important;
  font-family: inherit !important;
}

li.kt-tab-title-active {
  font-weight:bold;
  /*border-left: 2px solid #000;*/
}


.tab-settori .kt-tabs-layout-vtabs>.kt-tabs-content-wrap {
  width: 80% !important;
}


/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
  margin-top:20px;
  margin-bottom:20px;
}

.display-posts-listing.grid .title {
  color: #0e333e !important;
  font-size: 26px !important;
  font-family: 'Lexend', sans-serif;
  font-weight: bold;
}

.display-posts-listing.grid img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

.listing-item {padding:20px;background:#fff;}

.mega-current-menu-item a {
  color:#5FCA6C !important;
}

.grecaptcha-badge {display:none !important;}

.display-posts-listing.grid .title {
  font-size:22px !important;
}

.display-posts-listing.grid .excerpt {
  font-size:16px !important;
}


.player {height:inherit !important;}


.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.um input[type=submit].um-button {
  background: #fff !important;
  border: 2px solid #749719 !important;
  color: #749719 !important;
  padding:13px !important;
  font-size:18px;
}

.um .um-button.um-alt {
    background: #749719 !important;
    color: #fff !important;
}

#cookie-notice {
  font-size:16px !important;
  line-height: 25px !important;
  opacity: 0.8;
}

#cookie-notice a {
  color: #fff !important;
  text-decoration: underline;
}

#cn-notice-buttons a {
  color: #333 !important;
  text-decoration: none !important;
}

#cn-notice-text {display:inline-blocK;}

.destination-email {display:none !important;}

.uagb-icon-list-repeater a {color:#749719;}

.wp-block-gallery.is-cropped .blocks-gallery-item img {border-radius: 6px;}

.wp-block-kadence-advancedbtn a {
  text-decoration: none !important;
}


.letter-title {display:none;}
.az-links {display:none;}
.back-to-top {display:none;}


/* plugin wp_pagenavi */

.wp-pagenavi a, .wp-pagenavi span  {
  padding: 8px 10px;
  font-size: 1.0em;
  line-height: 1.5em;
  border:none;
}

.wp-pagenavi a {
  text-decoration: none;
}

.wp-pagenavi a:hover {
  background-color: #F4F6F8;
  color: #222;
  border-radius: 6px;
}

.wp-pagenavi span.current {
  background-color: #0B3355;
  color: #fff;
  border-radius: 6px;
}

/**** ****/


.wp-block-cover .wp-block-cover__inner-container .pulsante_gut {text-align: center !important;}

.mc4wp-form-fields input {
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #bbbb;
    padding: 7px 10px 8px 10px;
  }

  .mc4wp-form-fields a {
    color: #333;
    text-decoration: underline;
  }
.max-1-columns ul {margin-bottom:0;}

.wp-block-media-text__media img {
  height: auto;
}


/* PLUGIN GRAVITY FORMS */

.gform_wrapper label.gfield_label {
  font-weight: inherit !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width:100%;
  border-radius: 25px;
  border: 1px solid #ccc;
}

.gform_wrapper.gravity-theme .gform_footer input {
  background: #fff;
  border: 2px solid #0B3355;
  border-radius: 50px;
  color: #0B3355;
  padding: 8px 30px 8px 30px;
}

.gform_wrapper.gravity-theme .gform_page_footer input {
  background: #0078B2;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px 20px 8px 20px;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  border-radius: 25px;
  border: 1px solid #ccc;
}

.gfield_consent_label {
  display: inline !important;
}

.gform_wrapper.gravity-theme .gfield select.large {
  border-radius: 25px;
  border: 1px solid #ccc;
}


/* SEARCH AND FILTER */


.searchandfilter select.sf-input-select {
  width: 390px;
  border: none;
  font-size: 18px !important;
  height:42px;
  padding: 9px;
}

.sf-level-0.sf-item-0 {
  background: #fff;
}

input[name="_sf_submit"] {
  width: 100% !important;
    border-radius: 6px;
    background: #0B3355;
    color: #fff;
    border: none;
    font-size: 16px;
    height:50px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #12406A !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #AB2508 !important;
}


/* filtro ricerca libera progetti educativi */

.page-id-75831 .searchandfilter ul li {
  display: inline-block;
}


.page-id-75831 .sf-field-reset {
  display: block !important;
}

.page-id-75831 .searchandfilter ul {
  text-align: center;
}


.page-id-75831 .sf-input-text  {
  width: 400px;
  border: 1px solid #3A4066;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  height: 50px;
  font-size: 1.0rem;
}

.page-id-75831 input[name="_sf_submit"] {
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  margin-top: 2px;
  border: 1px solid #3A4066;
}


/* filtro ricerca libera formazione docenti */


.page-id-76005 .searchandfilter ul li {
  display: inline-block;
}


.page-id-76005 .sf-field-reset {
  display: block !important;
}

.page-id-76005 .searchandfilter ul {
  text-align: center;
}


.page-id-76005 .sf-input-text  {
  width: 400px;
  border: 1px solid #3A4066;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  height: 50px;
  font-size: 1.0rem;
}

.page-id-76005 input[name="_sf_submit"] {
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  margin-top: 2px;
  border: 1px solid #3A4066;
}

/* filtro ricerca libera il cartellone */

.page-id-76010 .searchandfilter ul li {
  display: inline-block;
}


.page-id-76010 .sf-field-reset {
  display: block !important;
}

.page-id-76010 .searchandfilter ul {
  text-align: center;
}


.page-id-76010 .sf-input-text  {
  width: 400px;
  border: 1px solid #3A4066;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  height: 50px;
  font-size: 1.0rem;
}

.page-id-76010 input[name="_sf_submit"] {
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  margin-top: 2px;
  border: 1px solid #3A4066;
}


/*.searchandfilter > ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px;
}*/

.searchandfilter ul {
  padding-left: 0 !important;
}

.chosen-container {width:100% !important;}

.chosen-container .chosen-results li.active-result {
  display:block !important;
  font-size: 1.2em;
  line-height: 1.6em;
}


.chosen-container-single .chosen-search input[type=text] {
  font-size: 1.2em;
  border-radius: 6px !important;
}

.chosen-container-single .chosen-single {
  border: 1px solid #e7eaf1;
  background: #fff !important;
  box-shadow:none;
  height: 50px;
  border-radius: 4px !important;
  line-height: 50px;
  /*z-index: 1;*/
  padding: 0 0 0 15px;
}



.chosen-container-single .chosen-single div b {
  background: url(/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 0 10px no-repeat !important;
}

.chosen-container-single .chosen-drop {
  border: 1px solid #ddd !important;
  padding: 15px 5px 5px 5px;
  margin-top: 0px !important;
  z-index: 0;
  -webkit-box-shadow: none !important;
}

.chosen-container.chosen-with-drop .chosen-drop {
  z-index: 1;
}

.chosen-container-single .chosen-single span {
  font-size:1.2em;
  text-align: left;
  overflow: auto;
}



/* COOKIE NOTICE */

#cookie-notice {
  background: #575757 !important;
  opacity:1 !important;
}

.cn-buttons-container {
  margin-bottom:20px;
}

.cn-text-container {
  padding-top:25px;
  padding-bottom:25px;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  border-radius:4px;
  border: 2px solid #fff;
}

.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.uagb-post__image:first-child {
  margin-bottom: 25px;
}

.uagb-post-grid .uagb-post-grid-byline {
  margin-bottom: 0px !important;
}

.uagb-post__image-position-background .uagb-post__image {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
}

.box-verticale .uagb-post__inner-wrap {
    padding:0px !important;
}

.box-verticale-evidenza .uagb-post__inner-wrap {
    padding:0px !important;
}

.box-verticale-altri .uagb-post__inner-wrap {
    padding:0px !important;
}

.box-verticale .uagb-post__text .uagb-post__title {
  padding-top:250px !important;
  text-transform: uppercase;
}

.box-verticale-evidenza .uagb-post__text .uagb-post__title {
  padding-top:322px !important;
  text-transform: uppercase;
}

.box-verticale-altri .uagb-post__text .uagb-post__title {
  padding-top:171px !important;
  text-transform: uppercase;
}

.box-verticale .uagb-post__text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
}

.box-verticale-evidenza .uagb-post__text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
}

.box-verticale-altri .uagb-post__text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
}


.grid-gute {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
}


/* ADD TO ANY */

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 35px;
    padding: 5px;
    border-radius: 50px;
}

.addtoany_list.a2a_kit_size_32 a {
  font-size: 1.0rem !important;
  line-height: 1.1rem !important;
  overflow: auto;
}

/* CUSTOM LAYOUTS */

.cl-layout {
  font-family: 'Lexend', sans-serif !important;
}

.cl-template a {
  font-family: 'Lexend', sans-serif !important;
}


.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

mark {
  padding: 0 !important;
}

.uagb-post-grid .uagb-post__image img {
  border-radius: 16px;
  height: auto;
}

.ui-datepicker:not(.gform-legacy-datepicker):not(.gform-theme-datepicker) {
  width:350px !important;
}

.bordo.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  border-radius: 6px !important;
}

.bordo.wp-block-cover .wp-block-cover__image-background {
  border-radius: 6px !important;
}

.uagb-timeline__outer-wrap .uagb-timeline__field a {
  text-decoration: underline !important;
}

.box-home .kt-inside-inner-col:before {
  border-radius: 6px;
}



.box-home .wp-block-cover__image-background img {
  border-radius: 6px;
}

.breadcrumbs span {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.breadcrumb-container ol {
  padding-left: 0rem !important; 
}

.bordo-fisarmonica .kt-blocks-accordion-title {
  text-decoration: underline;
}

.wp-block-search__button.has-icon {
  margin-left: 0px !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  color: #444 !important;
  font-size: 0.9rem !important;
  line-height: 1.5rem !important;
}

.swiper-content {border-radius: 8px;}

.uagb-post-pagination-wrap span.page-numbers.current {
  background-color: #123D5D !important;
  color: #fff !important;
}

.uagb-post-pagination-wrap a.page-numbers {
  background-color: #fff !important;
  color: #222 !important;
}

.chosen-container a.chosen-single:focus {
  outline: 2px solid #0053a6; /* Colore di contorno per focus */
  outline-offset: 2px;
}

.chosen-container .chosen-results .result-selected {
  background-color: #e6f7ff; /* Sfondo dell'opzione selezionata */
  color: #000; /* Colore del testo per l'opzione selezionata */
}
