.main-div-wrap {
  display: block;
  width: 60%;
  height: 300px;
  margin-top: 142px;
  margin-right: auto;
  margin-left: auto;
}

.main-left {
  display: inline-block;
  width: 40%;
  height: 100%;
}

.main-right {
  display: inline-block;
  width: 55%;
  height: 100%;
  padding-top: 0px;
  float: right;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.8em;
  line-height: 1.25em;
}

.logo-img {
  width: 100%;
  height: auto;
}

.coming-soon-wrap {
  display: block;
  width: 60%;
  margin-top: 96px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #838383;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 100;
  text-align: center;
}

.logo-wrap {
  display: block;
  width: 90vw;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.logo-img-wrap {
  width: 125px;
  height: 110px;
}

.main-book-pitch {
  display: block;
  width: 95vw;
  max-width: 1600px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.book-cover-pitch {
  display: inline-block;
  width: 45%;
  height: 100%;
  float: left;
}

.book-pitch-text {
  display: inline-block;
  width: 50%;
  margin-top: 65px;
  margin-right: 20px;
  margin-left: 30px;
  float: none;
}

.book-pitch-text hr {
  margin: 4em 0 1em;
  border-color: #f2f2f2;
}

.book-pitch-heading {
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.book-pitch-subtitle {
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.book-pitch-back-cover-text {
  margin-top: 44px;
  font-family: Bitter, serif;
  font-size: 17px;
  line-height: 26px;
}

.availability-block {
  position: relative;
  display: block;
  width: 95vw;
  max-width: 1200px;
  margin: 40px auto 125px;
  text-align: center;
}

.author-bio {
  display: block;
  width: 95vw;
  max-width: 1200px;
  margin: 82px auto 133px;
  text-align: center;
}

.learnMoreWrap {
  margin: 2em 0 4em;
}

.praiseBox {
    color: #b00;
    font-weight: 400;
    font-family: Open Sans;
    font-size: 1.5em;
    line-height: 1.65em;
    margin: 2em;
}

.praiseBox img {
    height: auto;
    margin-top: -7px;
    vertical-align: middle;
    width: 19px;
}

.praiseBox .reviewerName {
  font-style: normal;
  font-weight: bold;
  color: #000;
  display: block;
}

.author-photo-wrap {
  display: block;
  width: 30%;
  margin-top: 1px;
  margin-right: 19px;
  margin-left: 90px;
  padding-left: 0px;
  float: left;
}

.author-photo-img {
  position: static;
  width: 100%;
  margin-top: 6px;
  margin-right: 27px;
  float: none;
  border: 1px solid #6f6f6f;
  box-shadow: 0 1px 8px 0px #747474;
  text-align: right;
}

.author-bio-right {
  width: 50%;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 0px;
  float: right;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.author-buo-heading {
  font-family: Exo, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.availability-text-blk {
  margin-top: 80px;
  margin-bottom: 38px;
  font-family: Bitter, serif;
  color: #b3b3b3;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.author-byline {
  margin-top: 24px;
  margin-bottom: -18px;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  line-height: 1.25em;
}

.book-data-block {
  position: static;
  display: block;
  width: 60vw;
  margin: 71px auto 58px;
  font-family: Bitter, serif;
  font-size: 1.1em;
  text-align: left;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.about-book-block {
  display: block;
  width: 95vw;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 58px;
  margin-left: auto;
}

.about-book-lbl {
  width: 40%;
  max-width: 400px;
  margin-left: 57px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  font-family: Bitter, serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: right;
}

.about-book-txt {
  width: 50%;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 0px;
  float: right;
  font-family: Bitter, serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: none;
}

.text-hilite {
  color: #cf1111;
  font-weight: 700;
}

.footer {
  height: 200px;
  background-color: #f2f5f4;
}

.footertext {
  position: relative;
  left: 0px;
  top: 175px;
  right: 0px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  float: none;
  clear: none;
  font-size: 1em;
  text-align: left;
}

.bookimages {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.goodreads {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  margin-top: 20px;
  float: right;
  text-align: center;
}

.gr-text {
  height: 25px;
  margin-left: 0px;
  text-align: center;
}

.goodreadsimage {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.grimageitself {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  text-align: center;
}

.gr-link {
  position: static;
  display: block;
  overflow: visible;
}

.address-and-info {
  width: 40%;
  float: right;
}

.contact-info {
  font-family: Bitter, serif;
  font-size: 1.3em;
  line-height: 32px;
}

.break {
  height: 50px;
  margin-bottom: 20px;
}

.next30head {
  position: static;
  display: block;
  overflow: visible;
  margin: 0px auto;
  font-family: Exo, sans-serif;
  font-size: 31px;
  text-align: center;
}

.retailerIcon {
  display: inline-block;
  width: 100px;
  height: 80px;
  margin: 25px;
}

.retailerIcon img {
  width: 100%;
  height: auto;
}

.cta-signup-notify {
     background: #f2f2f2 none repeat scroll 0 0;
    margin: 4em auto 0;
    max-width: 750px;
    padding: 2em;
    position: relative;

    padding-left: 200px;
}

.pagePreview {
    box-shadow: 0 1px 4px -3px;
    left: 22px;
    position: absolute;
    width: 180px;
}

#mc_embed_signup {
    background: transparent !important;
    clear: left;
    font: 1.2em;
    width: auto !important;
}

#mc_embed_signup label {
  font-size: 2em !important;
  font-style: italic;
  font-family: "Bitter",serif;
  margin: 0 23px 1em;
}

#mc_embed_signup .signup-desc-label {
  font-size: 1em !important;
  font-family: "Bitter",serif;
  color: #888;
  margin: 0 1.5em 1.5em;
}

#mc_embed_signup input {
  color: #000 !important;
}


#mce-EMAIL {
  font-size: 1.2em !important;
  font-family: "Bitter";
  margin: 0 1em;
  padding: 10px !important;
  width: 100% !important;
  max-width: 520px !important;
}

#mc_embed_signup input#mc-embedded-subscribe {
  padding: 0.5em 1em 0.5em !important;
  width: auto !important;
  border-radius: 2px;
  /*background-color: #c91414;*/
  background-color: #1B91E7;
  /*background-color: #48cd65;*/
  /*font-family: Bitter;*/
  color: #fff !important;
  box-shadow: #082a7e 0px 1px 1px 1px;
  font-size: 1.2em;
  line-height: 1.25em;

  border: 0;
  cursor: pointer;

  /*font-variant: small-caps;*/

  margin: 1em 1.35em;
}


@media (max-width: 991px) {
  .main-book-pitch {
    width: 100vw;
  }
  .book-pitch-text {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .author-bio-right {
    width: 50%;
  }
  .availability-text-blk {
    line-height: 40px;
  }
  .book-data-block {
    width: 80vw;
  }
  .about-book-txt {
    width: 45%;
  }
  .footer {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .book-pitch-heading {
    font-size: 30px;
    line-height: 30px;
  }
  .book-pitch-subtitle {
    font-size: 25px;
    line-height: 28px;
  }
  .book-pitch-back-cover-text {
    font-size: 15px;
  }
  .author-bio-right {
    width: 45%;
    font-size: 15px;
  }
  .author-buo-heading {
    font-size: 30px;
  }
  .availability-text-blk {
    font-size: 30px;
  }
  .book-data-block {
    width: 80vw;
  }
  .about-book-lbl {
    font-size: 1.3em;
  }
  .about-book-txt {
    margin-right: 5px;
    font-size: 15px;
  }
  .next30head {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .book-cover-pitch {
    width: 40%;
    padding-top: 50px;
  }
  .book-pitch-heading {
    margin-top: 0px;
    font-size: 20px;
    line-height: 22px;
  }
  .book-pitch-subtitle {
    font-size: 15px;
    line-height: 18px;
  }
  .book-pitch-back-cover-text {
    line-height: 18px;
  }
  .author-photo-wrap {
    margin-left: 20px;
  }
  .author-bio-right {
    font-size: 15px;
    line-height: 18px;
  }
  .author-buo-heading {
    font-size: 20px;
    line-height: 22px;
  }
  .availability-text-blk {
    font-size: 20px;
    line-height: 22px;
  }
  .author-byline {
    font-size: 1em;
  }
  .book-data-block {
    width: 90vw;
  }
  .about-book-lbl {
    width: 30%;
    float: left;
    font-size: 1em;
  }
  .about-book-txt {
    width: 40%;
  }
  .footer {
    height: 207px;
  }
  .footertext {
    font-size: 0.6em;
  }
  .goodreads {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .contact-info {
    font-size: 0.8em;
    line-height: 22px;
  }
  .next30head {
    font-size: 20px;
    line-height: 22px;
  }
}