.archivio-fonti .hero-fonti {
    clear: both;
    width: 100%;
    position: relative;
    padding: 260px 0;
    margin-bottom: 0;
}

.archivio-fonti .hero-fonti h1 {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 90px;
    font-weight: 900;
    color: #fff;
    z-index: 2;
}

.archivio-fonti .hero-fonti .overlay-hero {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.archivio-fonti .wrap-page-title {
    overflow: hidden;
    padding: 2.5rem 0;
    margin: 50px 0;
}
.archivio-fonti .wrap-page-title h3 {
    margin-bottom: 20px;
}
.archivio-fonti .wrap-page-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.archivio-fonti .wrap-page-title ul li {
    display: inline-block;
    margin-bottom: 10px;
}
.archivio-fonti .wrap-page-title ul li:last-child span {
    display: none;
}

.archivio-fonti h3.titolo-categoria {
    margin-bottom: 50px;
}
.archivio-fonti .wrap-post-category {
    overflow: hidden;
    margin-bottom: 100px;
}

.archivio-fonti article {
    padding: 0 0 40px 0 !important;
    overflow: hidden;
    margin-bottom: 40px !important;
}
.archivio-fonti article:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.archivio-fonti .cover-fonte {
    width: 30%;
    display: block;
    float: left;
    margin-right: 20px;
}
.archivio-fonti .cover-fonte img {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
}
.archivio-fonti .descrizione-fonte {
    clear: both;
    width: 100%;
}
.archivio-fonti .info-fonte,
.single-fonte .info-fonte,
.single-fonte .link-fonti {
    margin: 0 !important;
    list-style: none;
}
.archivio-fonti .info-fonte p {
    font-size: 1em !important;
}
.archivio-fonti .info-fonte li,
.single-fonte .info-fonte li,
.single-fonte .link-fonti li {
    margin-left: 0 !important;
    background-image: none !important;
    padding-left: 0 !important;
    margin-bottom: 15px;
}

.single-fonte {
    margin-top: 50px;
}
.single-fonte .info-fonte {
    background-color: #f7f7f7;
    padding: 30px 30px;
    margin: 30px 0 !important;
}
.single-fonte .info-fonte li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.single-fonte .info-fonte li:last-child {
    margin-bottom: 0 !important;
    border: 0;
    padding-bottom: 0;
}
.single-fonte .info-fonte strong {
    display: block;
}

.single-fonte .link-fonti {
    margin-top: 40px !important;
}
.single-fonte li::before {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .archivio-fonti .hero-fonti h1 {
        font-size: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .archivio-fonti .hero-fonti h1 {
        font-size: 72px;
    }
}

@media only screen and (max-width: 640px) {
    .archivio-fonti .hero-fonti {
        padding: 240px 0 240px 0;
    }
    .archivio-fonti .hero-fonti h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .archivio-fonti .hero-fonti {
        padding: 200px 0;
    }
    .archivio-fonti .hero-fonti h1 {
        font-size: 48px;
    }
    .archivio-fonti .cover-fonte {
        width: 100%;
        display: block;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .archivio-fonti .hero-fonti {
        padding: 180px 0;
    }
    .archivio-fonti .hero-fonti h1 {
        font-size: 36px;
    }
}
