/* Color Palette */
/* $size-padding-book must be less than or equal to $size-spacing-left and $size-spacing-right */
.books_container {
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.book_container {
  flex: 0 0 auto;
  width: 12rem;
}

.discover_section {
  display: flex;
}

.discover_section_title {
  flex: 1 1 auto;
}

.discover_section_viewall {
  flex: 0 0 auto;
}

.discover_section_title, .discover_section_viewall {
  line-height: 2.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.discover_hosted_content {
  padding: 0;
}

.discover_featured_content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 0;
  position: relative;
}

.discover_feature_left {
  position: relative;
  flex: 0 0 100%;
}

#feature_container {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.discover_feature_right {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 0 0 51.6%;
  text-align: left;
  margin-top: 0;
}

.discover_cover_big {
  flex: 0 0 auto;
  display: inline-block;
  position: relative;
  padding-bottom: calc(100% * 1.217);
  width: 100%;
  margin-top: 0;
}

.discover_cover {
  display: inline-block;
  position: relative;
  padding-bottom: calc(100% * 1.32);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.discover_book_container {
  display: none;
  flex: 0 0 45.9%;
  overflow: auto;
  padding-left: 4rem;
  padding-right: 1rem;
  margin-top: 0;
}

.book_bottom {
  padding-top: 3rem;
}

.discover_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border-radius: 4px;
  vertical-align: middle;
}

.discover_overlay {
  position: absolute;
  display: block;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.07));
  box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.6), 0px 3px 15px 2px rgba(0, 0, 0, 0.2), 0 10px 10px -5px 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);
}

.feature_text_wrapper {
  display: flex;
}

.discover_title_bg {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.16;
  color: #0b0b0b;
}

.discover_title {
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  padding-right: .625rem;
  color: #0b0b0b;
}

.title_bold {
  font-weight: bold;
}

.discover_preview {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.56;
  height: 4.5rem;
  white-space: normal;
  color: #0b0b0b;
}

.discover_author {
  display: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  color: #8f95a3;
}

.discover_overlay a {
  display: block;
  height: 100%;
  width: 100%;
}

.discover_title a, .discover_author a {
  color: inherit;
}

#banner_container {
  overflow: hidden;
}

#banner {
  width: 600vw;
  transform: translateX(-100vw);
}

#banner:after {
  content: " ";
  clear: both;
}

@keyframes slideout {
  to {
    width: 0;
  }
}
.animate_slideout {
  animation-name: slideout;
  animation-duration: 0.66s;
  animation-fill-mode: forwards;
}

@keyframes variant_slideout {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: -100%;
  }
}
.variant_animate_slideout {
  animation-name: variant_slideout;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.banner_container {
  width: calc(100% / 6);
  max-width: 39.875rem;
  float: left;
}

.banner_content_size {
  position: relative;
  padding-bottom: calc(100% * 460 / 1080);
}

.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.banner_content img {
  max-height: 100%;
  max-width: 100%;
  z-index: 0;
}

.banner_labels {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  z-index: 1;
}
.banner_labels * {
  color: #ffffff;
}

.banner_labels_background {
  z-index: -1;
  position: absolute;
  height: 130%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4) 100%);
}

.feature_labels {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17.125rem;
  padding-top: 6.8rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  z-index: 1;
}
.feature_labels * {
  color: #ffffff;
}

.feature_labels_background {
  z-index: -1;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6) 100%);
}

hr {
  position: relative;
  top: 2.25rem;
  margin: 0;
}

.invisible-hr {
  display: none;
}

.discover_section_title_row {
  display: flex;
  height: 3rem;
  background-color: #f4f4f4;
  border-radius: 20px 20px 0px 0px;
}

.discover_section_title_freedaily {
  align-self: center;
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.books_container_freedaily {
  display: flex;
  height: 8rem;
  margin-top: 0px;
}

.book_container_freedaily_left {
  width: 60%;
  display: flex;
}

.book_container_freedaily_right {
  display: flex;
  justify-content: center;
  width: 40%;
}

#book_cover_container_freedaily {
  overflow: hidden;
  width: 8rem;
}

.book_title_freedaily {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #1f1f1f;
}

.book_author_freedaily {
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #8f95a3;
}

.book_container_title_author_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 1rem;
  width: 100%;
  padding-top: 1rem;
}

.book_container_left_button a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 0.575rem 0.575rem;
}

#book_thumbnail_freedaily_overlay a {
  border-radius: 10px;
  box-shadow: -5px 7px 15px 0 rgba(0, 0, 0, 0.4);
}

#freedaily_hosted_content {
  border-radius: 20px;
  box-shadow: -5px 10px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 0px;
}

hr.hosted_content_row_hr {
  max-width: 69.75rem;
  margin-left: auto;
  margin-right: auto;
}

.discover_image_banner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border-radius: 4px;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

#freedaily-padding {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 39.875rem) {
  #banner {
    width: 239.25rem;
    transform: translateX(calc((100vw - 39.875rem) / 2 - 2 * 39.875rem));
  }

  .book_container {
    width: 12.5rem;
  }

  .discover_book_container {
    display: inline-block;
  }

  .discover_feature_left {
    flex: 0 0 48%;
  }

  .discover_feature_right {
    display: flex;
  }

  .discover_hosted_content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .discover_title_bg {
    font-size: 2rem;
  }

  .discover_author {
    display: block;
  }

  .feature_labels {
    padding-top: 6rem;
    padding-bottom: 1rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .invisible-hr {
    display: block;
  }

  .discover_section_title_row {
    display: flex;
    height: 4rem;
    background-color: #f4f4f4;
    border-radius: 20px 20px 0px 0px;
  }

  .discover_section_title_freedaily {
    align-self: center;
    padding-left: 2rem;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .books_container_freedaily {
    display: flex;
    height: 14rem;
    margin-top: 0px;
  }

  .book_container_freedaily_left {
    width: 100%;
    display: flex;
  }

  .book_container_freedaily_right {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #book_cover_container_freedaily {
    overflow: hidden;
    width: 12.5rem;
  }

  .book_title_freedaily {
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #1f1f1f;
  }

  .book_author_freedaily {
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #8f95a3;
  }

  .book_container_title_author_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 2rem;
    padding-top: 1.6rem;
  }

  .book_container_left_button {
    padding-top: 1rem;
  }

  .book_container_left_button a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 0.8125rem 2.375rem;
  }

  #book_thumbnail_freedaily_overlay a {
    border-radius: 10px;
    box-shadow: -5px 7px 15px 0 rgba(0, 0, 0, 0.4);
  }

  #freedaily_hosted_content {
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.16);
    padding: 0px;
  }

  hr.hosted_content_row_hr {
    max-width: 69.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .discover_image_banner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border-radius: 4px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }

  .hosted_content_row_freedaily {
    margin: 0px;
  }

  #feature_container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border-radius: 4px;
  }

  #freedaily-padding {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 71.75rem) {
  .book_container {
    width: 11.95833rem;
  }

  .book_bottom {
    padding-top: 2.25rem;
  }
}

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