/*
* CSS TEMPLATE FORM overide default cherry framework
*/

.backgroundAnimated {
    background-image: none !important;
    animation: fadeIt 2s ease-in-out;
}

#pdwp-form-donate input[type="number"] {
    width: 100%;
}

.pdwp-cart-container .cherry-radio-item {
    float: left;
}

.cherry-checkbox-input[checked] + .cherry-checkbox-item {
    background-color: #f2c54f;
}

.cherry-radio-item span i {
    background-color: #f2c54f !important;
}

.cherry-radio-img .cherry-radio-input:checked + label img {
    box-shadow: 0 0 0 2px #fffeff, 0 0 0 5px #f2c54f;
}

/*
* Amount Level
*/
.pdwp_amount_levels div.cherry-radio-item {
    width: 19.99% !important;
}

.pdwp-dt2-amount-level label[for="pdwp_amount"] {
    display: none;
}

.pdwp-dt2-amount-level label[for="pdwp_custom_amount"] {
    display: none;
}

.pdwp-dt2-amount-level {
    /*	padding-right: 30px !important;  */
    padding-left: 30px !important;
}

.pdwp-dt2-amount-level .pdwp_amount_levels {
    margin: 10px 0 10px 0;
}

.pdwp-dt2-amount-level input[type="radio"] + label {
    color: #56555a !important;
    font-weight: 600 !important;
    padding: 15px !important;
    background-color: #ffffff;
    border: solid 1px #6d696d42;
    border-radius: 3px;
    width: 90px !important;
    text-align: center !important;
}

.pdwp-dt2-amount-level input[type="radio"]:checked + label {
    color: #56555a !important;
    font-weight: 600 !important;
    padding: 15px !important;
    background-color: #f2c54f;
    border: solid 1px #f2c54f;
    border-radius: 3px !important;
    width: 90px !important;
    text-align: center !important;
}

.pdwp-dt2-amount-level span {
    /* display: none !important; */
}

.pdwp-dt2-amount-level:first-letter label {
    font-size: 12px !important;
    margin-right: 3px !important;
}

#currency-symbol {
    font-weight: bold;
    position: absolute;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
    display: inline-block !important;
}

.amount-other {
    margin: -10px 0 30px 0;
}

.amount-other input {
    border: 1px solid #ccc;
    display: block;
    outline: none !important;
    width: 100% !important;
    border: solid 1px rgb(221, 226, 230) !important;
    background-color: #FFF;
    font-size: 16px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset !important;
    min-width: 100%;
    max-width: 100%;
    text-align: right;
}

.amount-other input:disabled {
    background-color: rgb(235, 235, 228) !important;
}

.amount-other .cherry-ui-stepper {
    max-width: 100%;
    padding-right: 10px;
}

/*
* Donation Type
*/

.cherry-radio-item input[disabled] + label,
.cherry-radio-item input[disabled] + label span {
    cursor: not-allowed !important;
}

.pdwp-dt2-donation-type {
    padding-left: 30px !important;
}

.pdwp-dt2-donation-type label[for="pdwp_donation_type"] {
    display: none;
}

.pdwp-dt2-donation-type .cherry-radio-item label {
    font-weight: bold;
    color: #889399;
}

.cherry-radio-item input[type=radio]:checked + label {
    color: #333333;
}

.pdwp_donation_types div.cherry-radio-item {
    width: 33.33%;
}

/*
* Main Container
*/
div.pdwp-cart-container {
    margin-top: -250px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px !important;
    color: #6d696d;
}

/*
* Slider
*/
section.pdwp-cart-slider {
    height: auto;
    width: 1240px;
    position: relative;
    overflow: hidden;
    background-color: #EA822C;
    margin-right: auto;
    margin-left: auto;
}

img.pdwp-cart-slider-background {
    width: 100%;
}

.pdwp-cart-cat-camps {
    display: flex;
    padding: 70px 70px 50px 50px;
    height: 100%;
}

div.pdwp-cart-cat-camps-desc {
    color: #FFF;
    width: 41.99%;
    padding: 0 15px 0 0;
    display: flex;
    flex-direction: column;
}

