/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.hidden,
.wpcf7-not-valid-tip{
	display: none !important;
}


.mail-box{
	float: right;
	max-width: 320px;
	padding: 25px 30px;
	background: #e8e8e8;
	margin-left:30px;
}
.mail-box h3{
	margin-bottom:15px;
	padding: 0;
}
.mail-box p{
	font-size: 16px;
	margin-bottom:20px;
	padding: 0;
}
.mail-box p:last-of-type{
	margin: 0;
	padding: 0;
}
.mail-box strong {font-weight:bold;}
.btn,
.btn:visited{
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff !important;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    text-transform: none;
    background: #134838;
    border: none;
    outline: none;
    margin: 0;
    cursor: pointer;
	border-radius: 3px;
}
.btn:hover{
    opacity: 0.95;
}
/***** Donation Form *****/
.donation-form label{
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.donation-form hr{
    border: none;
	border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}
.donation-form .row{
	display: flex;
	margin: 0 -15px 30px;
	padding: 0;
}
.donation-form .col-2{
	width: 100%;
	padding: 0 15px;
}
.donation-form .submit-btn{
	text-align: center;
	margin: 30px 0;
	position: relative;
}
.donation-form .submit-btn input[type="submit"].wpcf7-submit{
	font-size: 20px;
	padding: 10px 30px !important;
	background: #134838 !important;
}
.donation-form .wpcf7-not-valid{
	border-color: #f00 !important;
}
.wpcf7 .wpcf7-response-output{
	margin: 0 0 30px !important;
	padding: 0 !important;
	border: none !important;
	text-align: center;
	color: #f00 !important;
	font-size: 13px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{
	color: #398f14 !important;
}
.wpcf7-form-control-wrap.user_donation .wpcf7-radio{
	display: flex;
	align-items: center;
}
.wpcf7-form-control-wrap.user_donation span.wpcf7-list-item{
	display: flex;
	align-items: center;
	margin: 0 30px 0 0;
	font-size: 16px;
}
.wpcf7-form-control-wrap.user_donation span.wpcf7-list-item .wpcf7-list-item-label{
	font-size: 16px;
	color: #000000 !important;
}
.wpcf7-form-control-wrap.user_donation span.wpcf7-list-item.last .wpcf7-list-item-label{
	min-width: 140px;
}
div.wpcf7 .ajax-loader{
	position: absolute;
	top: calc(50% - 8px);
}

@media screen and (max-width: 991px) {
	.mail-box{
		float:none;
		width:100%;
		margin-bottom: 40px;
		margin-left:0;
	}
	.wpcf7-form-control-wrap.user_donation .wpcf7-radio{
		display:block;
	}
	.wpcf7-form-control-wrap.user_donation span.wpcf7-list-item{
		margin: 0 0px 15px 0;
	}
	.donation-form .row{
		flex-direction: column;
	}
}

.nhrtc-box {
    width: 80%;
    margin: auto;
}
.nhrcbox1 h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    line-height: initial;
}
.nhrcbox1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nhrcbox1 ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
}
.nhrcbox1 {
    width: 45%;
    text-align: center;
    background: lightgray;
    padding: 20px 0 25px;
    display: inline-block;
    margin: 0 10px 40px;
}

@media screen and (max-width: 768px) {
    .nhrcbox1 {
    width: 100%;
   
    padding: 20px 0 25px;
    
    margin: 0 0 40px;
}
    .nhrtc-box {
    width: 100%;
    margin: auto;
}
}