/* style updates for pledge form */
/* author: cvitek@cfusionmultimedia.com */


/* donation type field modifications */

.cfmm_donation_type .gfield_radio li input[type=radio] {
    display:none !important;
}

.cfmm_donation_type .gfield_radio li input[type=radio]:checked ~ label {
    background: #01a1dd;
}

.cfmm_donation_type .gfield_radio label {
    max-width: 400px !important;
    width: 100%;
    margin: 0px auto;
    padding: 10px 30px !important;
    float: none;
    background: #76be43;
    color: #fff;
    letter-spacing: 0.09375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    box-sizing: border-box;
}

.cfmm_donation_type .gfield_radio label:hover {
    background: #414142;
}



#gform_fields_4 .amount-btn {
	background: #76be43;
}

/* Hide the Pledge Reducer */

li.pledge-reducer {
	/*display: none !important;*/
}