div.pwdwp-cart-cat-camps-logo {
    width: 58.99%;
    padding: 0px 15px 0 60px;
}

div.pwdwp-cart-cat-camps-logo img {
    width: 100%;
    height: 100%;
}

div.pdwp-cart-cat-camps-desc h1 {
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 1em;
}

div.pdwp-cart-cat-camps-desc p {
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    max-width: 400px;
    height: auto;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2em;
    font-size: 16px;
}

div.pdwp-cart-share {
    margin-top: auto !important;
}

div.pdwp-cart-share p {
    margin: 0;
    font-style: italic;
}

div.pdwp-cart-share a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #ea822c;
    display: inline-block;
    margin: 15px 15px 0 0;
    text-align: center;
}

/*
* Content
*/

section.pdwp-cart-content-block {
    width: 100%;
    border-top: none;
    margin-bottom: 100px;
    border: 1px solid #DCE4E6;
    border-top: none;
}

div.pdwp-cart-content {
    padding: 100px;
    padding-left: 155px;
    padding-right: 155px;
}

div.pdwp-cart-inner-content > div {
    border-bottom: 1px solid #e4e8e8;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 479px) {

    .pdwp-cart-inner-content .pdwp-cart-col-a {
        width: 39.99999% !important;
    }

    .pdwp-cart-inner-content .pdwp-cart-col-b {
        width: 59.99999% !important;
    }
}

div.pdwp-cart-gift-amount label {
    cursor: pointer;
}

div.pdwp-dt2-donation-type label {
    cursor: pointer;
}

div.pdwp-cart-inner-content div:first-child {
    border-bottom: none
}

div.pdwp-cart-donation-details {
    padding-bottom: 80px;
}

div.pdwp-cart-other-amount .cherry-radio-group {
    display: none;
}

div.amount-other {
    position: relative;
}

#pdwp_cart_currency_symbol {
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 10px;
    transform: translateY(-50%);
    display: inline-block !important;
}

input#pdwp-cart-cont-btn {
    background-color: #EA822C;
    padding: 12px 70px;
    border: none;
    border-radius: 5px;
    color: #FFF;
    margin-top: 50px;
    margin-bottom: 100px;
    font-weight: 600;
    cursor: pointer;
}

div.pdwp-cart-donation-details h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

div.pdwp-cart-donation-details i {
    margin-left: 30px;
    font-size: 16px;
    color: #889299;
}

div.pdwp-cart-content-btn {
    text-align: center;
}

div.pwdp-cart-options input {
    margin-left: 30px;
    margin-right: 15px;
}

div.pwdp-cart-options span {
    font-weight: bold;
    color: #333333;
}

.pwdp-cart-options input[type='checkbox'] {
    width: 20px;
    height: 20px;
    /*	visibility: hidden;*/
}

.pdwp-cart-option-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    font-weight: bold;
    color: #333333;
    margin-left: 30px;
}

/*
* Hide the browser's default checkbox
*/
.pdwp-cart-option-container input {
    position: absolute;
    opacity: 0;
}

/*
* Create a custom checkbox
*/
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: solid 1px #6d696d42;
    border-radius: 3px;
}

/*
* When the checkbox is checked, add a yellow background
*/
.pdwp-cart-option-container input:checked ~ .checkmark {
    background-color: #f2c54f;
    transition: background-color .2s linear;
}

/*
* Create the checkmark/indicator (hidden when not checked)
*/
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/*
* Show the checkmark when checked
*/
.pdwp-cart-option-container input:checked ~ .checkmark:after {
    display: block;
}

/*
* Style the checkmark/indicator
*/
.pdwp-cart-option-container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

div.pdwp-cart-superhero-content h3, p, strong {
    text-align: justify;
}

div.pdwp-cart-superhero-content h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}

div.pdwp-cart-superhero-content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1em;
}

div.pdwp-cart-superhero-content p {
    font-size: 16px;
    line-height: 1.7;
}

div.pdwp-cart-superhero-content strong {
    font-size: 20px;
}

