body {
  background-color: #1e1515;
  font-family: proxima-nova, sans-serif;
  color: grey;
  font-size: 18px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #d9d9d9;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #d9d9d9;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.brand {
  height: 375px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
}

.about {
  display: block;
  max-width: 350px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  color: #838383;
}

.about-col-1 {
  display: block;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #361d3a;
}

.early-access-form {
  display: block;
  max-width: 340px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.field-label-dark {
  overflow: hidden;
  height: 1px;
  color: #1c1616;
}

.form-button {
  height: 50px;
  margin-left: -5px;
  background-color: #9d37cc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #b93ff1;
  color: #fff;
}

.form-button.common {
  margin-left: 0px;
}

.email-input {
  width: 251px;
  margin-top: 7px;
  float: left;
  border-color: #9c3737;
}

.email-input:hover {
  border: 1px solid #9d37cc;
}

.email-input:focus {
  border: 1px solid #361d3a;
}

.early-access-h {
  margin-top: 0px;
  font-weight: 400;
}

.about-section {
  margin-bottom: 30px;
}

.wicked {
  height: 420px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/wicked-coming-soon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.silver {
  margin-bottom: 0px;
  color: #d9d9d9;
  font-weight: 400;
}

.simple-centered-text {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button {
  margin: 5px;
  background-color: rgba(157, 55, 204, .75);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #9d37cc;
  color: #fff;
}

.button:active {
  background-color: #361d3a;
}

.button-block {
  margin-top: 20px;
}

.playing {
  height: 420px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/now-playing-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  color: #595959;
  font-size: 13px;
  text-transform: uppercase;
}

.center {
  height: 200px;
  text-align: center;
}

.left {
  text-align: left;
}

.left.footer-pad {
  margin-top: 80px;
}

.right {
  text-align: right;
}

.right.footer-pad {
  margin-top: 80px;
}

.vertical-line {
  display: block;
  width: 1px;
  height: 50px;
  margin: 20px auto 10px;
  background-color: #361d3a;
}

.vertical-line.center {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.vertical-line._45-left {
  background-color: grey;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vertical-line._45-right {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: -60px;
  background-color: grey;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #595959;
  text-decoration: none;
}

.footer-link:hover {
  color: grey;
}

.record-spinning {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  height: 374px;
  margin-right: auto;
  margin-left: auto;
}

.success {
  border: 1px solid #361d3a;
  background-color: transparent;
  color: #9d37cc;
}

.form-error {
  background-color: hsla(0, 0%, 50%, .05);
  color: #595959;
}

.form-error.lighter {
  color: #d9d9d9;
}

.field-label {
  color: #d9d9d9;
}

.note-form {
  display: block;
  max-width: 500px;
  min-width: 300px;
  margin: 50px auto;
  padding: 20px;
  background-color: transparent;
}

.overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: right;
  background-color: #361d3a;
}

.drop-a-note-trigger:hover {
  color: #9d37cc;
}

.drop-a-note-trigger:active {
  color: grey;
}

.close-x {
  display: block;
  width: 50px;
  height: 100px;
  margin-top: -30px;
  margin-right: 30px;
  float: right;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 600px);
  -ms-transform: translate(0px, 600px);
  transform: translate(0px, 600px);
}

@media (max-width: 991px) {
  .brand {
    height: 250px;
    background-image: url('../images/BW_Record_Still_1c1515.png');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about {
    margin-top: 75px;
    margin-right: 20px;
    margin-left: 0px;
  }
  .about-col-1 {
    height: 250px;
  }
  .early-access-form {
    margin-top: 65px;
    margin-right: 0px;
    margin-left: 20px;
  }
  .email-input {
    width: 195px;
  }
  .intro {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 33px;
    padding-left: 33px;
  }
  .button {
    margin-right: 10px;
    margin-left: 0px;
  }
  .record-spinning {
    display: none;
  }
}

@media (max-width: 767px) {
  .brand {
    height: 200px;
    background-position: 50% -15px;
  }
  .logo {
    display: block;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
  }
  .about {
    display: block;
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: -10px;
    text-align: left;
  }
  .about-col-1 {
    height: auto;
    border-right-style: none;
  }
  .early-access-form {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: -10px;
  }
  .early-access-h {
    text-align: left;
  }
  .intro {
    padding-right: auto;
    padding-left: auto;
    text-align: center;
  }
  .about-section {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wicked {
    height: auto;
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .simple-centered-text {
    max-width: 400px;
    text-align: left;
  }
  .button {
    margin-right: 10px;
    margin-left: 0px;
  }
  .playing {
    height: auto;
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer {
    margin-right: 30px;
    padding-left: 30px;
  }
  .vertical-line._45-left {
    height: 25px;
  }
  .vertical-line._45-right {
    height: 25px;
    margin-top: -35px;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .field-label {
    display: none;
  }
  .note-form {
    margin-top: 0px;
  }
  .overlay {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    overflow: auto;
  }
  .close-x {
    height: 50px;
    margin-right: 0px;
  }
}

@media (max-width: 479px) {
  .brand {
    height: 160px;
    background-position: 50% 0px;
  }
  .logo {
    width: 85%;
    padding-top: 60px;
  }
  .about {
    margin-right: 0px;
    margin-left: 0px;
  }
  .early-access-form {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-button {
    width: 100%;
    margin-left: 0px;
  }
  .email-input {
    width: 100%;
  }
  .intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-section {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wicked {
    height: auto;
    padding: 80px 30px 100px;
  }
  .button {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    clear: both;
    text-align: center;
  }
  .playing {
    height: auto;
  }
  .left.footer-pad {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .right.footer-pad {
    margin-top: 30px;
    text-align: center;
  }
  .field-label {
    display: block;
  }
  .note-form {
    min-width: 100%;
  }
  .overlay {
    height: 100%;
    margin-bottom: 0px;
  }
  .close-x {
    margin-top: -35px;
    margin-right: 10px;
  }
}

