@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?n9tbnbsd');
  src:  url('../fonts/icomoon.eot?n9tsdbnb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n9tsdbnb') format('truetype'),
    url('../fonts/icomoon.woff?n9sdtbnb') format('woff'),
    url('../fonts/icomoon.svg?n9tdbnb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-facebook:before {
  content: "\ea90";
}
.icomoon-instagram:before {
  content: "\ea92";
}
.icomoon-spotify:before {
  content: "\ea94";
}
.icomoon-twitter:before {
  content: "\ea96";
}
.icomoon-youtube:before {
  content: "\ea9d";
}
.icomoon-appleinc:before {
  content: "\eabe";
}
.icomoon-soundcloud:before {
  content: "\eac3";
}
@font-face {
  font-family: 'twt-x';
  src:  url('fonts/twt-x.eot?jjyo3s');
  src:  url('fonts/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
    url('fonts/twt-x.ttf?jjyo3s') format('truetype'),
    url('fonts/twt-x.woff?jjyo3s') format('woff'),
    url('fonts/twt-x.svg?jjyo3s#twt-x') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="twtx-"], [class*=" twtx-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'twt-x' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.twtx-x:before {
  content: "\e901";
}

body,html{
  margin:0;
  padding:0;
  background: #ADB9D1;
  color:#fff;
  font-size:16px;
  font-family: titling-gothic-fb-wide, sans-serif;
  font-weight: 500;
  font-style: normal;
}
a{
  color:#fff;
  text-decoration:none;
  transition: ease-in-out 1s all;
  -webkit-transition: ease-in-out 1s all;
}
a:hover{
  opacity:0.5;
  transition: ease-in-out 1s all;
  -webkit-transition: ease-in-out 1s all;
}
.splashwrapper{
  min-height: 100vh;
  background:url("../images/Desktop-min.png") 0 0 transparent no-repeat;
  background-size: cover;
}
.contentwrapper{
  min-height:calc(100vh - 45px);
}

img{
  max-width: 100%;
  height: auto;
}
.splash img{
  display:none;
}

.splash img.albumart {
  display: inline-block;
}

.footerwrapper{
  padding:10px 0;
}
/*.bgimage{

}
.bgimage::before{
  content:"";
  background:url("../images/BAZZI_Y&A_5x5_RGB.png") 0 0 transparent no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  z-index: 0;
}*/
.logowrapper{
  padding: 4vh 0 3vh;
}
.logo {
  text-align: center;
}
.logo a{
  font-size:32px;
  text-align: center;
  text-transform:uppercase;

}
.videologo{
  font-size:50px;
  text-align: center;
  margin-top: 0;
  font-family: titling-gothic-fb-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.albumwrapper{
  margin:0 auto;
  text-align: center;
}
.album-art{
  padding:5px 0;
}
.footerwrapper{
  width:100%;
  font-size: 0;
}
.copyrightLinks a,.copyrightLinks span{
  font-family: 'Roboto Mono', monospace;
  font-size:9px;
  text-transform: uppercase;
}
.copyrightLinks a{
  padding: 0 10px;
}
.copyrightLinks a:last-child{
  padding-right:0;
}
.copyrightLinks ,.socialwrapper,.enter{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.copyrightLinks{
  width: calc(50% - 105px);
  padding-right: 10px;
}
.enter{
  width: 180px;
}
.socialwrapper{
  width: calc(50% - 105px);
  padding-left: 10px;
}
.socialwrapper{
  text-align: left;
}
.copyrightLinks {
  text-align: right;
}
.socials a{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-right: 26px;
}
a.icomoon-soundcloud {
    font-size: 20px;
    /* vertical-align: middle; */
}
.socials a:last-child{
  margin-right: 0;
}
a.enter-site{
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}
a.get-it-now{
  font-size: 26px;
}
@keyframes bounce {
  0%,
  100% {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -webkit-transform: translateX(0);
  }
  56% {
      transform: translateX(4px);
      -moz-transform: translateX(4px);
      -o-transform: translateX(4px);
      -webkit-transform: translateX(4px);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -webkit-transform: translateX(0);
  }
  56% {
      transform: translateX(4px);
      -moz-transform: translateX(4px);
      -o-transform: translateX(4px);
      -webkit-transform: translateX(4px);
  }
}

@-moz-keyframes bounce {
  0%,
  100% {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -webkit-transform: translateX(0);
  }
  56% {
      transform: translateX(4px);
      -moz-transform: translateX(4px);
      -o-transform: translateX(4px);
      -webkit-transform: translateX(4px);
  }
}

@-o-keyframes bounce {
  0%,
  100% {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -webkit-transform: translateX(0);
  }
  56% {
      transform: translateX(4px);
      -moz-transform: translateX(4px);
      -o-transform: translateX(4px);
      -webkit-transform: translateX(4px);
  }
}
.mailinglistwrapper {
  text-align: center;
  padding: 2vh 0 0;
}
.mlistwrapper {
  margin-top: 135px;
}
.message{
  padding-right:20px;
  text-align: center;
  font-size: 26px;
}
.message,form#mlistFormOne{
  display: inline-block;
  vertical-align: bottom;
  width: 46%;
}
div#mlform {
  padding: 0;
  width: 450px;
  margin: 0  auto;
  text-align: center;
}

form#mlistFormOne {
  font-size: 0;
}



