Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/learnpress/membership/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/learnpress/membership/_checkout.scss

// Membership form

.pmpro_level_selected_text {
	font-size: 20px;
	margin-bottom: 12px;
}

.membership-checkout-tabs {
	.tab-panel {
		max-width: 770px;
		margin: 0 auto;
	}

	.tab-content {
		padding: 68px 0 0;
	}
}

.maxcoach-tab-nav-buttons {
	max-width: 770px;
	margin: 50px auto 0;
}

.pmpro-section-title {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 12px;
}

.pmpro_form {
	table {
		margin: 30px 0;

		th {
			font-size: 20px;
			color: #fff;

			a {
				color: #fff;
			}
		}

		td, th {
			text-align: left;
			padding: 15px 20px;
		}

		.item-check {
			text-align: center;
		}
	}
}

form.pmpro_form {
	.input,
	textarea,
	select {
		max-width: 100%;

	}

	label {
		font-weight: 600;
	}

	.input {
		min-height: 52px;
	}

	.form-control {
		margin-bottom: 20px;
	}

	.pmpro_asterisk {
		display: none;
	}

	.pmpro_payment-expiration {
		#ExpirationMonth {
			width: 100px;
			margin-right: 20px;
		}

		#ExpirationYear {
			width: 100px;
			margin-left: 20px;
		}
	}

	.pmpro_payment-cvv {
		.input {
			width: 230px;
			max-width: 100%;
		}
	}
}