/*
Theme Name: Donations Styles
Description: Child Style Sheet for Give Donations
Version: 1.0
Author: GraVoc
*/

/*** eCARDS ***/

.single_eCard {
    margin: 20px 5px;
    text-align: center;
    float: left;
}

.ecards:after {
    content: ' ';
    display: block;
    clear: both;
}

.red,
.give-required-indicator {
    color: red;
}

.single_recipient input {
    margin-bottom: 10px;
    width: 60%;
}

.single_recipient {
    padding-bottom: 5px;
    padding-top: 5px;
}

.single_recipient .recipient_title {
    width: 35%;
    float: left;
    margin-right: 5px;
}

.sender_title {
    width: 35%;
    float: left;
    margin-right: 5px;
}

input.ecard_sender {
    width: 60%;
}

.ecard_preview {
    text-align: center;
}

.convert_ecard_to_donation {
    background-color: #FB8A2B;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    margin: 50px 0px;
}

.convert_ecard_to_donation button {
    margin-top: 20px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 2px solid #FB8A2B;
    font-size: 21px;
    color: #FB8A2B;
    border-radius: 4px;
    transition: all 0.7s ease;
}

.convert_ecard_to_donation button:hover {
    background-color: #FB8A2B;
    border: 2px solid #fff;
    color: #fff;
}

.dropdown-menu {
    margin-top: 0px !important;
}

.ecards_categories {
    float: left;
    /*min-width: 150px;*/
    padding: 20px 0px;
}

.ecards_categories h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

.ecards_categories ul {
    margin: 10px 0px 0px 0px;
    list-style: none;
    font-size: 16px;
}

.ecards_categories ul li {
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
}

.ecards_categories ul li a {
    text-decoration: none !important;
    color: #ff8000;
}

.ecards_wrap {
    width: 100%;
    overflow: hidden;
}

.ecards_left,
.ecards_right {
    font-weight: bold;
    font-size: 35px;
    width: 5%;
    text-align: center;
    cursor: pointer;
    float: left;
    position: relative;
    height: 133px;
    line-height: 119px;
    color: #FF8000;
}

.ecards_long {
    width: 99999px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ecards {
    position: relative;
    top: 0px;
    left: 0px;
    width: 90%;
    float: left;
    overflow: hidden;
    height: 133px;
}

.single_eCard {
    cursor: pointer;
}

.ecard_preview {
    height: auto;
}

.ecard_preview img {
    float: none;
    width: 100%;
}

.page-template-t_ecard_form form {
    margin-top: 50px;
}

.page-template-t_ecard_form form h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1em;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    line-height: 40px;
}

.page-template-t_ecard_form form .ecards_sel_wrap h3 {
    font-size: 21px;
    border-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1em;
    margin-top: 0px
}

.ecards_sel_wrap {
    margin-bottom: 20px;
}

.your-info {
    margin-bottom: 50px;
}

a.add_ecard_recipient {
    font-size: 16px;
    color: #FF8000;
    text-align: right;
}

a.add_ecard_recipient span {
    color: #FF8000;
    font-size: 24px;
    font-weight: bold
}

.delete_ecar_recipient {
    float: right
}

fieldset#give-ffm-section {
    width: 100%;
    /*margin-top: 50px;*/
}

a.current {
    color: #FF8000;
    font-weight: bold
}

@media (max-width:1999px) {
    .single_recipient .recipient_title,
    .sender_title {
        width: 90%;
    }
    .single_recipient input,
    input.ecard_sender {
        width: 90%
    }
}

@media (max-width:979px) {
    .ecards_sel_wrap .span3,
    .ecards_sel_wrap .span9 {
        width: 100%;
        margin-left: 0px;
    }
    .ecard_preview {
        margin-left: 0px;
    }
    .ecard_preview img {
        float: none;
    }
}


/*** GIVE FORM STYLING ***/

@font-face {
    font-family: give-icomoon;
    src: url(/give/fonts/icomoon.eot?kdnr3d);
    src: url(/give/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"), url(/give/fonts/icomoon.woff?kdnr3d) format("woff"), url(/give/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.row {
    clear: both;
}

li.active a {
	color: #FF8000;
	font-weight: bold
}


/* CHECKBOX */

.regular-checkbox {
    display: none;
}

.regular-checkbox + label {
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #4D9620;
}

.big-checkbox + label {
    padding: 12px;
    vertical-align: middle;
    z-index: -99;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}

.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}