div.pdwp-cart-superhero-banner img {
    padding-left: 20px;
}

/*
* Responsive
*/

@media screen and (max-width: 1140px) {

    /*
 	*	Slider
 	*/
    div.pdwp-cart-container {
        width: 934px !important;
    }

    section.pdwp-cart-slider {
        width: 100%;
    }

    .pdwp-cart-cat-camps {
        padding: 40px;
    }

    div.pdwp-cart-cat-camps-desc h1 {
        font-size: 38px;
    }

    div.pdwp-cart-cat-camps-desc p {
        font-size: 18px;
        height: auto;
    }

    div.pwdwp-cart-cat-camps-logo img {
        height: 90%;
        padding: 0 0 60px 15px;
    }

    /*
    *	Content
    */
    div.pdwp-cart-content {
        padding: 80px 67px 80px 67px;
    }

    .amount-other .cherry-ui-stepper {
        padding-right: 22px;
    }

    .pdwp_amount_levels div.cherry-radio-item {
        width: 24.99% !important;
    }
}

@media screen and (max-width: 768px) {

    /*
    *	Slider
    */
    section.pdwp-cart-slider {
        margin-top: 0;
    }

    .pdwp-cart-cat-camps {
        padding: 40px 30px;
        text-align: left;
    }

    div.pdwp-cart-container {
        margin-top: -150px;
        width: 738px !important;
    }

    div.pdwp-cart-cat-camps-desc {
        width: 100%;
        padding: 0 15px 0 0;
    }

    div.pdwp-cart-cat-camps-desc p {
        height: auto;
        font-size: 15px;
    }

    div.pdwp-cart-cat-camps-desc h1 {
        font-size: 30px;
    }

    div.pwdwp-cart-cat-camps-logo {
        width: 100%;
        padding: 0 0 0 15px;
    }

    div.pwdwp-cart-cat-camps-logo img {
        padding: 0;
    }

    div.pwdwp-cart-cat-camps-logo img {
        height: 70%;
    }

    /*
    *	Content
    */
    /* 	section.pdwp-cart-content-block {
             border: 0;
             }*/
    div.pdwp-cart-content {
        padding: 40px 22px 0 22px;
    }

    div.pdwp-cart-donation-details h2 {
        font-size: 24px;
    }

    div.pdwp-cart-donation-details i {
        font-size: 12px;
    }

    .pdwp_amount_levels div.cherry-radio-item {
        width: 24.99% !important;
    }

    .pdwp_donation_types div.cherry-radio-item {
        width: 49.99%;
    }

    .amount-other .cherry-ui-stepper {
        max-width: 100%;
        padding-right: 7px;
    }
}

@media screen and (max-width: 425px) {

    /*
   *	Slider
   */
    img.pdwp-cart-slider-background {
        display: none;
    }

    section.pdwp-cart-slider {
        margin: 0;
    }

    .pdwp-cart-cat-camps {
        flex-direction: column;
        padding: 30px;
    }

    .first {
        order: 2;
    }

    .second {
        order: 1;
    }

    div.pwdwp-cart-cat-camps-logo {
        padding: 0;
    }

    div.pdwp-cart-cat-camps-desc {
        padding: 0;
    }

    /*
    *	Content
    */
    /* 	section.pdwp-cart-content-block {
         border: none;
         }*/
    div.pdwp-cart-container {
        margin-top: 0;
        width: 425px !important;
        padding: 0 10px;
    }

    div.pdwp-cart-content {
        padding: 40px 10px 0 10px;
    }

    .pdwp-cart-inner-content {
        padding-left: 0;
        padding-right: 0;
    }

    .pdwp-cart-content h3 {
        padding-bottom: 10px;
    }

    div.pdwp-cart-donation-details i {
        position: relative;
        bottom: -26px;
        margin-left: 0;
    }

    .pdwp-dt2-amount-level {
        padding-left: 30px !important;
    }

    .amount-other .cherry-ui-stepper {
        padding-right: 28px;
    }

    .pdwp_amount_levels div.cherry-radio-item {
        width: 33.33% !important;
    }

    .pwdp-cart-options {
        margin: 10px 0 20px 0;
    }

    div.pdwp-cart-donation-details h2 {
        font-size: 24px;
    }

    input#pdwp-cart-cont-btn {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {

    div.pdwp-cart-container {
        width: 375px !important;
    }

    .amount-other .cherry-ui-stepper {
        padding-right: 15px;
    }

    .pdwp-dt2-donation-type {
        padding-left: 30px !important;
    }

    .pdwp-dt2-amount-level {
        padding-left: 16px !important;
    }
}

