/*
 Theme Name:   Corpus Child
 Theme URI:    http://themeforest.net/user/euthemians
 Description:  Corpus Child Theme
 Version:      2.2.0
 Author:       Euthemians Team
 Author URI:   http://euthemians.com
 Text Domain:  corpus
 Template:     corpus
*/

/*Donation amount button colors*/
#ngp-form div.at form .label-amount>a{
  background-color: #016834;
  border-color: #016834;
}
/*Donation amount button hover colors*/
#ngp-form div.at form .label-amount:hover>a {
  background-color: #f39d29;
  opacity:.8;
}
/*Selected donation amount button colors*/
#ngp-form div.at form .label-amount input[required],
div.at form .label-amount input[type="radio"]:checked+a {
  background-color: #f39d29;
  border-color: #f39d29;
}
/*Step number color*/
#ngp-form div.at .at-step.valid a:before {
  background-color: #1155a0;
}
/*Active step number color*/
#ngp-form div.at .at-step.active a:before{
  background-color: #f39d29;
}
/*Next/submit button*/
#ngp-form div.at .btn-at-primary{
  background-color: #016834;
}
/*Next/submit button hover*/
#ngp-form div.at .btn-at-primary:hover, 
div.at .hover.btn-at-primary {
  background-color: #f39d29;
  opacity:.8;
}

#eut-feature-section {
	position: relative;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	z-index: 5;
}

#eut-header {
	position: relative;
	background-color: #ffffff;
	z-index: 5;
}