/*===== Donation Style =====*/
html.modalOpen {overflow-y: hidden;}
.wpcm-wrapper .block, 
.wpcm-wrapper section {
    width: 100%;
    position: relative;
    float: none;
}
.wpcm-wrapper .block, 
.wpcm-wrapper .block.parallax-sec {padding: 90px 0;}
.wpcm-wrapper .block.gray, 
.wpcm-wrapper .gray {background-color: #f9f9f9;}
.wpcm-wrapper .fixed-bg, 
.wpcm-wrapper .parallax {
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.wpcm-wrapper .fixed-bg {
    background-attachment: fixed !important;
    background-size: cover !important;
}
.wpcm-wrapper .wpcm-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wpcm-wrapper .wpcm-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.wpcm-wrapper a {color: inherit;}
a:focus,
input:focus,
button:focus,
textarea:focus {outline: none !important;}
a,
input,
button,
:before,
:after,
span {
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
/*===== Blog List =====*/
.all-posts {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.post-listview {
    background: #fdfdfd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px #dfdfdf;
    -ms-box-shadow: 0 1px 3px #dfdfdf;
    -o-box-shadow: 0 1px 3px #dfdfdf;
    box-shadow: 0 1px 3px #dfdfdf;
}
.gray .post-listview {background: #ffffff;}
.post-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.post-img > span {
    background: #585858;
    color: #fff;
    font-size: 12px;
    padding: 12px 40px 12px 0;
    position: absolute;
    bottom: 0;
    right: -1px;
    -webkit-border-radius: 3px 0 0;
    -ms-border-radius: 3px 0 0;
    border-radius: 3px 0 0;
}
.post-img > span > i {
    background: #fff;
    color: #797979;
    float: left;
    height: 43.2px;
    margin: -12px 30px -13px 0;
    width: 46px;
    font-size: 16px;
    line-height: 43.2px;
    -webkit-border-radius: 3px 0 0;
    -ms-border-radius: 3px 0 0;
    border-radius: 3px 0 0;
}
.post-detail {
    float: left;
    padding: 20px 40px;
    width: 100%;
}
.post-detail > h3 {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    width: 100%;
}
.post-detail .meta {position: relative;}
.list-style .post-detail ul.meta li {
    display: inline;
    float: none;
    margin-right: 30px;
    max-width: 50%;
}
.post-detail ul.meta li:last-child {margin: 0;}
.post-detail > p {
    float: left;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 0;
}
.btn-donate {
    display: inline-block;
    margin-top: 20px;
}
.btn-donate > a {
    display: inline-block;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
}
.btn-donate > a:hover,
.btn-donate > a:focus {color: #fff;}


/*===== Blog Detail =====*/
.blog-detail-page {
    float: left;
    width: 100%
}
.post-intro {
    background: #fff;
    display: inline-block;
    margin-bottom: 45px;
    padding: 30px;
    position: relative;
    width: 100%;
}
.post-thumb {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.blog-detail-page img {
    height: auto;
    max-width: 100%;
}
.post-thumb > img {
    display: inline-block;
    margin-bottom: 40px;
}
ul.meta {
    list-style: none;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    padding: 0;
}
ul.meta li {
    font-size: 14px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #666;
    float: left;
    margin-right: 40px;
}
ul.meta li i {margin-right: 10px;}
.blog-detail-page h1.post-title {
    float: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
    width: 100%;
    word-wrap: break-word;
}
.blog-detail-page h1.post-title:before,
.wpdonation-title:before,
.el-notification__title:before {display: none;}
.cause-detail {
    background: #111;
    color: #fff;
    float: left;
    margin: -40px 0 -30px;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}
.cause-detail > span {
    float: left;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.cause-detail > span i {
    color: #fff;
    font-weight: 500;
    font-style: normal;
}
.cause-detail > strong {
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
    width: 100%;
    position: relative;
    float: left;
}
.cause-detail > strong a {
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 43px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    text-transform: uppercase;
}
.cause-detail > strong a:hover,
.cause-detail > strong a:focus {color: #fff;}
.post-intro:hover .cause-detail > strong a {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
/*===== Donation Popup Style =====*/
.donation-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .8);
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99999;
}
.donation-popup .wpcm-container {
    position: relative;
    height: 100%;
    max-width: 1300px;
    padding: 0;
}
.popup-centralize {
    position: absolute;
    overflow: hidden;
    padding: 100px;
    width: 100%;
    left: 0;
    margin-top: 100px;
    margin-bottom: 100px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.popup-centralize::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f6f4f4;
}
.wpcm-wrapper span.closep,
.wpcm-wrapper span.closep, 
.wpcm-wrapper span.closep:hover {
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 0;
    width: 40px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    opacity: .5;
    text-align: center;
}
.wpcm-wrapper span.closep:hover,
.wpcm-wrapper span.closep:hover {opacity: 1;}
.donation-intro {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.make-donation {
    float: left;
    width: 100%;
}
.make-donation span {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}
.make-donation h5 {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 20px;
}
.make-donation p {
    float: left;
    width: 100%;
}
.urgent-progress {
    float: left;
    width: 90%;
    margin: 40px 5% 0;
    text-align: center;
}
.amount {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: .3px;
    width: 100%;
}
.select-cause .amount, 
.urgent-cause .amount {font-size: 36px;}
.amount > span.amount-return {font-size: inherit;}
.amount > span i {font-style: normal;}
.amount > span {
    color: #666;
    float: left;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin-top: 2px;
}
.circular {
    float: left;
    position: relative;
    width: 100%;
}
.circular > div {
    float: left;
    height: 100% !important;
    position: relative;
    width: 100% !important;
}
.circular > div::before {
    content: "%";
    font-size: 27px;
    font-weight: 600;
    position: absolute;
    right: -25px;
    top: 38px;
    width: 100%;
    z-index: 1;
}
.circular > div canvas {
    background: #fff;
    height: 100% !important;
    overflow: hidden;
    width: 100% !important;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.circular > div input {
    color: #333 !important;
    font-family: 'Poppins' !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    height: auto !important;
    left: -10px;
    margin: 0 !important;
    position: absolute;
    top: 40px;
    width: 100% !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.circular span {
    left: 0;
    bottom: 38px;
    width: 100%;
    font-size: 12px;
    position: absolute;
}
.paragraph_default {
    float: left;
    text-align: center;
    width: 100%;
}
.paragraph_default > p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.payment-box {
    width: 100%;
    background: #FFF;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 4px #BBB !important;
    -moz-box-shadow: 0 0 4px #BBB !important;
    -ms-box-shadow: 0 0 4px #BBB !important;
    -o-box-shadow: 0 0 4px #BBB !important;
    box-shadow: 0 0 4px #BBB !important;
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.frequency {
    float: left;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
    width: 100%;
}
.frequency li {
    float: left;
    text-align: center;
    padding-right: 1px;
}
.frequency li:first-child:nth-last-child(2), 
.frequency li:first-child:nth-last-child(2) ~ li {width: 50%;}
.frequency li:first-child:nth-last-child(1), 
.frequency li:first-child:nth-last-child(1) ~ li {width: 100%;}
.frequency li a {
    padding: 20px;
    width: 100%;
    z-index: 1;
    font-family: 'Poppins';
    font-size: 15px;
    color: #fff;
    position: relative;
    float: left;
}
.frequency li a::before {
    content: "";
    background: #515151;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.frequency li a:hover,
.frequency li a:focus {color: #fff;}
.donation-fields {
    margin-top: 70px;
    float: left;
    padding: 20px 100px 50px;
    width: 100%;
    position: relative;
}
.your-donation {margin-top: 0;}
.your-donation {
    float: left;
    width: 100%;
    text-align: center;
}
.popup-title {
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}
ul.donation-figures {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.donation-figures li {
    display: inline-block;
    margin: 0 5px;
}
.donation-figures li a, 
.wpdonation-button {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(23%, #fbfbfb), color-stop(58%, #fafafa), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #fff 0, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fff 0, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fff 0, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fff 0, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%);
    color: #5d5d5d;
    float: left;
    font-size: 15px;
    line-height: 25px;
    padding: 7px 20px;
    border: 1px solid #C5C5C5;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.donation-figures li a:hover,
.donation-figures li a:focus {color: #fff;}
.donation-amount {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.textfield {
    float: left;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.donation-amount .textfield textarea {
    text-align: center;
    min-height: 120px;
    font-size: 20px;
    line-height: 90px;
    color: #333;
    background: #fff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
}
.donation-amount .textfield::before, 
.donation-amount .textfield::after {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #b6b6b6;
    color: #333;
    content: "OR";
    font-size: 12px;
    font-weight: 700;
    height: 47px;
    left: 50%;
    line-height: 47px;
    margin-left: -23.5px;
    position: absolute;
    text-align: center;
    top: -24px;
    width: 47px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.donation-amount .textfield::after {
    content: "";
    background: #fff;
    border: 0;
    height: 57px;
    margin-left: -28.5px;
    margin-top: -6.5px;
    width: 57px;
    z-index: 0;
}
.single-proced-btn > a.proceed {
    display: inline-block;
    margin-top: 40px;
    padding: 13px 40px;
    background: #515151;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.proceed:hover,
.proceed:focus {color: #fff !important;}

/*===== Step 2 =====*/
.btn-back {
    border: none;
    color: #fff;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 25px;
    position: absolute;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}
.btn-back:hover,
.btn-back:focus {background-color: #000;}
.el-select .el-input__inner,
.textfield input[type="text"],
.textfield input[type="email"],
.textfield textarea,
.wpdonation-box .theme-btn,
.btn-back,
.donation-fields button.btn-back {
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.recuring-credit-card, 
.recuring-paypal, 
.single-credit-card {
    display: none;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.textfield {
    margin-bottom: 20px;
    float: left;
    position: relative;
    width: 100%;
}
.wpdonation-box {
    float: left;
    margin-top: 45px;
    width: 100%;
    margin-bottom: 20px;
}
.wpdonation-title,
.wpcm-wrapper .wpdonation-title {
    color: #333;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}
.form {
    margin-bottom: -20px;
    float: left;
    width: 100%;
}
.textfield input, 
.textfield textarea {
    color: #666;
    float: left;
    font-size: 15px;
    letter-spacing: .5px;
    height: 50px;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 24px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 0 24px rgba(0,0,0,0.08);
    -o-box-shadow: 0 0 24px rgba(0,0,0,0.08);
    box-shadow: 0 0 24px rgba(0,0,0,0.08);
}
.textfield textarea {min-height: 150px;}
.wpdonation-box .theme-btn {
    margin-top: 20px;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: .3px;
    padding: 13px 40px;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
    border: 0;
}






/*===== Color =====*/
.cause-detail > strong a,
.frequency li a:hover:before,
.frequency li a:focus:before,
.frequency li a.active::before,
.donation-figures li a:hover,
.donation-figures li a:focus,
.single-proced-btn > a.proceed:hover,
.single-proced-btn > a.proceed:focus,
.btn-back,
.wpdonation-box > button,
.post-img > span,
.btn-donate > a:hover,
.btn-donate > a:focus {
    background: #d8281b;
}



.cause-detail > span,
.amount > span:not(.amount-return),
.amount > span i,
.circular > div::before,
.circular span,
.paragraph_default > p,
.post-detail > h3 a:hover,
.post-detail > h3 a:focus,
ul.meta li i,
ul.meta li a:hover,
ul.meta li a:focus {
    color: #d8281b;
}



.donation-figures li a:hover,
.donation-figures li a:focus,
.el-select input[type="text"]:hover,
.el-select input[type="text"]:focus,
.textfield input[type="text"]:hover,
.textfield input[type="text"]:focus,
.textfield input[type="email"]:hover,
.textfield input[type="email"]:focus,
.textfield textarea:hover,
.textfield textarea:focus {
    border-color: #d8281b;
}
.wpcm-campaign-parallax {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.wpcm-campaign-parallax::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 32, 78, 0.9);
    position: absolute;
    left: 0;
    top: 0;
}
.menu-dnt-btn .wpc-theme-btn {
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: .3px;
    padding: 13px 40px;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
    background-color: #e47257;
}

@media (max-width: 1290px) {
.donation-popup {padding: 0 15px;}

}

@media (max-width: 1025px) {
.popup-centralize {padding: 80px 50px 50px;}
.urgent-progress {margin-right: 0;width: 95%;}
.wpcm-wrapper .wpcm-col-md-offset-1.wpcm-col-md-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 50px;
}
.select-cause .amount, 
.urgent-cause .amount {font-size: 33px;margin-top: 25px;}

}

@media (max-width: 770px) {
.popup-centralize {padding: 70px 30px 50px;}
.urgent-progress {width: 100%;margin-left: 0;}
.make-donation h5 {font-size: 35px;}
.wpcm-wrapper .wpcm-col-md-offset-1.wpcm-col-md-3 {padding-left: 15px;}
.select-cause .amount, 
.urgent-cause .amount {font-size: 26px;margin-top: 30px;}
.make-donation p {font-size: 15px !important;}
.donation-fields {padding: 20px 50px 0;}

}

@media (max-width: 490px) {
.wpcm-wrapper .wpcm-col-md-offset-1.wpcm-col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.circular {display: inline-block;max-width: 35%;float: none;margin-top: 30px;}
.urgent-progress {margin-top: 0;}
button.btn-back {top: 2px;}
.donation-fields {padding: 20px;}
.make-donation {text-align: center;}
.popup-centralize {padding: 70px 20px 50px;}

}

@media (max-width: 375px) {
.circular {max-width: 55%;}
.make-donation h5 {font-size: 30px;}
strong.popup-title {font-size: 20px;}

.donation-amount .textfield textarea {line-height: 60px;}

}
.single-credit-cardd {
    width: 100%;
    display: inline-block;
}


.donation-title {

    background: none repeat scroll 0 0 #1c1d1d;

    float: left;

    width: 100%;

    position: relative;

    margin: 0;

    padding: 40px 90px;

}

.donation-title h1 {

    color: #ffffff;

    text-align:center;

    font-size: 34px;

    letter-spacing: 0.5px;

    margin: 7px 0;

    padding: 0;
    font-weight: 700;

}

/*===== Donation Popup New Style =====*/
.donation-modal2 .wpcm-container {
    padding: 45px 60px;
    background: url('../images/new-popup-bg.png') #f7f7f7;
    background-blend-mode: color;
    max-width: 530px;
    height: auto;
}
.donation-modal2 .donation-box-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.donation-modal2 .donation-box-title h2 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
}
.donation-modal2 .donation-box-title img {
    margin-right: 15px;
}
.donation-modal2 .donation-payment-cycle {
    margin-bottom: 28px;
}
.donation-modal2 .donation-payment-cycle > a {
    padding: 15px 34px;
    display: inline-block;
    background-color: #5b5a5a;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.donation-modal2 .donation-payment-cycle > a.active::before {
    content: "";
    border-top: 8px solid #52a122;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
}
.donation-modal2 .donation-payment-cycle > a.active {
    background-color: #52a122;
}
.donation-modal2 .custom-donation-amount > span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #e70f47;
    border: 2px solid #e70f47;
    background-color: #fff;
    display: inline-block;
}
.donation-modal2 .custom-donation-amount input {
    background-color: #fff;
    height: 60px;
    border: none;
    color: #999999;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 0 18px rgba(0,0,0,0.05);
}
.donation-modal2 .donation-amount-box ul {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}
.donation-modal2 .donation-amount-box ul li a {
    display: inline-block;
    padding: 14px 20px;
    background-color: #e9e9e9;
    font-size: 18px;
    color: #333333;
}
.donation-modal2 .donation-amount-box ul li {
    margin-right: 12px;
}
.donation-modal2 .donation-amount-box ul li:last-child {
    margin-right: 0;
}
.donation-modal2 .wpcm-wrapper .donation-done {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #e70f47;
    padding: 16px 40px;
    border: none;
    margin-right: 5px;
}
.donation-modal2 .donation-payment-method > a {
    box-shadow: 0 0 21px rgba(0,0,0,0.11);
    display: inline-block;
    padding: 14px 20px;
    background-color: #fff;
    font-size: 18px;
    color: #333333;
}
.donation-modal2 .donation-payment-method > a span {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    background-color: #f8f8f8;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
}
.donation-modal2 .donation-payment-method > a + a {
    margin-left: 8px;
}
.donation-modal2 .donar-info h4 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
}
.donation-modal2 .donar-info form input,
.donation-modal2 .donar-info form textarea {
    height: 53px;
    background-color: #fff;
    font-size: 14px;
    color: #999999;
    box-shadow: 0 0 21px rgba(0,0,0,0.11);
    border: none;
    width: 100%;
    padding: 18px 28px;
    margin-bottom: 8px;
}
.donation-modal2 .donar-info form textarea {
    height: 112px;
}
.donation-modal2 .donation-proces-btn {
    margin-top: 10px;
}
.donation-modal2 .bk-step {
    font-size: 18px;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
    text-decoration: underline;
    float: right;
}
.donation-modal2 .donation-payment-method {
    margin-bottom: 30px;
}



/*===== Donation Popup New Style 2=====*/
.popup-style3 .wpcm-container {
    padding: 100px 80px;
    background: url('../images/popup-bg2.jpg') #fff;
    background-repeat: no-repeat;
    max-width: 888px;
    height: auto;
    margin: 50px auto;
    background-size: cover;
}
.popup-style3 .donation-amount-bar > div {
    display: inline-block;
    padding: 18px 35px;
}
.popup-style3 .amount-info-box {
    background-color: #fff;
}
.popup-style3 .amount-info-box h2 {
    font-size: 44px;
    color: #333333;
    font-weight: 700;
    margin:0;
}
.popup-style3 .amount-info-box h2 span {
    font-weight: 400;
    color: #1639b6;
    font-size: 28px;
    position: relative;
    top: -12px;
}
.popup-style3 .amount-info-box > span {
    color: #999999;
    font-size: 14px;
    padding-left: 26px;
}
.popup-style3 .donation-box-title > span {
    font-size: 18px;
    color: #5e5b5b;
}
.popup-style3 .donation-box-title h2 {
    font-size: 45px;
    color: #181818;
    font-weight: 700;
    margin: 0 0 50px;
}
.popup-style3 .donation-payment-cycle > a {
    padding: 15px 34px;
    display: inline-block;
    background-color: #5b5a5a;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-left: -4px;
}
.popup-style3 .donation-payment-cycle > a.active::before {
    content: "";
    border-top: 8px solid #1639b6;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
}
.popup-style3 .donation-payment-cycle > a.active {
    background-color: #1639b6;
}
.popup-style3 .donation-amount-bar {
    margin-bottom: 30px;
}
.popup-style3 .donation-amount-currency {
    margin-top: 40px;
    margin-bottom: 30px;
}
.popup-style3 .donation-amount-box h4 i {
    font-size: 17px;
    padding-right: 5px;
}
.popup-style3 .donation-amount-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.popup-style3 .custom-donation-amount > span {
    height: 58px;
    width: 78px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #1639b6;
    display: inline-block;
}
.popup-style3 .custom-donation-amount input {
    background-color: #fff;
    height: 58px;
    border: none;
    color: #3a3a3a;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0 0 21px rgba(0,0,0,0.11);
    width: 200px;
    padding: 10px 20px;
}
.popup-style3 .donation-amount-box ul {
    display: flex;
    margin: 0;
}
.popup-style3 .donation-amount-box ul li a {
    display: inline-block;
    padding: 14px 28px;
    background-color: #fff;
    font-size: 20px;
    color: #333333;
    box-shadow: 0 0 21px rgba(0,0,0,0.11);
    transition: all 0.40s;
    -webkit-transition: all 0.40s;
    -moz-transition: all 0.40s;
    -o-transition: all 0.40s;
    border: 1px solid transparent;
}
.popup-style3 .donation-amount-box ul li a:hover,
.popup-style3 .donation-amount-box ul li a.active {
    border: 1px solid #1639b6;
    color: #1639b6;
    box-shadow: 0 0 21px rgba(22,57,182,0.31);
}
.popup-style3 .donation-amount-box ul li {
    margin-left: 12px;
}
.popup-style3 .donation-done {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    background-color: #e70f47;
    padding: 18px 52px;
    margin-bottom: 0 !important;
}
.popup-style3 .donation-done:hover {
    background-color: #000;
    color: #fff;
}
.popup-style3 .custom-donation-amount {
    display: inline-block;
    vertical-align: middle;
}
.popup-style3 .donation-amount-list {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.popup-style3 .donation-amount-box {
    margin-bottom: 40px;
}
.popup-style3 .bk-step {
    font-size: 15px;
    color: #fff;
    background-color: #1639b6;
    padding: 18px 35px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.popup-style3 .bk-step:hover {
    background-color: #000;
    color: #fff;
}
.popup-style3 .donation-payment-method > a {
    box-shadow: 0 0 21px rgba(0,0,0,0.11);
    display: inline-block;
    padding: 18px 22px;
    background-color: #fff;
    font-size: 18px;
    margin-right: 30px;
    color: #333333;
    border: 2px solid #fff;
}
.popup-style3 .donation-payment-method > a.active {
    border: 2px solid #d8281b;
}
.popup-style3 .donation-payment-method > a span {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    background-color: #f8f8f8;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
}
.popup-style3 .donar-info h4 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.popup-style3 .donar-info input,
.popup-style3 .donar-info textarea {
    height: 55px;
    background-color: #fff;
    font-size: 15px;
    color: #333333;
    box-shadow: 0 0 21px rgba(0,0,0,0.11);
    border: none;
    width: 100%;
    padding: 18px 35px;
    margin-bottom: 20px;
}
.popup-style3 .donar-info textarea {
    height: 165px;
}
.popup-style3 .donar-info > a {
    width: 100%;
    display: block;
    text-align: center;
}
.popup-style3 .donation-amount-currency .el-input__inner,
.popup-style3 .recuring-payments .el-input__inner{
    height: 67px;
    border: none;
    box-shadow: 0 0 21px rgba(0,0,0,0.11);
    border-radius: 0;
    color: #606266;
}
.popup-style3 .el-custom-select .el-select .el-input__suffix {
    background-color: transparent;
    border: none;
}
.popup-style3 .recuring-payments .textfieldd.el-custom-select {
    margin-top: 30px;
}
.popup-style3 .donation-amount-currency .el-input__suffix-inner,
.popup-style3 .recuring-payments .el-input__suffix-inner{
    background-color: #eeeeee;
    padding: 2px 2px 4px;
}
.popup-style3 .donation-amount-currency .el-select .el-input .el-select__caret,
.popup-style3 .recuring-payments .el-select .el-input .el-select__caret{
    color: #000;
}
.popup-style3 .donation-amount-currency .el-input__suffix,
.popup-style3 .recuring-payments .el-input__suffix {
    right: 20px;
}
.popup-style3 .donation-amount-box h4 i {
    color: #e70f47;
}
.wpcm-wrapper.popup-style3 span.closep {
    height: 77px;
    width: 77px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.11);
    line-height: 77px;
    opacity: 1;
    color: #181818;
    font-size: 24px;
    top: 48px;
}
.wpcm-wrapper.popup-style3 span.closep:hover {
    background-color: #e70f47;
    color: #fff;
}
.popup-style3 .donar-info {
    margin-top: 25px;
}
.popup-style3 .donation-proces-btn.mb-5 {
    margin-bottom: 0 !important;
}
@media (max-width:768px) { 
    .popup-style3 .donation-box-title h2 {
        font-size: 35px;
    }
    .popup-style3 .donation-amount-list {
        margin-left: 0;
        margin-top: 20px;
        display: block;
    }
    .popup-style3 .donation-amount-box ul li:first-child {
        margin-left: 0;
    }
    .popup-style3 .wpcm-container {
        padding: 100px 50px;
    }

}

@media (max-width:600px) { 
    .popup-style3 .wpcm-container {
        padding: 80px 20px;
    }
    .wpcm-wrapper.popup-style3 span.closep {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 18px;
        top: 20px;
        right: 20px;
    }
    .popup-style3 .donation-box-title h2 {
        font-size: 28px;
    }
    .popup-style3 .donation-payment-method > a {
        margin-bottom: 8px;
    }
}

@media (max-width:414px) { 
    .popup-style3 .donation-amount-box ul {
        display: block;
    }
    .popup-style3 .donation-amount-box ul li {
        display: inline-block;
    }
}

@media (max-width:375px) { 
    .popup-style3 .donation-payment-cycle > a {
        margin-bottom: 5px;
    }
    .popup-style3 .donation-amount-bar > div {
        display: block;
        margin-bottom: 10px;
    }
}


/*===== Donation Popup Style Fix 4/11/2019 =====*/
.donation-modal2 .wpcm-container {
    margin: 60px auto;
    max-width: 550px;
    padding-top: 60px;
}

.donation-modal2 .wpcm-container span.closep {
    right: 10px;
    top: 10px;
}

.donation-modal2 .donation-box-title > span {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.donation-modal2 .donation-box-title {
    flex-wrap: wrap;
}

.donation-modal2 .donation-payment-method a.wpdonation-button {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.11);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,.11);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.11);
    box-shadow: 0 5px 20px rgba(0,0,0,.11);
    padding: 15px 25px;
}
.donation-modal2 .donation-payment-method > div + div {
    margin-left: 20px;
}
.donation-modal2 .donation-payment-method > div {
    display: inline-block;
}
.donation-modal2 .donation-payment-method a.wpdonation-button.active, 
.donation-modal2 .donation-payment-method a.wpdonation-button:hover, 
.donation-modal2 .donation-payment-method a.wpdonation-button:focus {
    background-color: #52a122;
    color: #fff;
}
.donation-modal2 .donation-payment-method {
    margin-bottom: 0;
}
.donation-modal2 .donation-amount-box .el-select {
    display: inline-block;
    position: relative;
    width: 100%;
}
.donation-modal2 .donation-amount-box .el-select .el-input {
    font-size: 14px;
    width: 100%;
    position: relative;
}
.donation-modal2 .donation-amount-box .el-select .el-input input {
    height: 54px;
    color: #999;
}
.donation-modal2 .donation-amount-box .el-select .el-input span.el-input__suffix {
    background-color: #f8f8f8;
    width: 35px;
    height: 70%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    top: 14.5%;
    line-height: 34px;
    right: 8px;
}
.donation-modal2 .donation-amount-box .el-select .el-input span.el-input__suffix i.el-select__caret {
    line-height: inherit;
}
.donation-modal2 .custom-donation-amount input {
    padding: 20px;
    max-width: 285px;
}
.donation-modal2 .your-donation {text-align: left;}
.donation-proces-btn > button,
.donation-box-wraper-inner > a.donation-done {
    display: inline-block;
    margin-top: 40px;
    padding: 13px 40px;
    background: #515151;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.donation-proces-btn > button i {margin-right: 5px;}
.donation-proces-btn > button + button {margin-left: 10px;}
.donation-amount-box .el-select + .custom-donation-amount {margin: 30px 0;}
.donar-info {
    display: inline-block;
    width: 100%;
}
.donation-modal2 .recuring-paypal + .donar-info {margin-top: 30px;}
.donation-modal2 button.bk-step {
    color: #fff;
    text-decoration: none;
    float: none;
    position: static;
    font-size: 14px;
    font-weight: initial;
}
.donation-modal2 button.bk-step i {margin-right: 10px;}
.recuring-paypal {
    float: none;
    width: auto;
    margin: 20px -15px 0;
}
.donation-modal2 .donation-amount-box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 0;
}
.donation-modal2 .donation-amount-box ul li {margin-bottom: 12px; width: auto;}

@media (max-width: 485px) {
.donation-modal2 .wpcm-container {padding: 60px 30px 40px;}
.donation-modal2 .donation-box-title h2 {font-size: 26px;}
.donation-modal2 .donation-payment-method > div + div {margin-left: 10px;}
.donation-modal2 .donation-payment-method > div {width: calc(50% - 10px);}

}
@media (max-width: 325px) {
.donation-modal2 .wpcm-container {padding: 60px 15px 40px;}
.donation-modal2 .donation-box-title h2 {font-size: 23px;}
.donation-modal2 .donation-payment-cycle > a {width: 100%;text-align: center;}
.donation-proces-btn > button {margin-top: 10px;}
.donation-modal2 button.bk-step,
.donation-proces-btn > button + button {margin: 10px 0 0;}
.donation-modal2 .custom-donation-amount span + input {width: calc(100% - 60px);}
.donation-modal2 .custom-donation-amount > span {float: left;}

}
.donation-modal2.page2 .donation-box-title > span {
    max-width: unset;
    flex: unset;
}
/* 
.donation-modal2.page2 .wpcm-container {
    margin: 0px;
    max-width: 100%;
}
.donation-modal2.page2 .wpcm-container {
    padding: 0 15px;
    background: none;
    max-width: 100%;
} */
.donation-modal2.page2 .custom-donation-amount input {
    font-size: 13px !important;
    font-weight: 400 !important;
}
.donation-modal2.page2 .custom-donation-amount input {
    padding: 12px 12px 12px 65px;
    max-width: 345px;
}
.donation-modal2.page2 .custom-donation-amount > span {
    position: absolute;
    top: 0;
    left: 0;
}
.donation-modal2.page2 .custom-donation-amount {
    position: relative;
}