.radio-1 {
    width: 193px;
}

.button-holder {
    float: left;
}


/* BASE STYLES */

.single-give_forms p.lead {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.single-give_forms #inner-header {
    display: none;
}

.form-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.give-wrap input,
.give-wrap select,
.give-wrap textarea {
    background-color: #f2f2f2;
}

.give-wrap select {
    width: 97.5%;
}

.give-wrap .half_col select {
    width: 94%;
}

.give-wrap .textfield,
.give-wrap .give-input {
    width: 92%;
    float: left;
}

#give-ffm-section .give-input,
#give-ffm-section .textfield,
.give-wrap textarea {
    width: 96%;
    margin-bottom: 10px;
}

#give-email-wrap .give-input,
#phone-wrap input {
    width: 96%;
}

#give-email-wrap .give-input {
    margin-bottom: 5px;
}

#give-ffm-section #select-wrap {
    margin-bottom: 20px;
}

#give-ffm-section .half_col .give-input,
#give-ffm-section .half_col .textfield,
.give-wrap .half_col textarea {
    width: 92%;
}

.half_col {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

fieldset legend {
    padding-top: 20px;
}

.give-section-break {
    padding-top: 50px;
}

h3.give-section-break {
    border-bottom: 1px solid #e5e5e5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 20px;
}

.give-wrap input[type="radio"],
.give-wrap input[type="checkbox"] {
    margin-top: -2px;
    margin-right: 2px;
}

#give-ffm-section .list_horizontal label.give-label {
    float: left;
    width: auto;
}

#give-ffm-section .list_horizontal label {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

#give-email-wrap {
    margin-bottom: 0px;
}

#give_purchase_form_wrap {
    height: 370px;
}


/* MPOL */

.MPOL-check {
    padding: 0px
}

.MPOL-check label {
    font-weight: bold;
}

.MPOL-check input#give-braintree-pledge {
    margin-top: 0px;
}


/* DONATION AMOUNT */

.give-donation-amount.form-row-wide {
    width: 100%;
}

.give-donation-amount label.give-hidden {
    width: 18%;
    float: left;
    display: inline-block;
}

.give-donation-amount .give-currency-symbol {
    font-size: 18px;
    position: relative;
    top: -2px;
    left: 6px;
    background-color: #ccc;
    border-top: 1px solid #ccc;
    padding: 4px 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.give-total-wrap {
    width: 100%;
    float: left;
    margin-top: 0px;
    visibility: hidden;
    height: 0;
}

.give-total-wrap.give-total-other-amount {
    height: auto;
    visibility: visible;
}

.give-total-wrap .give-text-input {
    width: 60px;
    color: #000;
    font-size: 14px;
    padding: 4px 6px;
    display: inline-block;
    font-weight: 600;
    background-color: #f2f2f2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.give-select.give-select-level {
    width: 50%;
    margin-top: 20px;
    font-size: 24px;
    color: #ff8000;
    height: 46px;
}

label.inline-label {
    display: inline-block;
}

/*#billing_info .give-section-break {
    display: none;
}*/

#billing_info {
    margin: 30px 0px;
}


/* GATEWAYS */

fieldset#give-payment-mode-select {
    clear: left;
}

ul#give-gateway-radio-list {
    list-style: none;
    margin-left: 0px;
    padding-right: 20px
}

ul#give-gateway-radio-list input {
    margin-top: 0px;
    margin-right: 10px
}

#give_checkout_user_info label,
#give-ffm-section label {
    float: left;
    width: 90%;
}


/* STATIC HALF COLUMNS */

#give-first-name-wrap,
#give-last-name-wrap,
#address_line_1-wrap,
#address_line_2-wrap {
    width: 50%;
    float: left;
}


/* STATIC FOUR COLUMNS */

#city-wrap,
#state-wrap,
#zip_postal_code-wrap,
#country-wrap {
    width: 22.83%;
    float: left;
}

#city-wrap,
#state-wrap,
#zip_postal_code-wrap {
    margin-right: 20px;
}


/* STATIC THREE COLUMNS AND PAYMENT */
.etf_payment_input_field {
    width: 31%;
    float: left;
    margin-right: 22px
}

