/*
 Theme Name:   base-Child
 Theme URI:    http://alllies.org/wp-content/themes/base-Child
 Description:  base Child Theme
 Author:       uri
 Template:     base
 Version:      1.0.0
 Text Domain:  base-Child
*/
@import url("../base/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.social-icons li.radio a{background-image:url(/wp-content/uploads/2018/11/antenna-30-1.png) !important;}

 form.give-form .form-row-first, form[id*=give-form] .form-row-first{
	 float:right; 
}
form.give-form .form-row-two-thirds, form[id*=give-form] .form-row-two-thirds{
	float:right;  
	width:62.75%!important; 
}
form[id*=give-form] #give-final-total-wrap{
	float:right;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label{
	float:right;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount{
	border-left:1px solid #ccc; 
	border-right:none;
}
.give-submit-button-wrap .give-submit{
	float:right;
}
form.give-form .form-row-last, form[id*=give-form] .form-row-last{
	    margin-right: 17px!important;  
		width: 47.5%!important;
}
#give-donation-level-button-wrap>li {
    float: right !important;
    margin: 0 0 5px 5px!important;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] .give-donation-amount #give-amount{
	float:right !important;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    border-left: none!important;
    border-right: 1px solid #ccc!important;  
} 
form.give-form .form-row-one-third, form[id*=give-form] .form-row-one-third{
	margin-left:0!important;
	margin-right:3%!important;
	width:33.25%!important;
}