#mlform input#email {
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  font-size: 12px;
  height: 25px;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0;
  outline: none;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 0;
  padding: 20px 40px 15px 0;
  border-bottom: 3px solid #ffffff;
  font-family: titling-gothic-fb-wide, sans-serif;
}

.plain-ml-wrapper .email.fieldWrap {
  width: 100%;
 display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: top;
  margin-right: 0;
}

.submit {
  width: 18px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  height: 30px;
}

#mlistFormTwo .submit {
  position: initial;
  width: 200px;
  display: block;
  margin: 20px auto 0;
}

#mlistFormTwo .submit input {
  color: #ffffff;
  padding: 0;
  margin: 20px 0;
  border: 1px solid;
  font-size: 15px;
  line-height: 1;
}

#mlistFormTwo .submit input:hover {
  opacity: 0.5;
  border: 1px solid;
}

input#submit {
  border: none;
  border-bottom: 1px solid transparent;
  color: #ffffff;
  font-size: 0;
  width: 30px;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0px;
  padding: 0;
  letter-spacing: 0px;
  height: 30px;
  outline: none;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.submit span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.submit::before {
  content: "";
  position: absolute;
  /*background: url(../images/arrow.svg) 0 0 transparent no-repeat;
  background-size: 100% auto;*/
  top: 5px;
  right: 0;
  width: 18px;
  height: 30px;
  font-size: 21px;
}
.submit:hover{
  opacity:0.5;
}
.submit:hover::before {
 /* animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;*/
}

#mlform .terms,
#secondform .terms {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  text-align: right;
  position: relative;
  padding-top: 0;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}

input#submit:hover {
  opacity: 0.5;
}

.plain-ml-wrapper #terms {
  text-align: right;
  margin-top: 0;
  position: relative;
}

.email.fieldWrap label {
  font-size: 0;
  display: none;
}

#mlform #terms .terms-message,
#secondform #terms .terms-message {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: underline;
  background: #ADB9D1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 8px;
  text-align: right;
  position: absolute;
  /* bottom: 13px; */
  text-decoration: none;
  line-height: 1.2;
  z-index: 300;
  border: 1px solid;
  bottom: 8px;
}


#mlform p.terms-message a,
#secondform p.terms-message a {
  color: #ffffff;
  border: 0;
  text-decoration: underline;
}

span.input-error {
  color: red;
  font-size: 8px;
  line-height: 1;
  text-align: left;
  position: absolute;
  padding: 0;
  letter-spacing: 0;
  top: 0;
  left: 0;
}
div#secondform {
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #ADB9D1 inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #ADB9D1 inset;
}

div#secondform {
  /*position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
z-index: 3000;
text-align: center;
background: rgba(0, 0, 0, .97);
padding-top: 0 !important;
padding-top: 12vh;*/
}

#secondform .welcome {
  max-width: 500px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 0;
  letter-spacing: 0;
  padding: 0;
}

.secondFormInnerWrapper {
  max-width: 500px;
  margin: 0 auto;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.plain-ml-wrapper label {
  /* position: relative; */
  font-size: 10px;
  padding-bottom: 0;
  display: block;
  color: #fff;
  text-align: left;
  padding: 0 0 5px;
  margin: 0;
  letter-spacing: 0;
  transform: none;
  left: auto;
  top: auto;
  transition: none;
  padding-top: 3%;
  text-transform: uppercase;
  font-family: titling-gothic-fb-wide, sans-serif;
}

.mailing-list-second-form-copy {
  text-align: center;
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
  width: 95%;
  color: #fff;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  font-size: 12px;
}

#secondform .name {
  margin-bottom: 0;
}

