/*----------------------------------------------------- */
/* Donor Boxes
------------------------------------------------------- */

p.funds-raised {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    display: block;
    line-height: 26px;
    margin: 20px 0;
}

.ezgf-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.ezgf-view {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.13);
    width: 100%;
    margin: 8px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 320px;
}

.ezgf-view .left {
    width: 42px;
    margin-right: 15px;
}
.ezgf-view .left .avatar{

    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color:#FFFFFF;
    border-radius: 50%;
    font-size: 18px;
}

.ezgf-view .left .ez-gravatar {
    border-radius:50%;
}

.ezgf-view .right {

    width: calc(100% - 42px);
}

.ezgf-view .top-line {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.donor-name, .amount {
    font-size: 18px;
}

.ez-dedicated {
    border-radius: 3px;
    text-align: center;
    margin: 0 0 5px;
}

/*----------------------------------------------------- */
/* EZ Button
------------------------------------------------------- */

.ez-button {
    color: #ffffff;
    background: #007dc3 url(../images/arrow-right.svg) no-repeat 50% 55%;
    font-size: 20px;
    border: none;
    padding: 0 1em;
    line-height: 45px;
    height: 45px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 20px 0 20px 0;
}

.ez-button:hover {

    padding-left: 0.7em !important;
    padding-right: 2em !important;
    background: url(../images/arrow-right-white.svg) 90% 50% no-repeat;
    background-color: #007dc3;
}

.ez-button-container {

    width: 100%;
    text-align: center;
    
}
/*----------------------------------------------------- */
/* EZ Progress Bar
------------------------------------------------------- */

#ez-progres-swrapper {

    /* css here */
}

#ez-js-progress {

    /* css here */
}

.ez-progress-container {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.ez-progress-container .ez-progress-tracker {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.13);
    width: 100%;
}

.ez-progress-container .text {
    left: 0;
    position: absolute;
    top: 40px;
}

.ez-progress-container .ez-progress {
    background: #f44336;
}

.ez-progress-percentage {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 1em;
}