* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Space Mono';
  font-weight: 400;
  font-style: normal;
  color: #000;

}


img {
  max-width: 100%;
  height: auto;
}

.album-wrapper>div.left,
.plain-ml-wrapper label.tiny {
  display: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease-in-out;
  font-family: 'Space Mono';
  font-weight: 400;
  font-style: normal;
}

ul {
  list-style: none;
}

body {
  font-family: 'Space Mono';
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  background: transparent;
  color: #000;
  text-align: center;
}



.mailing-lister-wrapper {
  background: transparent;
  padding: 0;
  max-width: 80%;
  margin: 0 auto;
}

.message {
  font-size: 1.5vw;
  color: #000;
  text-transform: initial;
  margin-bottom: 2vw;
}

.message.msg1 {
  font-weight: 600;
  font-size: 2vw;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

option {
  color: #000;
  background: #fff;
}

form#mlistFormOne {
  width: 100%;
  margin: 0 auto;
}

form#mlistFormOne input:not(.mlistSubmit) {
  font-size: 1.5vw;
  width: 100%;
  border: none;
  text-align: left;
  height: 4vw;
  line-height: 4vw;
  border-bottom: 2px dotted #000;
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-appearance: none;
  outline: none;
  background: transparent;
}

form#mlistFormOne input:focus-visible {
  outline: none;
}

form#mlistFormOne input {
  -webkit-appearance: none;
}

form#mlistFormOne select {
  background: transparent;
  height: 4vw;
  line-height: 4vw;
  width: 100%;
  color: #000;
  font-size: 1.4vw;
  /* padding-left: 1.5vw; */
  -webkit-appearance: none;
  cursor: pointer;
  -moz-appearance: none;
  background: url(../assets/arrow_black.svg) transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5vw;
  text-align: left;
  text-align-last: left;
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-bottom: 2px dotted #000;
  padding-right: 5vw;
}

.DOB {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dobMonth.fieldWrap,
.dobDay.fieldWrap {
  width: 48%;
}

.country.fieldWrap {
  margin: 2vw auto 0vw;
}

form#mlistFormOne select:focus-visible {
  outline: none;
}

input#submit {
  /* background: url("../img/BUTTON_OUTLINE_RED_WIDE.png") no-repeat;
  background-position: left top;
  background-size: 13.833vw 5.052vw; */
  background: transparent;
  height: 3vw;
  line-height: 2.8vw;
  text-transform: uppercase;
  display: block;
  padding: 0;
  font-size: 1.5vw;
  width: 13.833vw;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  transition: none;
  -webkit-transition: none;
  margin-top: 0vw;
  border: none;
  color: #000;
  border: 1.5px solid;
}

.fadeOut {
  display: none;
}

a.terms {
  color: #000;
  font-size: 1.4vw;
  text-decoration: underline;
}

p.terms-message.fadeIn {
  color: #000;
  font-size: 1.1vw;
  margin: 1vw auto;
}

span.input-error {
  font-size: 1vw;
  color: #ff0000;
  display: block;
}

p.terms-message.fadeIn a {
  color: #000;
  text-decoration: underline;
  font-size: 1.1vw;
}

p.terms-message.fadeIn a:hover {
  text-decoration: none;
}

div.terms {
  margin: 1.5vw auto;
}

form#mlistFormOne>div {
  padding: 0.5vw 0;
}

div#thankyou.fadeIn {
  display: block;
  color: #000;
  font-size: 2vw;
  padding-top: 7vw;
  text-transform: uppercase;
}

footer {
  background: transparent;
  font-size: 1vw;
  padding-bottom: 1vw;
  /* margin-bottom: 1vw; */
}

.copyTextAndLinks * {
  color: #000;
}

.copyrightText {
  margin-bottom: 0.7vw;
}

.copyLinks a {
  text-decoration: underline;
}

.copyLinks a:hover {
  text-decoration: none;
}

.socialWrapper a {
  margin-right: 2vw;
  font-size: 1.5vw;
}

.socialWrapper a:last-child {
  margin-right: 0;
}

.socialWrapper {
  padding-top: 3vw;
}

a.terms:hover {
  text-decoration: none;
}

.socialWrapper a:hover,
.album-wrapper a:hover,
.merch-btn a:hover {
  opacity: 0.5;
}

input#submit:hover {
  background: #000;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 9vw;
  color: #000;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -5vw;
  right: -2vw;
  background: url(../img/rightArr.png) no-repeat;
  background-size: cover;
  height: 30px;
  width: 50px;
  font-size: 0;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -5vw;
  left: 2vw;
  background: url(../img/leftArr.png) no-repeat;
  background-size: cover;
  height: 30px;
  width: 50px;
  font-size: 0;
}

