.tag_cloud {
  background-color: #e9ecef69 !important;
}

.tag_cloud:hover {
  background-color: #632979 !important;
  color: #FFF !important;
}

.testo_articolo {
  font-size: 19px;
  text-align: justify;
}

.articolo_det h1 {
  font-size: 27px;
  color: #632979;
}

.articolo_det h2 {
  font-size: 27px;
}

.testo_articolo h2 {
  font-size: 23px;
}

.follow-us a.indietro {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    background-color: #e9ecef69 !important;
    /* padding: 2px 9px !important; */
    float: right;
    line-height: 1.8;
    font-weight: 400;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}

.follow-us a.indietro:hover{
    background-color: #632979 !important;
    color: #FFF !important;
}

.follow-us img {
    height: auto !important;
    margin-right: 7px;
}

.contenitore-commenti {
    display: none;
}

.articolo_det img {
  /* border: 1px solid #ccc; */
  border: 1px #ccc solid;
  box-shadow: 10px 10px #d8d8d8;
}

.sub_title_ban {
  font-size: 2.5em !important;
}