#secondform input,
#secondform select {
  font-style: normal;
  height: 35px;
  color: #fff;
  padding: 0 5px;
  border: 1px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
  outline: none;
  font-family: titling-gothic-fb-wide, sans-serif;
  -webkit-appearance: none;
appearance: none;
}

#secondform select {
  background: url(../images/drop.png) no-repeat center right;
  background-size: 8% auto;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/drop-down.svg) no-repeat 100% center;
}

option {
  background: #ADB9D1;
  color: #fff;
}

#secondform label.goptin_checkbox {
  font-size: 8px;
  display: inline;
  padding: 0;
  vertical-align: middle;
  text-align: left;
  width: 90%;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
}

#secondform .globaloptin.fieldWrap .goptin_checkbox {
  display: inline-block;
  width: calc(100% - 40px);
}

#secondform .globaloptin.fieldWrap {
  margin: 10px 0;
}

#mlistFormTwo .submit input {
  color: #ffffff;
  padding: 0;
  border: 1px solid;
  display: block;
  position: relative;
  font-family: titling-gothic-fb-wide, sans-serif;
}

#secondform input[type="checkbox"] {
  margin-right: 10px;
  display: inline-block;
  /* width: 5%; */
  vertical-align: middle;
  -webkit-appearance: none;
}

#secondform input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 0;
  left: 0;
  margin-right: 2%;
}

.plain-ml-wrapper div#secondform #terms {
  text-align: center;
}

.plain-ml-wrapper p.terms-message-2 {
  position: absolute;
  bottom: 10px;
  top: unset;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 20px;
  font-size: 9px;
  background: transparent;
  padding: 5px;
  transition: 2s ease-out;
  border: 1px solid #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  z-index: 1;
  background: #ADB9D1;
}

.terms-message-2 a {
  border: 0;
}

form#mlistFormTwo {
  max-width: 500px;
  margin: 0 auto;
  width: 95%;
  padding-top: 1%;
}

div.plain-ml-wrapper span#secondFormClose {
  font-size: 15px;
  width: 100%;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  text-align: right;
  position: static;
  color: #fff;
}

div.plain-ml-wrapper span#secondFormClose:hover {
opacity: 0.5;
}

div#thankyou {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 0;
  letter-spacing: 1px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5vh;
}

.site-footer .layout-container {
  max-width: 96%;
}

#mlform .terms:hover,
#secondform .terms:hover {}

#mlform p.terms-message a:hover,
#secondform p.terms-message a:hover,
.site-footer .content p.terms-message-2 a:hover,
span#secondFormClose:hover {
  opacity: 0.5;
}

.welcome p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
}

input#goptin_checkbox:checked:after {
  content: '\2713';
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  margin-top: 3px;
  margin-left: 0px;
  box-sizing: border-box;
}

.copyrightBlock.mobile {
  display: none;
}


form#mlistFormOne,
#terms {
  max-width: 450px;
  /* margin: 6px auto; */
}

#secondform #terms {
  max-width: 100%;
}

form#mlistFormOne {
  text-align: right;
  position: relative;
  vertical-align: top;
  margin: 6px 0;
}

div#secondform #terms a {
  color: #fff;
}

div#secondform #terms p a {
  color: #ffffff;
  text-decoration: underline;
}

div#secondform #terms p a:hover {
  opacity: 0.5;
}

div#secondform #terms a:hover {
  opacity: 1;
}


/* mlist second form  added stylings */

.plain-ml-wrapper .dobMonth.fieldWrap {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}

.plain-ml-wrapper .dobDay.fieldWrap {
  width: 48%;
  display: inline-block;
}

.plain-ml-wrapper .postalcode.fieldWrap {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
  position: unset;
}

.postal_country {
  width: 48%;
  display: inline-block;
  position: unset;
}

select#country {
  height: 37px;
}

input#first {
  padding: 0;
  padding-left: 5px;
}

select#dobDay,
select#dobMonth {
  width: 100%;
}

input#postalcode {
  padding: 0;
  padding-left: 5px;
}

p.message-description {
  font-size: 20px;
  letter-spacing: 0;
}

.mlistheader {
  font-size: 30px;
  letter-spacing: 0;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

input#goptin_checkbox:checked:after {
  color: #fff;
}

