@charset "utf-8";
/* Our Causes CSS Document */
.cause-box{ position: relative; margin-bottom: 30px; }
.cause-thumb{ position: relative; overflow: hidden; }
.cause-thumb a{ position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; }
.cause-content{ border: 1px solid #ededed; padding: 2em 1.2em; background-color: #ffffff; }
.cause-content .skillbar-bar{ height:8px; }
.cause-meta{ margin-bottom: 25px; }
.cause-meta span{ display: block; color: #C78D59; }
.cause-button{  text-transform:uppercase; border-top: 1px solid #ededed; padding-top: 25px; }
.cause-button a{ display: block; padding: 12px 30px; border-radius:50px; text-align:center; background-color: #C78D59; color: #ffffff; letter-spacing: 2px; }
.cause-button a:hover{ background-color: #191919; color: #ffffff; }

.cause-single-donate-form{ border: 1px solid #eeeeee; padding: 30px; margin-bottom: 30px; }
.give-progress-bar{ height: 12px; }
.give-btn{ background-color: #191919; color: #ffffff; border: none; text-transform: capitalize; font-weight: 400; padding: 8px 16px; font-size: initial !important; }
.give-btn:hover, .give-btn.give-default-level{ background-color: #C78D59; }
form[id*="give-form"] .give-donation-amount .give-currency-symbol, form[id*="give-form"] #give-final-total-wrap .give-donation-total-label{ background-color: #C78D59; color: #ffffff; padding: 5px 18px; height: auto; border: none; }
form[id*="give-form"] .give-donation-amount #give-amount, form[id*="give-form"] .give-donation-amount #give-amount-text, form[id*="give-form"] #give-final-total-wrap .give-final-total-amount{ height: auto; padding: 5px 18px; border: none; background-color: #191919; color: #ffffff; }
#give-recurring-form .give-section-break, #give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form .give-section-break, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*="give-form"] .give-section-break, form[id*="give-form"] h3.give-section-break, form[id*="give-form"] h4.give-section-break, form[id*="give-form"] legend{ color: #000000; }