/*
 Theme Name:   Blackcreek Technologies
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Steve Law
 Author URI:   http://www.blackcreektechnologies.com
 Template:     Divi
 Version:      2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

#charity {
    background-color: #eee !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #999 !important;
    font-size: 14px;
    padding: 16px !important;
    width: 100% !important; 
} 


/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 50px;
	padding-top: 30px
	color: #333;
	font-weight: 500;
	line-height: 1em;
}