div#secondform {
  width: 30%;
  margin: 0 auto;
  position: relative;
}

div.plain-ml-wrapper span#secondFormClose {
  position: absolute;
  cursor: pointer;
  color: #000;
}

div.plain-ml-wrapper span#secondFormClose:hover {
  opacity: 0.7;
}

div.plain-ml-wrapper span#secondFormClose {
  right: -1vw;
  font-size: 2vw;
  top: -2vw;
  height: auto;
  line-height: 1;
}

#secondform .welcome {
  font-size: 1.3vw;
  width: 95%;
  margin: 0 auto;

  color: #000;
  margin-bottom: 3vh;
}

form#mlistFormTwo {
  font-size: 0;
}

.plain-ml-wrapper div.fieldWrap {
  margin: 0px 0 1vw;
}

form#mlistFormTwo .postal_country,
form#mlistFormTwo .postalcode,
form#mlistFormTwo .dobMonth,
form#mlistFormTwo .dobDay {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

#secondform .postalcode.first,
#secondform div.dobMonth.fieldWrap,
form#mlistFormTwo .postalcode.fieldWrap {
  margin-right: 2%;
}

form>div {
  text-align: center;
}

#secondform input:not([type="submit"]) {
  font-size: 1.4vw;
  width: 100%;
  border: none;
  text-align: center;
  height: 4vw;
  line-height: 4vw;
  border-bottom: 2px dotted #000;
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-appearance: none;

  outline: none;
}

#secondform select {
  font-size: 1.4vw;
  width: 100%;
  border: none;
  text-align: center;
  height: 4vw;
  line-height: 4vw;
  border-bottom: 2px dotted #000;
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-appearance: none;
  width: 100%;

  outline: none;
  background: url(../img/arrow-1.png) transparent;
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 1vw;
  padding-right: 2vw;
}

#secondform .birth-date-title {
  font-size: 1vw;

  color: #000;
}

.plain-ml-wrapper .birthday div.fieldWrap {
  margin: 10px 0;
}

#secondform .globaloptin {
  width: 100%;
  margin: 0px auto;
  text-align: justify;
  font-size: 0;
  margin-top: 1vw;
  position: relative;
}

.plain-ml-wrapper #secondform input[name="goptin"] {
  vertical-align: top;
  display: inline-block;
  border-bottom: none;
}

.plain-ml-wrapper #secondform input[name="goptin"] {
  height: auto;
}

.plain-ml-wrapper label.goptin_checkbox,
label.mobile_mktg_consent {
  position: static;
  transform: none;
  text-align: left;
  width: 90%;
  display: inline-block;
  position: static;
  transform: none;
  font-size: 10px;
  display: inline-block;
  pointer-events: all;
  font-size: 1vw;
  padding-left: 1.7vw;
  letter-spacing: 0;
  display: inline-block;
  font-style: normal;

  color: #000;
}

.plain-ml-wrapper label.goptin_checkbox a,
label.mobile_mktg_consent a {
  color: #000;
  text-decoration: underline;
}

.plain-ml-wrapper label.goptin_checkbox a:hover,
label.mobile_mktg_consent a:hover {
  opacity: 0.7;
}

form#mlistFormTwo .submit {
  margin: 0;
  padding: 20px 0 10px;
  width: 100%;
}

form#mlistFormTwo .submit .mlistSubmit {
  width: 100%;
  height: 4vw;
  font-size: 1.4vw;
  color: #000;
  line-height: 4vw;
}

form#mlistFormTwo #terms {
  text-align: center;
}

#secondform .terms {
  color: #000;
  text-decoration: none;
  font-size: 1vw;
}

.plain-ml-wrapper p.terms-message-2,
.plain-ml-wrapper p.terms-message-2 a {
  font-size: 0.8vw;
  color: #000;
}

.plain-ml-wrapper p.terms-message-2 a {
  text-decoration: underline;
}

.plain-ml-wrapper p.terms-message-2 a:hover {
  opacity: 0.7;
}

.globaloptin,
input#artist_mktg_consent,
input#mobile_mktg_consent {
  position: relative;
}

form#mlistFormOne .globaloptin input[type="checkbox"] {
  width: 1.4vw;
  height: 1.4vw;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  border: 1.5px solid #000;
  margin-right: 6px;
  opacity: 1;
  -webkit-appearance: none;
  cursor: pointer;
}

.plain-ml-wrapper .globaloptin label {
  width: 89%;
  padding-left: 1%;
  text-align: left;
  display: inline-block;
  line-height: 1.2;
}

