/* @override 
	https://www.sanctuaryfirst.org.uk/assets-v2/css/donate.css?* */

/*** DONATIONS ***/

.pblock {
	background-color: #fe3761;
	color: #fff !important;
}
.bblock {
	background-color: #0072ba;
	color: #fff;
}


.donate button {
	color: #ffffff;
	background-color: hsl(128, 38%, 52%);
	border-radius: 4px;
	padding: 5px 15px;
}

.donate.info li {
	margin-bottom: 5px;
}


.donate #image-slider {
	/*background-color: hsl(210, 63%, 44%);*/
}

.donate #image-slider .owl-dots {
	/*background-color: #fff;*/
	margin-top: 0px;
	margin-bottom: 20px;
}

.donate #image-slider .owl-item {
	/*background-color: red;*/
}


.donate #image-slider .supp-text {
	background-color: hsl(210, 63%, 44%);
	margin-top: 15px;
	margin-bottom: 20px;
	color: #fff;
	height: 6.7em;
}

.donate #image-slider .supp-text  h2 {
	font-size: 1.6em;
	font-weight: 300;
	padding: 15px 20px 0px 20px;
	text-align: left;
}

.donate #image-slider .supp-text  p {
	font-size: 1.2em;
	font-weight: 500;
	text-align: left;
	line-height: 1.2em;
	padding: 0px 20px 15px 20px;
	margin: 0px;
}

.donate .profile_create input {
	display: inline;
}
.donate .profile_create label {
	display: inline;
	font-size: 1.0em;
}

.donate.info input[type='radio'] {
	padding-right: 20px;
	background-color: red ;
}

.donate .form-check {
	display: inline-block;
	padding-right: 20px;
}

.donate .form-check-input {
	margin-top: 6px;
}

.donate label.form-check-label {
	font-size: 0.9em;
	line-height: 1.5em;
}

#slider_image_2 {
	position: relative;
}

.donate.info img.panel {
	padding-top: 7%;
}

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

.donate_cx_details .sub_title {
	font-size: 0.8em;
	text-transform: uppercase;
	color: hsl(101, 0%, 64%);
	margin-top: 20px;
}

.donate_cx_details input[type="text"],
.donate_cx_details input[type="email"] {
	background-color: hsl(60, 100%, 90%);
}

#plan_amount {
	width: 100px;
	border-bottom: 3px solid #333 !important;
	margin-left: 8px;
	font-size: 32px;
	height: 50px;
	line-height: 20px;
	margin-top: -10px !important;
	padding: 0px !important;
}
#plan_amount:focus, .wblock input:focus {
	border-bottom-color: #0072b9 !important;
	border-bottom-style: dotted !important;
}
em.pound {
	font-style: normal;
	font-size: 20px;
}

.wblock label {
	font-size: 20px;
	padding-left: 0px;
	color: #7c7c7c;
}
.donate_cx_details input {
	border: none;
	border-bottom: 3px solid #333;
	border-radius: 0;
}

.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;
}

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

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

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

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

input.vt-check-lg ~ .check svg {
	display: none;
	position: absolute;
	top: 2px;
	left: 2px;
}

input.vt-check-lg.sf-signup ~ .check svg {
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	color: #0072b9;
}

/* checked states */

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


input.vt-check-lg:checked ~ .check svg {
	display: inline-block;
}

input.vt-check-lg.sf-signup:checked ~ .check {
  border: 4px solid #0072b9;
}


.head-label {
	text-align: center !important;
	display: block;
	font-size: 30px;
}

.head-label img {
	width: 80%;
	max-width: 180px;
}

/***** 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: #fff;
	border: none;
	color: #404040;
	padding: 3px 10px;
	font-size: 24px;
	border-radius: 2px;
	font-weight: 600;
	text-transform: uppercase;

}
#pay-button:hover {
	color: #0072b9;
	box-shadow: 0 0 2px #ffffff;
}
#card-element {
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}