/* @override 
	https://gracebaptist.sanctusmedia.net/assets/css/donate.css?* */

/*** DONATIONS ***/

p.intro {
	font-size: 1.2em;
	line-height: 1.7em;
}

section.card-payment-details {
	padding: 1.8em 2em;
	border-left: 4px solid #2288bc;
}

#card-element {
	/*border: 1px solid #d1d1d1;*/
	padding: 5px 4px; 
	background-color: hsl(58, 0%, 100%);
	border-radius: 4px;
}

dl.booking dd {
	width: 62%;
	display: inline-block;
	vertical-align: text-top;
	margin-bottom: 20px;
}
dl.booking dt {
	width: 35%;
	display: inline-block;
	vertical-align: text-top;
	margin-bottom: 20px;
	font-size: 16px;
	color: #5c5c5c;
}
.dpem {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	padding: 0px 5px;
	color: #fff;
	line-height: 34px;
	display: inline-block;
	border-radius: 0px 0px 0px 0px;
}

#bookingForm h3 {
	margin-bottom: 0px;
}

#bookingForm {
	margin-top: 60px;
}
#bookingForm p {
	margin-bottom: 20px;
	display: block;
	width: 90% !important;
	font-size: 16px;
}

#bookingForm .theme_btn {
	border: none;
	margin-top: 30px;
}
#bookingForm input {
	font-size: 16px;
	outline: 0;
	border: 1px solid #dcdcdc;
	padding: 5px;
	background-color: #f8f8f8;
	border-radius: 3px;
}
#bookingForm input:focus {
	border-color: #33709c;
	background-color: #ffffff;
}

span.labelbox {
	float: right;
	width: 85%;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 18px;
	font-style: italic;
	margin-top: 10px;
	
}

#plan_amount {
	width: 100px;
}
em.pound {
	font-style: normal;
	font-size: 20px;
}

.pay-segment {
	padding: 20px;
	margin-bottom: 50px;
	border-left: 4px solid #9177b0;
}
.detail-segment {
	border-left: 4px solid #c5b157;
}
.pay-giftaid p, .form-txt {
	color: inherit;
}
.pay-giftaid label {
	text-align: left;
}
.pay-giftaid input[type='checkbox'] {
	display: inline;
	font-size: 80px;
	width: 20px;
	height: 20px;
}
.pay-giftaid input[type='text'] {
	width: 80%;
	display: block;
	margin-bottom: 5px;
}
.pay-giftaid img {
	width: 50%;
	display: inline;
}

.declaration {
	font-style: oblique;
	font-weight: 400;
}

label i.ga-status {
	font-size: 30px;
	color: #bf3d3e;
	vertical-align: sub;
}
label i.ga-warning {
	color: #e1a83c;
	display: none;
}
label i.ga-yes {
	color: #56ae4a;
	display: none;
}
#apply_ga {
	display: none;
}
.giftaid_address {
	display: none;
}

/*** duration checks ***/

input.pr-check-lg {
  position: absolute;
  visibility: hidden;
}

input.pr-check-lg ~ .check{
  display: inline-block;
  border: 3px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
input.pr-check-lg ~ .check {
  border: 3px solid #cdcdcd;
	background-color: none;
	top: 7px;
	position: relative;
	margin-left: 10px;
}

input.pr-check-lg ~ .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input.pr-check-lg:checked ~ .check {
  border: 3px solid #63247b;
}

input.pr-check-lg:checked ~ .check::before{
  background: none;
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  line-height: 20px;
  font-size: 18px;
  color: #63247b;
  font-weight: 900;
}

input.pr-check-lg:checked ~ label{
  color: #907eb1;
}


/*** giftaid checks ***/
input.vt-check-lg {
  position: absolute;
  visibility: hidden;
}

input.vt-check-lg ~ .check{
  display: inline-block;
  border: 4px solid #AAAAAA;
  border-radius: 10%;
  height: 30px;
  width: 30px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	top: 10px;
	position: relative;
	
}

input.vt-check-lg ~ .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input.vt-check-lg:checked ~ .check {
  border: 4px solid #56ae4a;
}

input.vt-check-lg:checked ~ .check::before{
  background: none;
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  line-height: 23px;
  font-size: 20px;
  left: 1px;
  color: #56ae4a;
  font-weight: 900;
}

input.vt-check-lg:checked ~ label{
  color: #907eb1;
}

.head-label {
	text-align: center !important;
}

/***** complete transaction *****/

.trans-detail {
	margin: 20px 0px !important;
	background-color: rgba(146, 146, 146, 0.05);
	border-radius: 3px;
	padding: 20px;
}

.recurring-info {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #499439;
	border-radius: 5px;
}

p.form-txt {font-size: 14px !important; margin-bottom: 20px !important;
}

dl.donate dt {margin-top: 5px}

.recurring-info p {
	color: #fff;
}
.recurring-info p a {
	color: #fff; 
	font-weight: 900;
	text-decoration: underline;
}

#pay-button {
	background-color: #33709c;
	border: none;
	color: #fff;
	padding: 3px 10px;
	font-size: 18px;
	border-radius: 2px;
	font-weight: 100;
	text-transform: uppercase;

}