/*
 LK STYLESHEET
 Because it's loaded after style.css, anything you define here with the same class names will over-ride what's in style.css
*/

.hp-page-headers{
   filter: drop-shadow(2px 3px 4px rgba(0,0,0,0.4))
}

button.give-donor__load_more.give-button-with-loader {
	background-color:#ac722a;
	padding:6px 28px;
	font-size:1.1em;
	color:white;
	cursor:pointer;
	display:inline-block;
	margin:auto;
	border:none;
	
}

.about-series p{
    font-size: 16px;
    
}

.give-fl-wrap, .give-fl-input {
    width:100% !important;
}

.form-header{
	color:white;
	text-transform: uppercase;
}