.category-parent {
    font-family: 'Copyright Klim Type Foundry';
    font-size: 24px;
    line-height: 1;
    color: #9e9e9e;
    margin-bottom: 1em;
    text-transform: uppercase;
    display: block;
}

.articoli-section-loop .archive-loop .archivio-anno p {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    z-index: 1;
}

.archive-section-with-sidebar {
    max-width: 1370px !important;
    padding-bottom: 120px;
}

section:is(.prospetti-documenti, .investor-relations-contatti-content, .corporate-governance-struttura-governo-content, .corporate-governance-documenti-societari-content, .corporate-governance-sistema-controllo-interno-content, .corporate-governance-procedure-content) {
    padding-bottom: 120px;
}

.archive-section-with-sidebar .archive-section-loop {
    max-width: 100%;
}

.archive-section-loop article + article,
.wpb_wrapper >  article + article {
    margin-top: 20px;
    padding-top: 40px;
    border-top: 2px solid #D9D9D8;
}

.archive-section-with-sidebar > .vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.archive-section-with-sidebar > .vc_row-fluid > .wpb_column {
    float: none;
}

.archive-section-with-sidebar > .vc_row-fluid > .wpb_column.vc_col-sm-8 + .vc_col-sm-4 {
    position: relative;
}

@media (min-width: 768px) {
    .archive-section-with-sidebar > .vc_row-fluid > .wpb_column.vc_col-sm-8 + .vc_col-sm-4 > .vc_column-inner {
        position: sticky;
        top: 116px;
    }
}

.archivio-anno {
    width: 100%;
    max-width: 264px;
    padding: 24px;
    background: #002689;
    margin-left: auto;
}

.archivio-anno p {
    color: #fff;
    margin-bottom: 8px;
}

.archivio-anno p.titolo {
    font-family: 'Copyright Klim Type Foundry';
    margin-bottom: 24px;
}

.btn-icon {
    vertical-align: middle;
}

.overflow-hidden {
    overflow: hidden;
}

/* ... */

:where(main > div[id^="post"]) {
    display: flex;
    flex-direction: column;
}

:where(main > div[id^="post"]) > * {
    order: 0;
    width: 100%;
}

.vc_section:not(:first-child):not(.investor-relations-pre-footer, .corporate-governance-pre-footer) {
    order: 1;
}

:is(.investor-relations-pre-footer, .corporate-governance-pre-footer) {
    margin: 32px 32px -80px;
}

:is(.investor-relations-pre-footer, .corporate-governance-pre-footer) .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

:is(.investor-relations-pre-footer, .corporate-governance-pre-footer) a {
    font-size: 18px;
    min-height: 50px;
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 8px 24px 8px 16px;
}

:is(.investor-relations-pre-footer, .corporate-governance-pre-footer) a:before {
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-block: 0;
}

:is(.investor-relations-pre-footer, .corporate-governance-pre-footer) a:after {
    position: relative;
    inset: 0;
    margin: 0 0 0 16px;
    flex: 1 0 8px;
    background-size: contain;
}

:is(.investor-relations-pre-footer, .corporate-governance-pre-footer) h2 {
    display: none;
}

.page-section-pre-footer-news a.download {
    background: white;
}

a.social-link {
    border: none !important;
}

.wp-pagenavi {
    display: inline-block;
    padding: 8px;
    background: #eaeaea;
    margin-top: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    font-size: 18px;
    padding: 8px;
}