body {
  background-color: #0f0f0f;
  background-image: url('../images2/bg.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family:'Futura Book', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
}
body.store {
  background-image: url('../images/bg-mobile.jpg');
  background-position: 50% 0px;
  background-size: 1080px;
  background-repeat: no-repeat;
  background-color: #0f0f0f;
  padding-top: 20%;
}
h1 {
  color: white;
  font-size: 30px;
  margin-top: 40px;
  text-transform: uppercase;
}
.out-now {
  font-weight: normal !important;
}
h2 {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: normal !important;
  line-height: 30px;
}
h2.exclusives {
  margin: 40px 0 20px 0;
}

h3 {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0082f3;
  margin-top: 15px;
}
.content {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 60px;
}
.content.store-content {
  max-width: 920px;
}
.date {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  line-height: 55px;
  font-weight: 700;
}
.new-album {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #0082f3;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.button {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #333;
  box-shadow: rgba(0, 0, 0, 0.2) 14px 14px 20px 0px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.button:hover {
  background-color: #0082f3;
}
.button.mailing-list {
  display: block;
  max-width: 350px;
  margin: 20px auto 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 100px;
  background-color: #0ea812;
  background-image: url('../images/email.svg');
  background-position: 7% 50%;
  background-size: 20%;
  background-repeat: no-repeat;
  line-height: 14px;
}
.button.mailing-list:hover {
  background-color: #05bf0b;
}
.button.special-offer {
  padding-left: 35px;
  background-color: #0082f3;
  background-image: url('../images/specialoffer.svg');
  background-position: 10px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}
.button.special-offer:hover {
  background-color: #008dff;
}
.button.store {
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 15px;
  background-image: url('../images/store.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.button.ambassador {
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 15px;
  background-image: url('../images/ambassador.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.button.font {
  display: block;
  padding-left: 40px;
  padding-right: 15px;
  background-image: url('../images/font.svg');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.video {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.links {
  position: relative;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
}
.links.center {
  text-align: center;
}
.details {
  padding-left: 10px;
}
.socials {
  margin-top: 30px;
  text-align: center;
}
.streaming {
  margin-top: 20px;
  text-align: center;
}
.share {
  margin-bottom: 5px;
}
.facebook-like {
  display: inline-block;
  height: 20px;
}
.tweet {
  display: inline-block;
  width: 145px;
  height: 20px;
}
.social-link {
  margin-right: 5px;
  margin-left: 5px;
}
.copyright {
  margin-top: 30px;
  font-size: 12px;
  color: #404344;
  line-height: 16px;
  text-align: center;
}
.mobile-container {
  width: 100%;
  max-width: 60%;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.store-container {
  box-shadow: rgba(0, 0, 0, 0.09) 0px -20px 30px 0px;
}
.packshot {
  box-shadow: rgba(0, 0, 0, 0.2) 14px 14px 20px 0px;
}
.itunes {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.2) 14px 14px 20px 0px;
}
.video-iframe {
  box-shadow: rgba(0, 0, 0, 0.2) 14px 14px 20px 0px;
}
.subscribe {
  display: block;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
}
.font-link {
  display: inline-block;
  margin-top: 10px;
  color: #333;
}
.page-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.page-title.center {
  text-align: center;
}
.bold {
  display: inline-block;
  margin-bottom: 5px;
  color: #0082f3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.ambassador-paragraph {
  margin-bottom: 20px;
}
.store-container {
  width: 100%;
  
  background-color: #0f0f0f;
}

#mmStore {
  margin-top: 20px !important;
}

.more {
  margin: 15px 0 0 0;
  padding: 0 14px 0 4px;
}
.more-details {
  display: block;
  background-color: #666;
}

div.ambassador {
  padding: 0 10px;
}

#bundle-container {
  padding: 35px 20px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  z-index: 999999;
  text-align: center;
}

#bundle {
  background-color: white;
  padding: 20px;
}

.splash-nav {
  margin: 30px 0 30px 0;
  text-transform: uppercase;
}

.splash-nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.splash-nav a:hover {
  text-decoration: underline;
}

.splash-nav-link {
  padding: 0 5px 0 5px;
}


/* NEWSLETTER */


#signup {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  background-color: #0f0f0f;
  padding: 30px;
  z-index: 999999;
  text-align: center;
}

#signup h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #0082f3;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.newsletter-header {
  margin: -30px -30px 20px -30px;
}

.signup-logo {
  width: 80%;
  margin-bottom: 6px;
}
.signup-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: league-gothic, sans-serif;
  color: #7d0f02;
  text-transform: uppercase !important;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}

#newsletter-signup-form {
  text-align: left;
}

#newsletter-signup-form label {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 3px;
}

.checkbox-container input {
  margin-bottom: 5px;
}

