#report-book-data-issue-modal .modal-content-title {
  font-weight: 600;
  margin-bottom: 10px; }

#report-book-data-issue-modal .list-unstyled input {
  margin-right: 10px; }

.report-book-data-vc .report-book-data-button .report-book-data-icon {
  margin-right: 4px; }

.report-book-data-vc .report-book-data-button .report-book-data-link {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 600; }

.bub-dropdown {
  position: relative;
  color: #162127; }
  .bub-dropdown-button {
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    line-height: 14px;
    white-space: nowrap;
    background-image: none; }
    .bub-dropdown-button-label, .bub-dropdown-button-trigger {
      padding: 12px 0;
      text-align: center;
      border-width: 1px;
      border-style: solid; }
      .bub-dropdown-button-label:focus, .bub-dropdown-button-trigger:focus {
        outline: 0; }
    .bub-dropdown-button-label {
      flex: 1;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 8px;
      padding-right: 8px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-right: 0; }
      .bub-dropdown-button-label.interactive {
        cursor: pointer; }
      .bub-dropdown-button-label.disabled {
        cursor: not-allowed; }
      .bub-dropdown-button-label-icon {
        margin-right: 10px;
        margin-bottom: 3px; }
    .bub-dropdown-button-trigger {
      flex: 0 0 40px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-left: 0;
      cursor: pointer; }
      .bub-dropdown-button-trigger.disabled {
        cursor: not-allowed; }
  .bub-dropdown-list-container {
    display: none;
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #cfcfcf;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .bub-dropdown-list-container.scrollable {
      max-height: 300px;
      overflow: scroll; }
  .bub-dropdown-list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    background: #fff; }
    .bub-dropdown-list-item.selected {
      color: #07b798; }
    .bub-dropdown-list-item.divider {
      border-bottom: 1px solid #cfcfcf;
      padding: 0 16px;
      margin: 6px 0; }
    .bub-dropdown-list-item-button {
      display: block;
      width: 100%;
      margin: 0;
      padding: 12px 16px;
      border: none;
      background: #fff;
      text-align: left;
      white-space: nowrap;
      background-image: none; }
      .bub-dropdown-list-item-button:hover, .bub-dropdown-list-item-button:focus {
        background: #f3f4f4; }
      .bub-dropdown-list-item-button:focus {
        outline: none; }
    .bub-dropdown-list-item-icon {
      margin-right: 10px;
      margin-bottom: 3px;
      color: #b9bcbe; }
  .bub-dropdown.open .bub-dropdown-button-label,
  .bub-dropdown.open .bub-dropdown-button-trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .bub-dropdown.open .bub-dropdown-list-container {
    display: block; }
  .bub-dropdown.mist .bub-dropdown-button-label, .bub-dropdown.mist .bub-dropdown-button-trigger {
    border-color: #cfcfcf; }
  .bub-dropdown.mist .bub-dropdown-button-label {
    background: #f3f4f4;
    color: #162127; }
    .bub-dropdown.mist .bub-dropdown-button-label.disabled {
      color: #8b9093; }
    .bub-dropdown.mist .bub-dropdown-button-label:not(.disabled):focus, .hover-enabled .bub-dropdown.mist .bub-dropdown-button-label:not(.disabled):hover {
      background: #e8e9e9; }
  .bub-dropdown.mist .bub-dropdown-button-trigger {
    background: #dcdedf;
    color: #8b9093; }
    .bub-dropdown.mist .bub-dropdown-button-trigger:not(.disabled):focus, .hover-enabled .bub-dropdown.mist .bub-dropdown-button-trigger:not(.disabled):hover {
      background: #b9bcbe; }
  .bub-dropdown.sea .bub-dropdown-button-label, .bub-dropdown.sea .bub-dropdown-button-trigger {
    border-color: #05806a; }
  .bub-dropdown.sea .bub-dropdown-button-label {
    background: #07b798;
    color: #fff; }
    .bub-dropdown.sea .bub-dropdown-button-label:not(.disabled):focus, .hover-enabled .bub-dropdown.sea .bub-dropdown-button-label:not(.disabled):hover {
      background: #06a589; }
  .bub-dropdown.sea .bub-dropdown-button-trigger {
    background: #05806a;
    color: #fff; }
    .bub-dropdown.sea .bub-dropdown-button-trigger:not(.disabled):focus, .hover-enabled .bub-dropdown.sea .bub-dropdown-button-trigger:not(.disabled):hover {
      background: #05735f; }
  .bub-dropdown.lava .bub-dropdown-list-item.selected {
    color: #F44336; }
  .bub-dropdown.lava .bub-dropdown-button-label, .bub-dropdown.lava .bub-dropdown-button-trigger {
    border-color: #ab2f26; }
  .bub-dropdown.lava .bub-dropdown-button-label {
    background: #dc3c31;
    color: #fff; }
    .bub-dropdown.lava .bub-dropdown-button-label:not(.disabled):focus, .hover-enabled .bub-dropdown.lava .bub-dropdown-button-label:not(.disabled):hover {
      background: #c6362c; }
  .bub-dropdown.lava .bub-dropdown-button-trigger {
    background: #ab2f26;
    color: #fff; }
    .bub-dropdown.lava .bub-dropdown-button-trigger:not(.disabled):focus, .hover-enabled .bub-dropdown.lava .bub-dropdown-button-trigger:not(.disabled):hover {
      background: #9a2a22; }
  .bub-dropdown.white .bub-dropdown-button-label, .bub-dropdown.white .bub-dropdown-button-trigger {
    background: #fff;
    color: #5c6468;
    border-color: #b9bcbe; }
    .bub-dropdown.white .bub-dropdown-button-label:not(.disabled):focus, .hover-enabled .bub-dropdown.white .bub-dropdown-button-label:not(.disabled):hover, .bub-dropdown.white .bub-dropdown-button-trigger:not(.disabled):focus, .hover-enabled .bub-dropdown.white .bub-dropdown-button-trigger:not(.disabled):hover {
      background: #f3f4f4; }
  .bub-dropdown.midnight .bub-dropdown-button-label, .bub-dropdown.midnight .bub-dropdown-button-trigger {
    border-color: #435c68; }
  .bub-dropdown.midnight .bub-dropdown-button-label {
    background: #4f6c7a;
    color: #fff; }
    .bub-dropdown.midnight .bub-dropdown-button-label:not(.disabled):focus, .hover-enabled .bub-dropdown.midnight .bub-dropdown-button-label:not(.disabled):hover {
      background: #1d4254; }
  .bub-dropdown.midnight .bub-dropdown-button-trigger {
    background: #042d41;
    color: #fff; }
    .bub-dropdown.midnight .bub-dropdown-button-trigger:not(.disabled):focus, .hover-enabled .bub-dropdown.midnight .bub-dropdown-button-trigger:not(.disabled):hover {
      background: #03202e; }

.book-cta-vc .cta-box {
  border: 1px solid #dcdedf;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .book-cta-vc .cta-box {
      border-left: none;
      border-right: none; } }
  .book-cta-vc .cta-box .cta-box-section {
    padding: 15px 20px;
    border-bottom: 1px solid #dcdedf; }
    .book-cta-vc .cta-box .cta-box-section:last-child {
      border-bottom: none; }
    @media (max-width: 1199px) {
      .book-cta-vc .cta-box .cta-box-section {
        padding: 10px; } }
    @media (max-width: 991px) {
      .book-cta-vc .cta-box .cta-box-section {
        padding: 10px 0px; } }
    @media (max-width: 991px) {
      .book-cta-vc .cta-box .cta-box-section.cta-price {
        text-align: center; } }
    .book-cta-vc .cta-box .cta-box-section.cta-share {
      padding: 8px;
      text-align: center; }
      .book-cta-vc .cta-box .cta-box-section.cta-share .share-prompt {
        font-size: 14px;
        line-height: 1.5em;
        color: #162127;
        margin-bottom: 7px; }
  .book-cta-vc .cta-box .cta-buy-action-button {
    margin-top: 12px; }
    @media (min-width: 991px) {
      .book-cta-vc .cta-box .cta-buy-action-button {
        padding: 0px; } }
  .book-cta-vc .cta-box .cta-action-button {
    margin-top: 4px;
    margin-bottom: 8px; }
    @media (min-width: 991px) {
      .book-cta-vc .cta-box .cta-action-button {
        padding: 0px; } }
    @media (max-width: 767px) {
      .book-cta-vc .cta-box .cta-action-button {
        padding: 0 5px; } }

.book-cta-vc .sticky-cta-box {
  border: 1px solid #dcdedf;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .book-cta-vc .sticky-cta-box .sticky-cta-buttons {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 991px) {
      .book-cta-vc .sticky-cta-box .sticky-cta-buttons {
        padding: 25px; } }
    @media (max-width: 767px) {
      .book-cta-vc .sticky-cta-box .sticky-cta-buttons {
        padding: 15px; } }
    .book-cta-vc .sticky-cta-box .sticky-cta-buttons .get-book,
    .book-cta-vc .sticky-cta-box .sticky-cta-buttons .manage-book-button {
      flex: 1; }
      @media (max-width: 991px) {
        .book-cta-vc .sticky-cta-box .sticky-cta-buttons .get-book:first-of-type,
        .book-cta-vc .sticky-cta-box .sticky-cta-buttons .manage-book-button:first-of-type {
          margin-right: 20px; } }
      @media (max-width: 767px) {
        .book-cta-vc .sticky-cta-box .sticky-cta-buttons .get-book:first-of-type,
        .book-cta-vc .sticky-cta-box .sticky-cta-buttons .manage-book-button:first-of-type {
          margin-right: 10px; } }

.bub-tags.withIcon .svg-icon {
  margin-right: 5px; }

.book-page-info .book-info-header {
  padding-bottom: 5px; }
  @media (min-width: 992px) {
    .book-page-info .book-info-header {
      border-bottom: 1px solid #dcdedf;
      padding-bottom: 20px; } }

.book-page-info .book-info-body {
  margin-bottom: 20px; }
  .book-page-info .book-info-body .new-release-callout-container {
    padding-top: 16px; }
    .book-page-info .book-info-body .new-release-callout-container .new-release-callout {
      background: #ffcd39;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.5em;
      padding: 2px 6px; }
  .book-page-info .book-info-body .blurb {
    font-family: Lora, Georgia, Times, serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #162127;
    margin: 10px 0 20px; }
  .book-page-info .book-info-body .blurb-container .blurb-header {
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Oswald", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #162127;
    padding-top: 16px; }
  .book-page-info .book-info-body .blurb-container .blurb {
    margin: 10px 0 10px; }
  .book-page-info .book-info-body .blurb-container .blurb-date {
    color: #8b9093;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px; }
  .book-page-info .book-info-body .description-header {
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Oswald", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #162127;
    margin: 10px 0; }
  .book-page-info .book-info-body .description strong p,
  .book-page-info .book-info-body .description h1, .book-page-info .book-info-body .description h2, .book-page-info .book-info-body .description h3, .book-page-info .book-info-body .description h4, .book-page-info .book-info-body .description h5, .book-page-info .book-info-body .description h6 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
    color: #162127; }
  .book-page-info .book-info-body .description hr {
    display: none; }
  .book-page-info .book-info-body .description .morelink {
    padding-left: 5px; }
  .book-page-info .book-info-body .description p {
    margin-bottom: 10px; }
  .book-page-info .book-info-body .description br {
    display: block;
    content: "";
    margin-top: 10px; }
  .book-page-info .book-info-body .description .shortcontent, .book-page-info .book-info-body .description .allcontent {
    display: inline; }
    .book-page-info .book-info-body .description .shortcontent p:last-child, .book-page-info .book-info-body .description .allcontent p:last-child {
      display: inline; }

.book-page-book-section-vc .book-detail-content {
  z-index: 0; }

.book-page-book-section-vc .book-cover {
  z-index: 1; }
  @media (max-width: 991px) {
    .book-page-book-section-vc .book-cover {
      min-width: 150px; } }

.book-page-book-section-vc .read-preview-link {
  text-align: center;
  margin-top: 10px; }
  .book-page-book-section-vc .read-preview-link-icon {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.5em; }
  .book-page-book-section-vc .read-preview-link-icon, .book-page-book-section-vc .read-preview-link-text {
    font-size: 14px;
    line-height: 1.5em;
    vertical-align: middle; }

.book-page-book-section-vc .additional-info {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #162127;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 991px) {
    .book-page-book-section-vc .additional-info {
      border-top: 1px solid #dcdedf;
      padding-top: 10px; } }
  .book-page-book-section-vc .additional-info .release-date {
    margin-bottom: 10px; }
    .book-page-book-section-vc .additional-info .release-date-icon {
      margin-right: 8px;
      margin-bottom: 3px; }
    .book-page-book-section-vc .additional-info .release-date-label {
      margin-right: 5px;
      font-weight: 600; }
  .book-page-book-section-vc .additional-info .tag-links {
    margin-top: 10px; }
  .book-page-book-section-vc .additional-info .report-data {
    margin-top: 10px; }

.profile-collection-card {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dcdedf;
  margin-top: 10px; }
  .profile-collection-card .card-header {
    width: 100%;
    border-bottom: 1px solid #dcdedf;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px; }
    .profile-collection-card .card-header.small {
      padding: 10px 8px 10px 10px; }
      .profile-collection-card .card-header.small .not-interested-button-wrapper {
        margin-left: 2px; }
    .profile-collection-card .card-header .profile-follow-wrapper {
      min-width: 0;
      width: 100%; }
    .profile-collection-card .card-header .not-interested-button-wrapper {
      flex: 0 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 15px; }
      .profile-collection-card .card-header .not-interested-button-wrapper .not-interested-button {
        width: 30px;
        height: 30px; }
      .profile-collection-card .card-header .not-interested-button-wrapper .not-interested-button-icon {
        color: #b9bcbe; }
        .profile-collection-card .card-header .not-interested-button-wrapper .not-interested-button-icon:hover {
          color: #8b9093; }
  .profile-collection-card .card-books {
    margin: 20px;
    overflow: hidden; }
    .profile-collection-card .card-books .card-books-label {
      font-weight: 600;
      color: #454d52;
      margin-bottom: 15px; }
      .profile-collection-card .card-books .card-books-label .small {
        font-size: 8px; }
    .profile-collection-card .card-books .book-covers .book-cover {
      float: left;
      width: 30%;
      margin-right: 5%;
      max-width: 150px;
      padding: 2px; }
    .profile-collection-card .card-books .book-covers .book-cover-xlarge {
      width: 14%;
      margin-right: 2.5%; }
    .profile-collection-card .card-books .book-covers .book-cover-large {
      width: 18%;
      margin-right: 2.5%; }
    .profile-collection-card .card-books .book-covers .book-cover-medium {
      width: 22%;
      margin-right: 4%; }
    .profile-collection-card .card-books .book-covers .book-cover:last-child {
      margin-right: 0; }
  .profile-collection-card .card-footer {
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #f3f4f4;
    max-height: 50px;
    white-space: normal;
    overflow: hidden; }
    .profile-collection-card .card-footer.expand-footer {
      max-height: none; }

.profile-collection-card-small {
  position: relative; }
  .profile-collection-card-small .card-header {
    white-space: nowrap;
    overflow-x: hidden;
    padding: 10px; }
  .profile-collection-card-small .card-books {
    margin: 20px 10px; }

.book-authors-vc .authors-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 10px; }

.deals-carousel-item-placeholder .cover-image {
  margin-bottom: 17px; }

.deals-carousel-item-placeholder .price-comparison .retail-price {
  height: 11px;
  margin-left: 0;
  margin-right: 35%;
  margin-bottom: 8px; }

.deals-carousel-item-placeholder .deals-carousel-item-book-category {
  margin-bottom: 0; }
  .deals-carousel-item-placeholder .deals-carousel-item-book-category .category-name {
    height: 9px;
    margin-right: 15%; }

.deals-carousel-item-placeholder .cover-image-wrapper, .deals-carousel-item-placeholder .retail-price, .deals-carousel-item-placeholder .category-name {
  background-color: #dcdedf; }

.blog-post-card {
  width: 100%;
  background-color: white;
  white-space: normal;
  position: relative;
  height: 100%; }
  .blog-post-card.full, .blog-post-card.compact {
    border-radius: 4px;
    overflow: hidden; }
  .blog-post-card.simple .blog-post-title {
    padding-top: 10px; }
  .blog-post-card .blog-post-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .blog-post-card .blog-post-link .blog-post-image {
      position: relative;
      background-size: cover;
      background-position: center;
      transition: all 0.2s;
      padding-bottom: 45%;
      flex: 1; }
      .blog-post-card .blog-post-link .blog-post-image .blog-category-badge {
        background-color: #03a9f4;
        color: white;
        text-transform: uppercase;
        padding: 5px 15px;
        font-size: 11px;
        line-height: 1.5em;
        position: absolute;
        bottom: 0;
        left: 0; }
    .blog-post-card .blog-post-link:hover {
      text-decoration: none; }
    .blog-post-card .blog-post-link .blog-card-content {
      background-color: white;
      border-left: 1px solid #dcdedf;
      border-right: 1px solid #dcdedf;
      border-bottom: 1px solid #dcdedf;
      border-radius: 0 0 4px 4px;
      padding: 20px;
      overflow: hidden;
      flex: 0 0 120px; }
      @media (max-width: 1199px) {
        .blog-post-card .blog-post-link .blog-card-content .blog-card-text {
          padding: 15px 15px 0; } }
  .blog-post-card .blog-post-title {
    color: #042d41;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Lora, Georgia, Times, serif;
    margin-bottom: 14px;
    min-height: 3em; }
  .blog-post-card .blog-post-date {
    font-size: 12px;
    line-height: 1.5em;
    color: #5c6468; }
  .blog-post-card.compact {
    min-height: 100px; }
    .blog-post-card.compact .blog-post-link {
      display: flex;
      flex-direction: row; }
      .blog-post-card.compact .blog-post-link .blog-post-image {
        flex: 1 1 40%;
        padding: 0;
        border-radius: 4px 0 0 4px; }
      .blog-post-card.compact .blog-post-link .blog-card-content {
        border-left: none;
        border-top: 1px solid #dcdedf;
        border-right: 1px solid #dcdedf;
        border-bottom: 1px solid #dcdedf;
        border-radius: 0 4px 4px 0;
        flex: 1 1 60%;
        padding: 12px; }

.ad-sense-container {
  width: 300px;
  margin: 0 auto; }
  .ad-sense-container .display-ad-placeholder {
    width: 300px;
    height: 250px;
    background: #fff;
    border: 1px solid #ddd; }
  .ad-sense-container .report-ad-wrapper {
    text-align: left; }
    .ad-sense-container .report-ad-wrapper .report-ad-link {
      font-size: 9px;
      font-weight: 600;
      text-transform: uppercase;
      color: #03a9f4; }
      .ad-sense-container .report-ad-wrapper .report-ad-link .report-ad-flag-icon {
        font-size: 9px;
        margin-right: 4px;
        color: #03a9f4; }
      .ad-sense-container .report-ad-wrapper .report-ad-link:hover {
        text-decoration: none;
        border-bottom: 1px solid; }

.nile-ad-placeholder {
  margin: 0 auto;
  width: 300px;
  height: 250px; }

.book-page-explore-section-vc {
  padding: 40px 0; }
  .book-page-explore-section-vc:empty {
    padding: 0; }
  .book-page-explore-section-vc .carousel-section {
    margin-bottom: 50px; }
    .book-page-explore-section-vc .carousel-section:empty {
      margin-bottom: 0; }
    .book-page-explore-section-vc .carousel-section:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .book-page-explore-section-vc {
      padding: 30px 0; } }
  .book-page-explore-section-vc .book-explore-ad-container {
    padding-top: 42px;
    text-align: right; }
    @media (max-width: 991px) {
      .book-page-explore-section-vc .book-explore-ad-container {
        text-align: center; } }
    .book-page-explore-section-vc .book-explore-ad-container .book-explore-ad-app {
      display: inline-block; }

.book-author-black a {
  color: #162127; }

.book-author-grey a {
  color: #5c6468; }

.book-story-book-card {
  background-color: #f3f4f4;
  border: 1px solid #dcdedf;
  padding: 15px; }
  .book-story-book-card .cover-image-section-wrapper {
    float: left;
    height: 0;
    min-width: 90px; }
  .book-story-book-card .book-details-wrapper {
    display: inline-block;
    padding-left: 105px;
    width: 100%; }
    .book-story-book-card .book-details-wrapper .title-section {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .book-story-book-card .book-details-wrapper .title-section .title {
        font-size: 18px;
        line-height: 1.5em;
        font-family: Lora, Georgia, Times, serif;
        color: #162127; }
    .book-story-book-card .book-details-wrapper .buttons-wrapper {
      display: flex;
      margin-top: 16px; }
      .book-story-book-card .book-details-wrapper .buttons-wrapper .bookmark-btn-wrapper {
        display: inline;
        margin-right: 10px; }
      .book-story-book-card .book-details-wrapper .buttons-wrapper .bookmark-dropdown-wrapper {
        display: inline;
        margin-right: 10px;
        width: 220px; }
      .book-story-book-card .book-details-wrapper .buttons-wrapper .buy-btn-wrapper {
        width: 220px; }
  .book-story-book-card .description {
    margin: 15px 10px 0 0;
    padding-left: 105px; }
  .book-story-book-card.mini {
    min-height: 145px; }
    .book-story-book-card.mini .cover-image-section-wrapper {
      min-width: 75px; }
    .book-story-book-card.mini .book-details-wrapper {
      padding-left: 90px; }
      .book-story-book-card.mini .book-details-wrapper .title-section .title {
        font-size: 18px;
        line-height: 1.5em; }
      .book-story-book-card.mini .book-details-wrapper .bookmark-dropdown-wrapper {
        width: inherit; }
      .book-story-book-card.mini .book-details-wrapper .buy-btn-wrapper {
        width: inherit; }
    .book-story-book-card.mini .description {
      padding-left: 0; }

.ellipsis-dropdown-menu .dropdown {
  border: none;
  background-color: transparent;
  margin: 5px 0 15px 0; }

.ellipsis-dropdown-menu .dropdown-button-icon {
  width: auto;
  height: 1.5em; }

.ellipsis-dropdown-menu .dropdown-toggle.btn {
  padding: 6px 12px; }

.ellipsis-dropdown-menu .dropdown-menu {
  background-color: white;
  border: 1px solid #dcdedf;
  box-shadow: 0px 0px 1px 0px #dcdedf;
  right: -12px; }
  .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item {
    border-top: 1px solid #dcdedf; }
    .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item a {
      color: #04293b; }
      .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item a:hover {
        background-color: #f8f8f9; }
  .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item:first-child {
    border-top: none; }

.ellipsis-dropdown-menu .dropdown-menu:before, .ellipsis-dropdown-menu .dropdown-menu:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid; }

.ellipsis-dropdown-menu .dropdown-menu:after {
  border-color: transparent transparent white transparent;
  border-width: 10px;
  top: -20px;
  right: 17px; }

.ellipsis-dropdown-menu .dropdown-menu:before {
  border-color: transparent transparent #dcdedf transparent;
  border-width: 11px;
  top: -23px;
  right: 16px; }

.ellipsis-dropdown-menu.flush-right .dropdown-menu {
  right: 5px; }

.ellipsis-dropdown-menu.flush-right .dropdown-menu:after {
  right: 0px; }

.ellipsis-dropdown-menu.flush-right .dropdown-menu:before {
  right: -1px; }

#confirm-modal {
  margin: 10px;
  overflow: hidden;
  display: inline-block; }
  #confirm-modal {
    display: block; }
  #confirm-modal p {
    padding: 10px; }
  #confirm-modal .confirm-modal-content {
    text-align: center;
    margin-bottom: 15px; }
  #confirm-modal .confirm-modal-buttons {
    justify-content: center; }
  #confirm-modal .confirm-modal-button.no-button {
    float: left; }
  #confirm-modal .confirm-modal-button.yes-button {
    float: right; }

.book-story-user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.5em;
  line-height: 1.5;
  margin: 0; }
  .book-story-user-info a {
    color: #162127; }
  .book-story-user-info .pull-left {
    margin-right: 15px; }
  .book-story-user-info .user-info {
    min-width: 0; }
  .book-story-user-info .post-info {
    float: right;
    display: flex;
    align-items: center; }
    .book-story-user-info .post-info .follow-btn-wrapper {
      margin-left: 10px; }

.book-story-rating-recommendation {
  font-size: 18px;
  line-height: 1.5em; }
  .book-story-rating-recommendation .bolded {
    font-weight: 600; }
  .book-story-rating-recommendation .ratings-wrapper {
    display: inline-block;
    margin-left: 5px; }

.book-story-content {
  white-space: pre-line;
  word-wrap: break-word; }
  .book-story-content .book-story-text-wrapper .book-story-text {
    font-family: Lora, Georgia, Times, serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    margin-top: 15px; }
  .book-story-content .book-story-text-wrapper .placeholder-text {
    font-style: italic;
    color: #8b9093; }
  .book-story-content .book-story-text-wrapper.concise {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%; }
  .book-story-content .book-story-text-wrapper .auto-created-msg {
    font-style: italic;
    color: #b9bcbe;
    margin-top: 12px; }
  @media (max-width: 767px) {
    .book-story-content .book-story-text-wrapper {
      padding: 0; }
      .book-story-content .book-story-text-wrapper.concise {
        width: 75%; } }
  .book-story-content .embedded-context-wrapper {
    margin-top: 15px; }
    @media (max-width: 767px) {
      .book-story-content .embedded-context-wrapper {
        margin-right: 0px;
        margin-left: 0px; } }
  .book-story-content .missing-book-info-container {
    margin: 15px -16px 0 -16px; }
    @media (max-width: 767px) {
      .book-story-content .missing-book-info-container {
        margin: 15px 0 0 0; } }
  .book-story-content .book-cover-wrapper {
    float: left;
    width: 10%; }
    @media (max-width: 767px) {
      .book-story-content .book-cover-wrapper {
        width: 20%; } }
  .book-story-content .reaction-section {
    color: #5c6468;
    font-size: 12px;
    line-height: 1.5em; }
    .book-story-content .reaction-section .reaction-label {
      color: #162127;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.5em;
      margin-bottom: 5px;
      margin-top: 15px; }
  .book-story-content .rating-recommendation-section {
    margin-top: 15px; }
    .book-story-content .rating-recommendation-section.small {
      margin-top: 10px; }
    .book-story-content .rating-recommendation-section.concise {
      margin-top: 0; }
  .book-story-content .post-info-item, .book-story-content .timestamp {
    font-size: 12px;
    line-height: 1.5em;
    color: #b9bcbe;
    margin-top: 12px; }

.like-btn {
  display: flex;
  align-items: center; }
  .like-btn .like-btn-wrapper {
    display: inline-flex; }
  .like-btn .like-btn-count {
    margin: 0 15px; }
    @media (max-width: 768px) {
      .like-btn .like-btn-count {
        margin: 0 8px; } }

.book-story-interaction-info .book-story-comment-interactions .view-all-likes, .book-story-interaction-info .book-story-comment-interactions .view-all-spacer, .book-story-interaction-info .book-story-comment-interactions .view-all-comments {
  color: #b9bcbe; }

.book-story-interaction-info .book-story-interactions .view-all-likes {
  color: #162127; }

.book-story-comment-interactions-vc {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 5px; }
  .book-story-comment-interactions-vc .edited-at {
    color: #b9bcbe;
    margin-left: 2px; }
  .book-story-comment-interactions-vc .divider {
    color: #b9bcbe;
    margin: 0 4px; }
  .book-story-comment-interactions-vc .book-story-comment-like-wrapper {
    display: flex; }

.book-story-comment-form-buttons-vc {
  margin-top: 15px; }
  .book-story-comment-form-buttons-vc .post-button {
    display: inline-block; }
  .book-story-comment-form-buttons-vc .cancel-button {
    display: inline-block;
    margin-left: 8px; }

.book-story-comment-form .story-comment-text {
  margin-top: 16px;
  width: 100%;
  margin: 2px 0;
  display: block; }
  .book-story-comment-form .story-comment-text textarea {
    max-width: 100%;
    min-height: 40px;
    resize: none;
    overflow: hidden; }
    .book-story-comment-form .story-comment-text textarea.placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea:-moz-placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea::-moz-placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea:-ms-input-placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea::-webkit-input-placeholder {
      font-style: italic; }
  .book-story-comment-form .story-comment-text button {
    clear: both; }
  .book-story-comment-form .story-comment-text.active .mentionable-input__highlighter, .book-story-comment-form .story-comment-text.active textarea {
    min-height: 100px !important; }

.book-story-comments .form-group {
  margin-bottom: 0; }

.book-story-comments .view-all-comments {
  padding: 0 0 5px 0; }
  .book-story-comments .view-all-comments.btn-link {
    font-size: 12px;
    line-height: 1.5em; }
  .book-story-comments .view-all-comments span {
    font-weight: 400; }
  .book-story-comments .view-all-comments.hidden-xs {
    color: #b9bcbe; }

.book-story-comments .book-story-comment {
  white-space: pre-line;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.5em; }
  .book-story-comments .book-story-comment a span.username {
    color: #b9bcbe;
    padding-left: 4px; }
  .book-story-comments .book-story-comment .timestamp {
    color: #b9bcbe;
    padding: 0 5px;
    float: right; }

.book-story-comments .book-story-comment-wrapper {
  margin-left: 5px;
  padding: 10px 0; }

.book-story-like-vc .book-story-like-help-text {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: Lora, Georgia, Times, serif;
  font-style: italic; }

.book-story-share-modal {
  margin: 40px 0 30px 0; }
  .book-story-share-modal .book-story-share-modal-title {
    text-align: center;
    color: #8b9093;
    font-weight: 600;
    margin-bottom: 20px; }

.book-story-share-button-vc .share-btn-wrapper:hover .button-icon .share-icon {
  color: #8b9093; }

.book-story-share-button-vc .button-icon .share-icon {
  color: #cfcfcf; }

.book-story-interactions-buttons .book-story-interactions-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px; }
  .book-story-interactions-buttons .book-story-interactions-buttons-wrapper.normal {
    align-items: center; }
    .book-story-interactions-buttons .book-story-interactions-buttons-wrapper.normal .book-story-interactions-button:first-child {
      margin-right: 5px; }

.book-story {
  margin-bottom: 32px;
  line-height: 1.5em; }
  .book-story .book-story-wrapper {
    background-color: #fff;
    border: 1px solid #dcdedf;
    padding: 22px 30px; }
    @media (max-width: 767px) {
      .book-story .book-story-wrapper.full-width {
        border: none;
        padding: 20px; } }
    .book-story .book-story-wrapper.book-story-comments-wrapper {
      border-top: none;
      background-color: #f3f4f4; }
      @media (min-width: 768px) {
        .book-story .book-story-wrapper.book-story-comments-wrapper {
          padding: 16px 32px; } }
      @media (max-width: 767px) {
        .book-story .book-story-wrapper.book-story-comments-wrapper.full-width {
          border-top: 1px solid #dcdedf;
          border-bottom: 1px solid #dcdedf; } }

.bookmark-btn, .buy-button {
  float: left;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .bookmark-btn, .buy-button {
      margin-bottom: 5px; } }

.book-story-concise {
  background-color: #fff;
  border: 1px solid #dcdedf;
  line-height: 1.5em;
  padding: 16px 16px 6px; }
  .book-story-concise .book-story-concise-interactions {
    border-top: 1px solid #f3f4f4;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 15px; }
    .book-story-concise .book-story-concise-interactions .book-story-concise-interactions-buttons-wrapper {
      margin-top: 12px;
      width: 100%; }
    .book-story-concise .book-story-concise-interactions .book-story-concise-user-info-dropdown-wrapper {
      margin-top: 5px;
      margin-right: -10px; }

.book-story-container {
  position: relative;
  border-radius: 3px; }
  .book-story-container .ribbon {
    right: -5px;
    top: -4px; }
    .book-story-container .ribbon span {
      transform: rotate(45deg);
      top: 19px;
      left: -4px; }

.bub-infinite-scroll .loading-spinner {
  text-align: center;
  color: #dcdedf; }

.secondary-light.more-rec {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  display: block;
  max-width: 250px; }

.book-story-feed-vc .empty-feed {
  color: #b9bcbe; }

.book-story-feed-vc .empty-cta {
  margin-bottom: 45px; }

.simple-book-stories-vc .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px; }

.simple-book-stories-vc .simple-book-stories-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em; }

.simple-book-stories-vc .review-button {
  float: right;
  line-height: 52px; }

.simple-book-stories-vc .cta-review-button-wrapper {
  margin-top: 10px; }

.simple-book-stories-vc .book-stories-empty {
  margin-bottom: 40px; }

.simple-book-stories-vc .book-story-feed {
  margin-bottom: 12px; }

.book-reactions-summaries-vc {
  margin-bottom: 20px; }
  .book-reactions-summaries-vc .summaries-header {
    color: #5c6468;
    font-size: 14px;
    line-height: 1.5em;
    padding: 16px 0; }
    @media (min-width: 768px) {
      .book-reactions-summaries-vc .summaries-header {
        border-top: 1px solid #dcdedf; } }

.book-share-modal-vc .book-share-cover {
  width: 130px;
  max-width: 80%;
  margin: 0 auto 15px; }

.book-share-modal-vc .book-prices {
  text-align: center;
  margin-bottom: 15px; }
  .book-share-modal-vc .book-prices .retail-price {
    font-size: 24px;
    line-height: 1.3em;
    color: #8b9093;
    text-decoration: line-through;
    margin-right: 10px; }
  .book-share-modal-vc .book-prices .deal-price {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #F44336; }

.book-share-modal-vc .book-share-links {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  .book-share-modal-vc .book-share-links .share-link {
    margin-bottom: 5px; }

.signup-header-container {
  color: #162127;
  background-size: auto auto; }
  .signup-header-container .signup-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .signup-header-container .signup-section {
        flex-direction: column; } }
  .signup-header-container .signup-header {
    width: 100%;
    margin: 32px 0 36px; }
    @media (max-width: 991px) {
      .signup-header-container .signup-header {
        width: 50%; } }
    @media (max-width: 767px) {
      .signup-header-container .signup-header {
        text-align: center;
        width: 75%;
        margin: 24px 0 20px; } }
    @media (max-width: 479px) {
      .signup-header-container .signup-header {
        width: 100%; } }
  .signup-header-container .signup-header-text-wrapper {
    margin-bottom: 12px;
    max-width: 575px; }
    .signup-header-container .signup-header-text-wrapper .signup-header-text {
      font-family: Playfair Display, Lora, Georgia, serif;
      font-weight: 800;
      font-size: 44px;
      line-height: 1.3em;
      font-weight: 800;
      line-height: 1.5em;
      background-color: #f7faf5; }
      @media (max-width: 991px) {
        .signup-header-container .signup-header-text-wrapper .signup-header-text {
          font-size: 34px;
          line-height: 1.2em; } }
  .signup-header-container .signup-subheader-text-wrapper {
    max-width: 575px; }
    .signup-header-container .signup-subheader-text-wrapper .signup-subheader-text {
      font-family: Helvetica Neue, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5em;
      background: #f7faf5; }
      @media (max-width: 991px) {
        .signup-header-container .signup-subheader-text-wrapper .signup-subheader-text {
          font-size: 14px;
          line-height: 1.5em; } }
  .signup-header-container .email-section {
    max-width: 300px;
    height: 150px;
    border-radius: 3px;
    background-color: #f7faf5;
    text-align: center;
    width: 100%; }
    @media (max-width: 991px) {
      .signup-header-container .email-section {
        margin-left: 100px;
        max-width: 255px;
        height: 145px; } }
    @media (max-width: 767px) {
      .signup-header-container .email-section {
        max-width: 530px;
        height: 130px;
        background: none;
        margin-left: 0; } }
    .signup-header-container .email-section .email-form {
      flex-direction: column;
      margin-bottom: 0; }
      .signup-header-container .email-section .email-form .email {
        font-size: 14px;
        line-height: 1.5em;
        height: 45px;
        width: 235px;
        border: 1px solid #b9bcbe;
        border-radius: 3px;
        display: inline-block;
        margin: 20px auto 0;
        outline: none;
        padding: 7px 10px;
        text-align: left; }
        .signup-header-container .email-section .email-form .email.hidden {
          display: none; }
        .signup-header-container .email-section .email-form .email::-moz-placeholder {
          color: #5c6468; }
        .signup-header-container .email-section .email-form .email::placeholder {
          color: #5c6468; }
        @media (max-width: 767px) {
          .signup-header-container .email-section .email-form .email {
            margin-top: 0;
            width: 100%; } }
      .signup-header-container .email-section .email-form .bub-button {
        margin: 15px 0 20px 0;
        height: 45px;
        width: 235px; }
        @media (max-width: 767px) {
          .signup-header-container .email-section .email-form .bub-button {
            margin-bottom: 0;
            width: 100%; } }

.stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 {
  background: linear-gradient(315deg, #04a8f4 0%, #4051b5 100%);
  bottom: 0;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2; }
  @media (max-width: 767px) {
    .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 {
      bottom: -250px; }
      .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2.visible--sticky_chirp_signup_footer_view_controller-modules--3Mu96 {
        bottom: 0;
        transition: bottom .5s; } }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .dismissButton--sticky_chirp_signup_footer_view_controller-modules--3WoED {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px; }
    .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .dismissButton--sticky_chirp_signup_footer_view_controller-modules--3WoED:focus {
      border: 2px solid #1d4254; }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .stickyChirpSignupFooterHeader--sticky_chirp_signup_footer_view_controller-modules--1auHI {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .stickyChirpSignupFooterHeader--sticky_chirp_signup_footer_view_controller-modules--1auHI {
        width: 90%;
        margin: 0 auto 10px; } }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .chirpLogo--sticky_chirp_signup_footer_view_controller-modules--27e2g {
    width: 160px;
    margin-bottom: 8px; }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .buttonForm--sticky_chirp_signup_footer_view_controller-modules---WYHV {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .buttonForm--sticky_chirp_signup_footer_view_controller-modules---WYHV {
        display: block;
        margin: auto;
        width: 90%; } }

.book-section {
  background: #fff;
  padding-top: 20px; }

.explore-section {
  background: #f8f8f9; }

.social-section {
  padding-top: 20px; }

