body.age-restriction,html.age-gate-restricted {
	height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0
}
body.age-restriction *,html.age-gate-restricted * {
	box-sizing: border-box
}
.age-gate-wrapper {
    background: #000;
    background: rgba(0, 0, 0, .74);
	height: 100vh;
	z-index: 2;
	position: fixed;
	z-index: 99998;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
	display: flex;
	align-items: center;
	flex-flow: column
}
@media (max-width: 600px) {
    .age-gate-wrapper {
        background: #fff;
    }
    form p {
        margin: 10px 0px 0px 0px !important;
    }
}
.age-gate-wrapper.transition {
	transition: all .4s ease-out
}
.age-gate-wrapper.transition.up {
	transform: translateY(-100%)
}
.age-gate-wrapper.transition.down {
	transform: translateY(100%)
}
.age-gate-wrapper.transition.left {
	transform: translateX(-100%)
}
.age-gate-wrapper.transition.right {
	transform: translateX(100%)
}
.age-gate-wrapper.transition.fade {
	opacity: 0
}
.age-gate-background,.age-gate-background-colour {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -1
}
.age-gate {
	text-align: center;
	background-color: #fff;
	background-image: url('/wp-content/themes/uncode-child/assets/agegate_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 900px;
    width: 85%;
    height: 80%;
    margin: auto;
    border-radius: 15px;
    -webkit-box-shadow: 10px 11px 98px rgba(1,1,1,.93);
	-moz-box-shadow: 10px 11px 98px rgba(1,1,1,.93);
	box-shadow: 10px 11px 98px rgba(1,1,1,.93);
}
@media (max-height: 750px) {
    .age-gate {
        height: 90%;
    }
}
@media (max-width: 600px) {
    .age-gate {
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
    }
}

.age-gate-form {
	margin: 0;
	padding: 30px;
	position: relative
}
@media (max-width: 600px) {
    .age-gate-form {
        padding: 15px;
    }
}
@media (max-width: 500px) {
    .age-gate-form {
        padding: 10px;
    }
}
.age-gate-heading {
	margin: 0 0 10px;
	padding: 0;
	max-width: 150px;
}
@media (max-width: 600px) {
    .age-gate-heading {
        max-width: 120px;
    }
}
@media (max-width: 500px) {
    .age-gate-heading {
        max-width: 100px;
    }
}
@media (max-width: 400px) {
    .age-gate-heading {
        max-width: 80px;
    }
}
.age-gate-heading.age-gate-logo {
	margin: 0 auto 10px
}
.age-gate-heading.age-gate-logo img {
	max-width: 100%
}
h2.age-gate-subheading {
    line-height: 1.4em;
	margin: 0 0 20px;
	padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 300;
    font-size: 9px !important;
    max-width: 600px;
    margin: auto;
}
@media (max-width: 600px) {
    h2.age-gate-subheading {
        line-height: 1.2em;
        font-size: 8px !important;
    }
}
.age-gate-challenge,.age-gate-message {
	margin: 0 0 10px
}
.age-gate-form-elements {
	margin: 0;
	list-style: none;
}
.age-gate-form-section {
	margin: 10px 3px;
	width: 30%;
	position: relative;
	max-width: 240px;
	display: inline-block;
}
@media (min-width: 600px) {
    .age-gate-form-section {
        margin: 15px 7px;
    }
}
.age-gate-remember input[type=checkbox] {
    border-radius: 2px;
    border: 1px solid #054322;
    margin: 0 10px 0 0;
    background-color: #fff;
}
.age-gate-label {
	cursor: pointer;
	position: absolute;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #054322;
    right: 15px;
    top: 16px;
    text-indent: -999999px;
    pointer-events: none;
}
@media (max-width: 600px) {
    .age-gate-label {
        right: 8px;
        top: 12px;
    }
}
.age-gate-input, .age-gate-select {
	text-align: center;
	max-width: 240px;
	width: 100%;
	background: none;
    border: 2px solid #054322;
    border-radius: 5px;
    background: #fff;
    margin: 0;
}
@media (max-width: 600px) {
    .age-gate-input, .age-gate-select {
        font-size: 12px;
        text-align: left;
        padding: 8px 5px;
    }
}
.age-gate-input: : -webkit-contacts-auto-fill-button,.age-gate-input: : -webkit-credentials-auto-fill-button,.age-gate-select: : -webkit-contacts-auto-fill-button,.age-gate-select: : -webkit-credentials-auto-fill-button {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0
}
.age-gate-select {
	min-width: 80px
}
.age-gate-remember-wrapper {
	margin: 0
}
.age-gate-error-message+.age-gate-remember-wrapper,.age-gate-error.has-error+.age-gate-remember-wrapper {
	margin-top: 10px
}
.age-gate-remember {
	margin: 0 0 10px;
	font-size: 12px;
}
input[type=submit].age-gate-submit {
	margin-bottom: 5px;
	background: #0d5c0f;
	color: #fff;
	border-radius: 5px !important;
	padding: 8px 80px;
	width: 90%;
}
@media (min-width: 600px) {
    input[type=submit].age-gate-submit {
        padding: 13px 80px;
        width: 60%;
    }
}
.age-gate-submit-yes {
	margin: 0 5px 10px 0
}
.age-gate-submit-no {
	margin: 0 0 10px 5px
}
.age-gate-error-message {
	color: #c00;
	margin: 0;
	font-weight: 700
}
.age-gate-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	display: none
}
.age-gate-working .age-gate-loader {
	display: block
}
.age-gate-working .age-gate-form {
	pointer-events: none;
	opacity: .3
}
.age-gate-loading-icon {
	fill: #000
}
.age-gate-form p {
    font-weight: 300;
}
.age-gate-form a {
    color: #ff0000;
    text-decoration: underline;
}
.age-gate-form a:hover {
    text-decoration: none;
}
.age-gate-additional-information p {
    font-size: 7px;
}
.age-gate-additional-information a {
    font-size: 9px;
}
.age-gate-notice {
    margin: 15px 0;
    font-size: 9px;
    line-height: 1.2em;
}
@media (max-width: 600px) {
    .age-gate-notice {
        font-size: 8px;
    }
}
.age-gate-form .country-field {
    height: 30px;
    max-width: 300px;
    margin: auto;
    position: relative;
}
.age-gate-form .country-field select {
    -webkit-appearance: none;
    height: 30px;
    background: none;
    opacity: 0;
}
.age-gate-form .center-select__text {
    font-size: 9px;
  line-height: 30px;
  pointer-events: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-decoration: underline;
  text-transform: uppercase;
}