
/* authors page template */

.page-template-template-authors {
    .entry-content > .typology-author {
        margin-top: 9rem;
    }
    .typology-author {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 9rem;
        padding-bottom: 10rem;
        position: relative;
        h5 {
            margin-bottom: 2rem;
        }
        &:after {
            background: rgba(51,51,51,0.2);
            content: "";
            height: 1px;
            width: 50px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -25px;
        }
        &:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            &:after {
                content: none;
            }
        }
    }
}

.page-template-template-blank .typology-cover-empty,
.page-template-template-blank .typology-cover {
    background: transparent;
}