#cardholder_name-wrap,
#cc_num_wrap,
.postal_code_wrap{
    width: 30%;
    float: left;
    margin-right: 20px
}

#cardholder_name-wrap .textfield,
#cc_num_wrap .textfield{
    width: 94%;
}

#cvv_num_wrap {
    width: 13%;
    float: left;
    margin-right: 20px
}
#cc_exp_wrap.form-row {
    width: 18%;
}
#cc_exp_m_wrap, #cc_exp_y_wrap {
    width: 43%;
    float: left;
}

#cc_exp_m_wrap {
    margin-right: 20px
}

#cc_exp_m_wrap label, #cc_exp_y_wrap label {
    margin-bottom: 0px;
}

.etf_payment_input_field:last-of-type {
    margin-right: 0px;
}

.postal_code_wrap {
    margin-right: 0px;
}

#cc_num_wrap #give-braintree-cc-number,
#cc_exp_wrap #give-braintree-expiration,
.postal_code_wrap #give-braintree-postalCode,
.etf_payment_input_field input {
    width: 94%;
    background-color: #f2f2f2;
    font-size: 14px;
}

#cvv_num_wrap #give-braintree-cvv {
    width: 87%;
    background-color: #f2f2f2;
    font-size: 14px;
}

#cc_exp_m_wrap #give-braintree-expiration-month, #cc_exp_y_wrap #give-braintree-expiration-year  {
    width: 80%;
    background-color: #f2f2f2;
    font-size: 14px;
}

#cc_num_wrap #give-braintree-cc-number {
    margin-bottom: 0px;
}

#paypal-container {
    margin: 20px 0px
}


/*.bt-overlay {
	background-color: transparent !important;
}

.bt-overlay:first-of-type {
	background-color: rgba(0, 0, 0, 0.701961) !important;
}*/

ul#give-gateway-radio-list li {
    padding: 0px 15px 0px 10px;
}

ul#give-gateway-radio-list li:first-of-type {
    padding-left: 0px;
}

#give-final-total-wrap {
    display: none;
}


/* SUBMIT BUTTON */

#give_purchase_submit input {
    margin-top: 0px;
    margin-right: 20px;
}

#give_purchase_submit label {
    width: 100%;
    text-align: center;
    padding: 20px 0px 15px 0px;
}

#give-final-total-wrap {
    font-size: 24px;
    padding: 20px 0px;
    color: #ff8000;
    text-align: center;
}

