/**
*   TYPOs
**/

h1, h2, h3,
.data-webinar,
.orario-webinar,
.singolo-webinar .dettagli strong,
.fascia-partner h2{
    font-family: "Orbitron", sans-serif;
}



.fascia-dettagli-webinar h2{
    color:#3e3e3e;
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
}

.dettaglio-singolo-webinar{
    padding: 20px;
    border-right: 2px solid #a5a5a5;
}

.dettaglio-singolo-webinar:nth-child(3){
    border-right: 0px;
}

.data-webinar p{
    color: #009f45;
    font-weight: 700;
    font-size: 40px;
}

.orario-webinar p{
    font-weight: 600;
    margin-bottom: 20px;
}

.dettaglio-singolo-webinar .descr p{
    color: #474747;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
}


.singolo-webinar .dettagli{
    font-size: 17px;
}

.singolo-webinar h3{
    color:#3b3b3b;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.singolo-webinar p{
    font-size: 17px;
}

.fascia-form h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
}

.fascia-partner h2{
    color:#696969;
    font-size: 40px;
    font-weight: 500;
}



/**
*   FORM
*/

.fascia-form form input[type="text"],
.fascia-form form input[type="email"]{
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
    border: 0;
}

.fascia-form form i{
    display: block;
    margin: 20px 0;
}

.fascia-form form ul{
    padding: 0;
    margin: 0;
}

.fascia-form form label{
    margin-top: -7px;
    margin-left: 20px;
    display: block!important;
}

.fascia-form form .elementor-field-subgroup span{
    margin-bottom:20px;
}


.fascia-form form label i{
    margin: 0;
}


.fascia-form form .elementor-button{
    background-color: #009f43!important;
    color: #ffffff!important;
    height: auto!important;
    border-radius: 100px 100px 100px 100px!important;
    padding: 15px 50px!important;
    font-size: 25px!important;
    line-height: initial!important;
}

.fascia-form form .elementor-button span i{
    margin: 20px 10px 0 0!important;
    padding: 0!important;
    font-size: 15px!important;
}


.fascia-form form ul li label{
    margin-top: -8px;
    margin-left: 25px;
    display: inherit;
}

.fascia-form form input[type="checkbox"]{
    float: left;
    margin-bottom: 50px;
}

.fascia-form form ul li label i{
    margin: 0;
}


.elementor-message.elementor-message-danger{
    display: block;
    margin-top: 30px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b6b6b6;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b6b6b6;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #b6b6b6;
  }


@media screen and (max-width: 768px) {


    .fascia-dettagli-webinar h2,
    .data-webinar p,
    .fascia-partner h2,
    .fascia-form h2{
        font-size: 30px;
        line-height: 35px;
    }


    .dettaglio-singolo-webinar{
        border-right:0;
        padding: 40px;
        border-bottom: 2px solid #a5a5a5;
    }

    
    .dettaglio-singolo-webinar:nth-child(3){
        border-right: 0px;
        border-bottom: 0px;
    }

    .dettaglio-singolo-webinar .descr p{
        font-size: 20px;
        line-height: 24px;
    }

}