/*
Theme Name: Born to Give Child Theme
Theme URI: http://wp2.imithemes.com/born-to-give/
Description: Child theme for Born to Give WordPress Theme
Author: imithemes
Author URI: http://www.imithemes.com
Template: born-to-give
Version: 1.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
@import url(../born-to-give/style.css);

/* campaign totals */
.page-banner .display-totals .block-title{
    margin-bottom: 35px;
}
.page-banner .display-totals .block-title:before,
.page-banner .display-totals .block-title:after{
    display: none;
}
.page-banner .total-stats{
    display: flex;
    margin: 0 0 35px 0;
    padding: 0;
    justify-content: left;
    align-items: center;
    position: relative;
}
.page-banner .causes-list-item.total-donation-wrap{
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Open Sans Condensed";
    font-size: 16px;
}
.page-banner .total-stats .causes-list-item .causes-progress-wrap{
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page-banner .total-stats .campaign-donation-stats{
    padding-left: 72px;
    color: #fff;
    font-family: "Open Sans Condensed";
    font-size: 16px;
}
.page-banner .total-stats .campaign-donation-stats:before{
    position: absolute;
    width: 40px;
    height: 3px;
    content: " ";
    left: 70px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
}
.page-banner .total-stats .campaign-donation-stats:after{
    position: absolute;
    width: 3px;
    height: 3px;
    content: " ";
    left: 103px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #404040;
}
.page-banner .total-stats .campaign-donation-stats .goal-amount{
    color: #f7c602;
}

.site-logo img {
    max-width: 300px!important;
    max-height: 50px!important;
}