/*
Theme Name:  George Michael 
Theme URI: https://airbornedigitalmedia.com/
Author: Airborne
Author URI: https://airbornedigitalmedia.com/
Description: 
Version: 1.0
Tags: Push Redeem
Text Domain: gmairborne
*/
/*FONTS*/
/*SIMPLE THEME SETTINGS*/
/*FONT*/
/*COLOURS*/
/*BREAKPOINTS*/
/*PLACEHOLDER TEXT*/
/*PX to REMS*/
/*FORM PLACEHOLDER TEXT*/
/*BARE LINKS*/
/*FORM PLACEHOLDERS*/
/*BROWSER RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #fff; }

/*HELPERS*/
/*Flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-col-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-shim {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.flex-centred {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 0; }

/*BASE*/
html {
  /*Set base fontsize*/
  font-size: 12px; }
  @media only screen and (min-width: 400px) {
    html {
      font-size: 16px; } }
  @media only screen and (min-width: 500px) {
    html {
      font-size: 17px; } }

body {
  background-color: #000;
  color: #fff;
  font-family: "Raleway", serif;
  font-weight: 400;
  line-height: 1.5; }

/*Heading weights and sizes*/
h1, h2, h3 {
  color: #fb5c01;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem; }

a {
  color: #fff; }

a:hover {
  color: #fff; }

strong {
  font-weight: 700; }

small {
  font-size: 10px;
  font-size: 0.625rem; }

/*PAGE TITLE*/
.redeem-title {
  font-weight: 500;
  margin-bottom: 55px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem; }
  .redeem-title strong {
    display: block;
    font-weight: 700; }

.redeem-subtitle {
  font-weight: 500;
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem; }

/*COVER THUMB*/
.cover-thumb {
  display: block;
  height: auto;
  margin: 0 auto 55px;
  width: 100%; }
  .cover-thumb.downloads-thumb {
    margin: 0 auto; }

/*UI ELEMENTS*/
.button {
  background-color: #fb5c01;
  cursor: pointer;
  display: block;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 18px;
  font-size: 1.125rem; }

.nav-link {
  background-color: #fb5c01;
  border-radius: 25px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto; }
  .nav-link .fa {
    color: #fff; }

.nav-links {
  display: none;
  margin-top: 20px; }
  .nav-links a {
    background-color: #fb5c01;
    border-radius: 25px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto 5px; }
  .nav-links .fa {
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle; }

#footer-links {
  font-size: 10px;
  font-size: 0.625rem;
  color: #717171;
  padding: 0 20px 20px;
  text-align: center; }
  #footer-links a {
    color: #717171; }

/*SIMPLE THEME LAYOUT*/
body.page-downloads #content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
body.page-downloads #content-inner {
  margin-top: 40px; }

#content {
  height: 100%;
  width: 100%; }

#content-inner {
  width: 100%; }

.content-inner-wrap {
  margin: 0 auto;
  width: 80%; }
  @media only screen and (min-width: 500px) {
    .content-inner-wrap {
      width: 60%; } }

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.c1 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: none;
  height: 100%; }
  @media only screen and (min-width: 1100px) {
    .c1 {
      display: block; } }

.c2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 500px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 500px;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px; }

.c3 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
  display: none;
  height: 100%; }
  @media only screen and (min-width: 1100px) {
    .c3 {
      display: block; } }

/*SIMPLE THEME BRANDING*/
#cover-frost {
  background: url(images/background.jpg) center center/cover no-repeat fixed;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/*LOADER*/
#loader, #end-game {
  background: #fff url(../images/page-bg.jpg) center/cover fixed;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1200;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#loader-container, #end-container {
  margin: auto; }

#loader-container img {
  display: block;
  margin: 20px auto;
  width: 90%; }

#loader-container {
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    #loader-container {
      width: 535px; } }

.pop-ico {
  position: absolute;
  height: 18vw;
  opacity: 0;
  width: 18vw;
  z-index: 500; }
  @media only screen and (min-width: 600px) {
    .pop-ico {
      width: 80px; } }

.pop-ico svg {
  display: block;
  height: auto;
  width: 100%; }

.pop-1 {
  top: 29%;
  left: 22%; }
  @media only screen and (min-width: 600px) {
    .pop-1 {
      top: 29%;
      left: 22%; } }

.pop-2 {
  top: 27%;
  left: 40%; }
  @media only screen and (min-width: 600px) {
    .pop-2 {
      top: 27%;
      left: 37%; } }

.pop-3 {
  top: 36%;
  left: 58%; }
  @media only screen and (min-width: 600px) {
    .pop-3 {
      top: 36%;
      left: 51%; } }

#redeem-status {
  height: 40px;
  margin: 10px auto;
  width: 69px; }
  #redeem-status .dot {
    background-color: #fb5c01;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    opacity: 0;
    width: 20px; }

/*AE LOGIN*/
#ae-modal {
  max-width: 500px !important; }

#ae-login {
  margin: 0 auto; }

.ae-modal-overlay {
  background: #202020 url(images/background.jpg) center center/cover no-repeat fixed !important;
  opacity: 1 !important; }

.ae-modal iframe {
  border-radius: 0 !important; }