#braintree_submit_button,
.give-submit,
.ecard-submit {
    padding: 16px 20px;
    font-size: 24px;
    border-radius: 4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto !important;
    display: block;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #5EB726, #3D7619);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5EB726), to(#3D7619));
    background-image: -webkit-linear-gradient(top, #5EB726, #3D7619);
    background-image: -o-linear-gradient(top, #5EB726, #3D7619);
    background-image: linear-gradient(to bottom, #5EB726, #3D7619);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #5EB726 #5EB726 #5EB726;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    * background-color: #5EB726;
}

#braintree_submit_button:hover,
.give-submit:hover,
.ecard-submit:hover {
    color: #fff;
    background-color: #3D7619;
    text-decoration: none;
    background-position: 0 -35px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#braintree_submit_button,
.give-submit,
.ecard-submit {
    clear: both;
}


/* DONATION LEVELS */

ul.give-donation-levels-wrap {
    margin-left: 0px;
    clear: both;
}

ul.give-donation-levels-wrap li,
ul.give-donation-levels-wrap label,
ul#give-gateway-radio-list li {
    display: inline-block;
}

ul.give-donation-levels-wrap label {
    padding: 10px 15px 10px 10px;
}

ul.give-donation-levels-wrap input[type="radio"] {
    margin-top: 0px;
}


/* EXPLANATIONS */

.explain-icon {
    position: relative;
    width: 2%;
    float: right;
    cursor: pointer
}

.explain-icon:after {
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("admin/img/glyphicons-halflings.png");
    background-position: -96px -96px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}

#cvv_num_wrap.explain-icon:after {
    top: 32px;
}

.MPOL-check .explain-icon {
    position: relative;
    right: 50%;
    top: -2px;
    display: inline-block;
}

.text-trigger {
    text-decoration: underline;
    color: #0088cc;
    cursor: pointer;
}

.modal#eft-explain img {
    width: 100%;
}

.modal .modal-body {
    max-height: 600px;
}

.blockUI {
    display: none !important;
}

.wpcf7-list-item {
    float: left;
    margin-right: 20px;
}

.wpcf7-form-control.wpcf7-radio {
    display: block;
}

.wpcf7-form-control.wpcf7-radio:after {
    content: ' ';
    display: block;
    clear: both;
}

.wpcf7-list-item-label {
    position: relative;
    top: 4px;
}

.img-sidebar {
    margin: 20px 0px;
    max-width: 95%;
}

.donate-sidebar {
    padding-right: 30px;
}

/* ERROR CHECKING */
.give_error:before, .give_success:before, [id * =give_secure_site_wrapper] span.padlock {
    font-style: normal;
    font-family: give-icomoon;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#give-recurring-form .give-error, #give-recurring-form .give-required-indicator,
form.give-form .give-error, form.give-form .give-required-indicator,
form[id * =give-form] .give-error, form[id * =give-form] .give-required-indicator {
    color: #a00
}

.give_error, .give_success {
    position: relative;
    margin: 15px 0;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #a00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .125);
    clear: both
}

.give_error > p, .give_success > p {
    margin: 0 !important
}

.give_error:before, .give_success:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -17px;
    background-color: #a00;
    color: #FFF;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    content: '\f02d'
}

.give_error.give_warning, .give_success.give_warning {
    border-color: #ffba00
}

.give_error.give_warning:before, .give_success.give_warning:before {
    background-color: #ffba00;
    text-shadow: 1px 1px rgba(0, 0, 0, .1)
}

.give_success {
    border-color: #7ad03a
}

.give_success:before {
    background-color: #7ad03a;
    content: '\e601';
    text-shadow: 1px 1px rgba(0, 0, 0, .2)
}

body.rtl .give_error, body.rtl .give_success {
    padding: 1em 2em 1em 1em;
    border-left: 0;
    border-right: 4px solid #a00
}

body.rtl .give_error:before, body.rtl .give_success:before {
    right: -17px
}

body.rtl .give_error.give_warning, body.rtl .give_success.give_warning {
    border-color: #ffba00
}

body.rtl .give_error.give_warning:before, body.rtl .give_success.give_warning:before {
    background-color: #ffba00
}

/* RECEIPT */

table#give_donation_receipt {
    margin-bottom: 20px;
}

table#give_donation_receipt th {
    text-align: left;
}


/*table#give_donation_receipt tr{
	border: 1px solid #ccc;
}*/

table#give_donation_receipt td,
table#give_donation_receipt th {
    padding: 6px 20px 6px 0px;
}


/*
table#give_donation_receipt tr:nth-child(odd) {
	background-color: #f2f2f2;
}*/

@media (max-width:1999px) {
    .give-donation-amount label.give-hidden {
        width: 120px;
    }
}

@media (max-width:1199px) {
    #cc_num_wrap {
        width: 50%;
        float: left;
    }
    #cvv_num_wrap,
    #cc_exp_m_wrap,
    #cc_exp_y_wrap,
    .postal_code_wrap {
        width: 31%;
        float: left;
        margin-right: 18px;
    }
    .postal_code_wrap {
        margin-right: 0px;
    }
    .MPOL-check .explain-icon {
        right: 0%;
    }
    #city-wrap,
    #state-wrap,
    #zip_postal_code-wrap {
        margin-right: 15px;
    }
    #city-wrap,
    #state-wrap,
    #zip_postal_code-wrap,
    #country-wrap {
        width: 23%;
    }
}

@media (max-width:979px) {
    .give-donation-amount label.give-hidden {
        width: 86%;
    }
    .give-total-wrap .give-text-input {
        width: 96%;
    }
    #my_gift_is-wrap {
        width: 100%;
    }
    #my_gift_is-wrap select {
        width: 99%;
    }
    #name_of_person_or_pet_you_want_to_remember_or_honor-wrap {
        width: 100%;
    }
    #name_of_person_or_pet_you_want_to_remember_or_honor-wrap.half_col .textfield {
        width: 96.5%;
    }
    #give-ffm-section input[type="text"],
    #give-ffm-section input[type="select"] {
        width: 96%;
    }
    select {
        margin-bottom: 10px !important;
    }
    #city-wrap,
    #state-wrap,
    #zip_postal_code-wrap,
    #country-wrap {
        width: 50%;
        margin-right: 0px;
    }
    #cvv_num_wrap,
    #cc_exp_m_wrap,
    #cc_exp_y_wrap {
        margin-right: 15px;
    }
    .give-total-wrap .give-text-input {
        width: 60px;
    }
    .give-donation-amount label.give-hidden {
        width: 120px;
    }
}