.small {
	display: inline-block;
	width: 70px;
}
input.error, select.error, textarea.error { background: #272727; color:#FFF; }
label.error {
  display: none !important;
}

.w-checkbox-input {
  margin-top: 14px;
  width: 15px;
}

.submit {
  padding: 12px 20px;
  border-radius: 3px;
  background-color: #0ea812;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-size: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0 auto;
  display: block;
}
.submit:hover {
  background-color: #05bf0b;;
}

.submit.button {
  min-width: 200px;
}

.birthdate {
  color: #333;
  font-size: 12px;
}

#close-pop-up {
  position: absolute;
  top: -15px;
  right: -15px;
  background: white !important;
  padding: 5px !important;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px; 
}
#close-pop-up img {
	width: 20px !important; 
	vertical-align: top !important;
}

h3.thanks {
  color: white;
  margin-top: 0px;
}

.success-message, .error-message,.message {
  background: none !important;
  padding: 0px 0 0 0;
}
.success-message p, .error-message p, .message p {
  margin-bottom: 0;
  font-family: league-gothic, sans-serif;
  color: #7d0f02;
}

.spotify {
  text-align: center;
  margin-bottom: 10px;
}
.join {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
.join a {
  color: #8d3730;
  text-decoration: none;
}


@media (max-width: 1190px) {
  body, body.store {
     background-image: url('../images/bg-mobile.jpg'); 
    background-position: 50% -100px;
    background-size: 100%;
    padding-top: 40%;
  }
  body.store {
    padding-top: 25%;
  }
  .content {
    display: block;
    width: 100%;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
  .mobile-container {
    max-width: 100%;    
    background-color: #0f0f0f;
    box-shadow: rgba(0, 0, 0, 0.09) 0px -20px 30px 0px;
    float: none;
    position: relative;
  top: 0;
  transform: none;
  }
  .store {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body {
    background-size: 100%;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .content {
    max-width: 410px;
  }
  .button {
    font-size: 10px;
    line-height: 12px;
  }
  .button.mailing-list {
    margin-top: 20px;
    padding-left: 90px;
  }
  .button.store {
    display: inline-block;
    margin-bottom: 10px;
  }
  .button.ambassador {
    display: inline-block;
    margin-bottom: 10px;
  }
  .button.font {
    display: inline-block;
    margin-bottom: 10px;
  }
  .video {
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .links {
    text-align: center;
    padding: 0 10px;
  }
  .links.newsletter {
    padding: 0 15px;
  }
  .details {
    padding-left: 0px;
    text-align: center;
  }
  .socials {
    margin-top: 20px;
  }
  .copyright {
    margin-top: 30px;
  }
  .album-mobile {
    margin-top: -80px;
  }
  .packshot {
    display: block;
    width: 150px;
    margin: 0 auto 20px;
  }
  .page-title {
    font-size: 28px;
    line-height: 32px;
  }
  .bold {
    font-size: 14px;
    line-height: 18px;
  }
  .ambassador-paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .backhome {
    display: inline-block;
    margin-bottom: 20px;
  }
  
  #newsletter-signup-form label {
    font-size: 12px;
    line-height: 14px;
  }
  .more {
    margin: 5px auto 0px;
    padding: 5px;
  }
  .ambassador-page {
    padding: 0;
  }
}
@media (max-width: 479px) {
  body {
    background-position: 50% -50px;
    background-size: 100%;
    padding-top: 40%;
  }
  h1 {
    font-size: 25px;
    margin-top: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h2.exclusives {
    margin-top: 30px;
  }
  .splash-nav {
    margin: 20px 0 20px 0;
    line-height: 30px;
  }
  .streaming {
    margin-top: 0;
  }
  body.store {
    background-position: 50% 0px;
    background-size: 100%;
    padding-top: 25%;
  }
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .date {
    font-size: 46px;
    line-height: 40px;
  }
  .new-album {
    font-size: 14px;
    line-height: 16px;
  }
  .button {
    margin-right: auto;
    margin-left: auto;
  }
  .button.mailing-list {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    background-size: 16%;
  }
  .button.store {
    display: block;
  }
  .button.ambassador {
    display: block;
  }
  .button.font {
    display: block;
  }
  .links {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
  }
  .links.newsletter {
    padding: 0 10px;
  }
  .more {
    margin: 10px auto 30px;
    padding: 0 10px;
  }
  .subscribe {
    font-size: 28px;
    line-height: 26px;
  }
  .page-title {
    font-size: 22px;
    line-height: 26px;
  }
  #signup {
    padding: 20px;
  }
  .newsletter-header {
    margin: -20px -20px 20px -20px;
  }
  .submit.button {
    width: 100%;
  }
}

@media (max-width: 320px) {
  h2.exclusives {
    font-size: 16px;
  }
  h1 {
    font-size: 23px;
  }

}