

/*================================================================
    Charity
==================================================================*/

.image-box {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 34px 30px 30px;
    position: relative;
}

.image-box .more {
    color: #fff;
    display: inline-block;
    margin: 15px 0 0;
}

.image-box .overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.image-box-inner {
    position: relative;
}

.donation-target {
    margin: 3px 0 0;
}

.donation-target .btn-donate {
    float: right;
    margin: -23px 0 0 30px;
}

.donation-target .progress,
.donation-target .progress-bar {
    border-radius: 0;
    height: 10px;
}

.cause-carousel h2 {
    color: #333;
    font-size: 24px;
    margin: 0 0 70px;
}

.cause-carousel .owl-nav {
    top: -100px;
}

.cause-thumb {
    margin: 0 0 30px;
}

.cause-entry h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 15px;
}

.cause-entry h4 a {
    color: #333;
}

.cause-entry .progress,
.cause-entry .progress-bar {
    border-radius: 0;
    height: 4px;
}

.cause-item .donation-goal p {
    color: #00aeef;
    font-family: Lato,sans-serif;
    margin: 5px 0 0;
}

.btn-donate {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 21px 0 0;
    padding: 14px 24px;
}

.parallax-content {
    color: #fff;
    position: relative;
}

.cause-search-wrapper {
    padding: 40px;
    color: #fff;
}

#search-cause {
    padding: 35px 0 0;
}

#search-cause .input-field {
    position: relative;
}

#search-cause .form-control {
    border-radius: 0;
    height: 40px;
    width: 100%;
}

#search-cause .form-control:focus {
    box-shadow: none;
}

#search-cause .sbSelector {
    background-color: #fff;
}

#search-cause .sbOptions a {
    display: block;
    text-transform: capitalize;
}

#search-cause .btn-donate {
    padding: 10px 24px;
    margin: 0;
}

.be-a-volunteer {
    background-color: #bca480;
    color: #fff;
    padding: 20px;
}

.be-a-volunteer .icon {
    font-size: 80px;
    padding: 10px;
}

.donate-form {
    background-color: #f3f3f3;
    margin: 0 auto;
    max-width: 750px;
    padding: 40px;
    position: relative;
    width: 100%;
}

.donate-form h3 {
    margin-bottom: 35px;
    color: #333;
}

.donate--form p {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 25px;
}

.donate--form .amount-button {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 8px;
    padding: 13px 25px;
}

.donate--form .amount-button:hover {
    background-color: #00aeef;
    color: #fff;
}

.donate--form .custom-amount {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 47px;
    margin: 0 0 0 30px;
    max-width: 100%;
    padding: 0 15px;
}

.donate--form .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    margin: 15px 0 0;
}

.donate--form .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    margin: 15px 0 0;
}

.donate--form .col-xs-12:nth-child(2n+1) {
    clear: left;
}

.donate--form textarea.form-control {
    height: 100px;
    resize: none;
}

.donate--form .donate-sub {
    background-color: #00aeef;
    border: 0 none;
    color: #fff;
    margin: 15px 0 0;
    padding: 9px 0;
    text-transform: uppercase;
    width: 100%;
}

.donate--form label.error {
    color: #ff6d3f;
    font-weight: 500;
    margin: 0;
}

