@import "../../fonts/fonts.css";

.give-form-templates button, .give-form-templates .give-embed-form input[type=submit], .give-form-templates .choose-amount .advance-btn {
	border-radius: 8px !important;
	font-size: inherit !important;
	font-family: 'Varela', sans-serif !important;
	letter-spacing: 0.12em;
	padding: 1rem 1.5rem !important;
	line-height: 1.5em !important;
}

form.give-form {
	z-index: 555;
}

.give-form-templates .give_error {
	margin: 36px;
}

.give-form-templates .give-embed-form {
	max-width: none !important;
}

.give-form-templates .give-embed-form .give-donation-summary-section {
	font-family: 'Roboto' !important;
}

.give-form-templates .give-embed-form input {
	font-family: 'Roboto';
}

.give-form-templates .give-embed-form .heading, .give-form-templates .give-embed-form .subheading {
	display: none;
}

.give-form-templates .give-embed-form .payment fieldset {
	padding: 0 36px;
}

.give-form-templates .give-embed-form .give-donation-summary-section .give-donation-summary-table-wrapper {
	margin: 1rem 0;
}

.give-form-templates .give-form-navigator {
	background: none;
	border: none;
	margin-top: 36px;
	height: auto;
	position: relative;
}

.give-form-templates .give-form-navigator button {
	display: none !important;
}

.give-form-templates .give-form-navigator > .title {
	font-family: 'Quicksand';
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin: auto 36px;
	text-align: left;
}

.give-form-templates .choose-amount {
	padding-top: 1rem !important;
}

.give-form-templates .choose-amount .content {
	display: none;
}

.give-form-templates .choose-amount .give-donation-amount {
	padding: 1rem;
	margin: 0 36px !important;
}

.give-form-templates .choose-amount .give-donation-amount span.give-currency-symbol.give-currency-position-before {
	height: 1em !important;
	font-size: 1.5rem !important;
	line-height: 1.25rem !important;
	padding-right: 0.5rem !important;
	border: none !important;
}

.give-form-templates .choose-amount .give-donation-amount .give-amount-top {
	font-size: 1.5rem !important;
	min-width: 4em !important;
	width: 2em !important;
	text-align: left;
	border: none;
	padding: 0 !important;
}

.give-form-templates .choose-amount .give-recurring-donors-choice {
	box-shadow: none;
	margin-left: 18px !important;
	border: none !important;
}

.give-form-templates .choose-amount .advance-btn {
	margin: 1rem auto 1rem 36px;
}

.give-form-templates .choose-amount #give-donation-level-button-wrap {
	display: flex !important;
	flex-flow: row wrap;
	margin-left: 36px !important;
}

.give-form-templates .choose-amount #give-donation-level-button-wrap .give-donation-level-btn {
	background: transparent !important;
	color: #707070 !important;
	border: 1px solid #707070 !important;
}

.give-form-templates .choose-amount #give-donation-level-button-wrap .give-donation-level-btn.give-default-level, .give-form-templates .choose-amount #give-donation-level-button-wrap .give-donation-level-btn:hover {
	background: #4160ee !important;
	color: white !important;
	border-color: #4160ee !important;
}

.give-form-templates .choose-amount #give-donation-level-button-wrap .give-donation-level-btn > .currency.currency--before {
	margin: auto;
}

.give-form-templates .choose-amount #give-donation-level-button-wrap li:last-child {
	flex-shrink: 0;
}

.give-form-templates .choose-amount #give-donation-level-button-wrap li:last-child .give-donation-level-btn {
	padding: 1rem 4rem !important;
}

.give-payment-info-heading {
	font-family: 'Quicksand';
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin: auto 36px;
	text-align: left;
	position: absolute;
	top: -2.3rem;
	background: white;
}

.give-payment-info-heading button {
	background: transparent;
	border: none;
	font-size: inherit;
	color: inherit;
	font-family: inherit !important;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 !important;
	font-weight: inherit;
}

.give-payment-info-heading button:hover {
	text-decoration: none;
}
 