/* Colori TheArk 

  azzurro #3caee9
  azzurro trasp rgba(60, 174, 233, 0.7)
  grigio scuro #121f36
  grigio medio #555555
*/

/* testo più grande */
body,
p,
li,
li a,
.post-content,
.post-content p,
.post-content li
 { font-size:17px; line-height: 1.8; font-weight:400; }

.section-heading > p, 
.section-heading > p *, 
.section-heading > .ff-richtext.paragraph * {
  font-weight: 400;
}
 
 p { color:#34343c; }
 
.post-content p { margin-bottom:1em; }

.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 { font-weight:600; }
.post-content h1:not(.fg-text-dark):not(.fg-text-light), 
.post-content h2:not(.fg-text-dark):not(.fg-text-light), 
.post-content h3:not(.fg-text-dark):not(.fg-text-light), 
.post-content h4:not(.fg-text-dark):not(.fg-text-light), 
.post-content h5:not(.fg-text-dark):not(.fg-text-light), 
.post-content h6:not(.fg-text-dark):not(.fg-text-light) { margin-bottom:1em; font-weight:600; }



/* sidebar */
.ark-sidebar .widget-title { font-weight:600; }
.ark-sidebar .widget, 
.ark-sidebar .widget p, 
.ark-sidebar .widget em, 
.ark-sidebar .widget li, 
.ark-sidebar .widget li a {
    font-size: 16px;
}

/* allegato pdf */
#allegato_pdf { margin-top:20px; margin-bottom:40px; text-align:center; }
#allegato_pdf a { margin-bottom:10px; background-color:#3caee9; color:#fff; transition: 0.3s; }
#allegato_pdf a:hover { background-color:#999; }

@media screen and (min-width: 430px) {
    #logo-mobile-topbar { display:none !important; }
}

