.single-post-title{
    font-size: 1.80em;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow-wrap: break-word;
}

.syrus-theme-thumb-img{
    border-radius: 1em;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.single-post-info{
    padding: 1em 0px 1em 0px;
    font-family: 'Montserrat';
    font-size: .80em;
}

.single-post-date {
    color:#9d9c9c;
}

.card-post {
    padding: 0 1.5em 1em 1.5em;
    box-shadow: 0 0 20px -3px #b9cce8;
    border-radius: 1em;
}

.single-content{
    margin: 0 0 10px;
}

.single-content{
    font-family: 'Montserrat';
    line-height: 1.6;
}

.single-content p, .single-content li, .single-content span{
    font-size: 1.2em;
    font-weight: 400;
}

.single-content figure {
    max-width: 100%;
}

#breadcrumbs {
    overflow-wrap: break-word;
}

.icona-modifica-articolo {
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #0077df;
    padding: 1em;
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 1px 1px 1px black;
    color: white;
    left: 3%;
    cursor: pointer;
}


.reading-time-progressbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: transparent;
    z-index: 2;
}

.reading-time-progressbar .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #0077df;
    box-shadow: 1px 1px 3px #00000050;
}

.related-post-row .related-col-img {
    display: flex;
    justify-content: end;
    padding-right: 0;
}

.related-post-row .related-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .container.main-container {
        padding: 0;
    }

    .card-post {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }

    #breadcrumbs {
        text-align: center;
        padding: 0 .5em;
    }

    .single-post-title {
        font-size: 1.5em;
        line-height: 1.3;
        padding: 0 .5em;

    }

    .news-thumb .syrus-theme-thumb-img{
        border-radius: 0;
    }

    .single-content {
        padding: 0 .5em
    }

    .related-post-row {
        flex-direction: column;
    }

    .related-post-row .related-col-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border: .2em solid black;
        border-left: none;
        border-right: none;
    }

    .related-post-row .related-col-content {
        padding: 0 2em;
    }
}
