$color_1: #444;
$color_2: #1E7FC0;
$color_3: #C6C6C6;
$color_4: #fff;
$color_5: #E4E4E4;
$font-family_1: Arial, Helvetica, sans-serif;

/* ==== GRID SYSTEM ==== */
/*.wlm-regform input[class*="col-"] {
    height: 40px;
}*/
/*.wlm-regform .regform-header {
    padding: 15px;
}*/
/******* WLM Theme *******/
/* 540px */
/* 720px */
/* 960px */
/* fix for fancybox not showing when a other fancybox CSS has been loaded */
.wlm_stripe_radio {
	width: 20px !important;
	height: 20px !important;
	margin-top: -1px !important;
	vertical-align: middle !important;
}
.wlm_stripe_radio_prorate {
	width: 20px !important;
	height: 20px !important;
	margin-top: -1px !important;
	vertical-align: middle !important;
}
.wlm3-fancybox {
	.container-rs {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.wlm-regform {
		width: 690px;
		padding: 15px;
	}
}
.wlm3-fancybox, .wlm3-onpage-paymentform {
	.row-rs {
		position: relative;
		width: 100%;
		[class*="col-"] {
			float: left;
			margin: 0.5rem 2%;
			min-height: 0.125rem;
		}
		.row-rs {
			[class*="col-"] {
				margin: 0;
				min-height: 0.125rem;
			}
		}
	}
	.wlm-regform {
		.coupon {
			a {
				color: $color_2;
			}
		}
		.wlm-regform-order-summary {
			border: 1px solid $color_5;
			padding: 10px 12px;
			margin: 10px 0 10px 0;
			p {
				margin: 0 -12px;
				padding: 10px 12px;
				&:not(:first-of-type) {
					border-top: 1px dotted $color_5;
				}
				strong {
					font-weight: bold;
				}
			}
			[data-currency]:before {
				content: attr(data-currency);
			}
			.wlm-regform-order-summary-description {
				margin-top: 10px;
				display: block;
				font-style: italic;
			}
		}
		.col-1 {
			width: 96%;
		}
		.col-2 {
			width: 96%;
		}
		.col-3 {
			width: 96%;
		}
		.col-4 {
			width: 96%;
		}
		.col-5 {
			width: 96%;
		}
		.col-6 {
			width: 96%;
		}
		.col-7 {
			width: 96%;
		}
		.col-8 {
			width: 96%;
		}
		.col-9 {
			width: 96%;
		}
		.col-10 {
			width: 96%;
		}
		.col-11 {
			width: 96%;
		}
		.col-12 {
			width: 96%;
		}
		.col-1-sm {
			width: 4.33%;
		}
		.col-2-sm {
			width: 12.66%;
		}
		.col-3-sm {
			width: 21%;
		}
		.col-4-sm {
			width: 29.33%;
		}
		.col-5-sm {
			width: 37.66%;
		}
		.col-6-sm {
			width: 46%;
		}
		.col-7-sm {
			width: 54.33%;
		}
		.col-8-sm {
			width: 62.66%;
		}
		.col-9-sm {
			width: 71%;
		}
		.col-10-sm {
			width: 79.33%;
		}
		.col-11-sm {
			width: 87.66%;
		}
		.col-12-sm {
			width: 96%;
		}
		.row-rs {
			&::after {
				content: "";
				display: table;
				clear: both;
			}
		}
		.hidden-sm {
			display: none;
		}
		.regform-header {
			img.regform-logo {
				max-height: 100px;
				max-width: calc(100% - 25px);
				display: block;
				margin: 0 auto 15px;
				display: block;
			}
			border-bottom: 1px solid #E4E4E4;
			padding: 0 0 10px;
			margin-bottom: 15px;
		}
		label {
			display: block;
			font-size: 14px;
			padding-bottom: 6px;
			color: $color_1;
			letter-spacing: 0.5px;
			font-weight: bold;
			display: none;
			&:has(input) {
				font-weight: normal;
				&:after {
					content: '\a';
					white-space: pre;
				}
			}
		}
		input {
			width: 100%;
			max-width: 100%;
			background: #fff;
			border-radius: 1px;
			border: 1px solid #E4E4E4 !important;
			box-shadow: none !important;
			-webkit-box-shadow: none !important;
			font-size: 14px;
			height: 40px !important;
			margin: 0;
			min-height: 40px;
			text-indent: 8px;
			padding: 0 !important;
			&::placeholder {
				color: $color_3;
				font-weight: normal;
			}
		}
		select {
			width: 100%;
			max-width: 100%;
			background: #fff;
			border-radius: 1px;
			border: 1px solid #E4E4E4 !important;
			box-shadow: none !important;
			-webkit-box-shadow: none !important;
			font-size: 14px;
			height: 40px !important;
			margin: 0;
			min-height: 40px;
			text-indent: 8px;
			padding: 0 !important;
		}
		.clearfix {
			&::after {
				content: "";
				clear: both;
				display: table;
			}
		}
		.btn-fld {
			margin-top: 20px;
		}
		.btn-fld-info {
			float: right;
			margin-top: 8px;
			text-align: right;
			font-size: 14px;
			float: right;
			line-height: 20px;
			margin-top: 5px;
			opacity: .7;
		}
		* {
			margin: 0;
			padding: 0;
			background: none;
			border: 0;
			font-size: 16px;
			font: inherit;
			font-family: $font-family_1;
			text-transform: none;
			vertical-align: baseline;
			border-radius: 0;
			-moz-border-radius: 0;
			box-shadow: none;
			-moz-box-shadow: none;
			text-shadow: none;
			line-height: 1;
		}
		.regform-error {
			background: #fcfcfc;
			clear: both;
			padding: 10px;
			margin: 15px;
			border: 1px solid #ececec;
			border-left: 4px solid #E74C3C;
			p {
				font-size: 14px;
				line-height: 20px;
				color: $color_1;
			}
		}
		.heading-2 {
			color: $color_1;
			font-size: 24px;
			line-height: 36px;
		}
		.heading-3 {
			color: $color_1;
			font-size: 16px;
			font-weight: bold;
			margin: 0 2% 5px;
			padding-top: 30px;
			clear: both;
			&:first-of-type {
				padding-top: 0;
			}
			&:after {
				content: "";
				clear: both;
				display: table;
			}
		}
		.regform-login-link-holder {
			font-size: 14px;
			opacity: .7;
		}
		.floated-input {
			float: left;
			width: 50%;
		}
		.regform-button {
			background: #157AD5;
			color: $color_4;
			padding: 20px 40px;
			font-size: 16px;
			font-weight: bold;
			&:hover {
				background: #2896FA;
				color: $color_4;
				padding: 20px 40px;
			}
			&.-wide {
				display: block;
				width: 100%;
			}
			&.-round {
				border-radius: 10px;
			}
		}
		.regform-close-login {
			background: #157AD5;
			color: $color_4;
			padding: 20px 40px;
			font-size: 16px;
			font-weight: bold;
			background: none;
			color: $color_5;
			display: block;
			text-align: right;
			float: left;
			margin-right: 15px;
		}
		button.regform-button {
			&:disabled {
				background: #aaaaaa;
			}
		}
		.stripe-coupon {
			~ {
				span.error_text, span.success_text, span.checking_text {
					display: none;
					padding: 10px;
					font-size: 10pt;
				}
			}
		}
		.stripe-coupon.error_input {
			~ {
				span.error_text {
					display: block;
				}
			}
		}
		.stripe-coupon.good_input {
			~ {
				span.success_text {
					display: block;
				}
			}
		}
		.stripe-coupon.checking_input {
			~ {
				span.checking_text {
					display: block;
				}
			}
		}
		.fancybox-close-small {
			background: none;
		}
		.regform-description {
			padding: 15px 0;
			&:first-of-type {
				padding: 0 0 15px;
			}
		}
		.regform-aftertext {
			font-size: 14px;
			line-height: 18px;
		}
		hr {
			border-bottom: 1px solid #eee;
			margin: 30px 0;
		}
		.error_input {
			border: 1px solid #dc3545 !important;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 6px #dc3545 !important;
		}
	}
	.wlm-regform.wlm-regform-login {
		width: 350px;
	}
	.wlm-regform-login {
		.regform-login-link-holder {
			display: none;
		}
	}
	.fancybox-inner {
		position: absolute;
	}
}
dsa* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
* {
	&:before {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	&:after {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
}
a.regform-open-login {
	color: $color_2;
}
@media only screen and (min-width: 33.75em) {
	.wlm3-fancybox {
		.wlm-regform {
			.container-rs {
				width: 80%;
			}
		}
	}
}
@media only screen and (min-width: 45em) {
	.wlm3-fancybox {
		.wlm-regform {
			.col-1 {
				width: 4.33%;
			}
			.col-2 {
				width: 12.66%;
			}
			.col-3 {
				width: 21%;
			}
			.col-4 {
				width: 29.33%;
			}
			.col-5 {
				width: 37.66%;
			}
			.col-6 {
				width: 46%;
			}
			.col-7 {
				width: 54.33%;
			}
			.col-8 {
				width: 62.66%;
			}
			.col-9 {
				width: 71%;
			}
			.col-10 {
				width: 79.33%;
			}
			.col-11 {
				width: 87.66%;
			}
			.col-12 {
				width: 96%;
			}
			.hidden-sm {
				display: block;
			}
		}
	}
}
@media only screen and (min-width: 60em) {
	.wlm3-fancybox {
		.wlm-regform {
			.container-rs {
				width: 75%;
				max-width: 60rem;
			}
		}
	}
}
