@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Secular+One&display=swap");
body.single-book_summaries .site-content > .container {
  max-width: 100%;
}
body.single-book_summaries .text-center {
  text-align: center;
}
body.single-book_summaries .site-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.single-book_summaries .container {
  max-width: 1200px;
}
body.single-book_summaries .bb-mobile-header-wrapper {
  display: none !important;
}

.book-summaries-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.book-intro {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 175px 0 95px;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
}
.book-intro .breadcrumb_content {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
}
.book-intro .title-frame {
  padding: 16px;
  margin-bottom: 16px;
  text-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
}
.book-intro .title-frame h1 {
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 48px;
  word-break: break-word;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.book-intro .title-frame h2.book-author {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.book-intro .subjects {
  margin-bottom: 8px;
}
.book-intro .subjects a {
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
}
.book-intro .subjects a:after {
  content: "•";
  display: inline-block;
  margin: 0 5px;
}
.book-intro .subjects a:last-of-type:after {
  display: none;
}
.book-intro .main-quote {
  font-size: 20px;
  line-height: 26px;
}
.book-intro .pages {
  font-size: 20px;
}
.book-intro .publications {
  font-size: 20px;
}

.book-content {
  font-size: 20px;
  line-height: 32px;
  padding: 60px 0 !important;
}
.book-content .container {
  max-width: 680px;
}
.book-content .container .section-title {
  font-family: "Secular One", sans-serif;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3em;
  color: #000;
  position: relative;
}
.book-content .container .section-title:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #1e3a8a;
}

#table-of-content nav {
  margin: 16px 0;
}
#table-of-content nav a {
  display: flex;
  text-decoration: none;
  color: inherit;
  margin-bottom: 8px;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
}
#table-of-content nav a .text {
  flex: 1 0 auto;
}
#table-of-content nav a .dots {
  flex: 0 1 auto;
  overflow: hidden;
  margin: 1px 4px 0;
}
#table-of-content nav a .dots:before {
  display: block;
  white-space: nowrap;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: clip;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

.content-section .reading-time {
  flex: 1 0 auto;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  color: #58596e;
}

.book-section-content {
  font-size: 20px;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  line-height: 32px;
}
.book-section-content h3, .book-section-content h4 {
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  margin-bottom: 15px;
  line-height: 1.5;
}
.book-section-content a {
  color: #000;
  text-decoration: underline;
}
.book-section-content ul {
  list-style: disc;
}

body .book-player {
  width: calc(100% - 60px);
}
body.buddypanel-open .book-player {
  width: calc(100% - 230px);
}

.book-player {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.dark-title .main-quote, .dark-title .book-info {
  color: #000 !important;
}
.dark-title .title-frame {
  border-color: #000 !important;
}
.dark-title h1, .dark-title h2.book-author {
  color: #000 !important;
}
.dark-title .subjects a {
  color: #000 !important;
}

@media (max-width: 799px) {
  .book-summaries-container {
    margin-bottom: 100px;
  }
  .book-player {
    width: 100% !important;
  }
  .book-intro {
    padding: 20px 0 30px;
  }
  .book-intro .title-frame h1 {
    font-size: 35px;
  }
  .book-intro .title-frame h2.book-author {
    font-size: 19px;
  }
  .book-intro .main-quote {
    font-size: 18px;
  }
  .book-section-content {
    font-size: 16px;
    line-height: 1.7;
  }
  .book-section-content ul li {
    margin-bottom: 10px;
  }
  .links-list {
    padding: 0 5px;
  }
}

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