#push_ent_unique_code_validation_container {
  position: relative; }
  #push_ent_unique_code_validation_container button {
    background-color: #fb5c01;
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 40px;
    opacity: 0.7;
    position: absolute;
    top: 6px;
    right: 6px;
    height: 40px;
    width: 40px;
    font-size: 16px;
    font-size: 1rem; }
  #push_ent_unique_code_validation_container input {
    background-color: #fff;
    border-radius: 25px;
    border: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: 0.2rem;
    height: 51px;
    margin: 0 auto 20px;
    padding: 0 25px;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem; }
    #push_ent_unique_code_validation_container input.placeholder {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #d0d0d0;
      letter-spacing: 0;
      opacity: 1;
      text-align: left; }
    #push_ent_unique_code_validation_container input:-moz-placeholder {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #d0d0d0;
      letter-spacing: 0;
      opacity: 1;
      text-align: left; }
    #push_ent_unique_code_validation_container input::-moz-placeholder {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #d0d0d0;
      letter-spacing: 0;
      opacity: 1;
      text-align: left; }
    #push_ent_unique_code_validation_container input:-ms-input-placeholder {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #d0d0d0;
      letter-spacing: 0;
      opacity: 1;
      text-align: left; }
    #push_ent_unique_code_validation_container input::-webkit-input-placeholder {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #d0d0d0;
      letter-spacing: 0;
      opacity: 1;
      text-align: left; }
    @media only screen and (min-width: 500px) {
      #push_ent_unique_code_validation_container input {
        margin-bottom: 0; } }
  #push_ent_unique_code_validation_container input::-ms-clear {
    display: none; }

textarea:focus, input:focus {
  outline: none; }

.push_ent_unique_code_locker_feedback-message {
  background-color: transparent !important;
  margin: 0 auto !important; }
  .push_ent_unique_code_locker_feedback-message p {
    font-size: 16px;
    font-size: 1rem; }

.push_ent_unique_code_locker_message-validation-feedback {
  background-color: #fb5c01;
  border-radius: 25px;
  color: #fff !important;
  padding: 15px 60px 15px 30px;
  position: relative;
  text-align: center; }
  .push_ent_unique_code_locker_message-validation-feedback p {
    color: #fff !important; }
  .push_ent_unique_code_locker_message-validation-feedback .push_ent_unique_code_locker_close {
    position: absolute;
    top: 4px;
    right: 16px;
    font-size: 30px;
    font-size: 1.875rem; }

#push_ent_unique_code_locker_container {
  background-color: #1f1f1f;
  overflow: hidden; }
  #push_ent_unique_code_locker_container .push_ent_unique_code_locker_group_container {
    background-color: #1f1f1f;
    border-bottom: 1px solid #3a3a3a;
    padding: 10px 20px; }
    #push_ent_unique_code_locker_container .push_ent_unique_code_locker_group_container:last-child {
      border: 0;
      padding-bottom: 20px; }
  #push_ent_unique_code_locker_container .push_ent_unique_code_locker_group_description {
    padding: 0; }
  #push_ent_unique_code_locker_container .push_ent_unique_code_locker_group {
    border: 0;
    margin: 0; }
  #push_ent_unique_code_locker_container .push_ent_unique_code_locker_group_description {
    font-size: 16px;
    font-size: 1rem;
    color: #fb5c01;
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0;
    text-transform: uppercase; }
  #push_ent_unique_code_locker_container .push_ent_unique_code_locker_download_link_description {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    #push_ent_unique_code_locker_container .push_ent_unique_code_locker_download_link_description .fa {
      color: #fb5c01;
      margin: 4px 10px 0 0; }
    #push_ent_unique_code_locker_container .push_ent_unique_code_locker_download_link_description:hover {
      color: #fb5c01; }
  #push_ent_unique_code_locker_container .push_ent_unique_code_locker_download_container {
    padding: 0;
    float: none;
    width: auto; }
  #push_ent_unique_code_locker_container p {
    margin-top: 20px; }
  #push_ent_unique_code_locker_container p.download-msg {
    text-align: center;
    margin-bottom: 20px; }

/*HELP MODAL*/
.home .help a {
  display: none; }

.help {
  margin: 40px 0 0;
  text-align: center; }
  .help span {
    color: #fb5c01; }
  .help a:hover {
    color: #fb5c01; }

#overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100; }

#help-overlay {
  display: none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200; }
  @media only screen and (min-width: 500px) {
    #help-overlay {
      padding: 0; } }
  #help-overlay .help-overlay-inner {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000;
    margin: 5vw auto;
    padding: 3vw 6vw;
    width: 90%; }
    @media only screen and (min-width: 500px) {
      #help-overlay .help-overlay-inner {
        max-width: 700px;
        width: 100%; } }
  #help-overlay h2 {
    margin: 20px 0 10px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem; }
    #help-overlay h2:first-child {
      margin-top: 40px; }
  #help-overlay p {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px; }
  #help-overlay .close {
    background-color: #fb5c01;
    display: inline-block;
    height: auto;
    line-height: 40px;
    margin: 30px auto;
    padding: 0 20px; }
  #help-overlay .support-contact {
    margin-top: 40px;
    color: #fb5c01; }
    #help-overlay .support-contact a {
      color: #fb5c01; }

.download-header {
  background-color: #fb5c01;
  color: #fff;
  padding: 20px;
  text-align: left;
  text-transform: uppercase; }
  .download-header span {
    float: right;
    font-size: 24px;
    font-size: 1.5rem; }

/*# sourceMappingURL=style.css.map */
