@import url(https://fonts.googleapis.com/css?family=Courgette|Montserrat:300,400,400i,500,500i,700,800|Oswald:300,400,500&display=swap);
/* Theme Variables */
/* Parent Helper Styles */
@-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);
  }
}
.col-left {
  margin-left: 0;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .col-left {
    margin-left: 20%;
  }
}
.col-right {
  margin-right: 0;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .col-right {
    margin-right: 20%;
  }
}
/* Stite Styles */
html {
  font-size: 18px;
}
.entry .entry-title:before,
h2:before {
  content: none;
}
a {
  color: #f79629;
}
a:hover,
a:visited,
a:active {
  color: #0f3d59;
}
pre {
  background-color: #fff;
  color: #000;
}
.container {
  padding: 0 8px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
.ll4-modal-open {
  overflow: hidden;
}
.ll4-modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.button,
button,
.wp-block-button__link,
.entry .wp-block-button__link,
.entry .entry-content .wp-block-button .wp-block-button__link,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link,
.entry .entry-content a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  border: 2px solid;
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem;
  vertical-align: text-bottom;
  outline: none;
}
.button:focus,
button:focus,
.wp-block-button__link:focus,
.entry .wp-block-button__link:focus,
.entry .entry-content .wp-block-button .wp-block-button__link:focus,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:focus,
.entry .entry-content a.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
button:active,
.wp-block-button__link:active,
.entry .wp-block-button__link:active,
.entry .entry-content .wp-block-button .wp-block-button__link:active,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:active,
.entry .entry-content a.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: none !important;
}
.button.button-light,
button.button-light,
.wp-block-button__link.button-light,
.entry .wp-block-button__link.button-light,
.entry .entry-content .wp-block-button .wp-block-button__link.button-light,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link.button-light,
.entry .entry-content a.button.button-light,
input[type="button"].button-light,
input[type="reset"].button-light,
input[type="submit"].button-light {
  padding: 0.4rem 1.1rem;
}
.button.button-light:hover,
button.button-light:hover,
.wp-block-button__link.button-light:hover,
.entry .wp-block-button__link.button-light:hover,
.entry .entry-content .wp-block-button .wp-block-button__link.button-light:hover,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link.button-light:hover,
.entry .entry-content a.button.button-light:hover,
input[type="button"].button-light:hover,
input[type="reset"].button-light:hover,
input[type="submit"].button-light:hover {
  opacity: 1 !important;
}
.site-logo {
  max-width: 220px;
}
@media (min-width: 768px) {
  .site-logo {
    max-width: 272px;
  }
}
.primary-logo .site-logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .primary-logo .site-logo {
    top: -2rem;
  }
}
.sticky .site-logo img {
  max-height: none;
}
.post-type-archive-ll-authors-books.image-filters-enabled header.site-header.featured-image.featured-image-archive {
  min-height: 8rem;
}
.post-type-archive-ll-authors-books.image-filters-enabled .banner-archive .entry-header {
  display: none;
}
.books-list .entry-header .entry-title {
  margin: 1.5rem 0 2rem;
}
.books-callout .card .book-cover {
  margin-bottom: 1.5rem;
}
.books-callout .card .entry-content .button.button-default {
  border: none;
}
.book-filters {
  position: relative;
}
.book-filters .book-filters-bar {
  position: relative;
  z-index: 20;
}
.book-filters .book-filters-bar .button,
.book-filters .book-filters-drawer .book-filters-submit input {
  border: none;
  padding: 0.7rem 1rem;
}
.book-filters .book-filters-drawer {
  position: relative;
  z-index: 10;
}
.book-filters .book-filters-drawer .book-filters-drawer-lining {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.book-filters .book-filters-drawer .book-filters-wrap {
  border-top: 3px dotted;
  border-bottom: 3px dotted;
}
.books-list article.ll-authors-books.entry .entry-content a.button {
  border: none;
}
.books-list article.ll-authors-books.entry p {
  margin-bottom: 0.5rem;
}
.books-list article.ll-authors-books.entry .entry-content a.button.read-more {
  border-bottom: 2px solid;
  border-radius: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .books-list article.ll-authors-books.entry .entry-content a.button.read-more {
    border: none;
    border-radius: 1.5rem;
    padding: 0.5rem 1.5rem;
  }
}
body.single-ll-authors-books header.site-header .entry-subtitle {
  margin-bottom: 0.5rem;
}
body.single-ll-authors-books header.site-header .books-banner-heading {
  margin-bottom: 1rem;
}
body.single-ll-authors-books header.site-header .books-banner-heading a:hover {
  opacity: 1;
}
body.single-ll-authors-books .book-details .book-title h1 {
  margin-bottom: 0;
}
body.single-ll-authors-books .book-details .book-series-order h3 {
  margin-bottom: 0;
}
body.single-ll-authors-books .book-details .book-formats {
  border-top: 3px dotted;
  border-bottom: 3px dotted;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
}
.slideshow-books .book-container .book-card .book-title {
  margin-bottom: 0.25rem;
}
.slideshow-books .book-container .book-card .book-subtitle {
  margin-bottom: 0.5rem;
}
.slideshow-books .book-container .book-card .book-series-order {
  margin-bottom: 0.75rem;
}
footer.site-footer .site-logo {
  max-width: 280px;
}
@media (min-width: 768px) {
  footer.site-footer .site-logo {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  header.site-header {
    min-height: 7rem;
  }
}
header.site-header .entry-title {
  margin-bottom: 0;
}
header.site-header.featured-image:not(.single-post-header) .entry-subtitle {
  margin-top: 0;
}
.navbar-toggler.is-active ~ .nav-sticky-logo {
  display: block;
}
.nav-sticky-logo {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: none;
  max-width: 72%;
}
.nav-sticky-logo .sticky-logo {
  display: block;
}
@media (min-width: 768px) {
  .nav-sticky-logo .sticky-logo {
    display: none;
  }
}
.main-navigation {
  padding: 0;
}
.main-navigation .navbar-collapse {
  right: 0;
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse {
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) {
  .main-navigation .menu-item.show .dropdown-menu a {
    padding: 0.1rem 1rem;
  }
}
@media (min-width: 992px) {
  .sticky:not(.is-sticky) {
    padding: 1rem 0;
  }
}
.sticky .sticky-row {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .sticky .sticky-row {
    padding: 0;
  }
}
header.site-header.featured-image .entry-share .entry-share-networks a.entry-share-network {
  transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
header.site-header.featured-image .entry-share .entry-share-networks a.entry-share-network:hover {
  opacity: 1;
}
.block.downloads .downloads-row .download-card .download-caption {
  background-color: #0f3d59;
}
.block.downloads .downloads-row .download-card .download-caption .download-description {
  color: #ffebb3;
}
.block.downloads .downloads-row .download-card .download-caption .download-button {
  color: #c5f0ed;
}
.latest-book-releases.block .latest-book-releases-title {
  color: #f79629;
}
.latest-book-releases.block .book-cover img {
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.333);
}
.latest-book-releases.block .book-purchase .button.button-ghost {
  color: #d16129;
}
.latest-book-releases.block .book-purchase .button.button-ghost:hover {
  color: #f79629;
}
.latest-book-releases.block .book-purchase .latest-book-releases-buy-now .button.button-default {
  background-color: #d16129;
  border-color: transparent;
  color: #ffebb3;
}
.latest-book-releases.block .book-purchase .latest-book-releases-buy-now .button.button-default:hover {
  background-color: #f79629;
}
.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #000;
}
.button.button-light:visited,
button.button-light:visited,
input[type="button"].button-light:visited,
input[type="reset"].button-light:visited,
input[type="submit"].button-light:visited {
  color: #fff;
}
.button,
button,
.wp-block-button__link,
.entry .wp-block-button__link,
.entry .entry-content .wp-block-button .wp-block-button__link,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link,
.entry .entry-content a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  border-color: #0f3d59;
  color: #0f3d59;
}
.button:hover,
button:hover,
.wp-block-button__link:hover,
.entry .wp-block-button__link:hover,
.entry .entry-content .wp-block-button .wp-block-button__link:hover,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:hover,
.entry .entry-content a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #0f3d59;
  border-color: #0f3d59;
  color: #ebf5fc;
}
.button.button-light,
button.button-light,
.wp-block-button__link.button-light,
.entry .wp-block-button__link.button-light,
.entry .entry-content .wp-block-button .wp-block-button__link.button-light,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link.button-light,
.entry .entry-content a.button.button-light,
input[type="button"].button-light,
input[type="reset"].button-light,
input[type="submit"].button-light {
  background-color: #09a9ac;
  border-color: transparent;
  color: rgba(255,255,255,0.8);
}
.button.button-light:hover,
button.button-light:hover,
.wp-block-button__link.button-light:hover,
.entry .wp-block-button__link.button-light:hover,
.entry .entry-content .wp-block-button .wp-block-button__link.button-light:hover,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link.button-light:hover,
.entry .entry-content a.button.button-light:hover,
input[type="button"].button-light:hover,
input[type="reset"].button-light:hover,
input[type="submit"].button-light:hover {
  background-color: #fff !important;
  border-color: transparent !important;
  color: #0f3d59 !important;
}
.social-icons .social a {
  color: #c5f0ed;
}
.social-icons .social a:hover {
  color: #09a9ac;
}
a {
  color: #09a9ac;
}
a:hover,
a:visited,
a:active {
  color: #f79629;
}
.books-callout .card {
  background-color: #f9f9f9;
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.333);
}
.books-callout .card .card-body .book-cover {
  background-color: #fff;
}
.books-callout .card .card-body img {
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.333);
}
.books-callout .card .entry-content .button.button-default {
  background-color: #d16129;
  color: #ffebb3;
}
.books-callout .card .entry-content .button.button-default:hover {
  background-color: #f79629;
}
.book-excerpt-download .card {
  background-color: #09a9ac;
  border-color: #09a9ac;
}
.book-excerpt-download .card .card-title {
  color: #fff;
}
.book-excerpt-download .card .card-title:after {
  content: "\020";
  display: block;
  background: #0f3d59;
  font-size: 2.5em;
  height: 3px;
  margin: 1rem auto;
  width: 0.5rem;
}
.book-excerpt-download .card .card-text .book-excerpt-download-arrow {
  color: #0f3d59;
}
.book-excerpt-download .card .card-text .book-excerpt-download-button .button.button-light {
  background-color: #0f3d59;
}
.book-filters .book-filters-bar {
  background-color: #0f3d59;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.333);
}
.book-filters .book-filters-bar .button,
.book-filters .book-filters-drawer .book-filters-submit input {
  background-color: #09a9ac;
  border-color: #09a9ac;
  color: #c5f0ed;
}
.book-filters .book-filters-bar .button:hover,
.book-filters .book-filters-drawer .book-filters-submit input:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f3d59;
}
.book-filters .book-filters-drawer .book-filters-drawer-lining {
  background-color: #f9f9f9;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.333);
}
.book-filters .book-filters-drawer .book-filters-wrap {
  border-top-color: #09a9ac;
  border-bottom-color: #09a9ac;
}
.book-filters .book-filters-drawer .book-filter-block .book-filters-title {
  color: #0f3d59;
}
.book-filters .book-filters-drawer .book-filter-block .book-filter {
  color: #09a9ac;
}
.books-list article.ll-authors-books.entry .entry-header h2 a {
  color: #0f3d59;
}
.books-list article.ll-authors-books.entry .entry-header h2 a:hover {
  color: #09a9ac;
}
.books-list article.ll-authors-books.entry .entry-header .books-banner-heading {
  color: #09a9ac;
}
.books-list article.ll-authors-books.entry .entry-header .books-banner-heading a,
.books-list article.ll-authors-books.entry .entry-header .books-banner-heading a:visited {
  color: #09a9ac;
}
.books-list article.ll-authors-books.entry .entry-content a.button {
  background-color: #d16129;
  color: #ffebb3;
}
.books-list article.ll-authors-books.entry .entry-content a.button:hover {
  background-color: #f79629;
}
.books-list article.ll-authors-books.entry .card {
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.333);
}
.books-list article.ll-authors-books.entry .entry-content a.button.read-more {
  background-color: transparent;
  border-bottom-color: #d16129;
  color: #d16129;
}
@media (min-width: 768px) {
  .books-list article.ll-authors-books.entry .entry-content a.button.read-more {
    background-color: #d16129;
    color: #ffebb3;
  }
  .books-list article.ll-authors-books.entry .entry-content a.button.read-more:hover {
    background-color: #f79629;
  }
}
.book-review-quotes .book-review-quotes-title {
  color: #0f3d59;
}
.book-review-quotes .book-review-quotes-title:after {
  content: "\020";
  display: block;
  background: #d16129;
  font-size: 2.5em;
  height: 3px;
  margin: 1rem auto;
  width: 0.5rem;
}
@media (min-width: 768px) {
  .book-review-quotes .book-review-quotes-title:after {
    content: "\020";
    display: block;
    background: #d16129;
    font-size: 2.5em;
    height: 3px;
    margin: 1rem 0;
    width: 0.5rem;
  }
}
.book-review-quotes .book-review-quote-body {
  color: #09a9ac;
}
.book-review-quotes .book-review-quote-body .h3 {
  color: #09a9ac;
}
.book-review-quotes .slider .slideshow .slick-arrow:before {
  color: #d16129;
}
body.single-ll-authors-books header.site-header h2.entry-subtitle:after {
  content: "\020";
  display: block;
  background: #f79629;
  border-radius: 1rem;
  font-size: 2.5em;
  height: 6px;
  margin: 0.5rem auto 0;
  width: 1.5rem;
}
body.single-ll-authors-books header.site-header .books-banner-heading {
  font-style: italic;
  color: #c5f0ed;
}
body.single-ll-authors-books header.site-header .books-banner-heading a,
body.single-ll-authors-books header.site-header .books-banner-heading a:visited {
  color: #c5f0ed;
}
body.single-ll-authors-books header.site-header .books-banner-heading a:hover,
body.single-ll-authors-books header.site-header .books-banner-heading a:visited:hover {
  color: #fff;
}
body.single-ll-authors-books .book-details .book-series-order .books-banner-heading {
  color: #f79629;
}
body.single-ll-authors-books .book-details .book-series-order .books-banner-heading a,
body.single-ll-authors-books .book-details .book-series-order .books-banner-heading a:visited {
  color: #f79629;
}
body.single-ll-authors-books .book-details .book-series-order .books-banner-heading a:hover,
body.single-ll-authors-books .book-details .book-series-order .books-banner-heading a:visited:hover {
  color: #d16129;
}
body.single-ll-authors-books .book-details .book-formats {
  background-color: #f9f9f9;
  border-top-color: #09a9ac;
  border-bottom-color: #09a9ac;
}
body.single-ll-authors-books .book-details .book-formats a {
  color: #d16129;
}
body.single-ll-authors-books .book-details .book-formats a:hover {
  color: #f79629;
}
body.single-ll-authors-books .book-details .book-content {
  color: #0f3d59;
}
.slideshow-books .book-container .book-card {
  background: transparent;
  background: -moz-linear-gradient(left, rgba(255,235,179,0.75) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,235,179,0.75)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(255,235,179,0.75) 0%, transparent 100%);
  background: -o-linear-gradient(left, rgba(255,235,179,0.75) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(255,235,179,0.75) 0%, transparent 100%);
}
.slideshow-books .book-container .book-card .book-title {
  color: #eefafa !important;
}
.slideshow-books .book-container .book-card .book-subtitle {
  color: #c5f0ed;
}
.slideshow-books .book-container .book-card .book-series-order {
  color: #0f3d59;
}
.slideshow-books .book-container .book-card .book-series-order a {
  color: #0f3d59;
}
.slideshow-books .book-container .book-card .book-links .button.button-light {
  background-color: #d16129;
  color: #ffebb3;
}
.slideshow-books .book-container .book-card .book-links .button.button-light:hover {
  background-color: #f79629 !important;
  color: #fff !important;
}
footer.site-footer {
  background-color: #0f3d59;
}
.footer-content {
  color: #c5f0ed;
}
.site-footer .endcap {
  color: #09a9ac;
}
.site-footer .endcap hr {
  background-color: #000;
}
.site-footer .endcap .created-by a {
  color: #09a9ac;
}
.site-footer .endcap .created-by a:hover {
  color: #fff;
}
.footer-navigation .menu-item a {
  color: #c5f0ed;
}
.footer-navigation .menu-item a:hover {
  color: #09a9ac;
}
.header-cta,
.post-categories {
  background-color: #0f3d59;
  border-color: #000;
}
.header-cta .header-cta-text,
.post-categories .header-cta-text {
  color: #c5f0ed;
}
.site-header:not(.featured-image) + .header-cta {
  border-top-color: #000;
}
header.site-header {
  background-color: #0f3d59;
}
header.site-header .entry-title {
  color: #f79629;
}
header.site-header.featured-image .entry-title {
  color: #f79629;
}
header.site-header.featured-image:not(.single-post-header) .entry-subtitle {
  color: #d16129;
}
.navbar-toggler + * .nav {
  background-color: #0f3d59;
}
@media (min-width: 768px) {
  .navbar-toggler + * .nav {
    background-color: transparent;
  }
}
.navbar-toggler.hamburger:hover,
.navbar-toggler.hamburger.is-active:hover {
  opacity: 1;
}
.navbar-toggler.hamburger .hamburger-box .hamburger-inner,
.navbar-toggler.hamburger.is-active .hamburger-box .hamburger-inner {
  background-color: #f79629;
}
.navbar-toggler.hamburger .hamburger-box .hamburger-inner:before,
.navbar-toggler.hamburger.is-active .hamburger-box .hamburger-inner:before,
.navbar-toggler.hamburger .hamburger-box .hamburger-inner:after,
.navbar-toggler.hamburger.is-active .hamburger-box .hamburger-inner:after {
  background-color: #f79629;
}
.main-navigation {
  background-color: #0f3d59;
}
@media (min-width: 768px) {
  .main-navigation {
    background-color: transparent;
  }
}
.main-navigation .navbar-nav.nav {
  border-color: #000;
}
.main-navigation .menu-item a {
  color: #c5f0ed;
}
.main-navigation .menu-item a:hover {
  color: #f79629;
}
.main-navigation .menu-item.show .dropdown-menu a {
  color: #0f3d59;
}
@media (min-width: 768px) {
  .main-navigation .menu-item.show a {
    color: #f79629;
  }
}
@media (min-width: 992px) {
  .main-navigation .menu-item.dropdown.show:before,
  .main-navigation .menu-item.dropdown.show:after {
    border-bottom-color: #c5f0ed;
  }
}
.main-navigation .menu-item .dropdown-menu {
  background-color: #c5f0ed;
  padding: 0.5rem 0;
}
.main-navigation .menu-item .dropdown-menu a {
  color: #0f3d59;
}
.main-navigation .menu-item .dropdown-menu a:hover,
.main-navigation .menu-item .dropdown-menu a:active {
  background-color: rgba(255,255,255,0.75);
}
.sticky:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(top, #0f3d59 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f3d59), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, #0f3d59 0%, transparent 100%);
  background: -o-linear-gradient(top, #0f3d59 0%, transparent 100%);
  background: linear-gradient(to bottom, #0f3d59 0%, transparent 100%);
}
.sticky.is-sticky {
  background-color: #0f3d59;
}
.entry .entry-content a {
  color: #09a9ac;
}
.entry .entry-content a:hover {
  color: #f79629;
}
.entry .entry-summary a {
  color: #09a9ac;
}
.entry .entry-summary a:hover {
  color: #f79629;
}
.post-categories .post-categories-label {
  color: #09a9ac;
}
.post-categories .post-category a {
  color: #c5f0ed;
}
.site-header:not(.featured-image) + .post-categories {
  border-top-color: #165b85;
}
.posts-list .entry .entry-title:after {
  background-color: #d16129;
}
.posts-list .entry .entry-content p {
  color: #0f3d59;
}
.posts-list .entry .entry-meta a,
.posts-list .entry .entry-footer a {
  color: #09a9ac;
}
.posts-list .entry .entry-meta a:hover,
.posts-list .entry .entry-footer a:hover {
  color: #0f3d59;
}
.post-pagination .page-item.active .page-link {
  background-color: #0f3d59;
}
.post-pagination .page-item .page-linke {
  border-color: #0f3d59;
}
header.site-header.featured-image .entry-share .entry-share-title {
  color: #ffebb3;
}
header.site-header.featured-image .entry-share .entry-share-networks a.entry-share-network {
  color: #ffebb3;
}
header.site-header.featured-image .entry-share .entry-share-networks a.entry-share-network:hover {
  color: #f79629;
}
.single-post-content {
  border-top-color: #0f3d59;
}
.single-post-content .entry-content blockquote {
  border-left-color: #0f3d59;
}
.block.downloads .downloads-row .download-card .download-caption .download-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}
.block.downloads .downloads-row .download-card .download-caption .download-button {
  font-weight: 500;
}
.latest-book-releases.block .latest-book-releases-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
}
.button,
button,
.wp-block-button__link,
.entry .wp-block-button__link,
.entry .entry-content .wp-block-button .wp-block-button__link,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link,
.entry .entry-content a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button:focus,
button:focus,
.wp-block-button__link:focus,
.entry .wp-block-button__link:focus,
.entry .entry-content .wp-block-button .wp-block-button__link:focus,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:focus,
.entry .entry-content a.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
button:active,
.wp-block-button__link:active,
.entry .wp-block-button__link:active,
.entry .entry-content .wp-block-button .wp-block-button__link:active,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:active,
.entry .entry-content a.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  text-decoration: none;
}
.button:hover,
button:hover,
.wp-block-button__link:hover,
.entry .wp-block-button__link:hover,
.entry .entry-content .wp-block-button .wp-block-button__link:hover,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:hover,
.entry .entry-content a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
}
.button.button-light,
button.button-light,
.wp-block-button__link.button-light,
.entry .wp-block-button__link.button-light,
.entry .entry-content .wp-block-button .wp-block-button__link.button-light,
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link.button-light,
.entry .entry-content a.button.button-light,
input[type="button"].button-light,
input[type="reset"].button-light,
input[type="submit"].button-light {
  font-size: 1em;
  font-weight: 400;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.books-callout .card .entry-content .button.button-default {
  font-weight: 500;
}
.book-excerpt-download .card .card-title {
  font-family: 'Courgette', cursive;
  font-weight: 400;
}
.book-excerpt-download .card .card-text .book-excerpt-download-prompt {
  font-weight: 400;
}
.book-excerpt-download .card .card-text .book-excerpt-download-arrow {
  font-family: 'Courgette', cursive;
}
.book-filters .book-filters-bar .button {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1;
}
.book-filters .book-filters-drawer {
  font-family: 'Oswald', sans-serif;
}
.book-filters .book-filters-drawer .book-filter-block .book-filters-title {
  font-size: 0.9em;
  text-transform: uppercase;
}
.book-filters .book-filters-drawer .book-filter-block .book-filter {
  font-size: 0.85em;
  font-weight: 300;
}
.book-filters .book-filters-drawer .book-filters-submit .filter-clear {
  font-size: 0.85em;
  font-weight: 400;
  text-transform: uppercase;
}
.books-list article.ll-authors-books.entry h2 a:hover {
  text-decoration: none;
}
.books-list article.ll-authors-books.entry .entry-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}
.books-list article.ll-authors-books.entry .entry-header h4 {
  font-family: 'Courgette', cursive;
  color: #d16129;
}
.books-list article.ll-authors-books.entry .entry-header .books-banner-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.books-list article.ll-authors-books.entry .entry-content a.button {
  font-weight: 400;
}
.books-list article.ll-authors-books.entry .entry-content a.button.read-more {
  font-weight: 400;
}
@media (min-width: 768px) {
  .books-list article.ll-authors-books.entry .entry-content a.button.read-more {
    font-weight: 400;
  }
}
.book-review-quotes .book-review-quotes-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.book-review-quotes .book-review-quote-body .h3 {
  font-family: 'Courgette', cursive;
  font-weight: 400;
}
body.lala-theme-4.single-ll-authors-books header.site-header h1.entry-title {
  font-size: 1.8em;
}
body.lala-theme-4.single-ll-authors-books header.site-header h2.entry-subtitle {
  font-size: 1.4em;
}
body.lala-theme-4.single-ll-authors-books .book-details .book-title h1 {
  text-transform: none;
}
body.lala-theme-4.single-ll-authors-books .book-details .book-subtitle h2 {
  font-size: 1.25em;
}
body.lala-theme-4.single-ll-authors-books .book-details .book-series-order .books-banner-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 0.65em;
  font-weight: 300;
  letter-spacing: 0;
}
body.lala-theme-4.single-ll-authors-books .book-details .book-formats .book-purchase-header-label {
  text-transform: uppercase;
}
body.lala-theme-4.single-ll-authors-books .book-details .book-formats .books-purchase-links {
  font-size: 0.7em;
}
.slideshow-books .book-card {
  background: transparent;
  background: -moz-linear-gradient(left, rgba(255,235,179,0.75) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,235,179,0.75)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(255,235,179,0.75) 0%, transparent 100%);
  background: -o-linear-gradient(left, rgba(255,235,179,0.75) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(255,235,179,0.75) 0%, transparent 100%);
}
.slideshow-books .book-card .book-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.slideshow-books .book-card .book-subtitle {
  font-family: 'Courgette', cursive;
  font-size: 1.2em;
  font-weight: 200;
}
.slideshow-books .book-card .book-series-order {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9em;
}
.slideshow-books .book-card .book-excerpt {
  font-size: 0.85em;
  font-weight: 300;
}
.footer-content {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer-navigation .menu-item a {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9em;
  font-weight: 300;
}
.footer-navigation .menu-item .dropdown-menu a {
  font-weight: 400;
}
.header-cta .header-cta-text,
.post-categories .header-cta-text {
  font-family: 'Courgette', cursive;
  font-size: 1em;
}
@media (min-width: 768px) {
  .header-cta .header-cta-text,
  .post-categories .header-cta-text {
    font-size: 1.3em;
  }
}
header.site-header .entry-title {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  header.site-header .entry-title {
    font-size: 2.6em;
  }
}
header.site-header.featured-image:not(.single-post-header) .entry-subtitle {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  header.site-header.featured-image:not(.single-post-header) .entry-subtitle {
    font-size: 1.8em;
  }
}
.main-navigation .menu-item a {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}
.main-navigation .menu-item .dropdown-menu a {
  font-weight: 500;
}
@media (min-width: 768px) {
  .main-navigation .menu-item .dropdown-menu a {
    font-size: 0.9em;
  }
}
body.lala-theme-4 h1,
body.lala-theme-4 .h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7em;
  text-transform: uppercase;
  color: #0f3d59;
}
body.lala-theme-4 h1:before,
body.lala-theme-4 .h1:before {
  content: none !important;
}
body.lala-theme-4 h2,
body.lala-theme-4 .h2 {
  font-family: 'Courgette', cursive;
  font-size: 1.6em;
  font-weight: 500;
  color: #09a9ac;
}
body.lala-theme-4 h2:before,
body.lala-theme-4 .h2:before {
  content: none !important;
}
body.lala-theme-4 h3,
body.lala-theme-4 .h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #d16129;
  letter-spacing: 1px;
}
body.lala-theme-4 h3:before,
body.lala-theme-4 .h3:before {
  content: none !important;
}
body.lala-theme-4 h4,
body.lala-theme-4 .h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #f79629;
}
body.lala-theme-4 h4:before,
body.lala-theme-4 .h4:before {
  content: none !important;
}
body.lala-theme-4 h5,
body.lala-theme-4 .h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  color: #09a9ac;
}
body.lala-theme-4 h5:before,
body.lala-theme-4 .h5:before {
  content: none !important;
}
body.lala-theme-4 h6,
body.lala-theme-4 .h6 {
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0f3d59;
}
body.lala-theme-4 h6:before,
body.lala-theme-4 .h6:before {
  content: none !important;
}
.post-categories .post-categories-label {
  font-family: 'Courgette', cursive;
}
.post-categories .post-category a {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.posts-list .entry .entry-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}
.posts-list .entry .entry-content p {
  font-weight: 500;
}
.posts-list .entry .entry-meta,
.posts-list .entry .entry-footer {
  font-family: 'Montserrat', sans-serif;
}
.single-post-header .entry-header .entry-title {
  font-size: 2em;
}
/*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*/