@media (max-width:620px) {
    #give-first-name-wrap,
    #give-last-name-wrap,
    #give-email-wrap,
    #address_line_1-wrap,
    #address_line_2-wrap,
    #phone-wrap,
    #cardholder_name-wrap,
    #cc_num_wrap,
    .form-row {
        width: 100%;
        float: none;
    }
    .give-wrap .textfield,
    .give-wrap .give-input,
    #give-ffm-section .half_col .give-input,
    #give-ffm-section .half_col .textfield,
    .give-wrap .half_col textarea {
        width: 96%;
        float: none;
    }
    #give-ffm-section input[type="radio"] {
        width: 30px;
    }
    #cc_num_wrap,
    #cvv_num_wrap,
    #cc_exp_m_wrap,
    #cc_exp_wrap,
    .postal_code_wrap,
    #cardholder_name-wrap,
    .etf_payment_input_field {
        width: 100%;
        float: none;
    }
    #cc_num_wrap #give-braintree-cc-number,
    #cvv_num_wrap #give-braintree-cvv,
    #cc_exp_wrap #give-braintree-expiration,
    #cc_exp_m_wrap #give-braintree-expiration-month,
    .postal_code_wrap #give-braintree-postalCode,
    #cardholder_name-wrap .textfield,
    .etf_payment_input_field input {
        width: 96%;
        float: none;
    }
    #give_purchase_form_wrap label,
    #give_checkout_user_info label,
    #give-ffm-section label,
    #give-ffm-section #address_line_2-wrap .textfield,
    #give-ffm-section #address_line_1-wrap .textfield,
    #give-ffm-section #phone-wrap .textfield,
    #personalized_note-wrap .textareafield,
    #acknowledgement-wrap .textareafield,
    #send_a_note_about_your_donation_to_include_name_and_address-wrap .textareafield {
        width: 96%;
        float: none;
    }
    #city-wrap,
    #state-wrap,
    #zip_postal_code-wrap,
    #country-wrap {
        width: 100%;
    }
    .give-wrap select {
        width: 98%
    }
    #the_above_name_is_a-wrap label.give-label {
        width: 100%;
        float: none;
    }
    .explain-icon:after {
        top: -32px;
    }
    .MPOL-check .explain-icon {
        top: 35px;
    }
    .give-total-wrap .give-text-input {
        width: 60px;
    }
    .give-donation-amount label.give-hidden {
        width: 120px;
    }
}

@media (max-width:550px) {
    .give-total-wrap {
        width: 100%;
    }
    .give-total-wrap .give-text-input {
        width: 90%;
    }
    .give-select.give-select-level {
        width: 96%;
    }
    .give-total-wrap .give-text-input {
        width: 60px;
    }
    .give-donation-amount label.give-hidden {
        width: 120px;
    }
}

@media (max-width:550px) {
    .give-total-wrap .give-text-input {
        width: 93%;
    }
    .give-total-wrap .give-text-input {
        width: 60px;
    }
    .give-donation-amount label.give-hidden {
        width: 120px;
    }
}

@media (max-width:400px) {
    .give-wrap select {
        width: 100%;
    }
    .give-total-wrap .give-text-input {
        width: 60px;
    }
    .give-donation-amount label.give-hidden {
        width: 120px;
    }
    .give-donation-amount .give-currency-symbol {
        border-top: 0px solid #ccc;
    }
}


/* SPINNER */

#loading-overlay {
    /*padding-top: 90px;*/
    height: 145px;
    z-index: 999;
    float: both;
    background-color: #fff;
    display: none;
    height: 235px;
}

/*.loader {
    margin: 0 auto;
    font-size: 16px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}*/

img.loadingImg{
    width: 12%;
}

@media (max-width: 620px) {
    #loading-overlay,
    #give_purchase_form_wrap {
    	height: 375px;
    }
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
