/*------------------------------------------------------------------
[Post Series]
-------------------------------------------------------------------*/
#post-series {
    padding: 0 25px 25px;
    background: $background__light-gray;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;

    ul {
        list-style: none !important;
        margin: 0 !important;
    }

    li {
        padding: 7px 0;
        border-bottom: 1px solid #eee;

        &:first-child {
            padding-top: 0
        }

        &:last-child {
            border: none;
            padding-bottom: 0;
        }

    }

    .post-series-count {
        font-weight: 600;
        color: #000;
        margin-right: 10px;
    }

    .post-series-current {
        text-decoration: line-through;
        @include opacity( 0.75 );
    }

}

#post-series-title {
    background: #eee;
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 -25px 25px;
    padding: 10px 25px;
    color: #000;
    border-bottom: 1px solid #e4e4e4;

    a {
        color: inherit;
        @include opacity( 0.7 );
    }

}
