/*
 * Theme Name: U2 Redeem Now V3
 * Author: Push
 * Author URI: https://pushentertainment.com
 * Version: 1.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * */

/*VARIABLES*/
/*BRAND COLOURS*/
/*Black*/
/*Charcoal*/
/*WHITE*/
/*BREAKPOINTS*/
/*BORDER RADIUS*/
/*PX to REMS*/
/*FORM PLACEHOLDER TEXT*/
/*BARE LINKS*/
/*FORM PLACEHOLDERS*/
/*BROWSER RESET*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
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;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #b6985a;
}

/*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;
}

/*@FONTSFACE*/
/*BRAND*/
body {
  background: #000 url(images/background.jpg) center -200px fixed repeat-x;
  color: #fff;
  font-family: "EB Garamond", sans-serif;
  line-height: 1.5;
}

h1,
h2 {
  letter-spacing: 0.06rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.702rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.802rem;
  }
}
p {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}
em {
  font-style: italic;
  text-transform: uppercase;
}

ul {
  margin-bottom: 20px;
}

.logo-dt {
  display: none;
  height: auto;
  width: 90vw;
}
@media only screen and (min-width: 45.5em) {
  .logo-dt {
    display: inline;
  }
}

.logo-mb {
  display: inline;
  height: auto;
  width: 80%;
}
@media only screen and (min-width: 45.5em) {
  .logo-mb {
    display: none;
  }
}

/*BUTTONS*/
/*HEADER*/
header {
  margin: 40px 0;
  text-align: center;
}

/*LAYOUT*/
* {
  box-sizing: border-box;
}

html,
body,
#page-holder {
  height: 100%;
}

#page-holder {
  display: block;
  position: relative;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 45.5em) {
  #page-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.code-redemption,
.help {
  text-align: center;
}

/*FOOTER*/
#site-footer {
  padding: 20px 0;
  font-size: 0.889rem;
  position: relative;
  bottom: 0;
}
@media only screen and (min-width: 26.5em) {
  #site-footer {
    z-index: 100;
  }
}
@media screen and (min-width: 736px) {
  #site-footer {
    position: absolute;
  }
}
#site-footer p {
  color: #8f8f8f;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-size: 0.889rem;
}
#site-footer #umg {
  padding-bottom: 10px;
}
@media screen and (min-width: 736px) {
  #site-footer p {
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  #site-footer p {
    width: 50%;
  }
}

/*UMG LEGAL*/
#umg {
  text-align: center;
}

#umg-legal {
  text-transform: uppercase;
  margin-right: 10px;
}

#umg-legal img {
  height: 18px;
  width: auto;
  display: block;
  margin: 0 auto 13px;
}
@media only screen and (min-width: 45.5em) {
  #umg-legal img {
    height: 24px;
    vertical-align: middle;
    display: inline;
  }
}

#umg-legal a {
  padding: 10px 0;
}

/*UMG LINKS*/
#umg-links {
  text-transform: uppercase;
}

/*UMG COOKIES*/
#cookie-banner {
  line-height: 1.5 !important;
  padding: 10px 0;
  background: #b6985a !important;
}

#cookie-banner-inner {
  width: 100% !important;
  margin: 0 auto !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 0 !important;
  max-width: 1190px;
}

#cookie-banner-title {
  font-weight: normal !important;
  font-size: 14px !important;
  margin: 0 10px !important;
  padding-right: 10px;
  width: auto !important;
  float: none !important;
  border-right: 1px solid #2a2017;
  color: #2a2017 !important;
}

#cookie-banner-copy {
  width: auto !important;
  float: none !important;
}

#cookie-banner-copy p {
  margin: 0 !important;
  display: inline !important;
  color: #2a2017 !important;
}

#cookie-banner-copy p a {
  text-decoration: none !important;
  border-bottom: 1px dotted #2a2017;
  color: #2a2017 !important;
}

#cookie-banner-right {
  width: auto !important;
  border-left: 1px solid #2a2017 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px 0 0 !important;
}

#cookie-banner-right p {
  font-weight: normal !important;
  margin: 0 0 10px !important;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #fff !important;
}

#cookie-banner-right a {
  background-color: #52462d !important;
  color: #b6985a !important;
  width: 100% !important;
  box-sizing: border-box;
  text-align: center;
  padding: 5px !important;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 3px 10px 3px 0 !important;
  float: none !important;
  display: block !important;
}

#cookie-banner-right a:hover {
  background-color: #fff !important;
  color: #000 !important;
}

#cookie-banner.cookie-small {
  height: auto !important;
}

.cookie-small #cookie-banner-inner {
  width: 100% !important;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.cookie-small #cookie-banner-title {
  width: inherit !important;
  margin: 0 !important;
}

.cookie-small #cookie-banner-right {
  margin: 0 10px !important;
  border: none !important;
}

.cookie-small #cookie-banner-right a {
  margin: 3px auto !important;
  width: 80% !important;
}

