/* Stite Styles */
.lala-separator:after {
  content: "\20";
  display: block;
  background-color: #ddd;
  border-radius: 2px;
  width: 25px;
  height: 3px;
  margin: 0.5rem auto 0.5rem;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes grow {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes grow {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes poof {
  from {
    transform: scale(0) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: scale(1) rotate(720deg);
    opacity: 0;
  }
}
@-webkit-keyframes poof {
  from {
    transform: scale(0) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: scale(1) rotate(720deg);
    opacity: 0;
  }
}
@-o-keyframes poof {
  from {
    transform: scale(0) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: scale(1) rotate(720deg);
    opacity: 0;
  }
}
@keyframes poof {
  from {
    transform: scale(0) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: scale(1) rotate(720deg);
    opacity: 0;
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin-grow {
  0% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
  50% {
    transform: rotate(360deg) scale(3) translateZ(0);
  }
  100% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
}
@-webkit-keyframes spin-grow {
  0% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
  50% {
    transform: rotate(360deg) scale(3) translateZ(0);
  }
  100% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
}
@-o-keyframes spin-grow {
  0% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
  50% {
    transform: rotate(360deg) scale(3) translateZ(0);
  }
  100% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
}
@keyframes spin-grow {
  0% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
  50% {
    transform: rotate(360deg) scale(3) translateZ(0);
  }
  100% {
    transform: rotate(0deg) scale(1) translateZ(0);
  }
}
.block.book-detail .post-item {
  border-radius: 4px;
  margin: 0;
  padding: 0 0 1rem;
}
.block.book-detail .books-callout {
  margin-bottom: -1rem;
}
.block.book-detail .books-callout .card {
  border: none;
}
.block.book-detail .books-callout .card .card-body {
  padding: 0;
}
.block.book-detail .books-callout .buy-now-button {
  display: inline-block;
}
.block.book-detail .books-callout .disclaimer {
  margin-top: -0.5rem;
}
.block.book-detail article.ll-authors-books.entry {
  width: 100%;
  overflow: visible;
}
.block.book-detail article.ll-authors-books.entry .entry-header .book-purchase-options h2.purchase-options-title:after {
  content: none;
}
@media (min-width: 992px) {
  .block.book-detail article.ll-authors-books.entry .entry-header .book-purchase-options .dropdown-col {
    max-width: calc(33.333% + 7px);
  }
}
.block.book-detail article.ll-authors-books.entry .entry-content > * {
  margin-bottom: 0;
}
.block.book-detail article.ll-authors-books.entry .entry-content .inner {
  margin: 0;
}
.block.book-detail article.ll-authors-books.entry .entry-content .inner p:last-child {
  margin-bottom: 0;
}
.latest-book-releases.block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.latest-book-releases.block > .container {
  position: relative;
  z-index: 50;
}
.latest-book-releases.block .banner-video-embed-container {
  top: -6rem;
  bottom: -2rem;
}
.latest-book-releases.block .banner-video-upload-container .banner-video {
  width: 100%;
  height: 100%;
}
.latest-book-releases.block .banner-video-upload-container .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-book-releases.block .book-cover img {
  border-radius: 3px;
  width: auto;
  max-height: 20rem;
}
.latest-book-releases.block .book-purchase .button.button-ghost {
  display: inline-block;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  margin: 0 auto;
  padding: 0;
}
.block.reading-order .content-area {
  border-radius: 4px;
  margin: 0 0.5rem;
}
.block.reading-order .content-area .reading-order-title {
  position: relative;
}
.block.reading-order .content-area .reading-order-title:after {
  margin-left: 0;
}
.block.reading-order .content-area ol.reading-order-books {
  list-style: none inside;
  column-count: 1;
}
@media (min-width: 768px) {
  .block.reading-order .content-area ol.reading-order-books {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .block.reading-order .content-area ol.reading-order-books {
    column-count: 4;
  }
}
.block.reading-order .content-area ol.reading-order-books li.reading-order-book {
  display: inline-block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.block.reading-order .content-area ol.reading-order-books li.reading-order-book:hover {
  opacity: 0.5;
}
.block.reading-order .content-area ol.reading-order-books li.reading-order-book:hover a {
  outline: none;
}
.block.reading-order .content-area ol.reading-order-books li.reading-order-book a {
  display: flex;
}
.block.reading-order .content-area ol.reading-order-books li.reading-order-book .reading-order-book-number {
  white-space: nowrap;
}
section.authors-list .authors-list-container {
  max-width: 75rem;
}
.author-filters {
  border-bottom: 1px solid;
}
section.authors-list .entry {
  border-radius: 3px;
  padding: 0.85rem;
}
section.authors-list .entry .post-thumbnail img {
  border-radius: 3px;
}
section.authors-list .entry .author-books-link i {
  display: inline;
  vertical-align: middle;
}
section.authors-list .entry a.post-thunbnail-link:hover .post-thumbnail img {
  transform: scale(1.2);
}
section.authors-list .entry a.post-thunbnail-link .post-thumbnail {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 100%;
}
section.authors-list .entry a.post-thunbnail-link .post-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.single-ll-authors-authors header.site-header.featured-image {
  min-height: 20rem;
}
@media (min-width: 768px) {
  .single-ll-authors-authors header.site-header.featured-image {
    min-height: 14rem;
  }
}
.single-ll-authors-authors header.site-header.featured-image .author-banner .inner {
  padding-top: 7rem;
}
@media (min-width: 992px) {
  .single-ll-authors-authors header.site-header.featured-image .author-banner .inner {
    padding-top: 4rem;
  }
}
.single-ll-authors-authors header.site-header.featured-image .author-banner .inner h2.author-social-title {
  margin-top: 0;
}
.single-ll-authors-authors .content-area.single-author-content {
  position: relative;
  z-index: 10;
}
.single-ll-authors-authors .content-area.single-author-content .inner {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .single-ll-authors-authors .content-area.single-author-content .inner {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 992px) {
  .single-ll-authors-authors .content-area.single-author-content .inner {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 1200px) {
  .single-ll-authors-authors .content-area.single-author-content .inner {
    margin-right: 10%;
    margin-left: 10%;
  }
}
.single-ll-authors-authors .author-portrait {
  margin-top: -11rem;
}
.single-ll-authors-authors .author-portrait .card {
  position: relative;
  height: auto;
  width: 16rem;
  margin: 0 auto;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .single-ll-authors-authors .author-portrait .card {
    margin: 0;
  }
}
.single-ll-authors-authors .author-portrait .card img {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  left: 0.85rem;
  border-radius: 4px;
  width: calc(100% - 1.7rem);
  height: calc(100% - 1.7rem);
  object-fit: cover;
}
.single-ll-authors-authors .author-awards .author-awards-item a {
  display: block;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.single-ll-authors-authors .author-awards .author-awards-item a:hover {
  transform: scale(1.2);
}
.single-ll-authors-authors .author-awards .author-awards-item img {
  width: 100%;
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-cover {
  max-width: 12rem;
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-cover img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-cover img:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .single-ll-authors-authors .author-series .author-series-item .author-series-item-name:after {
    margin-left: 0;
  }
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-description {
  opacity: 0.65;
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-description section.block.core-block .inner {
  margin: 0;
  padding: 0;
}
.author-social-container {
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .author-social-container {
    left: initial;
  }
}
.author-social-links h2.author-social-title.h6 {
  margin-bottom: 0;
}
.author-social-links .author-social-link a {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.author-social-links .author-social-link a:hover {
  opacity: 0.5;
}
.single-ll-authors-authors .author-banner.has-portrait .author-header {
  padding-left: 0;
}
@media (min-width: 768px) {
  .single-ll-authors-authors .author-banner.has-portrait .author-header {
    padding-left: 17.5rem;
  }
}
@media (min-width: 768px) {
  .single-ll-authors-authors .author-banner .author-name:after {
    margin: 0.5rem 0;
  }
}
.header-banner.header-banner-book-goods-header {
  padding: 0;
}
.header-banner.header-banner-book-goods-header .no-goodies {
  min-height: 1.5rem;
}
.header-banner.header-banner-book-goods-header .books-downloads-container {
  position: relative;
  z-index: 20;
  padding: 6rem 0 3rem;
}
@media (min-width: 768px) {
  .header-banner.header-banner-book-goods-header .books-downloads-container {
    padding: 3rem 0 0;
  }
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download {
  text-align: center;
  max-width: none;
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .card {
  border: none;
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .book-excerpt-download-arrow {
  display: none;
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .book-excerpt-audio-container .wp-block-audio {
  display: block;
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .book-excerpt-audio-container .wp-block-audio audio {
  display: block;
  height: 2.5rem;
  margin: 0;
}
.header-banner.header-banner-book-goods-header a.button.button-white {
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.banner-books {
  position: relative;
  z-index: 100;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: -1rem 0 -1.25em;
}
.banner-books .book-title:after {
  margin: 0.5rem 0;
}
.banner-books .book-title:hover span {
  opacity: 0.6;
}
.banner-books .book-title span {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.banner-books .book-subtitle {
  margin: 0;
}
body.has-banner-books header.site-header.featured-image:not(.single-post-header) {
  min-height: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body.has-banner-books header.site-header.featured-image:not(.single-post-header) {
    padding: 1rem 0;
  }
}
body.has-banner-books main.site-main .entry-header {
  display: none;
}
.books-list-alt .books-list-alt-container {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .books-list-alt .books-list-alt-container {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 992px) {
  .books-list-alt .books-list-alt-container {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 1200px) {
  .books-list-alt .books-list-alt-container {
    margin-right: 10%;
    margin-left: 10%;
  }
}
.books-list-alt .book-cover {
  padding: 0.85rem;
}
.books-list-alt .book-cover a {
  display: block;
  overflow: hidden;
}
.books-list-alt .book-cover a img {
  border-radius: 3px;
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.books-list-alt .book-cover:hover a img {
  transform: scale(1.1);
}
.books-list .pagination {
  margin-bottom: -1rem;
}
.books-list article .book-cover {
  max-width: 14rem;
}
.books-list article .book-cover .card {
  padding: 0.85rem;
}
.books-list article .book-cover .card img {
  border-radius: 3px;
}
.books-audiobook {
  position: relative;
  overflow: hidden;
}
.books-audiobook + .book-footer {
  margin-top: 0 !important;
}
.books-audiobook .books-audiobook-bg {
  position: absolute;
  top: -25%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150%;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .books-audiobook .books-audiobook-title:after {
    margin-left: 0;
  }
}
.books-audiobook .books-audiobook-cover {
  border-radius: 3px;
}
.books-audiobook .books-audiobook-cover img {
  border-radius: 3px;
}
.books-audiobook .block.core-block .inner {
  margin: 0;
}
.books-audiobook .books-audiobook-cta-button a i {
  margin-right: -0.5rem;
}
.books-byline .books-byline-author:not(:last-child):after {
  content: ', ';
  margin-left: -0.18rem;
}
.books-callout .card {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.books-callout .card img {
  border-radius: 3px;
}
.book-excerpt-download {
  max-width: none;
  width: 100%;
}
@media (min-width: 768px) {
  .book-excerpt-download {
    max-width: 16rem;
  }
}
.book-excerpt-download .card .card-title.h3:after {
  margin: 0.5rem auto;
}
.book-excerpt-download .card .card-text .book-excerpt-download-arrow {
  margin-left: -0.5rem;
  transform: rotate(-90deg);
}
.book-excerpt-download .book-excerpt-audio-container .wp-block-audio audio {
  min-width: 0;
  margin-bottom: -1.5rem;
  outline: none;
}
.book-filters .book-filters-bar .button:focus {
  color: #36454f;
  background-color: #fff;
}
.book-filters .book-filters-bar .container-fluid {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .book-filters .book-filters-bar .container-fluid {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 992px) {
  .book-filters .book-filters-bar .container-fluid {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 1200px) {
  .book-filters .book-filters-bar .container-fluid {
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media (min-width: 768px) {
  .book-filters .book-filters-bar .container-fluid {
    padding: 0;
  }
}
.book-filters .book-filters-bar .container-fluid .button:focus {
  color: #fff;
}
.book-filter-active-message .book-filter-active-message-filters {
  opacity: 0.5;
}
.book-filter-active-message i {
  opacity: 1;
  vertical-align: baseline;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.book-filter-active-message i:hover {
  opacity: 0.5;
}
.book-filter-modal .clear-item {
  cursor: pointer;
}
.books-list article.ll-authors-books.entry {
  border-radius: 3px;
}
.books-list article.ll-authors-books.entry .entry-header {
  padding-top: 0;
}
@media (min-width: 768px) {
  .books-list article.ll-authors-books.entry .entry-header h2:after {
    margin-left: 0;
  }
}
.books-list article.ll-authors-books.entry .entry-content p {
  display: inline;
}
.books-list article.ll-authors-books.entry .entry-content a.button {
  border: none;
}
@media (min-width: 768px) {
  .books-list article.ll-authors-books.entry .entry-content a.button {
    border: 2px solid;
  }
}
.books-list article.ll-authors-books.entry .entry-content span.read-more {
  display: inline;
}
.book-cover-none {
  overflow: hidden;
}
.book-cover-none .book-cover-name {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  display: inline-block;
  transform: translate(-50%, -50%);
}
.book-purchase-options {
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  .book-purchase-options[data-has-options="1"] .purchase-option {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .book-purchase-options[data-has-options="1"] .purchase-option {
    max-width: calc(33.333% + 7px);
  }
}
.book-purchase-options .purchase-options-title-row {
  border-top: 3px dotted;
}
.book-purchase-options .purchase-options-row {
  border-bottom: 3px dotted;
}
.book-purchase-options .dropdown-col .dropdown {
  display: inline-block;
  width: 100%;
}
.book-purchase-options .dropdown-col .dropdown.show .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu {
  top: -2px !important;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 100%;
  max-width: calc(100vw - 3.25rem);
  max-height: 10rem;
  overflow: auto;
}
@media (min-width: 768px) {
  .book-purchase-options .dropdown-col .dropdown .dropdown-menu {
    max-height: 6rem;
  }
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item {
  padding: 0.25rem 1rem;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item:hover span {
  border-bottom: 3px dotted;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item span {
  display: inline-block;
  border-bottom: 3px dotted;
  width: auto;
  transition: border-bottom-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle:after {
  content: '\f078';
  border: none;
  vertical-align: baseline;
}
.book-purchase-options .dropdown-col:last-child:first-child .dropdown {
  width: 100% !important;
}
.book-purchase-options-dropdown .purchase-options-row {
  border-bottom: none;
}
.book-review-quotes .book-review-quote-body {
  height: 10rem;
  overflow: auto;
}
.book-review-quotes .slider .slideshow .slick-arrow {
  top: initial;
  right: initial;
  bottom: -0.75rem;
  left: 50%;
  z-index: 100;
  color: transparent;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: -3rem;
}
@media (min-width: 768px) {
  .book-review-quotes .slider .slideshow .slick-arrow {
    left: 0;
    margin-left: 0;
  }
}
.book-review-quotes .slider .slideshow .slick-arrow:before {
  content: "\f138";
}
.book-review-quotes .slider .slideshow .slick-prev:before {
  content: "\f137";
}
.book-review-quotes .slider .slideshow .slick-next {
  left: 50%;
  margin: 0;
}
@media (min-width: 768px) {
  .book-review-quotes .slider .slideshow .slick-next {
    left: 2.75rem;
  }
}
.ll-authors-series-archive-banner {
  position: relative;
  min-height: 40vh;
}
.ll-authors-series-archive-banner img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  max-width: 1000%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ll-authors-series-archive-banner + section.books-series-list {
  margin-top: -6rem;
}
section.books-series-list {
  padding-top: 50px !important;
}
section.books-series-list .section {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  section.books-series-list .section {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 992px) {
  section.books-series-list .section {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 1200px) {
  section.books-series-list .section {
    margin-right: 10%;
    margin-left: 10%;
  }
}
section.books-series-list .series-description {
  padding: 1rem;
  border-radius: 2px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  section.books-series-list .series-description {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  section.books-series-list .series-description {
    padding: 3rem 0;
  }
}
section.books-series-list .books-list {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  section.books-series-list .books-list {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 992px) {
  section.books-series-list .books-list {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 1200px) {
  section.books-series-list .books-list {
    margin-right: 10%;
    margin-left: 10%;
  }
}
.reading-order-container .reading-order {
  padding-top: 3rem;
  padding-bottom: 3rem !important;
}
.books-series-collections .books-series-collections-title:after {
  margin-left: 0;
}
section.books-series-list .book-series-item {
  margin: 0;
  padding: 0;
  overflow: visible;
}
section.books-series-list .book-series-item.no-cover,
section.books-series-list .book-series-item.no-cover * {
  height: 100%;
}
section.books-series-list .book-series-item.has-cover {
  display: flex;
  align-items: center;
}
section.books-series-list .book-series-item .book-cover {
  border-radius: 3px;
  margin: 0 auto;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
section.books-series-list .book-series-item .book-cover:hover {
  transform: scale(1.05);
}
section.books-series-list .book-series-item .book-cover a {
  outline: none;
}
section.books-series-list .book-series-item .book-cover img {
  width: 100%;
  height: auto;
}
.book-footer .book-footer-excerpt-download {
  margin-top: 2rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .book-footer .book-footer-excerpt-download {
    margin-top: -6.5rem;
    padding: 0;
  }
}
body.single-ll-authors-books header.site-header.featured-image {
  justify-content: center;
}
body.single-ll-authors-books header.site-header.featured-image > .inner {
  display: none;
}
body.single-ll-authors-books header.site-header.featured-image .header-banner-has-thumbnail .site-featured-image .entry-header {
  border-radius: 4px;
  width: 80%;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  body.single-ll-authors-books header.site-header.featured-image .header-banner-has-thumbnail .site-featured-image .entry-header {
    width: 50%;
    padding: 3rem;
  }
}
body.single-ll-authors-books header.site-header.featured-image .header-banner-has-thumbnail .site-featured-image .entry-header .entry-title {
  margin-top: 0;
}
body.single-ll-authors-books header.site-header.featured-image .header-banner-has-thumbnail .site-featured-image .entry-header .entry-subtitle {
  margin-bottom: 0.25rem;
}
body.single-ll-authors-books header.site-header.featured-image .header-banner-has-thumbnail .site-featured-image .entry-header .entry-button {
  margin-top: 1rem;
}
body.single-ll-authors-books header.site-header.featured-image .header-banner-has-thumbnail .site-featured-image .entry-header .books-banner-heading {
  opacity: 0.7;
}
body.single-ll-authors-books header.site-header.featured-image .books-byline a {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
body.single-ll-authors-books header.site-header.featured-image .books-byline a:hover {
  opacity: 0.5;
}
body.single-ll-authors-books .single-book-content article,
.block.book-detail article,
body.single-ll-authors-books .single-book-content .inner,
.block.book-detail .inner {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  body.single-ll-authors-books .single-book-content article,
  .block.book-detail article,
  body.single-ll-authors-books .single-book-content .inner,
  .block.book-detail .inner {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 992px) {
  body.single-ll-authors-books .single-book-content article,
  .block.book-detail article,
  body.single-ll-authors-books .single-book-content .inner,
  .block.book-detail .inner {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 1200px) {
  body.single-ll-authors-books .single-book-content article,
  .block.book-detail article,
  body.single-ll-authors-books .single-book-content .inner,
  .block.book-detail .inner {
    margin-right: 10%;
    margin-left: 10%;
  }
}
body.single-ll-authors-books .single-book-content .book-details .book-title:after,
.block.book-detail .book-details .book-title:after {
  display: table;
}
@media (min-width: 768px) {
  body.single-ll-authors-books .single-book-content .book-details .book-title:after,
  .block.book-detail .book-details .book-title:after {
    margin-right: 0;
    margin-left: 0;
  }
}
body.single-ll-authors-books .single-book-content .book-details .book-series-order .books-series .book-series:not(:last-child):after,
.block.book-detail .book-details .book-series-order .books-series .book-series:not(:last-child):after {
  content: ',';
  margin-left: -0.15rem;
}
body.single-ll-authors-books .single-book-content .book-details .book-purchase-options,
.block.book-detail .book-details .book-purchase-options {
  display: table;
}
body.single-ll-authors-books .single-book-content .book-details .book-purchase-options .book-purchase-spacer,
.block.book-detail .book-details .book-purchase-options .book-purchase-spacer {
  height: 0;
  overflow: hidden;
}
body.single-ll-authors-books .single-book-content .book-details .book-purchase-options .book-purchase-spacer + *,
.block.book-detail .book-details .book-purchase-options .book-purchase-spacer + * {
  margin-top: -1.75rem;
}
.series-slider .slideshow {
  display: flex;
  height: 100%;
}
.series-slider .slideshow:not(.slick-initialized) .series-slide:nth-child(n+6) {
  display: none;
}
@media (min-width: 992px) {
  .series-slider .slideshow:not(.slick-initialized) .series-slide:nth-child(n+6) {
    display: block;
  }
  .series-slider .slideshow:not(.slick-initialized) .series-slide:nth-child(n+8) {
    display: none;
  }
}
.series-slider .slideshow:not(.slick-initialized) .book-cover-none {
  display: none;
}
.series-slider .slideshow .slick-list {
  width: 100%;
}
.series-slider .slideshow .slick-track {
  display: flex;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.series-slider .slideshow .series-slide {
  border-radius: 4px;
  height: 100%;
  float: none;
  padding: 0.75rem;
}
.series-slider .slideshow .series-slide a {
  height: 100%;
}
.series-slider .slideshow .series-slide a > * {
  width: 100%;
  height: 100%;
}
.series-slider .slideshow .slick-arrow {
  top: 100%;
  margin-top: 1rem;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.series-slider .slideshow .slick-arrow:hover {
  opacity: 0.5;
}
.series-slider .slideshow .slick-arrow.slick-disabled {
  opacity: 0.15;
}
.series-slider .slideshow .slick-arrow:before {
  display: block;
  opacity: 1;
}
.series-slider .slideshow .slick-arrow.slick-prev {
  left: 0;
}
.series-slider .slideshow .slick-arrow.slick-prev:before {
  content: '\f137';
}
.series-slider .slideshow .slick-arrow.slick-next {
  right: 0;
}
.series-slider .slideshow .slick-arrow.slick-next:before {
  content: '\f138';
}
.series-slider .view-entire-series {
  position: absolute;
  bottom: 0.5rem;
  right: calc(48px + 1rem);
  left: calc(48px + 1rem);
  padding: 0;
}
.slideshow-books .book-slide-alt .book-container {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .slideshow-books .book-slide-alt .book-container {
    margin-bottom: 0;
  }
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .book-excerpt .read-more {
  display: inline;
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .purchase-options-title-row {
  margin: 0 5%;
}
@media (min-width: 768px) {
  .slideshow-books .book-slide-alt .book-container .book-card .book-details .purchase-options-title-row {
    margin: 0 -15px;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .slideshow-books .book-slide-alt .book-container .book-card .book-details .purchase-options-title-row {
    width: 90%;
  }
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .purchase-options-row {
  margin: 0 5%;
}
@media (min-width: 768px) {
  .slideshow-books .book-slide-alt .book-container .book-card .book-details .purchase-options-row {
    margin: 0;
    margin-left: -15px;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .slideshow-books .book-slide-alt .book-container .book-card .book-details .purchase-options-row {
    width: 90%;
  }
}
.slideshow-books {
  overflow: hidden;
}
.slideshow-books .slider,
.slideshow-books .slideshow,
.slideshow-books .slick-list,
.slideshow-books .slick-track,
.slideshow-books .slick-slide {
  height: 100%;
}
.slideshow-books .slick-list {
  overflow: visible;
}
.slideshow-books .book-slide .book-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slideshow-books .slick-arrow {
  top: initial;
  right: initial;
  bottom: 1.75rem;
  left: initial;
  z-index: 100;
  color: transparent;
  width: 2rem;
  height: 2rem;
}
.slideshow-books .slick-arrow:before {
  font-size: 2rem;
  font-family: 'Font Awesome 6 Pro';
  opacity: 1;
}
.slideshow-books .slick-prev {
  left: 30%;
  margin: 0;
}
@media (min-width: 768px) {
  .slideshow-books .slick-prev {
    right: calc(10% + 3.25rem);
    left: initial;
  }
}
.slideshow-books .slick-prev:before {
  content: "\f0a8";
}
.slideshow-books .slick-next {
  right: 30%;
  margin: 0;
}
@media (min-width: 768px) {
  .slideshow-books .slick-next {
    right: calc(10% + 1rem);
  }
}
.slideshow-books .slick-next:before {
  content: "\f0a9";
}
.slideshow-books .book-container {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  width: auto;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .slideshow-books .book-container {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 992px) {
  .slideshow-books .book-container {
    margin-right: calc(7.5% - 16px);
    margin-left: calc(7.5% - 16px);
  }
}
@media (min-width: 1200px) {
  .slideshow-books .book-container {
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media (min-width: 768px) {
  .slideshow-books .book-container {
    padding-bottom: 2rem;
  }
}
.slideshow-books .book-container .book-card {
  border-radius: 3px;
  padding: 0;
}
.slideshow-books .book-container .book-card .book-cover {
  border-radius: 3px;
  max-width: 12rem;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0.85rem;
}
@media (min-width: 768px) {
  .slideshow-books .book-container .book-card .book-cover {
    margin: 1rem 1rem 1rem 1rem;
  }
}
@media (min-width: 992px) {
  .slideshow-books .book-container .book-card .book-cover {
    margin: 1rem 2.5rem 1rem 1rem;
  }
}
.slideshow-books .book-container .book-card .book-cover img {
  border-radius: 3px;
}
.slideshow-books .book-container .book-card .book-details {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .slideshow-books .book-container .book-card .book-details {
    padding: 2rem 1rem 0 0;
  }
}
.slideshow-books .book-container .book-card .book-details .book-title {
  margin-top: 0;
  margin-bottom: 0;
}
.slideshow-books .book-container .book-card .book-details .book-excerpt {
  max-width: 30rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .slideshow-books .book-container .book-card .book-details .book-excerpt {
    max-width: 75%;
  }
}
.slideshow-books .book-container .book-card .book-details .book-series-order {
  margin-bottom: 0.5rem;
}
body.single-book-layout-goods-header.single-ll-authors-books header.site-header.featured-image {
  min-height: 0;
}
body.single-book-layout-goods-header.single-ll-authors-books header.site-header.featured-image:before {
  content: '\20';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.block.book-detail {
  background-color: transparent;
}
.block.book-detail .post-item {
  background-color: #eaeaea;
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.333);
}
.latest-book-releases.block {
  background-color: #eaeaea;
}
.latest-book-releases.block .latest-book-releases-title {
  color: #777;
}
.latest-book-releases.block .book-release {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.latest-book-releases.block .book-purchase .button.button-ghost {
  background-color: transparent;
  color: #444;
}
.latest-book-releases.block .book-purchase .button.button-ghost:hover {
  color: #777;
}
.block.reading-order .content-area {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.block.reading-order .content-area ol.reading-order-books li.reading-order-book a {
  color: #36454f;
}
.entry-content a.button.button-solid,
.single-book-content a.button.button-solid {
  background-color: #36454f;
  border-color: transparent;
  color: #fff;
}
.entry-content a.button.button-solid:hover,
.single-book-content a.button.button-solid:hover {
  background-color: #778793;
  border-color: transparent;
  color: #fff;
}
a:focus {
  outline: none;
  text-decoration: none;
}
section.authors-list {
  background-color: #fff;
}
.author-filters {
  border-bottom-color: #eaeaea;
}
section.authors-list .entry {
  background-color: #eaeaea;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
section.authors-list .entry .author-books-link {
  color: #a0b3bf;
}
section.authors-list .entry .author-books-link:hover {
  color: #36454f;
}
section.authors-list .entry .post-thumbnail {
  background-color: #d1d1d1;
}
.single-ll-authors-authors .author-name h1 {
  color: #fff;
}
.single-ll-authors-authors .author-book-link a {
  color: #fff;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.single-ll-authors-authors .author-book-link a span {
  opacity: 1;
}
.single-ll-authors-authors .author-book-link a:hover span {
  opacity: 0.75;
}
.single-ll-authors-authors .author-portrait .card {
  background-color: #eaeaea;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.single-ll-authors-authors div.author-awards {
  background-color: #fff;
}
.single-ll-authors-authors .author-series {
  background-color: #eaeaea;
}
.single-ll-authors-authors .author-series .author-series-item {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-cover img {
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.333);
}
.single-ll-authors-authors .author-series .author-series-item h3.h2.author-series-item-name a {
  color: #444;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.single-ll-authors-authors .author-series .author-series-item h3.h2.author-series-item-name a:hover {
  opacity: 0.75;
}
.author-social-links h2.author-social-title.h6 {
  color: #fff;
}
.author-social-links .author-social-link a {
  color: #fff;
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .card {
  background-color: transparent;
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .card .card-title {
  color: #fff;
}
.header-banner.header-banner-book-goods-header a.button.button-white {
  background-color: #fff;
  border-color: #fff;
}
.header-banner.header-banner-book-goods-header a.button.button-white:hover {
  background-color: transparent;
}
.banner-books {
  background-color: #171d22;
}
.banner-books .book-subtitle {
  color: #fff;
}
.books-callout .disclaimer {
  line-height: 1rem;
}
.books-callout .disclaimer a {
  font-size: 0.6rem;
  color: #adadad;
  text-decoration: underline;
}
.books-callout .disclaimer a:hover {
  color: #a1a1a1;
}
.books-list-alt {
  background-color: #eaeaea;
}
.books-list-alt .book-cover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.books-list article .book-cover .card {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.reading-order-container {
  background-color: #fff;
}
.reading-order-container .reading-order .content-area {
  background-color: #eaeaea;
}
.books-audiobook {
  background-image: url(/wp-content/plugins/lala-plugin-authors/public/js/10841d3fd623517709fcaef100f7fae2.jpg);
  background-size: 80%;
}
.books-audiobook .books-audiobook-bg {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODMzcHgiIGhlaWdodD0iNzgzcHgiIHZpZXdCb3g9IjAgMCA4MzMgNzgzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPmF1ZGlvYm9vay1pY29uIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuMTQ4ODA0NDM4Ij4KICAgICAgICA8ZyBpZD0iYXVkaW9ib29rLWljb24tY29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDE2LjUwMDAwMCwgMzkxLjUwMDAwMCkgcm90YXRlKDMwLjAwMDAwMCkgdHJhbnNsYXRlKC00MTYuNTAwMDAwLCAtMzkxLjUwMDAwMCkgdHJhbnNsYXRlKDg3LjAwMDAwMCwgMTMwLjAwMDAwMCkiIGZpbGw9IiNBMEIzQkYiPgogICAgICAgICAgICA8cGF0aCBkPSJNMzQ4LjA1OTYyNyw0NjIuOTkzMTU0IEMzNDguMDU5NjI3LDM4MC40MTk3OTkgMzQ4LjA1OTYyNywyOTcuODQ2NDQ0IDM0OC4wNTk2MjcsMjE1Ljk5MTExOSBDMzk3LjQxNDYzNiwxODIuMjQzNzQ4IDQ1My4yMDcyNTUsMTY4LjYwMTE5MyA1MDIuNTYyMjYzLDE3NS43ODE0ODUgQzUwMi41NjIyNjMsMjU4LjM1NDg0IDUwMi41NjIyNjMsMzQwLjkyODE5NCA1MDIuNTYyMjYzLDQyMi43ODM1MiBDNDUzLjIwNzI1NSw0MTUuNjAzMjI4IDM5Ny40MTQ2MzYsNDI5LjI0NTc4MyAzNDguMDU5NjI3LDQ2Mi45OTMxNTQgWiBNNTE5LjcyOTIyMywyMjcuNDc5NTg1IEM1MTkuNzI5MjIzLDIyNy40Nzk1ODUgNTE5LjcyOTIyMyw0MTEuMjk1MDUzIDUxOS43MjkyMjMsNDY0LjQyOTIxMiBDNDYxLjc5MDczNCw0MzcuODYyMTMzIDM4MS42NzgyNTYsNDUxLjUwNDY4NyAzNDguMDU5NjI3LDQ3MC4xNzM0NDUgTDM0OC4wNTk2MjcsNTAyLjQ4NDc1OCBDNDExLjAwNTE0Niw0NzMuMDQ1NTYyIDQ4MC4zODgyNzQsNDgxLjY2MTkxMiA1NDEuOTAzMjEyLDUwMy45MjA4MTYgQzU0MS45MDMyMTIsNDY1Ljg2NTI3IDU0MS45MDMyMTIsMzU3LjQ0Mjg2NSA1NDEuOTAzMjEyLDIzNC42NTk4NzcgQzUzNC43NTAzMTMsMjMxLjc4Nzc2IDUyNi44ODIxMjMsMjI4LjkxNTY0NCA1MTkuNzI5MjIzLDIyNy40Nzk1ODUgWiBNMzI5LjQ2MjA4OCw0NjIuOTkzMTU0IEMzMjkuNDYyMDg4LDM4MC40MTk3OTkgMzI5LjQ2MjA4OCwyOTcuODQ2NDQ0IDMyOS40NjIwODgsMjE1Ljk5MTExOSBDMjgwLjEwNzA3OSwxODIuMjQzNzQ4IDIyNC4zMTQ0NiwxNjguNjAxMTkzIDE3NC45NTk0NTEsMTc1Ljc4MTQ4NSBDMTc0Ljk1OTQ1MSwyNTguMzU0ODQgMTc0Ljk1OTQ1MSwzNDAuOTI4MTk0IDE3NC45NTk0NTEsNDIyLjc4MzUyIEMyMjQuMzE0NDYsNDE1LjYwMzIyOCAyODAuMTA3MDc5LDQyOS4yNDU3ODMgMzI5LjQ2MjA4OCw0NjIuOTkzMTU0IFogTTEzNC45MDMyMTIsMjMzLjk0MTg0OCBDMTM0LjkwMzIxMiwzNTYuNzI0ODM2IDEzNC45MDMyMTIsNDY1LjE0NzI0MSAxMzQuOTAzMjEyLDUwMy4yMDI3ODcgQzE5Ni40MTgxNTEsNDgwLjk0Mzg4MyAyNjUuODAxMjc5LDQ3My4wNDU1NjIgMzI4Ljc0Njc5OCw1MDEuNzY2NzI5IEwzMjguNzQ2Nzk4LDQ2OS40NTU0MTYgQzI5NS4xMjgxNjksNDUwLjc4NjY1OCAyMTUuNzMwOTgsNDM2LjQyNjA3NCAxNTcuMDc3MjAyLDQ2My43MTExODMgQzE1Ny4wNzcyMDIsNDEwLjU3NzAyNCAxNTcuMDc3MjAyLDIyNi43NjE1NTYgMTU3LjA3NzIwMiwyMjYuNzYxNTU2IEMxNDkuOTI0MzAyLDIyOC45MTU2NDQgMTQyLjc3MTQwMiwyMzEuNzg3NzYgMTM0LjkwMzIxMiwyMzMuOTQxODQ4IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNNTgxLjAwNzYsNTIyLjI3MzYxMSBMNTgxLjAwNzYsMjU4LjU5NDQ0NCBMNTgxLjAwNzYsMjU3LjE0MTY2NyBMNTgxLjAwNzYsMjU1LjY4ODg4OSBDNTY3LjQxMjU5NSwxMjUuNjY1Mjc4IDQ2MC4wODM2MDUsMjYuODc2Mzg4OSAzMjkuODU3NzYzLDI2Ljg3NjM4ODkgQzE5Ni43Njk4MTUsMjYuODc2Mzg4OSA4Ni41Nzg3MTg4LDEzMi4yMDI3NzggNzcuOTkyMzk5NiwyNjcuMzExMTExIEw3Ny45OTIzOTk2LDI2OC4wMzc1IEw3Ny45OTIzOTk2LDI2OC43NjM4ODkgTDc3Ljk5MjM5OTYsNTIzIEM3MC4xMjE2MDY5LDUyMS41NDcyMjIgNjIuMjUwODE0Myw1MjAuMDk0NDQ0IDU0LjM4MDAyMTcsNTE3LjkxNTI3OCBMNTQuMzgwMDIxNywyNDMuMzQwMjc4IEM3My42OTkyNCwxMDQuNiAxOTEuNzYxMTI5LDAgMzI5LjE0MjIzNywwIEM0NjguNjY5OTI0LDAuNzI2Mzg4ODg5IDU4Ni43MzE4MTMsMTA1LjMyNjM4OSA2MDUuMzM1NTA1LDI0NC43OTMwNTYgTDYwNS4zMzU1MDUsNTE2LjQ2MjUgQzU5Ny40NjQ3MTIsNTE4LjY0MTY2NyA1ODkuNTkzOTIsNTIwLjgyMDgzMyA1ODEuMDA3Niw1MjIuMjczNjExIEw1ODEuMDA3Niw1MjIuMjczNjExIFogTTM2LjQ5MTg1NjcsNDg3LjQwNjk0NCBDMjEuNDY1Nzk4LDQ3Ni41MTExMTEgOS4zMDE4NDU4Miw0NjMuNDM2MTExIDkuMDk0OTQ3MDJlLTEzLDQ0OS42MzQ3MjIgTDkuMDk0OTQ3MDJlLTEzLDMzMS45NTk3MjIgQzkuMzAxODQ1ODIsMzE4LjE1ODMzMyAyMS40NjU3OTgsMzA1LjA4MzMzMyAzNi40OTE4NTY3LDI5NC4xODc1IEwzNi40OTE4NTY3LDQ4Ny40MDY5NDQgTDM2LjQ5MTg1NjcsNDg3LjQwNjk0NCBaIE02MjMuOTM5MTk3LDQ4Ni42ODA1NTYgTDYyMy45MzkxOTcsMjk0LjE4NzUgQzYzOC4yNDk3MjksMzA1LjA4MzMzMyA2NTAuNDEzNjgxLDMxNy40MzE5NDQgNjU5LDMzMS4yMzMzMzMgTDY1OSw0NDguOTA4MzMzIEM2NTAuNDEzNjgxLDQ2Mi43MDk3MjIgNjM4Ljk2NTI1NSw0NzUuNzg0NzIyIDYyMy45MzkxOTcsNDg2LjY4MDU1NiBMNjIzLjkzOTE5Nyw0ODYuNjgwNTU2IFoiIGlkPSJTaGFwZSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .books-audiobook .books-audiobook-bg {
    background-position: 150% center;
    background-size: 70%;
  }
}
.books-audiobook .books-audiobook-cover {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.books-callout .card {
  max-width: 100%;
  width: 14rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .books-callout .card {
    width: 18rem;
  }
}
.book-excerpt-download .card {
  background-color: #36454f;
  color: #fff;
}
.book-filter-active-message i {
  color: #444;
}
.posts-list.books-list .entry {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.posts-list.books-list .entry .entry-header h2 a {
  color: #333f48;
}
.posts-list.books-list .entry .entry-header h2 a:hover {
  color: #778793;
}
.posts-list.books-list .entry .entry-content .read-more-link {
  color: #46beab;
}
.posts-list.books-list .entry .entry-content .read-more-link:hover {
  color: #778793;
}
.book-cover-none {
  background-color: #fafafa;
  background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px, rgba(0,0,0,0.1) 3px, rgba(0,0,0,0.1) 3px, #fafafa 4px);
  background-size: auto 100%;
  background-position: center center;
}
.book-purchase-options .purchase-options-title-row {
  border-top-color: #ddd;
}
.book-purchase-options .purchase-options-row {
  border-bottom-color: #ddd;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle {
  background-color: #778793;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu {
  background-color: #eaeaea;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item {
  color: #36454f;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
  color: #485965;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item span {
  border-bottom-color: transparent;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle:active {
  background-color: #778793;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle:hover,
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle:active {
  color: #fff;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle:focus {
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
@media (min-width: 768px) {
  .book-review-quotes .book-review-quotes-title:after {
    margin-left: 0;
  }
}
.book-review-quotes .slider .slideshow .slick-arrow:before {
  color: #444;
}
section.books-series-list {
  background-color: #eaeaea;
}
section.books-series-list .series-description {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}
.books-series-collections .books-series-collection-book {
  display: flex;
  flex-direction: column;
}
section.books-series-list .book-series-item {
  box-shadow: none;
}
.book-footer {
  background-color: #eaeaea;
}
body.single-ll-authors-books header .header-banner-has-thumbnail .site-featured-image .entry-header {
  background-color: rgba(0,0,0,0.333);
}
body.single-ll-authors-books header .header-banner-has-thumbnail .site-featured-image .entry-header a {
  color: #fff;
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details h2.book-title:after {
  content: none;
}
@media (min-width: 768px) {
  .slideshow-books .book-slide-alt .book-container .book-card .book-details h2.book-title:after {
    content: '\20';
  }
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .book-excerpt {
  margin-bottom: 0.5rem;
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .book-excerpt a {
  color: #46beab;
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .book-excerpt a:hover {
  color: #778793;
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .book-purchase-options .purchase-options-row {
  border-bottom: none;
}
.slideshow-books .book-container .book-card {
  background-color: rgba(54,69,79,0.5);
}
.slideshow-books .book-container .book-card .book-cover {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.slideshow-books .book-container .book-series-order {
  color: #fff;
}
.slideshow-books .book-container .book-series-order a {
  color: #fff;
}
body.single-book-layout-goods-header.single-ll-authors-books header.site-header.featured-image:before {
  background-color: rgba(0,0,0,0.25);
}
.series-slider .slideshow .series-slide {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.series-slider .slideshow .slick-arrow {
  border-color: inherit;
  color: inherit;
  width: 2.25rem;
  height: 2.25rem;
}
.series-slider .slideshow .slick-arrow:before {
  color: inherit;
}
.latest-book-releases.block .book-cover {
  text-align: center;
}
.latest-book-releases.block .book-purchase {
  text-align: center;
}
.block.reading-order .content-area .reading-order-title {
  font-size: 2em;
}
.block.reading-order .content-area .reading-order-subtitle {
  font-size: 1.2em;
  font-weight: 600;
}
.block.reading-order .content-area ol.reading-order-books li.reading-order-book a {
  font-weight: 600;
}
section.authors-list .authors-list-title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
}
section.authors-list .entry .entry-title {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
}
section.authors-list .entry .entry-title:after {
  content: none;
}
section.authors-list .entry .author-books-link {
  font-size: 0.85em;
  font-weight: 600;
  white-space: nowrap;
}
.single-ll-authors-authors .author-name h1 {
  font-size: 2.1em;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
}
.single-ll-authors-authors .author-book-link a {
  font-size: 0.95em;
  font-weight: 600;
}
.single-ll-authors-authors .author-bio > * {
  clear: none;
}
.single-ll-authors-authors .author-bio *:first-child {
  margin-top: 0;
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-name {
  font-size: 2em;
}
.single-ll-authors-authors .author-series .author-series-item .author-series-item-description {
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1.5;
}
.author-social-links h2.author-social-title.h6 {
  font-size: 0.8em;
  font-weight: 700;
}
.author-social-links .author-social-link a .author-social-icon {
  font-size: 36px;
}
@media (min-width: 992px) {
  .author-social-links .author-social-link a .author-social-icon {
    font-size: 28px;
  }
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .card .card-title {
  font-size: 2em;
}
.header-banner.header-banner-book-goods-header .books-downloads-container .book-excerpt-download .book-excerpt-download-prompt {
  line-height: 1.25;
}
.banner-books h2.book-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-books h3.book-subtitle {
  font-size: 1.2em;
}
.banner-books .book-excerpt {
  font-size: 0.9em;
  line-height: 1.5;
}
.books-audiobook .books-audiobook-cta-button a i {
  vertical-align: middle;
}
.entry-content .book-purchase a.buy-now-button {
  font-size: 0.85em;
}
.books-callout .card .disclaimer {
  text-transform: uppercase;
}
div.book-cover-none {
  overflow: hidden;
}
div.book-cover-none .book-cover-name {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  div.book-cover-none .book-cover-name {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  div.book-cover-none .book-cover-name {
    font-size: 1.2em;
  }
}
.book-excerpt-download .card .card-title {
  font-size: 1.5em;
}
.book-excerpt-download .card .card-text .book-excerpt-download-prompt {
  font-size: 1em;
}
.book-excerpt-download .card .card-text .book-excerpt-download-arrow {
  text-align: center;
  font-size: 2.5em;
}
.book-filter-active-message .book-filter-active-message-filters {
  font-size: 0.65em;
}
.book-filter-active-message i {
  font-size: 0.75em;
  font-weight: 700;
}
.book-filter-modal .book-filter-block .clear-item {
  font-size: 0.86em;
}
.book-filter-modal .clear-filters {
  font-size: 0.7em;
  text-transform: uppercase;
}
.posts-list.books-list .entry .entry-header .entry-subtitle {
  font-size: 1.2em;
  font-weight: 600;
}
.posts-list.books-list .entry .entry-content .read-more-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  text-transform: uppercase;
}
.book-cover-none .book-cover-name {
  font-size: 1.2em;
}
.book-purchase-options .purchase-options-title-row h2.purchase-options-title {
  font-size: 1.6em;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item {
  font-weight: 600;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 1.5;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-menu a.dropdown-item:hover {
  opacity: 0.75;
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle {
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .book-purchase-options .dropdown-col .dropdown .dropdown-toggle {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .book-purchase-options .dropdown-col .dropdown .dropdown-toggle {
    font-size: 1em;
  }
}
.book-purchase-options .dropdown-col .dropdown .dropdown-toggle:after {
  font-family: 'FontAwesome';
}
.book-purchase-options .dropdown-col + .dropdown-col {
  text-align: center;
}
.book-purchase-options .dropdown-col:last-child:not(:first-child) {
  text-align: right;
}
.entry-content .book-purchase a.read-description-button {
  font-size: 1em;
}
.book-review-quotes {
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .book-review-quotes {
    text-align: left;
    padding: 0;
  }
}
.book-review-quotes .book-review-quote-body .h3 {
  font-size: 1.25em;
}
.book-review-quotes .slider .slideshow .slick-arrow:before {
  font-family: 'Font Awesome 6 Pro';
  font-size: 2.25rem;
  font-weight: 300;
}
section.books-series-list .entry-title {
  font-size: 1.8em;
}
section.books-series-list .entry-message .entry-message-title {
  font-size: 2.1em;
}
section.books-series-list .entry-message .entry-message-body {
  font-weight: 600;
}
.book-series-collections-container {
  background-color: #eaeaea;
}
.books-series-collections .books-series-collections-title {
  font-size: 2em;
}
body.single-ll-authors-books header .entry-title {
  text-transform: none;
}
body.single-ll-authors-books header .header-banner-has-thumbnail .site-featured-image .entry-header .entry-title {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 2em;
  font-weight: 600;
}
body.single-ll-authors-books header .header-banner-has-thumbnail .site-featured-image .entry-header .entry-subtitle {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 1.2em;
}
body.single-ll-authors-books header .header-banner-has-thumbnail .site-featured-image .entry-header .books-banner-heading {
  font-size: 0.95em;
}
body.single-ll-authors-books header .header-banner-has-thumbnail .site-featured-image .entry-header .books-banner-heading a {
  font-style: italic;
}
body.single-ll-authors-books .single-book-content .book-details .book-title h1,
.block.book-detail .book-details .book-title h1 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 2em;
  text-transform: none;
}
body.single-ll-authors-books .single-book-content .book-details .book-subtitle h2,
.block.book-detail .book-details .book-subtitle h2 {
  font-size: 1.2em;
  font-weight: 700;
}
body.single-ll-authors-books .single-book-content .book-details .book-main-character,
.block.book-detail .book-details .book-main-character {
  font-size: 1.1em;
  font-weight: 700;
}
body.single-ll-authors-books .single-book-content .book-details .book-series-order h3,
.block.book-detail .book-details .book-series-order h3 {
  font-size: 1em;
  font-style: italic;
}
body.single-ll-authors-books .book-single-byline .books-byline {
  font-size: 0.7em;
}
.series-slider .slideshow .slick-arrow {
  text-align: center;
}
.series-slider .slideshow .slick-arrow:before {
  font-family: 'Font Awesome 6 Pro';
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.25rem;
}
.series-slider .view-entire-series {
  text-align: center;
}
.slideshow-books .book-slide-alt .book-container .book-card .book-details .book-excerpt .read-more {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  text-transform: uppercase;
}
.slideshow-books .slick-arrow:before {
  font-size: 2rem;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 100;
}
.slideshow-books .book-container .book-card .book-details {
  text-align: center;
}
@media (min-width: 768px) {
  .slideshow-books .book-container .book-card .book-details {
    text-align: left;
  }
}
.slideshow-books .book-container .book-card .book-details h2.book-title {
  font-size: 1.6em;
  text-transform: none;
}
.slideshow-books .book-container .book-card .book-details .book-subtitle {
  font-family: 'Damion', cursive;
  font-size: 1.4em;
  font-weight: 400;
}
.slideshow-books .book-container .book-card .book-details .books-banner-heading {
  font-size: 0.85em;
}
/*Small devices (landscape phones, 576px and up)*/
/*Medium devices (tablets, 768px and up)*/
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/


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