/* Color Palette */
/* $size-padding-book must be less than or equal to $size-spacing-left and $size-spacing-right */
div#hosted_content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100vw;
}

.hosted_content {
  padding-bottom: 0;
  padding-top: 0;
}

.verification_email_content {
  padding-top: 11px;
  padding-bottom: 11px;
}

.hero_colored_background {
  background-color: #ffffff;
}

.hero_colored_background_alternate {
  background-color: #f9f8fd;
}

.hide_on_desktop {
  display: block;
}

.hide_on_mobile {
  display: none;
}

#heros {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
  max-width: 71.75rem;
}

#hero_middle {
  flex: 0 1 100%;
  order: 0;
  display: inline-block;
  padding-top: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#hero_left, #hero_right {
  display: none;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1.25rem;
}

#hero_left {
  flex: 0 1 43.37%;
  order: 1;
}

#hero_left_mobile_foreground, #hero_left_laptop_foreground, .zebra_foreground {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_left_background, .hero_coffee_background, .hero_plant_background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
}

.hero_left_background {
  background-image: url("../images/hero.jpg");
  padding-bottom: 100%;
}

.hero_coffee_background {
  background-image: url("../images/hero-coffee.jpg");
  padding-bottom: 12%;
  width: 10%;
  bottom: 0rem;
  right: 18%;
}

.hero_plant_background {
  background-image: url("../images/hero-plant.jpg");
  padding-bottom: 14rem;
  width: 14%;
  top: -4rem;
  right: 0;
}

#hero_left_laptop_foreground {
  width: 37%;
  height: calc(37% / 1.65062 * 1.666);
  top: 34%;
  left: 28.75%;
  transform: rotate(-12deg);
}

#hero_left_mobile_foreground {
  width: 37%;
  height: calc(37% / 1.65062 * 1.666);
  top: 34%;
  left: 28.75%;
  transform: rotate(-12deg);
}

.home-h1-hero {
  font-size: 2.588rem;
  font-weight: bold;
  line-height: 1.14;
  color: #2d3138;
}

.rw-words {
  position: relative;
  white-space: nowrap;
}

.rw-words span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 0.625rem;
}

@keyframes rotateWords {
  0% {
    opacity: 1;
    width: 0px;
  }
  15% {
    opacity: 1;
    width: 100%;
  }
  18% {
    opacity: 1;
  }
  18% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateLastWord {
  0% {
    opacity: 1;
    width: 0px;
  }
  15% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
  }
}
.rw-words span {
  animation: rotateWords 18s;
}

.rw-words span:nth-child(2) {
  animation-delay: 3s;
}

.rw-words span:nth-child(3) {
  animation-delay: 6s;
}

.rw-words span:nth-child(4) {
  animation-delay: 9s;
}

.rw-words span:nth-child(5) {
  animation-delay: 12s;
}

.rw-words span:nth-child(6) {
  animation: rotateLastWord 18s forwards;
  animation-delay: 15s;
}

.home-p-hero {
  font-size: 1.176rem;
  line-height: 1.55;
  padding-top: 3rem;
}

#books_background {
  background-image: linear-gradient(to top, #ffffff, #f7f7f7);
}

.books_container {
  justify-content: center;
}

.books_welcome_text {
  max-width: 30rem;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

.zebra_foreground .book_cover_overlay {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.6), 0px 2px 8px 1px rgba(0, 0, 0, 0.25), 0 5px 15px -2px rgba(0, 0, 0, 0.3), inset 0 -1px 3px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.12), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
}

.books_welcome_text_wide {
  max-width: 18rem;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

.welcome_text_small {
  display: inline-block;
  text-align: left;
  width: 28rem;
  font-size: 1.4rem;
  line-height: 1.27;
  margin-top: 0;
  margin-left: 1rem;
}

#moody_background {
  background-image: url("../images/moody.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

#moody_background h1 {
  color: #ffffff;
}

#featured_gallery {
  display: none;
  clear: both;
  text-align: center;
  font-size: 0;
}