/*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: 45.5em) {
  #loader-container {
    width: 535px;
  }
}

.pop-ico {
  position: absolute;
  height: 18vw;
  opacity: 0;
  width: 18vw;
  z-index: 500;
}
@media only screen and (min-width: 45.5em) {
  .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: 45.5em) {
  .pop-1 {
    top: 29%;
    left: 22%;
  }
}

.pop-2 {
  top: 27%;
  left: 40%;
}
@media only screen and (min-width: 45.5em) {
  .pop-2 {
    top: 27%;
    left: 37%;
  }
}

.pop-3 {
  top: 36%;
  left: 58%;
}
@media only screen and (min-width: 45.5em) {
  .pop-3 {
    top: 36%;
    left: 51%;
  }
}

/*AE LOGIN*/
#ae-login {
  margin: 0 auto;
  max-width: 840px;
  width: 90%;
}
@media only screen and (min-width: 26.5em) {
  #ae-login {
    width: 50%;
  }
}

.button-login {
  background-color: rgba(182, 152, 90, 0.2);
  cursor: pointer;
  display: block;
  margin-bottom: 0 auto 46vh;
  max-width: 500px;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 60px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 45.5em) {
  .button-login {
    margin: 0 auto 40px;
  }
}

#push_ent_unique_code_validation_container {
  margin: 20px 0 33vh;
}
@media only screen and (min-width: 26.5em) {
  #push_ent_unique_code_validation_container {
    margin: 20px 0;
  }
}
#push_ent_unique_code_validation_container button {
  background-color: #b6985a;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  cursor: pointer;
  font-family: "EB Garamond", sans-serif;
  margin: 0 auto;
  padding: 12px;
  vertical-align: bottom;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 26.5em) {
  #push_ent_unique_code_validation_container button {
    display: inline;
    border-radius: 0;
    margin: 0;
  }
}
#push_ent_unique_code_validation_container input {
  background-color: #2a2017;
  border: 1px solid #b6985a;
  display: block;
  color: #fff;
  letter-spacing: 0.2rem;
  margin: 0 auto 20px;
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 26.5em) {
  #push_ent_unique_code_validation_container input {
    border: 0;
    border-left: 1px solid #b6985a;
    display: inline;
    margin-bottom: 0;
  }
}

textarea:focus,
input:focus {
  outline: none;
}

.push_ent_unique_code_locker_feedback-message {
  background-color: transparent !important;
}
.push_ent_unique_code_locker_feedback-message p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff !important;
}

.push_ent_unique_code_locker_message-validation-feedback {
  text-align: center;
}
.push_ent_unique_code_locker_message-validation-feedback
  .push_ent_unique_code_locker_close {
  line-height: 2;
  text-decoration: underline;
}

#push_ent_unique_code_locker_tracks_container {
  height: 300px;
}
#push_ent_unique_code_locker_tracks_container span {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  height: 22vh;
  text-align: center;
  background-color: rgba(182, 152, 90, 0.2);
  padding: 10px 60px;
}
@media only screen and (min-width: 26.5em) {
  #push_ent_unique_code_locker_tracks_container span {
    height: auto;
  }
}
#push_ent_unique_code_locker_tracks_container h2 {
  /* margin-bottom:40px; */
  border-bottom: 1px solid #b1985e;
  padding-bottom: 10px;
}
#push_ent_unique_code_locker_tracks_container h2.put-download {
  display: none;
}
#push_ent_unique_code_locker_tracks_container .loader {
  display: block;
  height: auto;
  margin: 10px auto;
  width: 60px;
}
.importantInfo {
  /* background: #ADACAC; */
  background: rgba(173, 172, 172, 0.2);
  display: block;
  width: 95%;
  margin: 20px auto;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .importantInfo {
    width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .importantInfo {
    margin: 50px auto 20px auto;
  }
}
.importantInfo h2 {
  padding-bottom: 20px;
  color: white;
  line-height: 1.2;
}
.importantInfo p:last-child {
  margin-bottom: 10px;
}
.inner {
  display: inline-table;
}
.inner .code-redemption__intro {
  margin-top: -7px;
  text-align: left;
  color: #ffffff;
  border: 1pt solid #ff00;
}

div.ab-downloads {
  width: 60%;
}
div.peucl_fail_message_container > p {
  font-size: 20px;
  color: #fff;
}
div.ab-downloads h3.ab-title--subtitle {
  font-size: 30px !important;
  text-transform: capitalize;
  text-align: center;
}
.ab-downloads > div.push_ent_unique_code_locker_download_container,
.ab-btn {
  text-align: center;
  border-top: 2pt solid rgb(182, 152, 90);
  background-color: rgb(182, 152, 90, 0.3) !important;
  min-width: 300px;
  height: 50px;
}
div.ab-downloads .ab-download__title {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #push_ent_unique_code_validation_container {
    margin: 20px 0 0vh;
  }
}
.help {
  margin-top: 0px;
  font-size: 0.889rem;
  padding-top: 20px;
}

#help-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}
#help-overlay .flex {
  height: 100%;
  display: block;
}
@media only screen and (min-width: 26.5em) {
  #help-overlay .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#help-overlay .help-overlay-inner {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 26.5em) {
  #help-overlay .help-overlay-inner {
    width: 60%;
  }
}
#help-overlay h2 {
  margin: 50px 0;
  font-size: 48px;
  font-size: 3rem;
}
#help-overlay p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
#help-overlay .close {
  display: block;
  height: auto;
  margin: 50px auto;
  width: 20px;
}
#help-overlay .close .ico {
  fill: #b6985a;
}
#help-overlay .support-contact {
  margin-top: 40px;
  color: #b6985a;
}
#help-overlay .support-contact a {
  color: #b6985a;
}

/*# sourceMappingURL=style.css.map */
