/*
 Theme Name: Alphas Forward
 Descrciption: Alphas Forward Custom Child Theme
 Author: Peralta Design
 Template: Divi
*/


#endorsements .endorsement span, #endorsements-img .endorsement span  {display:block;}
.no-wrap {white-space:nowrap;}


/* Processing Wrapper */
#nf_processing_5 {
   /*  Override for the demo
   display: block!important;
   
   position: relative; */
}

/* Proessing Button */
#nf_processing_5 input[type=submit] {
   padding: 10px;
   
   /* Make room for the spinner */
   padding-right: 40px;
}

/* Font Awesome Spinner to Add */
#nf_processing_5 .fa {
   position: absolute;
   left: 200px;
   top: 40px;
}

.header-content h1, .header-content span {

   text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.contribute-cta {
   display: table;
   background: #e3bd2d; 
   border-radius: 4px;
   font-size:1.05em;
   font-weight: bold;
   padding:0.85em 1em 0.75em 1em;
   text-transform: uppercase;
   margin-bottom: -2em;
   position: relative;
   bottom: 0.35em;
   box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}