.popup-gated-sale .form-head {
	margin-bottom: 35px;
}

.popup-gated-sale .subscribe-popup-form .field {
	border: solid #fff 2px;
	background-color: transparent;
	padding: 5px;
	letter-spacing: 0;
	font-family: "Futura Condensed",sans-serif !important;
	font-weight: 400;
}

.popup-gated-sale .btn-black-red {
	background-color: #5f6e70;
	font-family: "Tw Cen",sans-serif;
	font-weight: 700;
	min-width: 147px;
	height: 38px;
	padding: 0 16px;
	border: 1px solid #5f6e70;
	font-size: 15px;
	line-height: 38px;
	text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
	.mfp-bg {
		background-color: #fff;
		opacity: .85;
	}

	.popup-subscribe {
		position: relative;
		width: 552px;
		padding: 30px 38px;
		border: 8px solid #fff;
		margin: 0 auto;
		background: #000;
	}

	.popup-subscribe h3 {
		margin-bottom: 12px;
		font-family: "Colors Of Autumn";
		font-size: 50px;
		line-height: 1.4;
		color: #eff2f5;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 11px;
	}

	.popup-subscribe p {
		max-width: 500px;
		margin: 0 auto 4px;
		font-family: "Tw Cen",sans-serif;
		font-size: 16px;
		line-height: 1.38;
		text-transform: uppercase;
		font-weight: 700;
		color: #eff2f5;
		text-align: center;
	}

	.popup-subscribe h4 {
		margin-bottom: 12px;
		font-family: "Tw Cen",sans-serif;
		font-size: 32px;
		line-height: 1.38;
		text-transform: uppercase;
		font-weight: 700;
		color: #eff2f5;
		text-align: center;
	}

	.popup-gated-sale .subscribe-popup-form {
		text-align: center;
	}

	.popup-gated-sale .subscribe-popup-form .form-row {
		overflow: hidden;
		width: 413px;
		margin: 0 auto 17px;
	}

	.popup-gated-sale .subscribe-popup-form .form-controls-alt {
		float: left;
		vertical-align: top;
		width: 170px;
	}

	.popup-gated-sale .subscribe-popup-form .form-controls-alt + .form-controls-alt {
		float: right;
	}

	.popup-gated-sale .subscribe-popup-form .field-alt {
		width: 242px;
	}

	.popup-gated-sale .subscribe-popup-form .field::-webkit-input-placeholder {
		color: #eff2f5;
	}

	.popup-gated-sale .subscribe-popup-form .field:-moz-placeholder {
		color: #eff2f5;
	}

	.popup-gated-sale .subscribe-popup-form .field::-moz-placeholder {
		color: #eff2f5;
	}

	.popup-gated-sale .subscribe-popup-form .field:-ms-input-placeholder {
		color: #eff2f5;
	}

	.popup-gated-sale .subscribe-popup-form .form-hint {
		font-family: "Tw Cen",sans-serif;
		margin-top: 20px;
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: 2px;
		color: #eff2f5;
		text-align: center;
		font-weight: 700;
	}

	.popup-gated-sale .btn-black-red {
		color: #eff2f5;
	}
}

@media screen and (max-width: 768px) {
	.popup-subscribe {
		width: 100%;
	}

	.popup-gated-sale h3 {
		font-size: 2em;
	}
}

@media screen and (max-width: 480px) {
	.popup-gated-sale .subscribe-popup-form .form-row {
		width: 100%;
	}

	.popup-gated-sale .subscribe-popup-form .form-controls-alt {
		width: 100%;
	}

	.popup-gated-sale .subscribe-popup-form .field {
		width: 100%;
		display: block;
	}

	.popup-gated-sale .subscribe-popup-form .form-controls-alt:first-child {
		margin-bottom: 17px;
	}
}