.age-gate {
	background: #000;
	bottom: 100%;
	overflow: auto;
	position: relative;
	z-index: 201;
}
.age-gate ~ * {
	display: none;
}

footer.site-footer {
	display: none;
}

.age-gate .outer-wrapper {
	width: 100%;
}
.age-gate .inner-wrapper {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

.age-gate .top {
	margin-top: 15px;
}
.age-gate .top .logo {
	height: 83px;
	margin-left: 0;
	overflow: visible;
	position: relative;
	width: 100px;
}
.age-gate .top .logo:after {
	border-left: 1px solid #baab8f;
	border-right: 1px solid #baab8f;
	bottom: 15px;
	content: "";
	height: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 2px;
}

.age-gate .middle .dob {
	color: #7c7c7c;
	display: inline-block;
	font-family: "HWTUnitGothic",Sans-Serif;
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	width: 100%;
}
html.wf-inactive .age-gate .middle .dob{
	font-size: 19px;
}
.age-gate.valid .middle .dob {
	color: #baab8f;
}
.age-gate .middle .dob span {
	vertical-align: top;
}
.age-gate .middle .dob > div {
	display: inline-block;
	margin: 0 15px;
}
.age-gate .middle .dob input {
    -webkit-appearance: textfield;
	-moz-appearance: textfield;
    appearance: textfield;
	background: #272727;
	border: 2px solid #272727;
	border-radius: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	margin: 0 3px;
	outline: none;
	padding: 20px 18px;
	text-align: center;
    transition: border-color .25s ease-in-out;
	vertical-align: bottom;
}
.age-gate .middle .dob input:focus {
	border-color: #fff;
}
.age-gate .middle .dob input.success {
	border-color: #baab8f;
	color: #baab8f;
}
.age-gate .middle .dob input.error {
	border-color: #c82600;
	color: #c82600;
}
.age-gate.valid .middle .dob input {
	color: #baab8f;
}
.age-gate .middle .dob input::-webkit-input-placeholder {
	color: #7c7c7c;
	vertical-align: middle;
}
html.safari .age-gate .middle .dob input::-webkit-input-placeholder {
	line-height: 1.4em;
}
.age-gate .middle .dob input:focus::-webkit-input-placeholder {
	color: #fff;
}
.age-gate .middle .dob input:-moz-placeholder {
	color: #7c7c7c;
	vertical-align: middle;
}
.age-gate .middle .dob input:focus:-moz-placeholder {
	color: #fff;
}
.age-gate .middle .dob input::-moz-placeholder {
	color: #7c7c7c;
	vertical-align: middle;
}
.age-gate .middle .dob input:focus::-moz-placeholder {
	color: #fff;
}
.age-gate .middle .dob input:-ms-input-placeholder {
	color: #7c7c7c;
	vertical-align: middle;
}
.age-gate .middle .dob input:focus:-ms-input-placeholder {
	color: #fff;
}
.age-gate .middle .dob div.error {
	color: #c82600;
	display: block;
	font-family: "HWTUnitGothic",Sans-Serif;
	font-size: 18px;
	letter-spacing: .065em;
	margin: 10px auto;
	text-align: center;
	text-transform: uppercase;
}

.age-gate .middle button[type="submit"] {
	font-size: 18px;
	letter-spacing: .065em;
	margin: 5px 0 0;
	padding: 12px 30px;
}

.age-gate .middle .remember-me {
	display: none;
}
.age-gate .middle.enabled .remember-me {
	display: block;
	margin-top: 25px;
}
.age-gate .middle .remember-me input[type="checkbox"] {
	display: none;
}
.age-gate .middle .remember-me label {
	color: #baab8f;
	cursor: pointer;
	font-family: "HWTUnitGothic",Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .065em;
	text-transform: uppercase;
}
.age-gate .middle .remember-me label:before {
	border: 2px solid #baab8f;
	content: "\e906";
	color: #000;
	color: rgba(0,0,0,0);
	display: inline-block;
	font-family: 'jdicons';
	font-size: 14px;
	margin-right: 5px;
	margin-top: -5px;
	padding: 4px 2px;
	vertical-align: middle;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.age-gate .middle .remember-me label.checked:before {
	color: #baab8f;
}
.age-gate .middle .remember-me p {
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 5px;
}

.age-gate .middle.enabled .fb-copy {
	display: none;
}
.age-gate .middle .fb-copy p {
	margin: 10px 0 15px;
}

.age-gate .middle .verify-facebook {
	background: #3b579d;
	border: none;
	color: #fff;
	font-family: "HWTUnitGothic",Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .065em;
	margin: 0;
	outline: none;
	padding: 10px 15px;
	text-transform: uppercase;
}
.age-gate .middle .verify-facebook .icon-facebook {
	margin-right: 15px;
}

.age-gate .middle .country-language {
	border-top: 4px double #baab8f;
	margin-top: 30px;
	padding-top: 30px;
}
html.safari .age-gate .middle .country-language {
	border-top-width: 3px;
}
.age-gate .middle .country-language .col-10 {
	display: inline-block;
}
.age-gate .middle .country-language .select-wrapper + .select-wrapper {
	margin-left: 30px;
}
.age-gate .middle p {
	margin-top: 15px;
}

.age-gate .middle .button {
	background: none;
	border-color: #5e5e5e;
	color: #5e5e5e;
	z-index:1;
}
.age-gate .middle .button:before {
	content: none;
}
.age-gate .middle .button.enabled {
	border-color: #baab8f;
	color: #baab8f;
}
.age-gate .middle .button.enabled:before {
	content: '';
}
.age-gate .middle .button.enabled:hover {
	color: #000;
}
.age-gate .middle .button span {
	font-size: 10px;
	padding-left: 30px;
}
.age-gate .middle .mod-select {
	display: inline-block;
	float: none;
	min-width: 230px;
}
.age-gate .middle .mod-select .flag img {
	float: left;
	max-height: 21px;
	max-width: 30px;
	padding-right: 15px;
	vertical-align: middle;
}
.age-gate .middle .mod-select .selected {
	line-height: 17px;
}
.age-gate .middle .mod-select .selected:after {
	line-height: 37px;
}
.age-gate .middle .mod-select .dropdown {
	bottom: 0;
	top: inherit;
}
.age-gate .middle .mod-select .dropdown li {
	line-height: 21px;
}
.age-gate .middle .mod-select .dropdown li .flag img {
	margin-top: 2px;
}
.age-gate .middle .agegate-legal {
	margin: 0 auto 15px;
}
.age-gate .middle .agegate-legal p {
	font-family: "EditSerifCy",Slab-Serif,Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}

.age-gate .failure {
	display: none;
}
.age-gate .failure.visible {
	display: block;
}
.age-gate .failure h4,
.age-gate .failure p {
	color: #c82600;
}

.age-gate .middle p,
.age-gate .bottom p {
	color: #8b8b8b;
}

.age-gate .bottom {
	margin-bottom: 30px;
	margin-top: 15px;
}
.age-gate .bottom p {
	font-family: "HWTUnitGothic",Sans-Serif;
	font-weight: bold;
	letter-spacing: .065em;
	line-height: 18px;
	text-transform: uppercase;
}
.age-gate .bottom > div {
	margin: 0 auto;
}

.age-gate .bottom .agegate-footer-menu {

}
.age-gate .bottom .agegate-footer-menu ul{
	text-align: center;
}
.age-gate .bottom .agegate-footer-menu li{
	display: inline-block;
	padding: 0px 15px;
	font-family: 'HWTUnitGothic',Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .02em;
}
html.wf-inactive .age-gate .bottom .agegate-footer-menu li{
	font-size: 11px;
}
.age-gate .bottom .agegate-footer-menu li a {
	color: #baab8f;
	text-decoration: none;
	text-transform: uppercase;
}
.age-gate .bottom .agegate-footer-menu li.footer-nav-mobile-hide-toggle{
	cursor: pointer;
	display: none;
}

.age-gate .bottom .agegate-footer-legal {
	margin-top: 15px;
}
.age-gate .bottom .agegate-footer-legal p a {
	font-family: "HWTUnitGothic",Sans-Serif;
}

@media (max-width: 959px) {
	.age-gate .bottom .agegate-footer-menu ul{
		border-top: 1px solid #baab8f;
	}
	.age-gate .bottom .agegate-footer-menu ul li{
		width: 100%;
		display: none;
		padding: 0;
		border-bottom: 1px solid #baab8f;
		padding: 18px 0;
	}
	.age-gate .bottom .agegate-footer-menu ul li.active{
		display:block;
	}
	.age-gate .bottom .agegate-footer-menu ul li.footer-nav-mobile-hide-toggle{
		display: block;
	}
	.age-gate .bottom .agegate-footer-menu ul li.footer-nav-mobile-hide-toggle:after{
		content: '\e900';
		font-family: 'jdicons';
		color: #5a5a5a;
		font-weight: normal;
		font-size: 6px;
		padding-left: 10px;
		vertical-align: middle;
		top: -2px;
		position: relative;
	}
	.age-gate .bottom .agegate-footer-menu .footer-nav-mobile-hide{
		height: 0;
		overflow: hidden;
		display: block;
	}
}
@media (max-width: 590px) {
	.age-gate .middle .country-language .select-wrapper {
		display: block;
		margin-bottom: 15px;
	}
	.age-gate .middle .country-language .select-wrapper + .select-wrapper {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.age-gate .middle .dob .inputs {
		display: block;
		margin: 0;
	}
	.age-gate .middle .dob input {
		font-size: 24px;
		line-height: 24px;
	}
}