#featured_gallery img {
  display: inline-block;
  width: 50%;
  max-height: 5rem;
  vertical-align: middle;
  padding: 1rem;
  margin: 0;
}

#zebra {
  display: inline-block;
  width: 100%;
  padding-bottom: calc(100% * 1.82);
}

#zebra_desktop {
  display: none;
  order: 1;
  width: 59%;
  margin: auto;
  margin-top: 2rem;
  padding-bottom: calc(34% * 1.51163);
}

#zebra_home_device_desktop {
  display: inline-block;
  order: 1;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  padding-bottom: calc(46% * 1.51163);
}

#zebra_mobile_iphonex {
  display: block;
  right: 15%;
  margin-right: 17rem;
  width: 115%;
  padding-bottom: calc(115% * 1.6);
}

.zebra_background {
  position: relative;
  float: left;
  background-image: url("../images/home-iphonex-read-and-listen-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_background_mobile {
  position: relative;
  float: left;
  background-image: url("../images/mobile-dual-screen-iphonex-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_home_device_background {
  position: relative;
  float: left;
  background-image: url("../images/home-device-group-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_background_mobile_iphonex {
  position: relative;
  background-image: url("../images/iphonex-audio-mode.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_text {
  float: left;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.hero_left_foreground_laptop {
  z-index: 1;
  width: 11%;
  height: calc(11% / 1 * 1.1);
  top: 20.2%;
  left: 38.31%;
  transform: rotate(-22deg);
}

.hero_left_foreground_smartphone {
  z-index: 1;
  width: 8.5%;
  height: calc(9.5% / 1 * 1.6);
  top: 67.99%;
  left: 84.71%;
  transform: rotate(11deg);
}

.zebra_foreground_iphonex {
  width: 19%;
  height: calc(19% / 1 * 2.1);
  top: 21%;
  left: 68%;
}

.zebra_foreground_dual_screen {
  width: 25%;
  height: calc(25% / 1 * 1.21);
  top: 16%;
  left: 60%;
  transform: skewY(5deg) skewX(-11deg);
}

.zebra_foreground_desktop {
  width: 14.2%;
  height: calc(14.5% / 1 * 2.3);
  top: 17.99%;
  left: 43.31%;
}

.zebra_foreground_iphonex_2 {
  margin-top: 0;
  width: 9%;
  height: calc(9% / 1 * 2.39);
  top: 56.4%;
  left: 84.1%;
}

.zebra_foreground_mobile_iphonex {
  width: 33%;
  height: calc(33% / 1 * 1.16);
  top: 23%;
  left: 40.5%;
}

#benefit_blocks {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.benefit_block {
  display: inline-block;
  min-width: 10rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: top;
}

.benefit_block p {
  text-align: center;
}

.benefit_block img {
  width: 30%;
}

.benefit_spacer {
  height: 1px;
  width: 295px;
  margin: auto;
  background-color: #e0e0e0;
}

#review_blocks {
  display: flex;
  justify-content: space-between;
  margin: inherit;
  padding: 0 2rem;
  min-height: 16rem;
}

#review_blocks .benefit_block {
  padding-left: 1rem;
  padding-right: 1rem;
}

#review_blocks_mobile {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
  max-width: 65rem;
  min-height: 15rem;
}

.review_block_mobile {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 100%;
  font-size: .95rem;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

.reviewer_spacer {
  width: 1px;
  height: 122px;
  background-color: #e0e0e0;
}

.benefit_horizontal_spacer {
  width: 295px;
  height: 1px;
  background-color: #e0e0e0;
  margin: auto;
}

.reviewer {
  text-align: right;
  padding-top: 1rem;
  font-weight: bold;
}

.reviewer_mobile {
  padding-top: 1rem;
  font-weight: 500;
  margin-top: 0;
  color: #8f95a3;
}

.explore {
  display: block;
  margin-top: .625rem;
  font-weight: 500;
  text-decoration: none;
  color: #0085e6;
}

.review_rotate {
  margin-top: 0;
  width: auto;
}

button.review_rotate {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

button.review_rotate img {
  float: left;
}

.review_rotate_left {
  order: 0;
}

.review_rotate_right {
  order: 6;
}

#review_rotate {
  align-self: flex-start;
  display: flex;
  align-items: center;
  padding-top: 2rem;
}

#review_rotate:hover #chevron_icon {
  color: #0085e6;
}
#review_rotate:hover .circular_button {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  background-image: none;
  background-color: #ffffff;
  border: solid 2px #0085e6;
}

.circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circular_button {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 26px;
  background-image: linear-gradient(to bottom, #009aeb, #0085e6);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

#chevron_icon {
  font-size: 2rem;
  z-index: 1;
  color: #ffffff;
}

#zebra_section {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

#mobile_button {
  text-align: center;
  width: 100%;
}

.categories_margin {
  margin-top: 5rem;
}

.quote_icon {
  width: 100%;
  font-size: 3rem;
  color: #0085e6;
  transform: rotate(180deg);
  text-align: center;
  line-height: .5;
  margin-top: 1.5rem;
}

.mobile_review_circles {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0;
}

.review_circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #0085e6;
  margin-top: 0;
}

.review_circle_filled {
  background-color: #0085e6;
}

@keyframes review_slideleft {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: -100%;
  }
}
@keyframes review_slideright {
  from {
    margin-left: -100%;
  }
  to {
    margin-right: 0%;
  }
}
.animate_slide_review_left {
  animation-name: review_slideleft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.animate_slide_review_right {
  animation-name: review_slideright;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media only screen and (min-width: 39.875rem) {
  .categories_margin {
    margin-top: 2rem;
  }

  .hosted_content {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .verification_email_content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    overflow: auto;
  }

  .hide_on_desktop {
    display: none;
  }

  .hide_on_mobile {
    display: block;
  }

  button {
    width: auto;
    display: inline-block;
  }

  #mobile_button {
    text-align: center;
    width: auto;
  }

  #heros {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .hero_colored_background {
    background-color: #fafafa;
  }

  #hero_left, #hero_right {
    display: block;
    margin-top: 0;
  }

  #hero_left {
    flex: 0 0 52.925926%;
    order: 0;
    padding-bottom: calc(30% * 1.65062);
  }

  #hero_right {
    position: absolute;
    overflow: hidden;
    width: 100vw;
    max-width: 130%;
    padding-bottom: calc(30% * 1.65062);
  }

  #hero_middle {
    flex: 1 0 auto;
    z-index: 1;
    order: 1;
    margin-right: 8rem;
    padding-left: 1rem;
    padding-right: 0;
  }

  #featured_gallery {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  #featured_gallery img {
    width: 20%;
    padding: 0;
    margin-right: calc(20% / 3);
    max-width: 6.25rem;
  }

  #featured_gallery img:last-child {
    width: 20%;
    padding: 0;
    margin-right: 0;
  }

  #zebra_mobile_iphonex {
    display: none;
  }

  #zebra_home_device_desktop {
    width: 73%;
    padding-bottom: calc(34% * 1.51163);
  }

  .benefit_block {
    width: 33%;
    margin-top: 0;
    margin-bottom: 0;
    min-width: unset;
  }

  #createEmail {
    display: inline-block;
    width: 60%;
    margin-right: 1%;
  }

  #createEmail.signup-create-email {
    width: 100%;
  }

  #createSubmit {
    display: inline-block;
    width: calc(40% - 1rem);
    padding-left: unset;
    padding-right: unset;
  }

  #zebra_section {
    padding-top: 2.25rem;
  }

  #zebra {
    display: none;
  }

  #zebra_desktop {
    display: inline-block;
  }

  .book_container {
    flex: 0 0 18%;
  }

  #benefit_blocks {
    flex-direction: row;
  }

  .benefit_spacer {
    width: 1px;
    height: 239px;
    background-color: #e0e0e0;
  }

  .benefit_horizontal_spacer {
    width: 1003px;
    margin: 2rem 0;
  }

  .books_welcome_text_wide {
    max-width: 40rem;
  }
}

/*# sourceMappingURL=instaread_welcome.css.map */
