/*
Page title divider 2.0.1
Full-width ornamental rule with a centered diamond below page headings.
*/

.page-title-divider {
    position: relative;
    width: 100%;
    height: 13px;
    margin: 8px 0 22px;
}

.page-title-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    height: 1px;
    background: rgba(168, 158, 139, 0.55);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
}

.page-title-divider > span {
    position: absolute;
    left: 50%;
    top: 2px;
    width: 9px;
    height: 9px;
    transform: translateX(-50%) rotate(45deg);
    background: #8e877b;
    border: 1px solid rgba(30, 27, 23, 0.9);
    box-shadow:
        0 0 0 2px rgba(22, 20, 17, 0.9),
        0 0 0 3px rgba(168, 158, 139, 0.35);
}

.page .entry-content {
    margin-top: 0;
}
