.wfp-post-header{
    position: relative;
    z-index: 1;
}
.wfp-title-section .wfp-post-title{
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0 35px;
}
.wfp-title-section,
.wfp-title-section-default
{
    background-color: #fff;
    background-image: url("../images/background/progress_bg.jpg");
    background-size: cover !important;
    padding: 270px 0;
    position: relative;
    z-index: 100;
}
.wfp-title-section-default {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background/progress_bg.jpg);
}
.wfp-single-page{
    margin-bottom: 552px;
    z-index: 100;
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 100px 0;
}
.wfp-goal-wraper .wfp-pledge-count{
    font-size: 42px;
    color: #041d57;
    font-weight: 700;
}
.xs-after-goel, .wfp-total-pledge-count .wfp-pledge-title, .wfp-backers-title {
    font-size: 18px !important;
    line-height: 18px;
    color: #222222 !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}
.wfp-backers-count {
    color: #ed6753!important;
    font-size: 42px !important;
    font-weight: 600 !important;
}
.wfp-total-pledge-count .wfp-pledge-title {
    margin-top: 15px !important;
}
.wfp-pledge-count.goal-count {
    color: #18bfc3;
}
.countdown-container {
    margin: 35px 0 38px;
}
.wfp-view .xs-btn.submit-btn,
.wfp-view .wfp-tab > li > a::before {
    background-color: #18bfc3;
}
.wfp-view .wfp-tab > li.active > a,
.wfp-view .wfp-goal-single .wfdp-donate-goal-progress .raised .target-date-goal,
.wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content--cat__link{
    color: #18bfc3;
}
.wfp-view .wfp-goal-single .wfdp-donate-goal-progress {
    margin-bottom: 50px;
}
.wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campign-user {
    margin-top: 37px;
    padding-top: 25px;
    border-top: 1px solid #EEEEEE;
}
.wfp-view .wfp-list-campaign .wfp-layout-grid .campaign-blog {
    margin: 15px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content--cat {
    margin-bottom: 15px;
}
.wfp-view .wfp-campaign-content .wfdp-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
	margin: 0;
}
.wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents {
    position: relative;
}
.wfp-view .wfp-list-campaign .campaign-blog {
    align-items: inherit;
}
.wfp-view .xs-progress-bar,
.wfp-view .wfp-round-bar .wfp-round-bar-data{
    background-color: #4CC899 !important;
}
/* Banner */
.xs-featured-camp .xs-progress-bar {
    background-color: #4CC899;
}
.xs-featured-camp {
    margin-bottom: 67px;
}
.fundpress-welcome-content ul li span{
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.fundpress-welcome-content ul li span:last-child {
    display: block;
    color: #222222;
    font-size: 0.429em;
    font-weight: 400;
}
.xs-featured-camp .xs-progress, .xs-featured-camp .xs-progress-bar {
    height: 6px;
    border-radius: 0;
    overflow: inherit;
}
.xs-featured-camp .xs-progress-bar{
    position: relative;
}
.xs-featured-camp .xs-progress-bar span {
    position: absolute;
    right: 0;
    background-color: #4CC899;
    width: 40px;
    height: 40px;
    font-size: 0.85714em;
    border-radius: 100%;
    color: #FFFFFF;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ./end Banner */
.wfp-view .wfp-round-bar {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .wfp-title-section .wfp-post-title{
        font-size: 27px;
        line-height: 35px;
    }
    .wfp-title-section {
        padding: 100px 0;
        margin-bottom: 50px;
    }
}