.cms-single-post-inner{
    &.cms-divider:before{
        left: 50px;
        right: 50px;
    }
}
.cms-post-tags-share{
    border-top: 2px solid $border-color;
    .cms-post-share{
        max-width: 150px;
    }
}
.cms-author-info{
    .user-social{
        .social-icon{
            color: $primary-color;
            &:hover{
                color: $white;
            }
        }
    }
}