input#artist_mktg_consent:checked:after,
input#mobile_mktg_consent:checked:after {
  font-family: "";
  content: "\2713";
  color: #000;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  /* margin-top: 2px; */
  margin-top: 2px;
  margin-left: -3px;
  box-sizing: border-box;
  left: 64%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
}

form#mlistFormOne .globaloptin input[type="checkbox"].errored {
  border: 1.5px solid red;
}

form#mlistFormOne select.errored,
form#mlistFormOne input.errored {
  border-bottom: 2px dotted red;
}

.logo {
  width: 100%;
  position: static;
  /* margin: 0 0 0 auto; */
  margin: 0 auto;
  max-width: 50%;
  transition: 0.5s all ease-in-out;
}

.logo a {
  display: block;
  width: 45%;
  margin: 2vw auto 1vw;
}

.mlistheader {
  position: relative;
  height: 80vh;
  display: none;
}

.album-wrapper {
  width: 30%;
  margin: 0 auto;
  padding: 3vw 0 5vw;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.album-wrapper>div {
  display: inline-block;
  width: 49.5%;
  vertical-align: middle;
  font-size: 0;
}

.album-wrapper .right {
  width: 100%;
  vertical-align: middle;
  font-size: 0;
  margin-left: 0;
  margin-right: 0;
}

.albumTitle {
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 1.8vw;
  text-align: center;
  font-weight: 500;
}

.albumButtons {
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.album-wrapper a {
  height: 3vw;
  line-height: 3.2vw;
  text-transform: uppercase;
  display: block;
  padding: 0;
  font-size: 1.5vw;
  width: 13.833vw;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  transition: none;
  -webkit-transition: none;
  margin-top: 0;
  border: 0;
  color: #000;
  text-decoration: none;
  border: 0.052vw solid;
  margin-top: 1vw;
}

body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  font-family: 'Space Mono';
  font-weight: 400;
  font-style: normal;
}

.albumTitle {
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 1.8vw;
  text-align: center;
  font-weight: 500;
  font-family: 'Space Mono';
  font-weight: 400;
  font-style: normal;
  color: #000;
}

i.fab.fa-discord {
  margin-right: 0.5vw;
}

.rightTotalWrapper {
  width: 50%;
  /* float: left; */
  /* display: none; */
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .rightTotalWrapper {
    width: 100%;
    padding-top: 0;
    float: unset;
  }

  .mailing-total-wrapper {
    min-height: 320px;
  }

  .copyLinks span {
    font-size: 3vw !important;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
  }
  
	span.only-desktop {
		opacity: 0;
	}


  .logo {
    width: 100%;
    position: static;
    margin: 10vw auto 0vw;
    max-width: 60%;
  }

  .logo a {
    width: 100%;
  }

  i.fab.fa-discord {
    margin-right: 2vw;
  }

  .album-wrapper {
    margin: 0 auto;
    padding: 10vw 0;
    width: 90%;
    position: static;
    top: 50%;
    left: 50%;
    transform: none;
  }

  .album-wrapper>div {
    width: 100%;
  }

  .album-wrapper .right {
    width: 100%;
    vertical-align: middle;
    font-size: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5vw;
  }

  .albumTitle {
    font-size: 10vw;
  }

  .albumButtons {
    width: 50vw;
    margin: 5vw auto 0;
  }

  .album-wrapper a {
    height: 10vw;
    line-height: 11vw;
    text-transform: uppercase;
    display: block;
    padding: 0;
    font-size: 4vw;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    transition: none;
    -webkit-transition: none;
    margin-top: 0;
    border: 0;
    color: #000;
    width: 100%;
    display: block;
    border: 0.267vw solid;
    text-decoration: none;
  }

  .mlistheader {
    position: relative;
    height: auto;
  }

  form#mlistFormOne .globaloptin input[type="checkbox"] {
    width: 4vw;
    height: 4vw;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    border: 1.5px solid #000;
    margin-right: 6px;
    opacity: 1;
    -webkit-appearance: none;
	border-radius: 0;
  }

  input#artist_mktg_consent:checked:after,
  input#mobile_mktg_consent:checked:after {
    font-size: 3vw;
    line-height: 1;
  }

  #secondform select {
    background-size: 3vw;
    padding-right: 6vw;
  }


  .socialWrapper a {
    margin-right: 7vw;
    font-size: 6vw;
  }

  .socialWrapper a:last-child {
    margin: 0;
  }

  .socialWrapper {
    padding-top: 15vw;
  }




  .mailing-lister-wrapper {
    font-size: 0;
    border: none;
    padding-top: 10vw;
  }



  form#mlistFormOne {
    width: 90%;
  }

  .message {
    font-size: 7vw;
    margin-bottom: 9vw;
  }

  .message.msg1 {
    font-size: 11vw;
  }

  form#mlistFormOne input:not(.mlistSubmit) {
    font-size: 5vw;
    height: 10vw;
    line-height: 10vw;
  }

  form#mlistFormOne>div {
    padding: 2vw 0;
  }

  form#mlistFormOne select {
    height: 10vw;
    line-height: 10vw;
    font-size: 5vw;
    background-size: 10vw;
    padding-right: 10vw;
  }

  input#submit {
    /* height: 20vw;
      line-height: 22vw; */
    height: 10vw;
    font-size: 4.6vw;
    line-height: 10vw;
    /* font-size: 4vw; */
    width: 50%;
    /* background-size: 100% 20vw; */
  }

  a.terms {
    font-size: 3vw;
  }

  p.terms-message.fadeIn {
    font-size: 3vw;
  }

  div#thankyou.fadeIn {
    font-size: 7vw;
    padding-top: 0;
    min-height: calc(100vh - 92vw);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  div.terms {
    width: 90%;
    margin: 0 auto;
  }

  p.terms-message.fadeIn a {
    font-size: 3vw;
  }

  .copyTextAndLinks * {
    font-size: 3vw;
  }

  a.ot-sdk-show-settings {
    display: block;
    margin-top: 2vw;
  }

  .copyrightText {
    margin-bottom: 2vw;
  }

  span.input-error {
    font-size: 3vw;
  }

  span.mob-none {
    display: none;
  }
}

