.campaign_img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 25%;
}

.campaign_img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 1px solid #fff;
}

.campaign {
    background-color: #f9f9f9 !important;
    padding: 0px !important;
    text-align: left !important;
    color: black !important;
    border: 1px solid black;
}

.campaign p {
    margin: 0 25px;
    padding-top: 10px;
    font-size: 22px;
    font-weight: 300;
}

.brand-x {
    background: #fff url('../images/bfv/x-twitter.svg') no-repeat center center;
    width: 21px;
    height: 21px;
    margin-left: 18px;
    margin-right: -9px;
}

.article_release {}

.article_release .left_side {
    width: 500px;
    padding: 0 20px 0 20px;
}

.book_release {}

.post_content {
    padding-top: 0px;
    font-size: 1em;
    font-weight: 300;
    text-align: justify;
    padding-bottom: 20px;
}

.book_release .left_side {
    width: 310px;
}

.book_release {

    .blurb {
        text-align: center;
        margin-bottom: 10px;

    }

    .post_title {
        font-weight: 400;
    }

    .upper_article {
        text-align: center;
    }

    ul {
        display: inline-block;
    }

    li {
        list-style-type: none;
        display: inline;
    }
}

.vendor_links {
    text-align: center;
    font-size: 25px;
}

/*
used to be the BORDER Color #7d7d7d
*/

.progressbar-wrapper {
    /*background: #fff;*/
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    font-weight: 300;
}

.progressbar.seven li {
    list-style-type: none;
    width: 16.6%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    font-weight: 300;
}

.progressbar li p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-size: 18px;
    font-weight: 300;
}

.progressbar li p.status {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-size: 12px;
    font-weight: 300;
}

.progressbar li p.status.oneline {
    margin-top: 4px;
}

.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #333;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.progressbar li:after {
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #333;
    top: 30px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: black;
    font-weight: 400;
}

/*b9b1aa*/
.progressbar li.active:before {
    border: 2px solid #333;
    /*background: rgb(0, 130, 216);*/
}

.progressbar li.active+li:after {
    /*height: 8px;*/
}

.progressbar li.active:before {
    background: #fff no-repeat center center;
    background-size: 100%;
}

.progressbar li.active.relic:before {
    background: #fff url('../images/the_relic.jpg') no-repeat center center;
    background-size: 100%;
}

.progressbar li.active.shattering:before {
    background: #fff url('../images/the_shattering.jpg') no-repeat center center;
    background-size: 100%;
}

.progressbar li.active.evocator-crystallum:before {
    background: #fff url('../images/evocator-crystallum.jpg') no-repeat center center;
    background-size: 100%;
}

.progressbar li.active.agente-somnium:before {
    background: #fff url('../images/agente-somnium.jpg') no-repeat center center;
    background-size: 100%;
}

.progressbar li.active.exurge-cineres:before {
    background: #fff url('../images/exurge-cineres.jpg') no-repeat center center;
    background-size: 100%;
}

.progressbar li.active.ec:before {
    background: #fff url('../images/ec.jpg') no-repeat center center;
    background-size: 200%;
}

.progressbar li::before {
    background: #fff no-repeat center center;
    background-size: 60%;
}

.progressbar li.unknown::before {
    background: #fff url('../images/qm.png') no-repeat center center;
    background-size: 60%;
}

.progressbar {
    counter-reset: step;
}

.progressbar li:before {
    /*content: counter(step);*/
    counter-increment: step;
}


.sbt {
    border-top: 0.1rem solid #b9b1aa;
}

.sbb {
    border-top: 0.1rem solid #b9b1aa;
    margin-top: -15px;
}

.bfv {
    width: 66px;
}

.bfv_campaign {
    width: 33px;
}

.bfv_campaign_ibooks {
    width: 80px;
}

.bfv_ibooks {
    width: 219px;
}

.backdrop {
    background: #fff url('assets/images/relic_backdrop.jpg') no-repeat 75% 45%;
}