.termscontent {
  display: none;
}

.termscontent.showing {
  display: none;
}
.enter.desktop{
  display:inline-block;
}
.enter.mobile{
  display:none;
}
div#thankyou{
}
.mlist-field select {
  background: url(../images/drop-down.svg) no-repeat 100% center;
}
@media only screen and (max-width: 1023px) {
  p.message-description {
      font-size: 20px;
      letter-spacing: 0;
      max-width: 500px;
      margin: 20px auto;
  }
  .plain-ml-wrapper p.terms-message-2 {
    background: #ADB9D1;
      position: absolute;
  }

  .copyrightLinks, .socialwrapper, .enter {
      display: block;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      margin-bottom: 35px;
      padding: 0;
  }
  .enter.desktop{
    display:none;
  }
  .enter.mobile{
    display:inline-block;
    padding-top: 20px;
  }
  a.enter-site,.socials a{
    font-size: 17px;
  }
  .contentwrapper {
    min-height: calc(100vh - 202px);
}
  #secondform input, #secondform select{
    font-size:16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .copyrightLinks, .socialwrapper, .enter {
      display: block;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      margin-bottom: 35px;
      padding: 0;
  }
  .enter.desktop{
    display:none;
  }
  .enter.mobile{
    display:inline-block;
    padding-top: 20px;
  }
  a.enter-site,.socials a{
    font-size: 20px;
  }
  #secondform input, #secondform select{
    font-size:16px;
  }
  .contentwrapper {
      min-height: calc(100vh - 202px);
  }
}
@media only screen and (max-width: 767px) {
  .logo a{
      font-size: 16px;
  }
  .videologo {
    font-size: 30px;
  } 
  a.get-it-now,.message{
    font-size: 22px;
  }
  .message, form#mlistFormOne {
    
    vertical-align: bottom;
    width: 100%;
    text-align: left;
  } 
  form#mlistFormOne{
    max-width: 300px;
    margin: 0 auto;
  }
  div#mlform {
    width: 280px;
  }
  .mlistheader {
      font-size: 20px;
      padding: 0 44px;
  }
  p.message-description {
      font-size: 16px;
      letter-spacing: 0;
      max-width: 295px;
      margin: 20px auto;
      line-height: 1.5;
  }
  #mlform input#email {
      font-size: 16px;
  }
  .mlistwrapper {
      margin-top: 10vh;
      margin-bottom: 10vh;
  }
  form#mlistFormOne,
  #terms {
      max-width: 280px;
      margin: 0 auto;
  }
  .plain-ml-wrapper .postalcode.fieldWrap,.postal_country{
    width: 100%;
    display: block;
  }
  .postal_country{
     margin-top: 3%;
  }
  .plain-ml-wrapper .postalcode.fieldWrap {
      margin-right: 1%;
  }
  .plain-ml-wrapper .dobMonth.fieldWrap {
      margin-right: 1%;
  }
  .plain-ml-wrapper .dobMonth.fieldWrap,.plain-ml-wrapper .dobDay.fieldWrap{
    width: 100%;
    display: block;
  }
  .plain-ml-wrapper .dobDay.fieldWrap{
    margin-top: 3%;
  }
  .plain-ml-wrapper p.terms-message-2 {
      position: absolute;
      bottom: 10px;
      top: unset;
      background: #ADB9D1;
  }
  form#mlistFormTwo,div.plain-ml-wrapper span#secondFormClose {
    max-width: 280px;
  }
  div#thankyou{
    position: relative;
    margin-top: 0.5vh;
  }
  .copyrightLinks span {
    display: block;
    margin-bottom: 5px;
  }
  .copyrightLinks a {
    padding: 0 4px;
  }
  .copyrightLinks a, .copyrightLinks span {
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #secondform .welcome{
    max-width: 280px;
    width: 100%;
  }
  .footerwrapper{
    width: 300px;
    font-size: 0;
    margin: 0 auto;
  }
  #secondform input, #secondform select{
    font-size:16px;
  }
  .plain-ml-wrapper .email.fieldWrap{

  }
  .mailinglistwrapper {
      padding: 5vh 0 0;
  }
}
form#mlistFormOne.fadeOut,.fadeOut {
  display: none;
}
div#secondform #terms a:hover{
  opacity:0.5;
}
.errored {
    border-bottom: 2px solid red !important;
}