a.mail {
  vertical-align: middle;
}

a.mail img {
  width: 2.4vw;
}

.globaloptin.mobile-marketing {
  margin-top: 1vw;
}

@media only screen and (max-width: 1024px) and (orientation: portrait),
only screen and (max-width: 1024px) and (orientation: portrait) {
  .globaloptin.mobile-marketing {
    margin-top: 20px;
  }

  a.mail {
    vertical-align: sub;
  }

  a.mail img {
    width: 9vw;
  }

  div#secondform {
    width: 60%;
    margin: 0 auto;
    position: relative;
  }

  #secondform .welcome {
    font-size: 5vw;
    width: 95%;
    margin: 0 auto;
    color: #000;
    margin-bottom: 3vh;
  }

  div.plain-ml-wrapper span#secondFormClose {
    right: -1vw;
    font-size: 6vw;
    top: -2vw;
    height: auto;
    line-height: 1;
  }

  #secondform input:not([type="submit"]) {
    font-size: 5vw;
    width: 100%;
    text-align: center;
    height: 10vw;
    line-height: 10vw;
  }

  #secondform select {
    font-size: 5vw;
    width: 100%;
    text-align: center;
    height: 10vw;
    line-height: 10vw;
  }

  #secondform .birth-date-title {
    font-size: 4vw;

    color: #000;
  }

  #secondform .globaloptin {
    margin-top: 3vw;
  }

  .plain-ml-wrapper label.goptin_checkbox,
  label.mobile_mktg_consent {
    font-size: 2.7vw;
    padding-left: 2vw;
  }

  form#mlistFormTwo .submit .mlistSubmit {
    width: 100%;
    height: 10vw;
    font-size: 5vw;
    color: #000;
    line-height: 10vw;
  }

  #secondform .terms {
    color: #000;
    text-decoration: none;
    font-size: 3.5vw;
  }

  .plain-ml-wrapper p.terms-message-2,
  .plain-ml-wrapper p.terms-message-2 a {
    font-size: 2.5vw;
    color: #000;
  }

}

body .iti {
  display: block;
}

.social-wrapper a {
  font-size: 1.2vw;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1%;
}

a {
  transition: all 0.5s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

.footer-section-wrapper {
  margin: 5vw auto 0vw;
  width: 100%;
  text-align: center;
}

.social-wrapper {
  margin-bottom: 1vw;
}

.copyLinks a,
.copyrightText,
.copyLinks span {
  font-size: 1vw;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
}

.social-wrapper a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {

  .social-wrapper a {
    font-size: 5.2vw;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
  }

  .copyLinks a,
  .copyrightText {
    font-size: 3vw;
  }

  a.ot-sdk-show-settings {
    display: block;
  }

  .social-wrapper {
    margin-bottom: 3vw;
  }

  .footer-section-wrapper {
    margin: 15vw auto 5vw;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {

  .mailing-total-wrapper {
    min-height: calc(100vh - 350px);
  }
}




@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .middle-wrapper {
    min-height: 0 !important;
    text-align: center;
    padding-top: 33vh !important;
  }
}

@media only screen and (min-width: 2160px) and (max-height: 3840px) and (-webkit-min-device-pixel-ratio: 1.5) {
  div#thankyou.fadeIn {

    padding-top: 24vw !important;

  }
}