ul.categ-blog {
    padding: 15px 0px;
}

ul.categ-blog li {
    list-style: none;
    width: 100%;
}

ul.categ-blog li a {
    display: block;
    padding: 5px 0px;
    color: #000000;
    /* font-weight: bold; */
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.chi_siamo {
    text-align: justify;
}

.chi_siamo .titolo {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.testo {
    padding: 15px;
}

.ts-item {
    background: #ffffff;
    text-align: center;
    padding: 35px 25px 30px 25px;
    height: 330px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ccc;
    margin-bottom: 38px;
}

.single-cont a {
    padding: 9px;
    display: block;
    margin-bottom: 18px;
    background-color: #6b9199;
    color: #fff;
    border-radius: 5px;
}

.sb-widget .sb-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.newsletter-column p {
    font-size: 14px;
    color: #585858;
    line-height: 2;
}

/*BOX NEWSLETTER*/
#lbl_email_nl {
  width: 100%;
}

#email_nl {
  height: 39px;
  padding: 5px;
  width: 100%;
  border-radius: 9px;
  border: 1px solid #9E9E9E;
}

#newsletter h5 {
    /* width: 90%; */
    /* margin: 21px 0px; */
    overflow-y:auto;
    height: 68px;
    text-align: center;
    padding:5px;
    font-weight:normal;
    font-size: 10px;
    /* margin-left: 5%; */
    background-color: #e5e1e1;
    /* top: 150px; */
    /* position: relative; */
    margin-bottom: 0px;
    border: 1px solid #CCC;
    /* border-radius: 9px; */
}
#newsletter h5 p {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 7px;
    color: #000;
}
#lbl_email_nl {
  color: #000;
}

#lbl_email_nl.allert {
    color: #f00;
}

#modulo_nl label {
    display: block;
}

#modulo_nl label#lbl_messaggio {
    margin-right: 0 !important;
}

#modulo_nl label.allert input {
    border-color: #f00;
    color: #f00;
}

.consensoform {
  color: #000;
  padding: 15px;
  font-size: 12px;
  line-height: 12px;
}

.consensoform.allert {
    color: #f00;
}

#modulo_nl label span {
    display: none;
}

#newsletter {
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 37px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f5f5;
    border: 3px dashed #000;
    max-width: 100% !important;
}

#newsletter h3 {
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    margin-top: 25px;
}

#newsletter .btn-newsletter {
    font-size: 14px;
    color: #ffffff;
    background: #6b9199;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 30px;
    text-align:center;
    display: block;
    float: none;
    cursor: pointer;
    margin-top: 30px;
    width:150px;
}


#newsletter .btn-newsletter:hover {
	background-color: #dc3545 !important;
}





