/* Enter Your Custom CSS Here */

/* plugin per pagina rassegna stampa */
div.guteurlsBox {
    max-width: 100% !important;
}

div.guteurlsBox > h1 {
  font-size: 1.3em !important;
}

div.guteurlsBox > p {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
}

.guteurlsBottom {display:none !important;}


/* nascondo il secondo menu del tema */
div.top_strip {
display:none !important;
}

div.toggle_strip {
display:none !important;
}


/* in pag Chi siamo, per sistemare i loghi */
#segui li {
   list-style-type: none;
   display:inline-block;
}


/* single page for blogposts and pages */
.blog_pages_wrapper a {
    text-decoration:underline;
}

.blog_pages_wrapper p, .blog_pages_wrapper li, td, td a{
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.88em;
    font-size: 18px;
}
  

/* tabella Pagina "impatto" */
.success, .alert {
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 21px;
}
  
.alert {
    background: #e1d948;
    color:black;
}

.success {
    background: #1c5128;
}
  
.info {
    color:black !important;
}