/* Stile base per il box hatom (spesso nascosto o stilizzato minimal) */
.hatom-extra {
    font-size: 0.8rem;
    color: #666;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

/* Stile per il box donazione */
.donation-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px 0;
}
.csc-social-clone {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Single Post */
.single .single56__body .entry-content.single56__element{
    text-align: justify;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
.excerpt56:not(.single .excerpt56)::first-letter {
    font-weight: bold;
    font-size: 3em;
    display: block;
    float: left;
    margin: 4px 12px 6px 0;
    line-height: 1;
}
.home .title56{
    font-size: 32px;
    text-transform: inherit;
    margin-bottom: 32px;
    border-bottom: 2px solid #000;
    a:hover {
       color: #7b7a79!important;
    }
}

.meta56__item + .meta56__item:before {
    content: "/"!important;
    margin: 0 5px;
    opacity: 0.5;
}
.single .theiaStickySidebar, .single .single56__block {
    display: flex;
    flex-direction: column;
    h1 {
        order: 1;
    }
    .thumbnail56--standard {
       figcaption {display: none;}
    }
    .meta56 {order:2; font-family: Merriweather, sans-serif!important;
        text-transform: none;
        letter-spacing: 0;
        font-style: italic;
        margin-top: 0px;
    }
    .authorbox56__text {
       .fox56-social-list {display: none;}
    }
}
.single .single56__thumbnail {order:1;}
.single .single56__header {
    order:2;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin-bottom: 32px;
    padding: 12px 0;
    text-align: center;
    .meta56__date::before {
        content:"Pubblicato il";
    }
}
.single .single56__body {order:3;}
.single .single56__block {
    align-items: center;
    text-align: center;
}
.single .excerpt56 {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limita a 4 righe */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Aggiunge "..." se il testo è tronato */
    word-break: break-word; /* Evita di troncare le parole a metà */
    hypens: auto; /* (Opzionale) Aiuta con la sillabazione */
    line-height: inherit!important;
}

footer a {
    font-family: Oswald, sans-serif;
}
footer  {
   .widget_recent_comments ul li:before, .widget_recent_entries ul li:before {
     content: none!important;
   }
   .widget_recent_entries ul li {
       padding-left: 0px;
   }
}
.secondary56__sep {display: none;}
.blog56__sep__line {
    border-right-width: 0px!important;
}

.page h1 {
    font-size: 70px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
    border-top: 3px solid;
    border-bottom: 2px solid;
    padding: 10px 0 16px;
}
.single .header_bottom56, .page .header_bottom56 {
    border-bottom-width: 0px!important;
}
.single56--content-image-stretch .alignleft {
    margin-left: 0px!important;
}
.single56--link-3 .single56__content p a, .single56--link-3 .single56__content ul a, .single56--link-3 .single56__content ol a {
    color: #8fc400!important;
}

.titlebar56 .container {
   border: solid 2px #000!important;
   padding: 40px 0;
   background-color: #F0F0F0;
}
.btn56--black {
    color:#8fc400!important;
    background: transparent!important;
    letter-spacing: 1px!important;
     font-weight: bold!important;
     display: inline-block!important;
     padding: 0px!important;
     font-size: 16px!important;
}
.btn56--black:hover {
   text-decoration: underline!important;
}
.titlebar56__main .terms56 {display: none;}
.meta56__category .sep {
    margin: 0 4px;
    opacity: 0.5;
    position: relative;
    color: transparent;
}
.meta56__category .sep:after {
    content: '/';
    color: #000;
}


.widget-area input[type="submit"] {
   background-color: #a2c656;
}

.pagination56 .page-numbers:hover, .pagination56 .page-numbers.current {
    color: #a2c656!important;
}
.fox-read-more-custom {
    background-color: transparent;
    color: #8fc400;
    padding: 0px;
    font-size: 14.4px;
    letter-spacing: 0;
}

