/*
Page title divider correction 2.0.2
*/

body.page article.article-content > .page-title-divider {
    position: relative !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    height: 15px !important;
    margin: 10px 0 22px !important;
    overflow: visible !important;
}

body.page article.article-content > .page-title-divider::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 7px !important;
    display: block !important;
    height: 1px !important;
    background: rgba(168, 158, 139, 0.65) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.55) !important;
}

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