/** custom css for SimpleBlog **/
/*BLOG*/

/*allineamento centro*/

header.page-header {
    max-width: 1000px;
}

header.page-header {
    max-width: 1000px;
    margin: 0 auto;
    font-family: ui-monospace;
    font-weight: 100;
}


.blog-mb {
    margin-bottom: 60px;
    max-width: 800px;
    margin: 0 auto;
}


.simpleblog__listing__post__wrapper__content.card-block {
    margin-top: 30px;
}

#content-wrapper .section-title {
    font-weight: 100;
}

.simpleblog__post__content.card-block.pb-1 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.5px;
}


.simpleblog__listing__post__wrapper__content__headline {

    font-family: 'Antic Didone';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
p.d-inline {
    font-size: 14px;
    letter-spacing: 0.5px;
}
a.text-muted.simpleblog__listing__post__wrapper__content__readmore {
    font-size: 14px;
    text-transform: uppercase;
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    color: #fff!important;
    background: #a93900;
    max-width: 160px;
    padding: 13px;
    text-decoration: none!important;
}
.simpleblog__listing__post__wrapper__content__readmore span{text-decoration:none;}
a.text-muted.simpleblog__listing__post__wrapper__content__readmore{font-size:16px;letter-spacing:2px;}
.simpleblog-posts-column {
    padding: 1rem;
    background: #fff;
}