@media screen and (max-width: 320px) {

    div.pdwp-cart-container {
        width: 320px !important;
    }

    .pdwp-dt2-amount-level {
        padding-left: 10px !important;
    }

    .pdwp-dt2-amount-level .cherry-radio-item {
        padding-left: 20px;
    }

    .amount-other .cherry-ui-stepper {
        padding-right: 24px;
        padding-left: 20px;
    }

    #pdwp_cart_currency_symbol {
        left: 30px;
    }

    .pdwp_amount_levels div.cherry-radio-item {
        width: 49.99% !important;
    }

    .pdwp-dt2-donation-type {
        padding-left: 30px !important;
    }

    div.pwdp-cart-options input {
        margin: 0;
    }
}

/*
* Success and failed alerts
*/
.pdwp-cart-alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-top: 15px;
    display: none;
}

.pdwp-cart-alert.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-weight: 300;
}

.pdwp-cart-alert.failed {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: 300;
}

.pdwp-cart-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.pdwp-cart-closebtn:hover {
    color: black;
}

/*
* slider loading & registration loading
*/
.register-loading {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(255, 255, 255, 0.75);
}

.register-loading .loading-text {
    top: 54%;
    color: #EA822C;
}

.slider-loading {
    position: absolute;
    z-index: 100;
    width: 100%;
    max-height: 650px;
    height: calc(100vh - 124px);
    background: #eee;
}

.spinner {
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #EA822C;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*
* end loading & registration loading
*/

/*
*
*/

/*
*	Custom style for new donation
*/

.amount-disable {
    cursor: not-allowed !important;
}

.wfc_donation-amount-container,
.wfc_donation-frequency-container {
    background: none;
    border: none;
    padding: 0;
}

#pdwp_custom_amount {
    border: solid 1px rgb(221, 226, 230) !important;
}

.wfc_donation-amount-container > div {
    width: 100%;
    max-width: 100%;
}

.wfc_donation-amount-level-container {
    margin-bottom: 20px;
}

.wfc_donation-amount-other-container {
    margin-bottom: 30px;
}

.wfc_donation-frequency-container {
    margin-bottom: 40px;
}

.wfc_donation-frequency-container label {
    width: 33.33%;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 992px) {
    .wfc_donation-frequency-container label {
        width: 49% !important;
    }
}

.wfc-donation-frequency-radio-checkmark {
    background-color: #f1f1f1;
}

.wfc_donation-amount-container {
    display: block;
}

#pdwp_custom_amount {
    max-width: 488px;
}

.pdwp-dt2-amount-level input[type="radio"] + label {
    margin-right: 5px;
}

.wfc-donation-frequency-radio-container input:checked ~ .wfc-donation-frequency-radio-checkmark {
    background-color: #f1f1f1;
}

.wfc-donation-frequency-radio-container input:checked ~ .wfc-donation-frequency-radio-checkmark:after {
    background-color: #f2c54f;
}

/*
*	Media Queries for responsive amount field
*/
@media only screen and (max-width: 1209px) {

    #pdwp_custom_amount {
        max-width: 388px;
    }

}

@media only screen and (max-width: 768px) {

    #pdwp_custom_amount {
        max-width: 289px;
    }

}

@media only screen and (max-width: 483px) {
    #pdwp_custom_amount {
        max-width: 289px;
    }
}

@media only screen and (max-width: 320px) {
    .pdwp-dt2-amount-level input[type="radio"] + label {
        margin: 0 20px 15px 20px;
    }
}




