



/*
    ================================================
    SIDEBAR
    ================================================
*/


/* CLASSIFICHE */

.RisultatiCalcio {
    margin-top: 0.8em;
}

.RisCalcioImg {
    width: 100%;
}


/* SIDEBAR */

.TitoloSidebar {
    font-weight: 600;
    font-size: 1.3em !important;
    line-height: 1.1em !important;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.SidebarCategoria {
    position: relative;
    background: var(--giallo);
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0.1em;
    min-height: 32px;
}
    .SidebarCategoria img {
        position: absolute;
        left: 0;
    }
    .SidebarCategoria p {
        margin: 0;
        margin-top: 0;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 1.25em !important;
    }

.CategoriaContentArchivio p {
    line-height: 1.2em !important;
    font-weight: 500;
}

.SidebarHome .Descrizione {
    line-height: 1.2em !important;
    font-weight: 500;
    font-size: 0.9em !important;
    margin-bottom: 0.5em;
}

.ImgVideo {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}


/* PODCAST */

.ImgPodcast {
    min-height: 220px;
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}

.Podcast {
    margin-bottom: 0.8em;
}

.ContImgPodcast {
    position: relative;
}
    .ContImgPodcast .IconaPodcast {
        position: absolute;
        bottom: 0.5em;
        right: 0.5em;
        z-index: 99;
    }

.ContentPodcast {
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding: 0.4em 0.8em;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ContentPodcast .TitoloSidebar {
    color: #ffffff;
    margin: 0;
    font-size: 1.2em !important;
}

.ContentPodcast .Autore {
    margin-top: 0.2em;
}


/* EDITORIALI */

.ContentEditoriali {
    background: var(--grigio-chiaro-3);
    padding: 0.8em 0.6em;
}

    .ContentEditoriali .TitoloSidebar {
        font-size: 1.2em !important;
        margin: 0;
    }

    .ContentEditoriali .Autore {
        margin-top: 0.2em;
    }

    .ImgEditoriale {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }


/* ARTICOLO */

.Articolo {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.Articolo img {
    margin: 0;
    height: 180px;
}

.Articolo .TitoloSidebar {
    margin-bottom: 0;
}

.Articolo .Autore {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.Articolo .Occhiello {
    margin-bottom: 0.4em;
}

.SidebarCorrelati {
    margin: 0;
    margin-left: 1.3em;
    font-weight: 500;
    font-size: 0.9em !important;
}
    .SidebarCorrelati a {
        position: relative;
        text-decoration: none !important;
    }
        .SidebarCorrelati a:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            background: #000000;
            left: -1.2em;
            top: 0.25em;
        }


/* NECROLOGI */

.NecroSidebar {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.ContentNecrologi .HomeCategoria {
    margin: 0;
}

.Necrologi {
    background: var(--grigio-chiaro-2);
    padding: 1em;
    position: relative;
}

    .Necrologi a {
        text-decoration: none;
    }

    .Necrologi .FrecciaHome {
        width: 6em;
        height: auto;
    }

    .Necrologi .FotoNecro {
        min-height: 100px;
        max-height: 100px;
        width: 100%;
        object-fit: cover;
    }

    .Necrologi h4 {
        font-style: italic;
        font-weight: 600;
        margin-top: 0.2em;
        margin-bottom: 0.1em;
    }

    .Necrologi h6 {
        font-family: 'Barlow Condensed', sans-serif !important;
        font-weight: 600;
    }

    .Necrologi p {
        font-family: 'Barlow Condensed', sans-serif !important;
        font-style: italic;
        margin: 0;
    }

    .Necrologi .FrecciaHome {
        position: absolute;
        width: 1.2em;
        right: 1em;
        bottom: 1em;
    }

.VediTutti {
    background: var(--grigio-chiaro-2);
    padding: 1em;
    text-align: right;
}

    .VediTutti a {
        border: 2px solid var(--giallo);
        text-decoration: none;
        font-weight: 600;
        background: var(--giallo);
        padding: 0.4em 1.5em;
        transition: 0.15s;
    }
        .VediTutti a:hover {
            background: #ffffff;
        }


/* Anteprima giornale */

.AnteprimaGiornale {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    text-align: center;
}

.AnteprimaImg {
    width: 100%;
    margin-bottom: 1em;
}

.UltimoNumero {
    bottom: 0.8em;
    right: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--grigio);
    color: var(--giallo) !important;
    border: 2px solid var(--grigio);
    padding: 0.2em 0.8em;
    transition: 0.15s;
}
    .UltimoNumero:hover {
        border: 2px solid var(--grigio);
        background: var(--grigio);
        color: var(--giallo) !important;
    }

.EditSpace {
    margin-bottom: 0.8em;
}







/*
    ================================================
    SIDEBAR INTERNA
    ================================================
*/

/* Articoli consigliati */

.ArticoliConsigliati {
    padding: 0.8em 0;
}
    .ArticoliConsigliati p {
        font-weight: 500;
        line-height: 1.2em !important;
    }

.Consigliato {
    padding: 0.5em 0;
}

.ConsigliatiSidebar {
    margin: 0.2em 0;
}
    .ConsigliatiSidebar img {
        display: inline-block;
        margin-top: -0.4em;
    }
    .ConsigliatiSidebar p {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        font-size: 1.3em !important;
    }

.ImgConsigliati {
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    object-fit: cover;
}

.PiuLettiSidebar {
    margin: 0.2em 0;
}
    .PiuLettiSidebar img {
        display: inline-block;
        margin-top: -0.4em;
    }
    .PiuLettiSidebar p {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        font-size: 1.3em !important;
    }
    
.ImgPiuLetti {
    min-height: 170px;
    max-height: 170px;
    width: 100%;
    object-fit: cover;
}

.ArticoliPiuLetti a {
    text-decoration: none !important;
    margin-top: 1em;
}













