#post-series {
    padding: 40px;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}
#post-series-title {
    color: #000;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
}
#post-series li {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
}
.post-series-current, .post-series-current .fa-caret-right, .post-series-current .post-series-count {
    color: #bababa;
}
#post-series ol {
    margin: 0;
    list-style: none;
}
.post-series-count {
    margin-right: 10px;
    font-weight: 600;
    color: #444;
}
.post-series-current-inner {
    position: relative;
}
.post-series-current .post-series-current-inner:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #bebebe;
}
.jeg_post_meta {text-transform: none!important;}
.content-inner ol.series_m, .content-inner ul.series_m, .wpb_text_column ol.series_m, .wpb_text_column ul.series_m{padding-left:0!important;}
/* Button */
.link{border-radius:2px;background:#0083da;padding:10px 20px;margin:5px;color:#fff!important;text-align:center;border:0;cursor:pointer;display:inline-block;text-decoration:none!important;font-weight:400;-webkit-box-shadow:0 4px 4px -2px rgba(0,0,0,.1);box-shadow:0 4px 4px -2px rgba(0,0,0,.1)}.link.medium{font-size:14px;padding:8px 18px}.link:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:none}.link:active{top:1px}