/* sowing.legacychurch.family Child Theme Styles
Legacy Giving Form - Match WooCommerce checkout fields */

.lc-giving-form {
	max-width: 760px;
	margin: 0 auto;
}

.lc-giving-form label {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #444;
}

.lc-giving-form select,
.lc-giving-form input[type="number"] {
	width: 100%;
	height: 45px;
	padding: 0 16px;
	margin: 0 0 20px;
	border: 1px solid #4d4d4d;
	border-radius: 4px;
	background-color: #fff;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	box-shadow: none;
	outline: none;
}

.lc-giving-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	width: 100%;
	padding: 0 0 0 16px;

	border: 1px solid #4d4d4d;
	border-radius: 4px;
	background-color: #fff;

	background-image: url("data:image/svg+xml;utf8,<svg fill='%23444' height='24' viewBox='0 0 20 20' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548c.436-.446 1.043-.481 1.576 0L10 10.297l2.908-2.75c.533-.481 1.14-.446 1.576 0 .436.445.408 1.197 0 1.615l-3.695 3.48c-.217.223-.502.335-.789.335-.287 0-.572-.112-.789-.335L5.516 9.163c-.408-.418-.436-1.17 0-1.615z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 18px;
}

.lc-giving-form input::placeholder {
	color: #9c9c9c;
	opacity: 1;
}

.lc-giving-form select:focus,
.lc-giving-form input[type="number"]:focus {
	border-color: #4d4d4d;
	box-shadow: none;
	outline: none;
}

.lc-giving-form button[type="submit"] {
	display: inline-block;
	margin-top: 8px;
	padding: 18px 34px;
	border: 1px solid #d83568;
	border-radius: 0px;
	background: #4d4d4d;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
}

.lc-giving-form button[type="submit"]:hover,
.lc-giving-form button[type="submit"]:focus {
	background: #5c5c5c;
	color: #fff;
	border-color: #d83568;
}