/* Sega Age Gate module styling. */

body.page-age-gate {
    background: transparent;
}

body.page-age-gate section.agegate {
    text-align: center;
    background: transparent;
}

body.page-age-gate section.agegate div.agegate-logo img {
    margin-left: auto;
    margin-right: auto;
}

body.page-age-gate section.agegate div.message-container {
    margin: 20px 0;
}

body.page-age-gate section.agegate div.cookies-policy-container {
    margin-top: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;

}

body.page-age-gate input:-webkit-autofill {}



/* Default css styling as selected in module config options 'agegate-default' */

body.page-age-gate section.agegate.agegate-default {}






/* ALIEN: Styling as selected in module config options 'agegate-alien' */

body.page-age-gate section.agegate.agegate-alien {
    padding-top: 195px;
    color: #fefefe;
}

body.page-age-gate section.agegate.agegate-alien .cookies-policy-container {
    margin-top: 280px;
    width: 675px;
    color: #cccccc;
    background: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10px;
    line-height: 13px;
}


/* a:i style borders */

body.page-age-gate section.agegate.agegate-alien .cookies-policy-container:before,
body.page-age-gate section.agegate.agegate-alien .cookies-policy-container:after,

body.page-age-gate section.agegate.agegate-alien .form-type-select:before,
body.page-age-gate section.agegate.agegate-alien .form-type-select:after,

body.page-age-gate section.agegate.agegate-alien .agegate-submit:before,
body.page-age-gate section.agegate.agegate-alien .agegate-submit:after


{
    width: 100%;
    height: 8px;
    display: inline-block;
    content: "";
    border: 1px solid rgba(255,255,255,.50);
    border-bottom: none;
}

body.page-age-gate section.agegate.agegate-alien .cookies-policy-container:after,
body.page-age-gate section.agegate.agegate-alien .form-type-select:after,
body.page-age-gate section.agegate.agegate-alien .agegate-submit:after

{
    border-top: none;
    border-bottom: 1px solid rgba(255,255,255,.50);
}

body.page-age-gate section.agegate.agegate-alien .message-container {
    margin: 40px 0;
    font-size: 16px;
    font-family: 'isolationbold', Helvetica, Arial, sans-serif;
    color: #749925;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}

/* form */

body.page-age-gate section.agegate.agegate-alien .container-inline > div {
    display: inline-block;
}

body.page-age-gate section.agegate.agegate-alien .form-type-select {
    margin: 0;
}

body.page-age-gate section.agegate.agegate-alien .form-item-dob-month,
body.page-age-gate section.agegate.agegate-alien .form-item-dob-day,
body.page-age-gate section.agegate.agegate-alien .form-item-dob-year {
    width: 70px;
    position: relative;
}

body.page-age-gate section.agegate.agegate-alien .agegate-submit {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

body.page-age-gate section.agegate.agegate-alien .form-item-dob-month,
body.page-age-gate section.agegate.agegate-alien .form-item-dob-day {
    margin-right: 10px;
}


body.page-age-gate section.agegate.agegate-alien .form-item-dob-month:before,
body.page-age-gate section.agegate.agegate-alien .form-item-dob-day:before,
body.page-age-gate section.agegate.agegate-alien .form-item-dob-year:before,
body.page-age-gate section.agegate.agegate-alien .agegate-submit:before {
    position: absolute;
    top: -4px;
    left: 0;
}

body.page-age-gate section.agegate.agegate-alien .form-item-dob-month:after,
body.page-age-gate section.agegate.agegate-alien .form-item-dob-day:after,
body.page-age-gate section.agegate.agegate-alien .form-item-dob-year:after,
body.page-age-gate section.agegate.agegate-alien .agegate-submit:after {
    position: absolute;
    bottom: -4px;
    left: 0;
}



/* form select */

body.page-age-gate section.agegate.agegate-alien div.select2-display-none,
body.page-age-gate section.agegate.agegate-alien label.element-invisible {
    display: none;
}

body.page-age-gate section.agegate.agegate-alien div.select2-search,
body.page-age-gate section.agegate.agegate-alien div.select2-container{
    display: inline-block;
}

body.page-age-gate section.agegate.agegate-alien div.select2-container .select2-choice .select2-arrow b {
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

body.page-age-gate section.agegate.agegate-alien div.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 7px;
    top: 0;
    border-left: 0;
    border-radius: 0;
    background-clip: padding-box;
    background: none;
}

body.page-age-gate section.agegate.agegate-alien .select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 0;
    white-space: nowrap;
    line-height: 26px;
    color: #FFF;
    font-family: 'isolationbold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.page-age-gate .select2-drop {
    width: 100%;
    margin-top: 4px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #666;
    color: #FFF;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.page-age-gate .select2-results .select2-highlighted {
    background: #749925;
}

body.page-age-gate .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid green;
}

body.page-age-gate section.agegate.agegate-alien .select2-container.form-select {
    width: 72px;
}

body.page-age-gate .select2-results .select2-result-label {
    padding: 3px 10px 4px;
}


body.page-age-gate section.agegate.agegate-alien .form-select {}
body.page-age-gate section.agegate.agegate-alien .form-select:focus {}
body.page-age-gate section.agegate.agegate-alien .form-select > option {}



/* form submit */

body.page-age-gate section.agegate.agegate-alien .form-submit {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 98px;
    height: 26px;
    color: #fff;
    background: none;
    font-family: 'isolationbold', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border: none !important;
    border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    z-index: 1;
}
