/* Wrapper */
.section.donation {
    position: relative;
    margin: 100px 0 100px;
		padding: 150px!important;
    background: #43b85f;
    background-image: url("https://greenrev.org/wp-content/themes/rev/images/las.jpg");
    background-position: center center;
    background-size: cover;
    padding: 50px;
    color: #fff;
    text-align: center;
}

.section.donation:after {
    content: "";
    z-index: 0;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .25s ease;
background: rgb(58,148,54)!important;
background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%)!important;
background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%)!important;
background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1)!important;
}

.section.donation>div,
.section.donation>p {
    position: relative;
    z-index: 1;
}

#dgx-donate-form-sandbox-warning {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 12px;
    opacity: .5;
}

@media (max-width: 600px) {
    .section.donation {
        padding: 100px 20px!important;
				margin: 0px!important;
    }
}

/* Text */
.csd-title {
    font-size: 40px;
    font-weight: bold;
    margin: 5px 0 35px;
    color: #fff;
    // text-shadow: 3px 3px 3px #000;
}

.csd-title-big {
    font-size: 40px;
}

.csd-subtitle {
    font-size: 20px;
    margin: 5px 0 15px;
    color: #fff;
    // text-shadow: 3px 3px 3px #000;
}

.csd-subtitle>a,
.csd-subtitle>a:hover {
    color: #269bff;
}

.csd-text {
    font-size: 20px;
		margin-bottom: 10px;
    // text-shadow: 3px 3px 3px #000;
}

@media (max-width: 600px) {
    .csd-title {
        font-size: 20px;
    }

    .csd-subtitle {
        font-size: 15px;
    }
    
    .csd-text {
        font-size: 18px;
    }
}

.seamless-donations-forms-error-message {
    visibility: hidden;
    height: 0;
}

.seamless-donations-error-message-field {
    position: absolute;
    bottom: 5px;
    font-size: 13px;
		text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 600px) {
    .seamless-donations-error-message-field {
        bottom: 10px;
    }
}

/* Elements */
.csd-element {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    margin: 10px;
    font-size: 30px;
	font-weight: 600;
}

@media (max-width: 600px) {
    .csd-element {
        font-size: 18px;
        margin: 5px;
    }
}

.csd-element-row {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.csd-element-row-inline {
    display: inline-flex;
    width: auto;
}

.csd-element-white {
    color: #fff;
}

.csd-element-left {
    margin-right: 0;
}

.csd-element-right {
    margin-left: 0;
}

.csd-element.csd-has-error {
    padding-bottom: 15px;
}

.csd-element-currency.csd-has-error {
    padding-bottom: 25px;
}

@media (max-width: 600px) {
    .csd-element.csd-has-error {
        padding-bottom: 20px;
    }

    .csd-element-currency.csd-has-error {
        padding-bottom: 40px;
    }
}

/* Buttons */
.csd-btn {
    height: 80px;
		width: 20vw;
    background-color: rgb(0 0 0 / 30%);
    color: #fff;
    border: 5px solid #fff;
}
.csd-btn-small {
    width: 20vw!important;
		margin-top: 10px;
    height: 50px;
    font-size: 15px!important;
		
}
@media (min-width: 1200px) {
	.csd-btn {
		width: 150px;
		float: none;
	}
	.csd-btn-small {
		width: 5vw!important;
	}
}

.csd-selector-left {
	margin-right: 10px;
}

.csd-btn-label {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}



.csd-btn-wide {
    width: 170px;
}

.csd-btn-fill {
background: rgb(58,148,54);
background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1);

}

.csd-btn-round {
    border-radius: 50px;
}

.csd-btn:hover {
    cursor: pointer;
}

.csd-heart-btn {
    width: 20px;
    border-color: #fff;
    transform: rotate(45deg);
    animation: animateHeart 1.2s infinite;
}

.csd-heart-btn:after {
    content: "\2764";
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
    transition: color 0.5s, font-size 0.5s;
}

.section.donation:hover .csd-heart-btn:after {
    color: #ff1212;
    font-size: 25px;
}

@keyframes animateHeart {
    0% {
        transform: rotate(0deg) scale(0.8);
    }

    5% {
        transform: rotate(0deg) scale(0.9);
    }

    10% {
        transform: rotate(0deg) scale(0.8);
    }

    15% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(0deg) scale(0.8);
    }

    100% {
        transform: rotate(0deg) scale(0.8);
    }
}

@media (max-width: 600px) {
    .csd-btn {
        
    }



}

/* Inputs */
.csd-input {
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.csd-input>input {
    display: inline-flex;
    border: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
    width: 100%;
    font-size: 30px;
}

.csd-input-short {
    margin-top: 2px;
    margin-bottom: 10px;
}

.csd-input-short>input {
    height: 50px;
background: rgb(58,148,54);
background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1);
  font-size: 16px;
	color: #fff;
	border: 5px solid #fff;
}

.csd-input-wide>input {
    width: 250px;
}


.csd-input-currency {
    width: 500px;
		display: block!important;
}

.csd-input-currency>input {
    padding-right: 15px;
    padding-left: 5px;
}

.csd-input-currency-symbol {
    position: absolute;
    right: 15px;
}

.section.donation input:focus {
    outline: none;
}

.csd-input-fake {
    z-index: 5;
}

.csd-input-hidden>input,
.csd-input-fake>input {
    position: absolute !important;
    top: 0;
    background: transparent;
    opacity: 0;
    height: 100%;
    width: 100%;
    border: 0;
    overflow: hidden;
}

.csd-input-hidden>input:hover,
.csd-input-fake>input:hover {
    cursor: pointer;
}

@media (max-width: 600px) {
    .csd-input-currency {
        width: 42vw;
    }

    .csd-input-currency>input {
        padding-right: 25px;
    }
}

/* Selector */
.csd-selector {
    z-index: 10;
}

.csd-btn-fill:hover {
    cursor: default;
}

.csd-selector-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.csd-selector-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Images */
.csd-logo {
    width: 85px;
    height: 85px;
    margin: 30px 20px 0;
}

@media (max-width: 600px) {
    .csd-logo {
        display: none;
    }
}