/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Donation Form Design */
.donation-form-container{max-width: 80%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;}
.donation-form-container h3{background: #2f3a56;
    padding: 20px 20px;
    color: #ffffff;
    font-size: 2rem !important;}
.donation-form{padding: 20px;}
.form-section{background: #f3f3f3;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;}
.amount-input small{font-size: 14px;
    line-height: normal;}
.form-section label{font-size:16px; font-family: Cabin;}
.form-section h4, .tax-privacy-info h4{color: #2f3a56;}
.tax-privacy-info{background: #868a703d;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;}
.tax-privacy-info p{font-size: 14px;
    line-height: 18px;     color: #727272;}
.donation-form-container button{background: #e18383 !important;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: flex;}
.donation-form input{background: #f3f3f3;}


@media(max-width:767px){
	.donation-form-container{max-width:100%;}
	.donation-form{padding:10px;}
	.form-section{padding:15px;}
	html .sub-heading.cont-center{
		        font-size: 2rem !important;
        line-height: normal !important;
        text-align: center;
	}
}

/*End Donation Form Design */
.subheader {
    font-size: 28px !important;
    line-height: 1.2;
}
hero::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,0.55) 0%,
rgba(0,0,0,0.35) 40%,
rgba(0,0,0,0.05) 100%
);
}


