.contenuto {
   padding-bottom:20px !important;
}
.contenuto a:not([role="button"]) {
    color: var(--nectar-accent-color) !important;
}
.contenuto a[role="button"] {
    background-color: var(--nectar-accent-color) !important;
    color:#fff !important;
    border-radius: 15px !important;
    box-shadow: none;   
    font-size: var(--nectar-body-font-size);
    font-weight: 500; 
    position: relative;
    top: 0;  
    margin-bottom: 10px; 
    opacity: 1;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;   
    padding: 15px 13px;
   text-align: center;
}


/*blocchetto*/
.corso-informazioni .wpb_wrapper {
    font-size: 18px;
}
.corso-informazioni .wpb_wrapper > div {
   font-family: Montserrat;
   width:100%;
   /*border:1px solid lime;*/
}
/*.corso-informazioni .wpb_wrapper > div > * {
   border:1px solid #fff;
}*/

.corso-informazioni .campo-custom-acf {
    padding-left: 55px;
   position: relative;
}

.corso-informazioni .campo-custom-acf .titolo-campo-acf {
    margin-bottom: 8px;
    display: block;
}
.corso-informazioni .campo-custom-acf p {
    display: block;
}


/*icone*/
.corso-informazioni .campo-custom-acf::before, 
.corso-informazioni .iwt-icon > i {
    width: 24px;
    font-size: 24px !important;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--nectar-accent-color) !important;
}

.corso-informazioni .campo-custom-acf::before {
   position: absolute;
   left: 0;
}
.corso-informazioni .campo-custom-acf.fa::before {
    font-family:FontAwesome;
}
.corso-informazioni .campo-custom-acf[class*="steadysets-icon"]::before {
    font-family:steadysets;
}

.corso-informazioni .campo-custom-acf.fa-home::before {
    font-size:26px !important;
}
.corso-informazioni .campo-custom-acf.corso-durata p {
    margin-right: 8px;
}
.corso-informazioni .campo-custom-acf.corso-durata::after {
    content: 'ore';
}

@media(max-width:999px){
   .col-fw-mobile {
      background-color: var(--nectar-extra-color-2);
      box-shadow: -50px 0 0 var(--nectar-extra-color-2), 50px 0 0 var(--nectar-extra-color-2) !important;
   }
   .corso-informazioni .campo-custom-acf.corso-durata p {
       display: inline-block;
   }
}
@media(min-width:1000px){
   .corso-informazioni .campo-custom-acf .titolo-campo-acf {
      margin-right: 8px;
       display: inline-block;
   }
   .corso-informazioni .campo-custom-acf p {
       display: inline-block;
   }
   .contenuto a[role="button"] {  
       padding: 15px 22px;
   }
}


/*alcune cose si vedono solo in alcuni casi*/
.single-corso.corso-visibile-ma-non-attivo .mostra-se-iscrizioni-attive {display: none !important;}
.single-corso:not(.corso-visibile-ma-non-attivo) .mostra-se-iscrizioni-non-attive {display: none !important;}




   