/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.book-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.book-synopsis {
  flex: 1;
  min-width: 0;
}
.book-cover {
  flex: 0 0 300px;
}
.book-cover img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  border: 0;
}
@media (max-width: 700px) {
  .book-intro {
    display: flex;
    flex-direction: column;
  }
  .book-cover {
    order: 1;
    flex: none;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 1rem auto;
  }
  .book-synopsis {
    order: 2;
    width: 100%;
  }
}
@media only all and (max-width: 50.99rem) {
  .home-hero .g-owlcarousel-item-content {
    width: min(92vw, 46rem);
    margin: 0 auto;
    padding: clamp(0.75rem, 2.5vw, 1.25rem);
  }
  .home-hero .g-owlcarousel-item-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: clamp(1.9rem, 5.5vw, 2.6rem) !important;
    line-height: 1.08;
    margin: 0 0 clamp(0.65rem, 2vw, 1rem);
  }
  .home-hero .g-owlcarousel-item-desc {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 42rem;
    margin: 0 auto clamp(1rem, 2.5vw, 1.4rem);
    padding: 0 0.75rem;
    font-size: clamp(1rem, 2.8vw, 1.2rem) !important;
    line-height: 1.4;
  }
  .home-hero .g-owlcarousel-item-link {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
  }
  .home-hero .g-owlcarousel-item-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: clamp(13rem, 42vw, 17rem);
    max-width: calc(100vw - 3rem);
    padding: clamp(0.75rem, 2vw, 0.95rem) clamp(1.25rem, 4vw, 2rem) !important;
    font-size: clamp(0.78rem, 2vw, 0.9rem) !important;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }
}
/* Footer legal menu */
.footer-legal {
  text-align: center;
}
.footer-legal .g-toplevel {
  display: flex !important;
  flex-flow: row nowrap !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-legal .g-toplevel > li {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center;
}
.footer-legal .g-menu-item-container {
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important;
  font-size: 0.95rem;
  font-weight: 400 !important;
  line-height: 1.4;
  color: inherit !important;
  opacity: 0.9;
  text-decoration: none;
}
.footer-legal .g-toplevel > li + li::before {
  content: "·";
  display: inline-block;
  margin: 0 0.65rem;
  opacity: 0.6;
}
.footer-legal .g-menu-item-container:hover, .footer-legal .g-menu-item-container:focus {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
/*# sourceMappingURL=custom_15.css.map */