/**
 * Theme Name: Christina Hardyment Theme
 * Author: Joe Billings
 * Version: 1.0.0
 * Description: Custom theme for Christina Hardyment.
 * Template: zap-base
 */

@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

@-moz-keyframes splide-loading{0%{-moz-transform:rotate(0);transform:rotate(0)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}

@keyframes splide-loading{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-flex-shrink:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;-moz-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
/* line 320, ../../src/sass/helpers/_mixins.scss */
.hide-contents {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 31, ../../src/sass/helpers/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 35, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 38, ../../src/sass/helpers/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 41, ../../src/sass/helpers/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 44, ../../src/sass/helpers/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 49, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 54, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 57, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 61, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
html {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 1, ../../src/sass/helpers/_typography.scss */
  html {
    font-size: 18px;
  }
}

/* line 9, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404040;
  font-family: ten-oldstyle-variable, serif;
  font-weight: 300;
  line-height: 1.4;
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 22px;
  --wp--preset--font-size--x-large: 24px;
  --wp--preset--font-size--xx-large: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 9, ../../src/sass/helpers/_typography.scss */
  body {
    font-size: 20px;
    line-height: 1.8;
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 40px;
    --wp--preset--font-size--x-large: 55px;
    --wp--preset--font-size--xx-large: 120px;
  }
}

/* line 36, ../../src/sass/helpers/_typography.scss */
button {
  font-family: ten-oldstyle-variable, serif;
  font-weight: 300;
  line-height: 1.4;
}

/* line 42, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2, .h3, h3, .h4, p.is-style-upper, h4, .h5, h5 {
  font-family: ten-oldstyle-variable, serif;
  font-weight: 400;
  color: #c1563b;
  font-style: normal;
}
/* line 52, ../../src/sass/helpers/_typography.scss */
.bigg-school .h1, .bigg-school h1,
.bigg-school .h2,
.bigg-school h2,
.bigg-school .h3,
.bigg-school h3,
.bigg-school .h4,
.bigg-school p.is-style-upper,
.bigg-school h4,
.bigg-school .h5,
.bigg-school h5 {
  font-family: gambado-sans-forte, sans-serif;
}

/* line 57, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  color: #c1563b;
  line-height: 1.14;
  letter-spacing: 0.25px;
  font-size: 76px;
}
@media only screen and (max-width: 640px) {
  /* line 57, ../../src/sass/helpers/_typography.scss */
  .h1, h1 {
    font-size: 46px;
  }
}
/* line 67, ../../src/sass/helpers/_typography.scss */
.h1.page-title, h1.page-title {
  margin: 0;
}

/* line 71, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-size: 48px;
  color: #000000;
  line-height: 1.1;
}
@media only screen and (max-width: 650px) {
  /* line 71, ../../src/sass/helpers/_typography.scss */
  .h2, h2 {
    font-size: 36px;
  }
}
/* line 80, ../../src/sass/helpers/_typography.scss */
.h2.large, h2.large {
  font-size: 64px;
}
@media only screen and (max-width: 650px) {
  /* line 80, ../../src/sass/helpers/_typography.scss */
  .h2.large, h2.large {
    font-size: 36px;
  }
}

/* line 97, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-weight: 400;
  line-height: 1.35;
  font-size: 28px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  /* line 97, ../../src/sass/helpers/_typography.scss */
  .h3, h3 {
    font-size: 24px;
  }
}
/* line 107, ../../src/sass/helpers/_typography.scss */
.h3.is-style-xl-heading, h3.is-style-xl-heading {
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
}
/* line 113, ../../src/sass/helpers/_typography.scss */
.h3.is-style-l-heading, h3.is-style-l-heading {
  font-size: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
}

/* line 120, ../../src/sass/helpers/_typography.scss */
.h4, p.is-style-upper, h4 {
  font-family: ten-oldstyle-variable, serif;
  font-size: ten-oldstyle-variable, serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  /* line 120, ../../src/sass/helpers/_typography.scss */
  .h4, p.is-style-upper, h4 {
    font-size: 20px;
  }
}

/* line 132, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
}

/* line 138, ../../src/sass/helpers/_typography.scss */
.h6, h6 {
  font-family: ten-oldstyle-variable, serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  color: #AAA8A8;
}
@media only screen and (max-width: 768px) {
  /* line 138, ../../src/sass/helpers/_typography.scss */
  .h6, h6 {
    font-size: 18px;
  }
}

/* line 152, ../../src/sass/helpers/_typography.scss */
.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 158, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 161, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 165, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 0.5em 0 1.6em;
}

/* line 169, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
}

/* line 172, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
}

/* line 176, ../../src/sass/helpers/_typography.scss */
p.is-style-serif {
  font-family: ten-oldstyle-variable, serif;
  line-height: 1.4;
}

/* line 185, ../../src/sass/helpers/_typography.scss */
p.is-style-xlarge {
  font-family: ten-oldstyle-variable, serif;
  font-size: 120px;
  line-height: 1.14;
}

/* line 191, ../../src/sass/helpers/_typography.scss */
.has-x-large-font-size {
  line-height: 1.3;
}

/* line 195, ../../src/sass/helpers/_typography.scss */
.has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}
/* line 198, ../../src/sass/helpers/_typography.scss */
.has-xx-large-font-size.is-style-serif {
  margin-bottom: 0;
}

/* line 212, ../../src/sass/helpers/_typography.scss */
h1,
.h1,
h1 {
  margin: 0.75em 0 0.5em;
}

/* line 217, ../../src/sass/helpers/_typography.scss */
h2,
.h2,
h2 {
  margin: 0.25em 0 0;
}

/* line 222, ../../src/sass/helpers/_typography.scss */
h3,
.h3,
h3 {
  margin: 0.25em 0 0.75em;
}

/* line 227, ../../src/sass/helpers/_typography.scss */
h4,
.h4,
p.is-style-upper,
h4 {
  margin: 1em 0 0.5em;
}

/* line 232, ../../src/sass/helpers/_typography.scss */
h5,
.h5,
h5 {
  margin: 1em 0 0.5em;
}

/* line 237, ../../src/sass/helpers/_typography.scss */
h6,
.h6,
h6 {
  margin: 1em 0 0.5em;
}

/* line 250, ../../src/sass/helpers/_typography.scss */
ul {
  margin: 0.5em 0 1em 1.2em;
}

/* line 254, ../../src/sass/helpers/_typography.scss */
ol {
  margin: 0.5em 0 1em 1.1em;
}

/* line 259, ../../src/sass/helpers/_typography.scss */
li {
  margin: 0.5em 0;
}

/* line 268, ../../src/sass/helpers/_typography.scss */
.center {
  text-align: center;
}

/* line 272, ../../src/sass/helpers/_typography.scss */
.lf-small {
  font-size: 16px;
}

/* line 276, ../../src/sass/helpers/_typography.scss */
sup,
sub {
  font-size: smaller;
}

/* line 281, ../../src/sass/helpers/_typography.scss */
sup {
  vertical-align: super;
}

/* line 285, ../../src/sass/helpers/_typography.scss */
sub {
  vertical-align: sub;
}

/* Button block
--------------------------------------------- */
/* line 360, ../../src/sass/helpers/_typography.scss */
a:not(.wp-core-ui .button):not(.wp-core-ui .woocommerce .add_to_cart_button.ajax_add_to_cart):not(.woocommerce .wp-core-ui .add_to_cart_button.ajax_add_to_cart):link, a:not(.wp-core-ui .button):not(.wp-core-ui .woocommerce .add_to_cart_button.ajax_add_to_cart):not(.woocommerce .wp-core-ui .add_to_cart_button.ajax_add_to_cart):visited {
  text-decoration: none;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  background: #fdfcf7;
}
/* line 4, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 9, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1440px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 560px) {
  /* line 9, ../../src/sass/helpers/_base.scss */
  .container {
    padding: 0 8px;
  }
}
/* line 11, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 920px;
}
/* line 15, ../../src/sass/helpers/_base.scss */
.container > article {
  padding: 48px 0;
}
@media only screen and (max-width: 560px) {
  /* line 15, ../../src/sass/helpers/_base.scss */
  .container > article {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, ../../src/sass/helpers/_base.scss */
  .container > article {
    padding: 9.6px 0;
  }
}
/* line 27, ../../src/sass/helpers/_base.scss */
.container > h1 {
  padding-top: 48px;
}
@media only screen and (max-width: 560px) {
  /* line 27, ../../src/sass/helpers/_base.scss */
  .container > h1 {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 27, ../../src/sass/helpers/_base.scss */
  .container > h1 {
    padding-top: 9.6px;
  }
}
/* line 39, ../../src/sass/helpers/_base.scss */
.container .inner-container {
  position: relative;
  margin-top: 8px;
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  /* line 39, ../../src/sass/helpers/_base.scss */
  .container .inner-container {
    padding: 48px;
  }
}
/* line 48, ../../src/sass/helpers/_base.scss */
.home .container .inner-container {
  margin-top: 0;
}

/* line 55, ../../src/sass/helpers/_base.scss */
.content-area > .inner-container {
  padding-top: 0;
  margin-top: 0;
  max-width: 1140px;
  margin: auto;
}

/* line 67, ../../src/sass/helpers/_base.scss */
footer a:link, footer a:visited, footer a:link img, footer a:visited img,
.content-area a:link,
.content-area a:visited,
.content-area a:link img,
.content-area a:visited img,
.blog-posts a:link,
.blog-posts a:visited,
.blog-posts a:link img,
.blog-posts a:visited img {
  text-decoration: none;
  color: #c1563b;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 76, ../../src/sass/helpers/_base.scss */
footer a:hover,
footer a img:hover,
.content-area a:hover,
.content-area a img:hover,
.blog-posts a:hover,
.blog-posts a img:hover {
  text-decoration: underline !important;
  -webkit-filter: brightness(1.025);
          filter: brightness(1.025);
}

/* line 86, ../../src/sass/helpers/_base.scss */
.listing-item {
  margin: 32px 0;
}

/* line 90, ../../src/sass/helpers/_base.scss */
.alignwide {
  position: relative;
  max-width: none;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1248px) {
  /* line 90, ../../src/sass/helpers/_base.scss */
  .alignwide {
    width: 1440px;
  }
}

/* line 102, ../../src/sass/helpers/_base.scss */
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

/* line 107, ../../src/sass/helpers/_base.scss */
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* line 112, ../../src/sass/helpers/_base.scss */
.aligncenter {
  text-align: center;
}

/* line 116, ../../src/sass/helpers/_base.scss */
.alignfull {
  width: -webkit-calc(100vw - var(--scrollbar-width));
  width: -moz-calc(100vw - var(--scrollbar-width));
  width: calc(100vw - var(--scrollbar-width));
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50vw + (var(--scrollbar-width) / 2)));
     -moz-transform: translateX(-moz-calc(-50vw + (var(--scrollbar-width) / 2)));
      -ms-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
       -o-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
          transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
}

/* line 130, ../../src/sass/helpers/_base.scss */
.full-width {
  width: -webkit-calc(100vw - var(--scrollbar-width));
  width: -moz-calc(100vw - var(--scrollbar-width));
  width: calc(100vw - var(--scrollbar-width));
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50vw + (var(--scrollbar-width) / 2)));
     -moz-transform: translateX(-moz-calc(-50vw + (var(--scrollbar-width) / 2)));
      -ms-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
       -o-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
          transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
}
@media (hover: hover) {
  /* line 130, ../../src/sass/helpers/_base.scss */
  .full-width {
    width: 100vw;
    left: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/* line 144, ../../src/sass/helpers/_base.scss */
.image {
  -webkit-animation: none;
     -moz-animation: none;
          animation: none;
}

/* line 149, ../../src/sass/helpers/_base.scss */
.sidebar ul {
  list-style: none;
  margin: 0;
}

/* line 155, ../../src/sass/helpers/_base.scss */
.attachment-book, .attachment-author, .blog-posts .blog-post {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 163, ../../src/sass/helpers/_base.scss */
a .attachment-book:hover, a .attachment-book:focus,
a .attachment-author:hover,
a .attachment-author:focus,
a .blog-posts .blog-post:hover,
a .blog-posts .blog-post:focus {
  -webkit-transform: scale(1.02);
     -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* line 171, ../../src/sass/helpers/_base.scss */
blockquote {
  border: 0 solid rgba(50, 183, 180, 0.8);
  border-left-width: 4px;
  padding-left: 24px;
  color: #404040;
  font-style: italic;
  margin: 32px 0;
}
/* line 179, ../../src/sass/helpers/_base.scss */
blockquote p {
  font-size: 1rem;
}

/* line 184, ../../src/sass/helpers/_base.scss */
.wp-block-image img {
  height: auto;
}

/* line 188, ../../src/sass/helpers/_base.scss */
.content-narrow {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  /* line 188, ../../src/sass/helpers/_base.scss */
  .content-narrow {
    width: 100%;
  }
}

/* line 196, ../../src/sass/helpers/_base.scss */
img.add-depth,
figure.add-depth img {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

/* line 1, ../../src/sass/helpers/_forms.scss */
input:not([type="checkbox"]):not([type="radio"]),
textarea {
  -webkit-appearance: none;
  padding: 8px 15px !important;
  color: #404040;
  font-size: 14px;
  font-weight: 600;
  background: #f2efef;
  border-radius: 6px;
  border: solid 1px #404040;
  outline: initial;
}
/* line 13, ../../src/sass/helpers/_forms.scss */
input:not([type="checkbox"]):not([type="radio"])[type="number"],
textarea[type="number"] {
  font-size: 21px;
  width: 100px;
}
/* line 18, ../../src/sass/helpers/_forms.scss */
input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 24, ../../src/sass/helpers/_forms.scss */
.select2,
.select2-results {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* line 32, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
/* line 36, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 12px;
  background-image: url(./assets/images/chevron.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.75;
  pointer-events: none;
}
/* line 51, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__select, .guppy-custom-select__container {
  background: #f2efef;
  border-radius: 6px;
  border: solid 1px #404040;
  padding: 8px 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-appearance: none;
  font-family: ten-oldstyle-variable, serif;
  font-size: 21px;
  padding-right: 40px;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  /* line 51, ../../src/sass/helpers/_forms.scss */
  .guppy-custom-select__select, .guppy-custom-select__container {
    width: 400px;
  }
}
/* line 70, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__container {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.15;
  cursor: pointer;
  display: none;
  height: 100%;
}
@media (hover: hover) {
  /* line 81, ../../src/sass/helpers/_forms.scss */
  .guppy-custom-select .guppy-custom-select__container {
    display: block;
  }
  /* line 85, ../../src/sass/helpers/_forms.scss */
  .guppy-custom-select select:focus + .guppy-custom-select__container {
    display: none;
  }
}
/* line 90, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__select, .guppy-custom-select__trigger {
  overflow: hidden;
  white-space: nowrap;
}
/* line 96, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__trigger {
  position: absolute;
  inset: 0;
  padding: 12px 32px 12px 16px;
  overflow: hidden;
  /* Add overflow property */
  white-space: nowrap;
  /* Prevent text from wrapping */
  text-overflow: ellipsis;
  /* Add ellipsis for long text */
}
/* line 105, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__trigger, .guppy-custom-select__options {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 110, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__options {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 64px;
  background: #FDFDFD;
  border: solid 1px #404040;
  border-radius: 6px;
  z-index: 99;
  max-height: 300px;
  overflow: auto;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: default;
  color: #404040;
}
/* line 129, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__options::-webkit-scrollbar {
  display: none;
}
/* line 134, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__option {
  padding: 15px 24px;
  color: #000000;
  background-color: #FDFDFD;
}
/* line 140, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__option:not([data-selected='true']).guppy-custom-select__option__hover {
  background: rgba(193, 86, 59, 0.1);
}
/* line 144, ../../src/sass/helpers/_forms.scss */
.guppy-custom-select__option[data-selected='true'] {
  background: rgba(242, 239, 239, 0.6);
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: selected;
     -moz-animation-name: selected;
          animation-name: selected;
  color: #5a5a5a;
}

/* line 153, ../../src/sass/helpers/_forms.scss */
.g-recaptcha {
  margin-bottom: 24px;
}

/* line 1, ../../src/sass/helpers/_woo.scss */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  margin-top: 40px;
}
/* line 5, ../../src/sass/helpers/_woo.scss */
.wp-block-woocommerce-cart *:not(label):not(a),
.wp-block-woocommerce-checkout *:not(label):not(a) {
  font-size: 20px !important;
}
@media only screen and (max-width: 768px) {
  /* line 5, ../../src/sass/helpers/_woo.scss */
  .wp-block-woocommerce-cart *:not(label):not(a),
  .wp-block-woocommerce-checkout *:not(label):not(a) {
    font-size: 18px !important;
  }
}

/* line 14, ../../src/sass/helpers/_woo.scss */
.added_to_cart {
  margin-left: 12px;
}

/* line 19, ../../src/sass/helpers/_woo.scss */
.select2-container li {
  margin: 0;
}

/* line 24, ../../src/sass/helpers/_woo.scss */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f1f1f1;
}

/* line 30, ../../src/sass/helpers/_woo.scss */
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #eaeaea;
}
/* line 35, ../../src/sass/helpers/_woo.scss */
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #eaeaea;
}

/* line 40, ../../src/sass/helpers/_woo.scss */
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1.5%;
}

/* line 46, ../../src/sass/helpers/_woo.scss */
input#coupon_code {
  width: 140px;
}

/* line 54, ../../src/sass/helpers/_woo.scss */
span .availability_date {
  background: #c1563b;
  font-size: 10px;
  line-height: 1 !important;
  display: inline-block;
  color: #FDFDFD;
  padding: 5px 6px 2px;
  font-family: 'BrandonBlack';
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 68, ../../src/sass/helpers/_woo.scss */
.coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 71, ../../src/sass/helpers/_woo.scss */
.coupon button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}

/* line 2, ../../src/sass/partials/authors.scss */
.guppy-author-list .tiles.tiles-simple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 64px 96px;
  margin: 64px 0 56px;
}

/* line 11, ../../src/sass/partials/authors.scss */
.author-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 920px) {
  /* line 11, ../../src/sass/partials/authors.scss */
  .author-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 920px) {
  /* line 21, ../../src/sass/partials/authors.scss */
  .author-columns .author-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 76px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 21, ../../src/sass/partials/authors.scss */
  .author-columns .author-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
/* line 37, ../../src/sass/partials/authors.scss */
.author-columns .author-content {
  max-width: 768px;
}
/* line 41, ../../src/sass/partials/authors.scss */
.author-columns .author-side-list {
  list-style: none;
  margin: 0;
}

/* line 48, ../../src/sass/partials/authors.scss */
.author__cover {
  -webkit-mask: url("./assets/images/bubble-mask.svg");
          mask: url("./assets/images/bubble-mask.svg");
  -webkit-mask-size: 99%;
          mask-size: 99%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
}
/* line 54, ../../src/sass/partials/authors.scss */
.single-guppy_author .author__cover {
  margin-top: -160px;
}
@media only screen and (max-width: 1100px) {
  /* line 54, ../../src/sass/partials/authors.scss */
  .single-guppy_author .author__cover {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 920px) {
  /* line 54, ../../src/sass/partials/authors.scss */
  .single-guppy_author .author__cover {
    margin-top: 0px;
  }
  /* line 64, ../../src/sass/partials/authors.scss */
  .single-guppy_author .author__cover img {
    width: 220px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  /* line 54, ../../src/sass/partials/authors.scss */
  .single-guppy_author .author__cover {
    margin: 0;
  }
}
/* line 74, ../../src/sass/partials/authors.scss */
.single-guppy_author .author__cover.masked-border {
  position: absolute;
  width: 358px;
  height: 358px;
  margin-left: -22px;
  margin-top: -182px;
  background: #FDFDFD;
}
@media only screen and (max-width: 1100px) {
  /* line 74, ../../src/sass/partials/authors.scss */
  .single-guppy_author .author__cover.masked-border {
    margin-top: -102px;
  }
}
@media only screen and (max-width: 920px) {
  /* line 74, ../../src/sass/partials/authors.scss */
  .single-guppy_author .author__cover.masked-border {
    display: none;
  }
}
/* line 93, ../../src/sass/partials/authors.scss */
.author img {
  width: 100%;
  height: auto;
}
/* line 98, ../../src/sass/partials/authors.scss */
.author__title {
  text-align: center;
}
/* line 102, ../../src/sass/partials/authors.scss */
.author__meta {
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  /* line 1, ../../src/sass/partials/header.scss */
  header {
    margin-bottom: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/partials/header.scss */
  header {
    height: 120px;
    top: 0;
  }
}
/* line 11, ../../src/sass/partials/header.scss */
header > .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 11, ../../src/sass/partials/header.scss */
  header > .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 20, ../../src/sass/partials/header.scss */
header .inner-container > h1 {
  margin: 0;
  padding: 0;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  /* line 20, ../../src/sass/partials/header.scss */
  header .inner-container > h1 {
    margin: 0.5em 0 0.25em;
  }
}
/* line 29, ../../src/sass/partials/header.scss */
header .inner-container > h1.logo {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  /* line 29, ../../src/sass/partials/header.scss */
  header .inner-container > h1.logo {
    margin-right: 0;
  }
}
/* line 36, ../../src/sass/partials/header.scss */
header .inner-container > h1.logo svg {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 41, ../../src/sass/partials/header.scss */
  .dark-header header .inner-container > h1.logo svg path {
    fill: #FDFDFD;
  }
}
/* line 46, ../../src/sass/partials/header.scss */
.scroll-lock header .inner-container > h1.logo svg path {
  fill: #FDFDFD;
}
/* line 51, ../../src/sass/partials/header.scss */
header .inner-container > h1.logo svg.logo-narrow {
  display: block;
  width: 46px;
  height: auto;
}
@media only screen and (min-width: 658px) {
  /* line 36, ../../src/sass/partials/header.scss */
  header .inner-container > h1.logo svg {
    display: block;
  }
  /* line 60, ../../src/sass/partials/header.scss */
  header .inner-container > h1.logo svg.logo-narrow {
    display: none;
  }
}
/* line 68, ../../src/sass/partials/header.scss */
header .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 650px) {
  /* line 68, ../../src/sass/partials/header.scss */
  header .header-right {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 68, ../../src/sass/partials/header.scss */
  header .header-right {
    margin-left: auto;
  }
}
/* line 81, ../../src/sass/partials/header.scss */
header .header-right .cart-link {
  z-index: 9999;
}
/* line 83, ../../src/sass/partials/header.scss */
header .header-right .cart-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  color: #404040;
}
@media only screen and (min-width: 768px) {
  /* line 93, ../../src/sass/partials/header.scss */
  .dark-header header .header-right .cart-link a {
    color: #FDFDFD !important;
  }
}
/* line 98, ../../src/sass/partials/header.scss */
.scroll-lock header .header-right .cart-link a {
  color: #FDFDFD !important;
}
/* line 102, ../../src/sass/partials/header.scss */
header .header-right .cart-link a path {
  fill: #404040;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 768px) {
  /* line 107, ../../src/sass/partials/header.scss */
  .dark-header header .header-right .cart-link a path {
    fill: #FDFDFD;
  }
}
/* line 112, ../../src/sass/partials/header.scss */
.scroll-lock header .header-right .cart-link a path {
  fill: #FDFDFD;
}
/* line 117, ../../src/sass/partials/header.scss */
header .header-right .cart-link a:hover, header .header-right .cart-link a:focus {
  color: black;
  text-decoration: none;
}
/* line 122, ../../src/sass/partials/header.scss */
.dark-header header .header-right .cart-link a:hover, .dark-header header .header-right .cart-link a:focus {
  color: #F3998C;
}
/* line 126, ../../src/sass/partials/header.scss */
header .header-right .cart-link a:hover path, header .header-right .cart-link a:focus path {
  fill: black;
}
@media only screen and (min-width: 768px) {
  /* line 130, ../../src/sass/partials/header.scss */
  .dark-header header .header-right .cart-link a:hover path, .dark-header header .header-right .cart-link a:focus path {
    fill: #F3998C;
  }
}
/* line 139, ../../src/sass/partials/header.scss */
header .header-right .shopping-cart {
  width: auto;
  height: 18px;
  margin-left: 8px;
  margin-bottom: 14px;
}
/* line 146, ../../src/sass/partials/header.scss */
header .header-right .cart-customlocation {
  text-align: right;
  margin-right: 12px;
  line-height: 1;
}
/* line 151, ../../src/sass/partials/header.scss */
header .header-right .cart-customlocation path {
  fill: #c1563b;
}
@media only screen and (min-width: 1188px) {
  /* line 68, ../../src/sass/partials/header.scss */
  header .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
  /* line 160, ../../src/sass/partials/header.scss */
  header .header-right .cart-customlocation {
    margin-right: 0;
  }
}
/* line 166, ../../src/sass/partials/header.scss */
header a {
  display: block;
  line-height: 0;
}
/* line 170, ../../src/sass/partials/header.scss */
header a:hover {
  color: black;
}
/* line 180, ../../src/sass/partials/header.scss */
header .main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}
/* line 188, ../../src/sass/partials/header.scss */
header .main-menu li {
  margin: 0;
}
/* line 194, ../../src/sass/partials/header.scss */
header .main-menu li:last-child a {
  padding-right: 0;
}
/* line 200, ../../src/sass/partials/header.scss */
header .main-menu .menu-item-has-children {
  position: relative;
}
/* line 205, ../../src/sass/partials/header.scss */
header .main-menu .current-menu-item a, header .main-menu .current_page_parent a {
  color: #c1563b;
}
@media only screen and (min-width: 768px) {
  /* line 209, ../../src/sass/partials/header.scss */
  .dark-header header .main-menu .current-menu-item a,
  .dark-header header .main-menu .current_page_parent a {
    color: #ACFAF8;
  }
}
/* line 216, ../../src/sass/partials/header.scss */
header .main-menu a {
  font-size: 20px;
  text-decoration: none;
  color: #5a5a5a;
  font-weight: 500;
  padding: 24px 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 768px) {
  /* line 226, ../../src/sass/partials/header.scss */
  .dark-header header .main-menu a {
    color: #FDFDFD;
  }
}
/* line 231, ../../src/sass/partials/header.scss */
header .main-menu a:hover, header .main-menu a:focus {
  color: black;
}
@media only screen and (min-width: 768px) {
  /* line 236, ../../src/sass/partials/header.scss */
  .dark-header header .main-menu a:hover, .dark-header header .main-menu a:focus {
    color: #ACFAF8;
  }
}
/* line 243, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: absolute;
  z-index: 999;
  margin-top: 0;
}
/* line 250, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 255, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li:hover > a {
  background: #32B7B4;
  color: white;
}
/* line 260, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li a {
  padding-left: 24px;
  padding-right: 24px;
  color: #5a5a5a;
  border: 2px solid #32B7B4;
  border-top: none;
  border-bottom: none;
  background: #FDFDFD;
}
/* line 269, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li a:hover {
  background: #32B7B4;
  color: white;
}
/* line 275, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li.current-menu-item a {
  color: black;
}
/* line 279, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li:first-child a {
  padding-top: 24px;
  border-top: 2px solid #32B7B4;
}
/* line 284, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li:last-child a {
  padding-bottom: 24px;
  border-bottom: 2px solid #32B7B4;
}
/* line 291, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li .sub-menu li a {
  border-top: none;
  border-bottom: none;
}
/* line 296, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li .sub-menu li:first-child a {
  border-top: 2px solid #32B7B4;
}
/* line 300, ../../src/sass/partials/header.scss */
header .main-menu .sub-menu li .sub-menu li:last-child a {
  border-bottom: 2px solid #32B7B4;
}
/* line 308, ../../src/sass/partials/header.scss */
header .main-menu .menu-item-has-children:hover > .sub-menu,
header .main-menu .menu-item-has-children .sub-menu:hover,
header .main-menu .menu-item-has-children a:focus + .sub-menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-left: 8px;
}
/* line 315, ../../src/sass/partials/header.scss */
header .main-menu .menu-item-has-children:hover > .sub-menu .sub-menu,
header .main-menu .menu-item-has-children .sub-menu:hover .sub-menu,
header .main-menu .menu-item-has-children a:focus + .sub-menu .sub-menu {
  left: -webkit-calc(100% - 2px);
  left: -moz-calc(100% - 2px);
  left: calc(100% - 2px);
  margin-left: 0;
  top: 0;
}
@media only screen and (max-width: 1188px) {
  /* line 179, ../../src/sass/partials/header.scss */
  header .main-menu {
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -moz-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -moz-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -o-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background: #c1563b;
  }
  /* line 337, ../../src/sass/partials/header.scss */
  header .main-menu.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
  /* line 342, ../../src/sass/partials/header.scss */
  header .main-menu.active ul {
    opacity: 1;
  }
  /* line 347, ../../src/sass/partials/header.scss */
  header .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-top: 188px;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-delay: 0.15s;
       -moz-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  /* line 356, ../../src/sass/partials/header.scss */
  header .main-menu li {
    padding: 0;
  }
  /* line 362, ../../src/sass/partials/header.scss */
  header .main-menu .current_page_item a {
    color: #FDFDFD;
  }
  /* line 367, ../../src/sass/partials/header.scss */
  header .main-menu a {
    color: #FDFDFD;
    font-size: 28px;
    padding: 32px 72px;
    -webkit-transition: all 0.1s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: all 0.1s cubic-bezier(0.22, 1, 0.36, 1);
    -moz-transition: all 0.1s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 0.1s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media only screen and (max-width: 1188px) and (max-width: 560px) {
  /* line 367, ../../src/sass/partials/header.scss */
  header .main-menu a {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 1188px) {
  /* line 378, ../../src/sass/partials/header.scss */
  header .main-menu a:active, header .main-menu a:hover {
    background: #ad4d35;
    color: #FDFDFD;
  }
  /* line 385, ../../src/sass/partials/header.scss */
  header .main-menu .sub-menu {
    display: none !important;
  }
}

/* line 392, ../../src/sass/partials/header.scss */
.hamburger {
  position: relative;
  z-index: 1000;
  margin-left: auto;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 32px;
  height: 28px;
  cursor: pointer;
  border: 0 solid #404040;
  background: transparent;
  display: none;
}
/* line 56, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 64, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon .hamburger-lines, .hamburger .hamburger-icon:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  background: #404040;
}
/* line 70, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  width: 100%;
}
/* line 79, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before, .hamburger .hamburger-lines:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  background: #404040;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 88, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before {
  top: -6px;
}
/* line 92, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:after {
  top: 6px;
}
/* line 95, ../../src/sass/helpers/_mixins.scss */
.active .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 101, ../../src/sass/helpers/_mixins.scss */
.hamburger.active {
  border-color: #FDFDFD;
}
@media only screen and (min-width: 768px) {
  /* line 106, ../../src/sass/helpers/_mixins.scss */
  .dark-header .hamburger {
    border-color: #FDFDFD;
  }
}
/* line 111, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 116, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  top: 0;
  background: #FDFDFD;
}
@media only screen and (min-width: 768px) {
  /* line 123, ../../src/sass/helpers/_mixins.scss */
  .dark-header .hamburger .hamburger-lines, .dark-header .hamburger .hamburger-lines:before, .dark-header .hamburger .hamburger-lines:after {
    background: #FDFDFD;
  }
  /* line 129, ../../src/sass/helpers/_mixins.scss */
  .dark-header .hamburger.active .hamburger-lines {
    background: transparent;
  }
}
/* line 134, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 138, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1188px) {
  /* line 392, ../../src/sass/partials/header.scss */
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

/* line 2, ../../src/sass/partials/body.scss */
.title-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 0;
}
@media only screen and (max-width: 650px) {
  /* line 2, ../../src/sass/partials/body.scss */
  .title-nav {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
  }
  /* line 12, ../../src/sass/partials/body.scss */
  .title-nav .guppy-custom-select {
    margin-left: auto;
  }
}
/* line 17, ../../src/sass/partials/body.scss */
.title-nav .h2, .title-nav h2 {
  margin: 0;
}

/* line 22, ../../src/sass/partials/body.scss */
.book-list-description {
  max-width: 960px;
}
/* line 25, ../../src/sass/partials/body.scss */
.book-list-description p {
  margin: 16px 0 0;
}

/* line 30, ../../src/sass/partials/body.scss */
.tiles.tiles-simple {
  display: grid;
  grid-template-columns: repeat(auto-fit, 260px);
  gap: 64px 32px;
  margin: 48px 0 0;
}
@media only screen and (max-width: 560px) {
  /* line 30, ../../src/sass/partials/body.scss */
  .tiles.tiles-simple {
    margin: 32px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 30, ../../src/sass/partials/body.scss */
  .tiles.tiles-simple {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
/* line 44, ../../src/sass/partials/body.scss */
.tiles.tiles-simple a.book:hover {
  text-decoration: none;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

/* line 1, ../../src/sass/partials/footer.scss */
footer {
  padding: 24px 0;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/partials/footer.scss */
  footer {
    padding: 96px 0;
  }
}
/* line 8, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 8, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container {
    padding: 48px 48px 16px;
  }
}
/* line 18, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  /* line 18, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 26, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .footer-columns .left {
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
}
@media only screen and (max-width: 1024px) {
  /* line 26, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .footer-columns .left {
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
}
/* line 33, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .footer-columns .left ul {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 1024px) {
  /* line 33, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .footer-columns .left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  /* line 33, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .footer-columns .left ul {
    display: block;
  }
}
/* line 50, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .footer-columns .middle {
  text-align: center;
  -webkit-flex-basis: 23%;
          flex-basis: 23%;
}
@media only screen and (max-width: 1024px) {
  /* line 50, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .footer-columns .middle {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
}
/* line 59, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .footer-columns .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  /* line 59, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .footer-columns .right {
    margin: 2em 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 59, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .footer-columns .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
/* line 77, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 32px 0 16px;
}
@media only screen and (max-width: 1024px) {
  /* line 77, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .bottom-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
/* line 89, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .bottom-bar.legal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/* line 92, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .bottom-bar.legal p:nth-child(2) {
  margin-left: auto;
}
/* line 98, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container p {
  font-size: 0.8rem;
  letter-spacing: 0.025rem;
  margin: 0;
}
/* line 104, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .text-right {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  /* line 104, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .text-right {
    text-align: center;
  }
}
/* line 112, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* line 123, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 123, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 135, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .input-group > .custom-file,
footer .footer-content.inner-container .input-group > .custom-select,
footer .footer-content.inner-container .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 145, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
/* line 159, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .input-group-append {
  margin-left: -1px;
}
/* line 163, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .input-group-append,
footer .footer-content.inner-container .input-group-prepend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 168, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container [type='reset'],
footer .footer-content.inner-container [type='submit'],
footer .footer-content.inner-container button,
footer .footer-content.inner-container html [type='button'] {
  -webkit-appearance: button;
}
/* line 175, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .form-control.email {
  border: solid #808080 1px;
  border-right-width: 0;
  border-radius: 8px 0 0 8px;
}
@media only screen and (max-width: 480px) {
  /* line 175, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container .form-control.email {
    border-right-width: 1px;
    border-radius: 8px;
    width: 100%;
  }
}
/* line 187, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container [type='submit'] {
  background: #c1563b;
  color: white !important;
  border: 1px solid #c1563b;
  border-radius: 0 8px 8px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 24px;
}
/* line 198, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container [type='submit']:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media only screen and (max-width: 480px) {
  /* line 187, ../../src/sass/partials/footer.scss */
  footer .footer-content.inner-container [type='submit'] {
    border-radius: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 8px 24px;
  }
}
/* line 210, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container .input-group {
  margin-bottom: 0.5em;
}
/* line 214, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container #mc_embed_signup {
  margin-bottom: 32px;
}
/* line 217, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container #mc_embed_signup .h3, footer .footer-content.inner-container #mc_embed_signup h3 {
  font-size: 18px;
}
/* line 221, ../../src/sass/partials/footer.scss */
footer .footer-content.inner-container #mc_embed_signup p {
  line-height: 1.9;
}

/* line 228, ../../src/sass/partials/footer.scss */
.guppy-strip {
  background: url(./assets/images/guppy-repeat.png);
  -webkit-background-size: 40% 40%;
          background-size: 40%;
}

/* line 233, ../../src/sass/partials/footer.scss */
#menu-footer-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 238, ../../src/sass/partials/footer.scss */
#menu-footer-navigation li {
  margin-bottom: 8px;
}

/* line 243, ../../src/sass/partials/footer.scss */
.guppy-social-links {
  margin: 32px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 480px) {
  /* line 243, ../../src/sass/partials/footer.scss */
  .guppy-social-links {
    gap: 16px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
/* line 255, ../../src/sass/partials/footer.scss */
.guppy-social-links svg {
  height: 30px;
  width: auto;
}
/* line 261, ../../src/sass/partials/footer.scss */
.guppy-social-links a:hover path {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/* line 2, ../../src/sass/partials/sidebar.scss */
.sidebar p {
  margin: 4px 0;
}

/* line 2, ../../src/sass/partials/books.scss */
.sidebar .button, .sidebar .woocommerce .add_to_cart_button.ajax_add_to_cart, .woocommerce .sidebar .add_to_cart_button.ajax_add_to_cart {
  margin: 8px 0;
}

@media only screen and (max-width: 768px) {
  /* line 13, ../../src/sass/partials/books.scss */
  .guppy-book .content-area > *:not(.guppy-hero-container):first-child {
    top: 0px;
  }
}
/* line 18, ../../src/sass/partials/books.scss */
.guppy-book .book-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
@media only screen and (max-width: 768px) {
  /* line 18, ../../src/sass/partials/books.scss */
  .guppy-book .book-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 26, ../../src/sass/partials/books.scss */
.guppy-book .book__categories {
  margin-bottom: 32px;
}
/* line 30, ../../src/sass/partials/books.scss */
.guppy-book .price-editable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
}
/* line 40, ../../src/sass/partials/books.scss */
.guppy-book .original-price {
  font-size: 0.75em;
  color: #808080;
  text-decoration: line-through;
}
/* line 46, ../../src/sass/partials/books.scss */
.guppy-book .discount-tag {
  font-size: 0.6em;
  background-color: #c1563b;
  color: #FDFDFD;
  border-radius: 99em;
  text-transform: uppercase;
  padding: 2px 12px;
  font-weight: 700;
}

/* line 57, ../../src/sass/partials/books.scss */
.book__sidebar-meta {
  margin-top: 24px;
}

/* line 61, ../../src/sass/partials/books.scss */
.book__get-resources {
  margin-bottom: 16px;
}

/* line 66, ../../src/sass/partials/books.scss */
.book-content .book__cover {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 66, ../../src/sass/partials/books.scss */
  .book-content .book__cover {
    display: block;
    float: left;
    margin-right: 32px;
    margin-bottom: 8px;
    width: 25%;
  }
  /* line 76, ../../src/sass/partials/books.scss */
  .book-content .book__cover img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 560px) {
  /* line 66, ../../src/sass/partials/books.scss */
  .book-content .book__cover {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* line 91, ../../src/sass/partials/books.scss */
.book-sidebar {
  border-top: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  /* line 91, ../../src/sass/partials/books.scss */
  .book-sidebar {
    max-width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 91, ../../src/sass/partials/books.scss */
  .book-sidebar {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    border-top: solid #eabe2c 2px;
  }
}
/* line 109, ../../src/sass/partials/books.scss */
.book-sidebar .guppy-button {
  width: 100%;
}
/* line 113, ../../src/sass/partials/books.scss */
.book-sidebar .open-pdf-sample {
  margin-bottom: 16px;
}
/* line 117, ../../src/sass/partials/books.scss */
.book-sidebar .book__cover-image {
  display: block;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  /* line 117, ../../src/sass/partials/books.scss */
  .book-sidebar .book__cover-image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 117, ../../src/sass/partials/books.scss */
  .book-sidebar .book__cover-image {
    text-align: center;
  }
}
/* line 129, ../../src/sass/partials/books.scss */
.book-sidebar .book__cover-image .splide__track {
  overflow: visible;
}
/* line 133, ../../src/sass/partials/books.scss */
.book-sidebar .book__cover-image img {
  height: auto;
  max-width: 320px;
}
@media only screen and (max-width: 1440px) {
  /* line 133, ../../src/sass/partials/books.scss */
  .book-sidebar .book__cover-image img {
    width: 240px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 133, ../../src/sass/partials/books.scss */
  .book-sidebar .book__cover-image img {
    width: 80%;
  }
}
/* line 148, ../../src/sass/partials/books.scss */
.book-sidebar .thumbnails {
  margin-top: 24px;
}
/* line 151, ../../src/sass/partials/books.scss */
.book-sidebar .thumbnails img {
  width: auto;
  max-height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 159, ../../src/sass/partials/books.scss */
.book-sidebar .splide__slide {
  opacity: 0.6;
}
/* line 163, ../../src/sass/partials/books.scss */
.book-sidebar .splide__slide.is-active {
  opacity: 1;
}
/* line 167, ../../src/sass/partials/books.scss */
.book-sidebar__meta {
  margin-top: 32px;
}
/* line 171, ../../src/sass/partials/books.scss */
.book-sidebar .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 176, ../../src/sass/partials/books.scss */
.book-sidebar .products h4 {
  margin-bottom: 0;
}

/* line 186, ../../src/sass/partials/books.scss */
.shopping-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px 32px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 186, ../../src/sass/partials/books.scss */
  .shopping-controls {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
/* line 197, ../../src/sass/partials/books.scss */
.shopping-controls .product-title {
  color: #c1563b;
}
/* line 201, ../../src/sass/partials/books.scss */
.shopping-controls .format,
.shopping-controls .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 206, ../../src/sass/partials/books.scss */
.shopping-controls .format label,
.shopping-controls .quantity label {
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 211, ../../src/sass/partials/books.scss */
.shopping-controls .format p,
.shopping-controls .quantity p {
  margin: 7px 0;
}
/* line 216, ../../src/sass/partials/books.scss */
.shopping-controls .buy-button {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
/* line 219, ../../src/sass/partials/books.scss */
.shopping-controls .buy-button label {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 216, ../../src/sass/partials/books.scss */
  .shopping-controls .buy-button {
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  /* line 226, ../../src/sass/partials/books.scss */
  .shopping-controls .buy-button label {
    display: block;
  }
}

/* line 233, ../../src/sass/partials/books.scss */
.buy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  padding-bottom: 0.5rem;
}
/* line 240, ../../src/sass/partials/books.scss */
.buy-block img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  margin-right: 16px;
}
/* line 248, ../../src/sass/partials/books.scss */
.buy-block .add_to_cart_inline {
  text-align: left;
}

/* line 253, ../../src/sass/partials/books.scss */
.book-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 64px;
}

/* line 258, ../../src/sass/partials/books.scss */
.pdf-container {
  position: absolute;
  top: 0;
}

/* line 263, ../../src/sass/partials/books.scss */
.book-series {
  border-top: #eabe2c solid 2px;
  margin-top: 48px;
  padding-top: 16px;
}
/* line 268, ../../src/sass/partials/books.scss */
.book-series h4 {
  margin-bottom: 24px;
}
/* line 272, ../../src/sass/partials/books.scss */
.book-series ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
}
/* line 281, ../../src/sass/partials/books.scss */
.book-series img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* line 2, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles {
  grid-template-columns: 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../src/sass/partials/news.scss */
  .tiles.tiles-simple.blog-tiles {
    grid-template-columns: 1fr 1fr;
  }
}
/* line 10, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-tile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 13, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-tile-wrap.guppy-strip {
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 19, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-tile-wrap.guppy-strip:hover {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
/* line 22, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-tile-wrap.guppy-strip:hover .tile {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #eabe2c;
  background: #f9e9e0;
}
/* line 28, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-tile-wrap.guppy-strip:hover .post-month {
  color: #F3998C;
}
/* line 32, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-tile-wrap.guppy-strip:hover .post-cats {
  border-color: #eabe2c;
}
/* line 36, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-tile-wrap.guppy-strip:hover .reading-time-circle {
  border: solid 2px #eabe2c;
}
/* line 44, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile {
  border: 2px solid #f2efef;
  /* Add a border to visually separate posts */
  background: #FDF8F5;
  padding: 24px;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media only screen and (max-width: 480px) {
  /* line 44, ../../src/sass/partials/news.scss */
  .tiles.tiles-simple.blog-tiles .tile {
    padding: 16px;
  }
}
/* line 59, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile:hover {
  border: 2px solid #F3998C;
  background: #f9e9e0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
/* line 64, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile:hover .post-month {
  color: #F3998C;
}
/* line 68, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile:hover .reading-time-circle {
  border: solid 2px #F3998C;
}
/* line 73, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile h3 {
  margin: 0 0 8px;
  color: #404040;
}
/* line 78, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile.blog-post {
  border-color: rgba(234, 190, 44, 0.4);
}
/* line 81, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile.blog-post .reading-time-circle {
  border-color: rgba(234, 190, 44, 0.4);
}
/* line 85, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile.blog-post:hover {
  border-color: #eabe2c;
}
/* line 88, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile.blog-post:hover .reading-time-circle {
  border-color: #eabe2c;
}
/* line 95, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile .post-cats {
  font-size: 14px;
  padding: 2px 16px;
  background-color: white;
  border-radius: 99em;
  border: 2px solid #FFF2EB;
  font-weight: bold;
  color: #F3998C;
}
/* line 106, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile:hover .post-cats {
  border: 2px solid #F3998C;
}
/* line 112, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile.blog-post .post-cats {
  border-color: rgba(234, 190, 44, 0.4);
}
/* line 117, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .tile.blog-post:hover .post-cats {
  border-color: #eabe2c;
}
/* line 124, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .post-month {
  margin: 0 auto 0 0;
}
/* line 128, ../../src/sass/partials/news.scss */
.tiles.tiles-simple.blog-tiles .reading-time {
  text-align: right;
  margin: auto 0 0;
  color: #F3998C;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 137, ../../src/sass/partials/news.scss */
.blog-excerpt {
  margin: 0;
  color: #404040;
}

/* line 142, ../../src/sass/partials/news.scss */
.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 16px;
}

/* line 147, ../../src/sass/partials/news.scss */
.post-meta,
.post-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
}
/* line 154, ../../src/sass/partials/news.scss */
.post-meta p,
.post-labels p {
  margin: 0;
}

/* line 159, ../../src/sass/partials/news.scss */
.post-cats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

/* line 166, ../../src/sass/partials/news.scss */
.post-labels {
  margin-top: auto;
}
/* line 169, ../../src/sass/partials/news.scss */
.post-labels .reading-time-circle {
  padding: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 66%;
  color: #F3998C;
  background: #FDFDFD;
  border: solid 2px #FFF2EB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
  border-radius: 99em;
  margin: auto 0 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
}
/* line 187, ../../src/sass/partials/news.scss */
.post-labels .reading-time-circle .small {
  font-size: 70%;
}

/* line 193, ../../src/sass/partials/news.scss */
.post-meta {
  margin-bottom: 8px;
}

/* line 197, ../../src/sass/partials/news.scss */
.reading-time {
  font-weight: 700;
  color: #F3998C;
}

/* line 202, ../../src/sass/partials/news.scss */
.post-title-and-author {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 207, ../../src/sass/partials/news.scss */
.post-title-and-author h3, .post-title-and-author .h6, .post-title-and-author h6 {
  margin: 0;
}

/* line 213, ../../src/sass/partials/news.scss */
.is-sticky svg {
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 218, ../../src/sass/partials/news.scss */
.is-sticky path {
  fill: #F3998C;
}

/* line 227, ../../src/sass/partials/news.scss */
.single-post-title {
  margin: 0;
}

/* line 231, ../../src/sass/partials/news.scss */
.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  color: #F3998C;
}
/* line 236, ../../src/sass/partials/news.scss */
.post-author img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 99em;
}

/* line 246, ../../src/sass/partials/news.scss */
.single-post .content-area > .inner-container {
  overflow: hidden;
}

/* line 3, ../../src/sass/partials/resources.scss */
.resource-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 32px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 11, ../../src/sass/partials/resources.scss */
.resource-container img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/partials/resources.scss */
  .resource-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}

/* line 23, ../../src/sass/partials/resources.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

/* line 32, ../../src/sass/partials/resources.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 43, ../../src/sass/partials/resources.scss */
.resource__get-book {
  width: 100%;
  margin-top: 24px;
}
/* line 47, ../../src/sass/partials/resources.scss */
.resource__get-book a {
  width: 100%;
}
/* line 52, ../../src/sass/partials/resources.scss */
.resource__resource {
  margin-top: 24px;
}
/* line 57, ../../src/sass/partials/resources.scss */
.resource__external-resource a:link,
.resource__external-resource a:visited {
  color: #AC27E6;
}
/* line 62, ../../src/sass/partials/resources.scss */
.resource__external-resource svg {
  height: .8em;
  margin-left: 8px;
}
/* line 66, ../../src/sass/partials/resources.scss */
.resource__external-resource svg path {
  fill: #AC27E6;
}

/* line 1, ../../src/sass/partials/shop.scss */
ul.products {
  line-height: 1.2em;
}
/* line 4, ../../src/sass/partials/shop.scss */
ul.products h2 {
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
  /* line 2, ../../src/sass/partials/book-tile.scss */
  .guppy-books-list .inner-container {
    margin-top: 0;
    padding-top: 0;
  }
}

/* line 11, ../../src/sass/partials/book-tile.scss */
.book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 32px;
  -webkit-flex-basis: -webkit-calc(50% - 16px);
          flex-basis: -moz-calc(50% - 16px);
          flex-basis: calc(50% - 16px);
  position: relative;
}
@media only screen and (max-width: 1240px) {
  /* line 11, ../../src/sass/partials/book-tile.scss */
  .book {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}
@media only screen and (max-width: 650px) {
  /* line 11, ../../src/sass/partials/book-tile.scss */
  .book {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
/* line 25, ../../src/sass/partials/book-tile.scss */
.book__cover {
  position: relative;
}
/* line 28, ../../src/sass/partials/book-tile.scss */
.book__cover img {
  display: block;
}
@media only screen and (max-width: 1388px) {
  /* line 28, ../../src/sass/partials/book-tile.scss */
  .book__cover img {
    width: 140px;
    height: auto;
  }
}
@media only screen and (max-width: 1240px) {
  /* line 28, ../../src/sass/partials/book-tile.scss */
  .book__cover img {
    width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 28, ../../src/sass/partials/book-tile.scss */
  .book__cover img {
    width: 140px;
    height: auto;
  }
}
@media only screen and (max-width: 650px) {
  /* line 28, ../../src/sass/partials/book-tile.scss */
  .book__cover img {
    width: 100%;
    max-width: 100%;
  }
}
/* line 52, ../../src/sass/partials/book-tile.scss */
.book .h3, .book h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
/* line 59, ../../src/sass/partials/book-tile.scss */
.book__author {
  font-size: 19px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 8px;
}
/* line 66, ../../src/sass/partials/book-tile.scss */
.book__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 650px) {
  /* line 66, ../../src/sass/partials/book-tile.scss */
  .book__meta {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
  }
  /* line 75, ../../src/sass/partials/book-tile.scss */
  .book__meta .book__view {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}
/* line 81, ../../src/sass/partials/book-tile.scss */
.book__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 8px;
}
/* line 86, ../../src/sass/partials/book-tile.scss */
.book .lozenge {
  color: #FDFDFD;
  background: #c1563b;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 16px;
  margin: 0;
  border-radius: 9em;
  display: inline-block;
  font-family: inter-variable, serif;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-weight: 700;
  pointer-events: none;
}

/* line 1, ../../src/sass/partials/book-category.scss */
.book-category {
  border-radius: 999px;
  padding: 2px 14px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  color: #FFFFFF;
}

/* line 1, ../../src/sass/partials/buttons.scss */
.guppy-button, .add_to_cart_button, .checkout-button, [type='submit'], .wp-element-button {
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 40px;
  line-height: 1.5;
  border-radius: 8px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 2px solid #c1563b;
  background: #c1563b;
  color: #FDFDFD !important;
  font-family: inter-variable, serif;
}
/* line 24, ../../src/sass/partials/buttons.scss */
.guppy-button.wp-block-file__button,
.add_to_cart_button.wp-block-file__button,
.checkout-button.wp-block-file__button,
[type='submit'].wp-block-file__button,
.wp-element-button.wp-block-file__button {
  font-size: 0.8rem;
  border-radius: 9rem;
  padding: 6px 24px;
}
/* line 30, ../../src/sass/partials/buttons.scss */
.guppy-button.has-black-background-color, .has-black-background-color .guppy-button, .add_to_cart_button.has-black-background-color, .has-black-background-color .add_to_cart_button, .checkout-button.has-black-background-color,
.has-black-background-color .checkout-button, [type='submit'].has-black-background-color,
.has-black-background-color [type='submit'], .wp-element-button.has-black-background-color,
.has-black-background-color .wp-element-button {
  border: 2px solid #000000 !important;
  background: #000000 !important;
  color: #FDFDFD !important;
}
/* line 36, ../../src/sass/partials/buttons.scss */
.guppy-button.has-black-background-color.outline, .is-style-outline .guppy-button.has-black-background-color, .has-black-background-color .guppy-button.outline, .is-style-outline .has-black-background-color .guppy-button,
.add_to_cart_button.has-black-background-color.outline,
.is-style-outline .add_to_cart_button.has-black-background-color,
.has-black-background-color .add_to_cart_button.outline,
.is-style-outline .has-black-background-color .add_to_cart_button,
.checkout-button.has-black-background-color.outline,
.is-style-outline .checkout-button.has-black-background-color,
.has-black-background-color .checkout-button.outline,
.is-style-outline
.has-black-background-color .checkout-button,
[type='submit'].has-black-background-color.outline,
.is-style-outline [type='submit'].has-black-background-color,
.has-black-background-color [type='submit'].outline,
.is-style-outline
.has-black-background-color [type='submit'],
.wp-element-button.has-black-background-color.outline,
.is-style-outline .wp-element-button.has-black-background-color,
.has-black-background-color .wp-element-button.outline,
.is-style-outline
.has-black-background-color .wp-element-button {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}
/* line 43, ../../src/sass/partials/buttons.scss */
.guppy-button.has-black-background-color:hover, .guppy-button.has-black-background-color:active, .has-black-background-color .guppy-button:hover, .has-black-background-color .guppy-button:active, .add_to_cart_button.has-black-background-color:hover, .add_to_cart_button.has-black-background-color:active, .has-black-background-color .add_to_cart_button:hover, .has-black-background-color .add_to_cart_button:active, .checkout-button.has-black-background-color:hover, .checkout-button.has-black-background-color:active,
.has-black-background-color .checkout-button:hover,
.has-black-background-color .checkout-button:active, [type='submit'].has-black-background-color:hover, [type='submit'].has-black-background-color:active,
.has-black-background-color [type='submit']:hover,
.has-black-background-color [type='submit']:active, .wp-element-button.has-black-background-color:hover, .wp-element-button.has-black-background-color:active,
.has-black-background-color .wp-element-button:hover,
.has-black-background-color .wp-element-button:active {
  background: #333333 !important;
  color: #FDFDFD !important;
  text-decoration: none;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
/* line 52, ../../src/sass/partials/buttons.scss */
.guppy-button.no-outline, .add_to_cart_button.no-outline, .checkout-button.no-outline, [type='submit'].no-outline, .wp-element-button.no-outline {
  background-color: transparent;
  border-color: transparent;
}
/* line 56, ../../src/sass/partials/buttons.scss */
.guppy-button.no-outline:hover, .guppy-button.no-outline:active, .add_to_cart_button.no-outline:hover, .add_to_cart_button.no-outline:active, .checkout-button.no-outline:hover, .checkout-button.no-outline:active, [type='submit'].no-outline:hover, [type='submit'].no-outline:active, .wp-element-button.no-outline:hover, .wp-element-button.no-outline:active {
  color: #c1563b !important;
}
/* line 62, ../../src/sass/partials/buttons.scss */
.guppy-button.outline, .is-style-outline .guppy-button, .add_to_cart_button.outline, .is-style-outline .add_to_cart_button, .checkout-button.outline, .is-style-outline .checkout-button, [type='submit'].outline, .is-style-outline [type='submit'], .wp-element-button.outline, .is-style-outline .wp-element-button {
  background-color: transparent !important;
  color: #404040 !important;
}
/* line 67, ../../src/sass/partials/buttons.scss */
.guppy-button.outline:hover, .guppy-button.outline:active, .is-style-outline .guppy-button:hover, .is-style-outline .guppy-button:active, .add_to_cart_button.outline:hover, .add_to_cart_button.outline:active, .is-style-outline .add_to_cart_button:hover, .is-style-outline .add_to_cart_button:active, .checkout-button.outline:hover, .checkout-button.outline:active, .is-style-outline .checkout-button:hover, .is-style-outline .checkout-button:active, [type='submit'].outline:hover, [type='submit'].outline:active, .is-style-outline [type='submit']:hover, .is-style-outline [type='submit']:active, .wp-element-button.outline:hover, .wp-element-button.outline:active, .is-style-outline .wp-element-button:hover, .is-style-outline .wp-element-button:active {
  background-color: #c1563b !important;
  color: #FDFDFD !important;
  text-decoration: none;
}
/* line 74, ../../src/sass/partials/buttons.scss */
.guppy-button.outline.has-guppy-yellow-background-color, .is-style-outline .guppy-button.has-guppy-yellow-background-color, .add_to_cart_button.outline.has-guppy-yellow-background-color, .is-style-outline .add_to_cart_button.has-guppy-yellow-background-color, .checkout-button.outline.has-guppy-yellow-background-color, .is-style-outline .checkout-button.has-guppy-yellow-background-color, [type='submit'].outline.has-guppy-yellow-background-color, .is-style-outline [type='submit'].has-guppy-yellow-background-color, .wp-element-button.outline.has-guppy-yellow-background-color, .is-style-outline .wp-element-button.has-guppy-yellow-background-color {
  background-color: transparent !important;
  border-color: #eabe2c;
}
/* line 78, ../../src/sass/partials/buttons.scss */
.guppy-button.outline.has-guppy-yellow-background-color:hover, .guppy-button.outline.has-guppy-yellow-background-color:active, .is-style-outline .guppy-button.has-guppy-yellow-background-color:hover, .is-style-outline .guppy-button.has-guppy-yellow-background-color:active, .add_to_cart_button.outline.has-guppy-yellow-background-color:hover, .add_to_cart_button.outline.has-guppy-yellow-background-color:active, .is-style-outline .add_to_cart_button.has-guppy-yellow-background-color:hover, .is-style-outline .add_to_cart_button.has-guppy-yellow-background-color:active, .checkout-button.outline.has-guppy-yellow-background-color:hover, .checkout-button.outline.has-guppy-yellow-background-color:active, .is-style-outline .checkout-button.has-guppy-yellow-background-color:hover, .is-style-outline .checkout-button.has-guppy-yellow-background-color:active, [type='submit'].outline.has-guppy-yellow-background-color:hover, [type='submit'].outline.has-guppy-yellow-background-color:active, .is-style-outline [type='submit'].has-guppy-yellow-background-color:hover, .is-style-outline [type='submit'].has-guppy-yellow-background-color:active, .wp-element-button.outline.has-guppy-yellow-background-color:hover, .wp-element-button.outline.has-guppy-yellow-background-color:active, .is-style-outline .wp-element-button.has-guppy-yellow-background-color:hover, .is-style-outline .wp-element-button.has-guppy-yellow-background-color:active {
  background-color: #eabe2c !important;
  text-decoration: none;
}
/* line 86, ../../src/sass/partials/buttons.scss */
.guppy-button:hover, .guppy-button:active, .add_to_cart_button:hover, .add_to_cart_button:active, .checkout-button:hover, .checkout-button:active, [type='submit']:hover, [type='submit']:active, .wp-element-button:hover, .wp-element-button:active {
  text-decoration: none;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media only screen and (max-width: 650px) {
  /* line 1, ../../src/sass/partials/buttons.scss */
  .guppy-button, .add_to_cart_button, .checkout-button, [type='submit'], .wp-element-button {
    width: 100%;
  }
}
/* line 96, ../../src/sass/partials/buttons.scss */
.guppy-button.small, .add_to_cart_button.small, .checkout-button.small, [type='submit'].small, .wp-element-button.small {
  font-size: 13px;
  padding: 2px 8px;
}

/* line 102, ../../src/sass/partials/buttons.scss */
[type='submit'] {
  font-size: 16px;
  padding: 4px 40px;
}

/* line 107, ../../src/sass/partials/buttons.scss */
.wp-block-file.has-guppy-teal-background-color,
.wp-block-file.has-guppy-yellow-background-color,
.wp-block-file.has-guppy-pink-background-color,
.wp-block-file.has-guppy-purple-background-color,
.wp-block-file.has-guppy-red-background-color,
.wp-block-file.has-black-background-color {
  background: transparent !important;
}

/* line 4, ../../src/sass/partials/latest-books.scss */
.guppy-latest-books .inner-container,
.guppy-bestsellers .inner-container,
.guppy-books-list .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 8, ../../src/sass/partials/latest-books.scss */
.guppy-latest-books .inner-container > .guppy-button,
.guppy-bestsellers .inner-container > .guppy-button,
.guppy-books-list .inner-container > .guppy-button {
  -webkit-align-self: center;
          align-self: center;
  margin-bottom: 64px;
}
/* line 14, ../../src/sass/partials/latest-books.scss */
.guppy-latest-books .books,
.guppy-bestsellers .books,
.guppy-books-list .books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 64px 24px;
  margin: 64px 0 56px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/partials/banner.scss */
  .guppy-banner {
    padding: 64px 0;
  }
}
/* line 6, ../../src/sass/partials/banner.scss */
.guppy-banner__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 6, ../../src/sass/partials/banner.scss */
  .guppy-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 17, ../../src/sass/partials/banner.scss */
.guppy-banner .image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  /* line 17, ../../src/sass/partials/banner.scss */
  .guppy-banner .image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 30, ../../src/sass/partials/banner.scss */
.guppy-banner .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
  padding: 24px;
}
@media only screen and (max-width: 920px) {
  /* line 30, ../../src/sass/partials/banner.scss */
  .guppy-banner .image-container {
    min-height: 300px;
  }
}
/* line 40, ../../src/sass/partials/banner.scss */
.guppy-banner .image-container span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px 0 0 16px;
  -webkit-background-size: cover;
          background-size: cover;
}
@media only screen and (max-width: 920px) {
  /* line 40, ../../src/sass/partials/banner.scss */
  .guppy-banner .image-container span {
    border-radius: 16px 16px 0 0;
  }
}
/* line 52, ../../src/sass/partials/banner.scss */
.guppy-banner .image-container img {
  max-width: 100%;
}
/* line 58, ../../src/sass/partials/banner.scss */
.guppy-banner .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 48px;
}
@media only screen and (max-width: 1024px) {
  /* line 58, ../../src/sass/partials/banner.scss */
  .guppy-banner .content {
    padding: 24px;
  }
}
/* line 67, ../../src/sass/partials/banner.scss */
.guppy-banner .content .label {
  font-family: inter-variable, serif;
  color: #c1563b;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  /* line 67, ../../src/sass/partials/banner.scss */
  .guppy-banner .content .label {
    font-size: 15px;
  }
}
/* line 79, ../../src/sass/partials/banner.scss */
.guppy-banner .content .h2, .guppy-banner .content h2 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 79, ../../src/sass/partials/banner.scss */
  .guppy-banner .content .h2, .guppy-banner .content h2 {
    font-size: 36px;
  }
}
/* line 90, ../../src/sass/partials/banner.scss */
.guppy-banner .content .quote {
  color: #c1563b;
  font-size: 66px;
  line-height: 66px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  /* line 90, ../../src/sass/partials/banner.scss */
  .guppy-banner .content .quote {
    font-size: 50px;
    line-height: 1;
  }
}
/* line 104, ../../src/sass/partials/banner.scss */
.guppy-banner .content .citation {
  font-size: 20px;
  color: #000000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 104, ../../src/sass/partials/banner.scss */
  .guppy-banner .content .citation {
    font-size: 18px;
  }
}
/* line 115, ../../src/sass/partials/banner.scss */
.guppy-banner .guppy-button {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
/* line 118, ../../src/sass/partials/banner.scss */
.guppy-banner .guppy-button .image-right {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

/* line 5, ../../src/sass/partials/product-simple.scss */
.tiles-simple .product-simple.book,
.tiles-simple .book-simple.book {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 650px) {
  /* line 5, ../../src/sass/partials/product-simple.scss */
  .tiles-simple .product-simple.book,
  .tiles-simple .book-simple.book {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
/* line 15, ../../src/sass/partials/product-simple.scss */
.tiles-simple .product-simple .book__cover img, .tiles-simple .book-simple .book__cover img {
  width: 100%;
  height: auto;
}
/* line 22, ../../src/sass/partials/product-simple.scss */
.guppy-author .tiles-simple .product-simple .book__cover img,
.guppy-author .tiles-simple .book-simple .book__cover img {
  max-width: 320px;
}
/* line 29, ../../src/sass/partials/product-simple.scss */
.tiles-simple .product-simple .book__title p,
.tiles-simple .book-simple .book__title p {
  font-size: 22px;
  margin: 0;
}
/* line 38, ../../src/sass/partials/product-simple.scss */
.tiles-simple .product-simple .book__author,
.tiles-simple .book-simple .book__author {
  color: black;
  font-size: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 47, ../../src/sass/partials/product-simple.scss */
.tiles-simple .product-simple .book__meta,
.tiles-simple .book-simple .book__meta {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 50, ../../src/sass/partials/product-simple.scss */
.tiles-simple .product-simple .book__meta .book__view,
.tiles-simple .book-simple .book__meta .book__view {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
/* line 54, ../../src/sass/partials/product-simple.scss */
.tiles-simple .product-simple .book__meta .guppy-button,
.tiles-simple .book-simple .book__meta .guppy-button {
  width: 100%;
}

/* line 1, ../../src/sass/partials/hero.scss */
.guppy-hero-container {
  line-height: 0;
  margin-top: -40px;
}
/* line 5, ../../src/sass/partials/hero.scss */
.single .guppy-hero-container {
  margin-top: 0;
}
@media only screen and (min-width: 650px) {
  /* line 1, ../../src/sass/partials/hero.scss */
  .guppy-hero-container {
    margin-top: -120px;
  }
}
/* line 13, ../../src/sass/partials/hero.scss */
.guppy-hero-container .banner {
  width: 100%;
}
/* line 19, ../../src/sass/partials/hero.scss */
.guppy-hero-container .dark-image .hero-title h1 {
  color: white;
}
/* line 25, ../../src/sass/partials/hero.scss */
.guppy-hero-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 31, ../../src/sass/partials/hero.scss */
.guppy-hero-container .hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 37, ../../src/sass/partials/hero.scss */
.guppy-hero-container .hero-title .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 24px;
}
@media only screen and (max-width: 1440px) {
  /* line 37, ../../src/sass/partials/hero.scss */
  .guppy-hero-container .hero-title .inner-container {
    gap: 16px;
  }
}
/* line 48, ../../src/sass/partials/hero.scss */
.guppy-hero-container .hero-title .title-image {
  width: 158px;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  /* line 48, ../../src/sass/partials/hero.scss */
  .guppy-hero-container .hero-title .title-image {
    width: 88px;
  }
}

/* line 1, ../../src/sass/partials/reviews.scss */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  /* Display as a single column */
  gap: 20px;
  /* Adjust the gap between reviews as needed */
  margin-top: 40px;
}
@media only screen and (min-width: 560px) {
  /* line 1, ../../src/sass/partials/reviews.scss */
  .reviews-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /* Adjust the column width as needed */
  }
}

/* Define styles for one-wide reviews */
/* line 16, ../../src/sass/partials/reviews.scss */
.review {
  text-align: center;
  /* Center the content within each review */
  grid-column-end: span 1;
  /* Occupies one column in the grid */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 22, ../../src/sass/partials/reviews.scss */
.review img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 28, ../../src/sass/partials/reviews.scss */
.review.text-only {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  /* Add a border to visually separate reviews */
  padding: 10px;
  /* Add spacing around each review */
}
@media only screen and (min-width: 560px) {
  /* line 35, ../../src/sass/partials/reviews.scss */
  .review.one-wide {
    grid-column-end: span 1;
    /* Occupies one column in the grid */
  }
  /* line 39, ../../src/sass/partials/reviews.scss */
  .review.two-wide {
    grid-column-end: span 2;
    /* Occupies two columns in the grid */
  }
  /* line 43, ../../src/sass/partials/reviews.scss */
  .review.three-wide {
    grid-column-end: span 3;
    /* Occupies three columns in the grid */
  }
}

/* line 3, ../../src/sass/partials/book-cards-list.scss */
.guppy-book-cards-list .tiles-simple {
  gap: 32px;
  grid-template-columns: repeat(auto-fit, 220px);
}
/* line 8, ../../src/sass/partials/book-cards-list.scss */
.guppy-book-cards-list a {
  border: solid 1px;
  border-radius: 8px;
  background: #fef3f2;
}
/* line 13, ../../src/sass/partials/book-cards-list.scss */
.guppy-book-cards-list a:hover {
  background: #fdebe8;
}
/* line 18, ../../src/sass/partials/book-cards-list.scss */
.guppy-book-cards-list img {
  border-radius: 8px 8px 0 0;
}
/* line 22, ../../src/sass/partials/book-cards-list.scss */
.guppy-book-cards-list .tiles-simple .book-simple .book__title p {
  font-size: 18px;
  margin: 8px;
}

/* line 3, ../../src/sass/partials/scribble-society-list.scss */
.guppy-scribble-society-list .book__cover {
  line-height: 0;
}
/* line 7, ../../src/sass/partials/scribble-society-list.scss */
.guppy-scribble-society-list img {
  border-radius: 8px;
}

/* line 1, ../../src/sass/partials/about-block.scss */
.guppy-about-block {
  padding: 32px 0;
}
/* line 4, ../../src/sass/partials/about-block.scss */
.guppy-about-block .container {
  padding: 0;
}
/* line 8, ../../src/sass/partials/about-block.scss */
.guppy-about-block .inner-container {
  max-width: 1248px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/partials/about-block.scss */
  .guppy-about-block {
    padding: 0;
  }
}
/* line 17, ../../src/sass/partials/about-block.scss */
.guppy-about-block__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 21, ../../src/sass/partials/about-block.scss */
.guppy-about-block__inner .left {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 17, ../../src/sass/partials/about-block.scss */
  .guppy-about-block__inner {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
  /* line 29, ../../src/sass/partials/about-block.scss */
  .guppy-about-block__inner .left {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 17, ../../src/sass/partials/about-block.scss */
  .guppy-about-block__inner {
    gap: 32px;
  }
  /* line 37, ../../src/sass/partials/about-block.scss */
  .guppy-about-block__inner .left {
    margin: 1em auto;
  }
}
/* line 42, ../../src/sass/partials/about-block.scss */
.guppy-about-block__inner .left img {
  max-width: 100px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  /* line 42, ../../src/sass/partials/about-block.scss */
  .guppy-about-block__inner .left img {
    max-width: 220px;
  }
}
/* line 51, ../../src/sass/partials/about-block.scss */
.guppy-about-block__inner .about-us-content {
  font-size: 110%;
}
/* line 54, ../../src/sass/partials/about-block.scss */
.guppy-about-block__inner .about-us-content p:last-of-type {
  margin-bottom: 0.75em;
}
/* line 60, ../../src/sass/partials/about-block.scss */
.guppy-about-block .h3, .guppy-about-block h3 {
  margin-bottom: 0.33em;
}
/* line 66, ../../src/sass/partials/about-block.scss */
.guppy-about-block .bottom .h3, .guppy-about-block .bottom h3 {
  text-align: center;
}
/* line 71, ../../src/sass/partials/about-block.scss */
.guppy-about-block .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
/* line 77, ../../src/sass/partials/about-block.scss */
.guppy-about-block .images .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 83, ../../src/sass/partials/about-block.scss */
.guppy-about-block .images .image img {
  max-width: 100px;
  height: auto;
}

/* line 1, ../../src/sass/partials/look-inside.scss */
.pdf-modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  z-index: 9999;
}

/* line 10, ../../src/sass/partials/look-inside.scss */
.pdf-modal.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

/* line 14, ../../src/sass/partials/look-inside.scss */
.pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* line 20, ../../src/sass/partials/look-inside.scss */
.pdf-modal__inner {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  border-radius: 6px;
  overflow: auto;
}

/* line 31, ../../src/sass/partials/look-inside.scss */
.pdf-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 41, ../../src/sass/partials/look-inside.scss */
#pdfCanvas {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

/* line 47, ../../src/sass/partials/look-inside.scss */
.pdf-modal__controls {
  position: relative;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

/* line 56, ../../src/sass/partials/look-inside.scss */
.pdf-info {
  font-size: 13px;
}

/* line 1, ../../src/sass/partials/blog-post-listing.scss */
.blog-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  /* line 1, ../../src/sass/partials/blog-post-listing.scss */
  .blog-posts {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

/* line 11, ../../src/sass/partials/blog-post-listing.scss */
.blog-post {
  position: relative;
  padding: 32px;
  height: 100%;
  min-height: 340px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
/* line 24, ../../src/sass/partials/blog-post-listing.scss */
.blog .blog-post {
  background-color: #c1563b;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
/* line 28, ../../src/sass/partials/blog-post-listing.scss */
.blog .blog-post * {
  color: white;
}
/* line 33, ../../src/sass/partials/blog-post-listing.scss */
.blog-post > .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
/* line 38, ../../src/sass/partials/blog-post-listing.scss */
.blog-post > .inner-container .blog-post-meta {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  /* line 33, ../../src/sass/partials/blog-post-listing.scss */
  .blog-post > .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  /* line 45, ../../src/sass/partials/blog-post-listing.scss */
  .blog-post > .inner-container .blog-post-meta {
    text-align: center;
  }
}
/* line 51, ../../src/sass/partials/blog-post-listing.scss */
.blog-post .h3, .blog-post h3 {
  margin-bottom: 0.125em;
}
@media only screen and (min-width: 768px) {
  /* line 51, ../../src/sass/partials/blog-post-listing.scss */
  .blog-post .h3, .blog-post h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}
/* line 60, ../../src/sass/partials/blog-post-listing.scss */
.blog-post .blog-post-meta {
  margin-bottom: 0.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 4px;
}
/* line 67, ../../src/sass/partials/blog-post-listing.scss */
.blog-post .blog-post-date {
  font-family: inter-variable, serif;
  font-size: 18px;
  font-weight: 600;
  color: #808080;
}
/* line 73, ../../src/sass/partials/blog-post-listing.scss */
.blog .blog-post .blog-post-date {
  font-size: 16px;
  color: #FDF8F5;
}
/* line 79, ../../src/sass/partials/blog-post-listing.scss */
.blog-post .blog-post-reading-time {
  font-family: inter-variable, serif;
  font-weight: 600;
  font-size: 13px;
  color: #d58774;
  text-transform: uppercase;
}
/* line 85, ../../src/sass/partials/blog-post-listing.scss */
.blog .blog-post .blog-post-reading-time {
  color: #eccbc2;
}
/* line 91, ../../src/sass/partials/blog-post-listing.scss */
.blog-post .blog-post-author {
  font-weight: 600;
  margin: 0 0 10px;
}
/* line 96, ../../src/sass/partials/blog-post-listing.scss */
.blog-post .blog-post-read-more {
  margin-top: auto;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
/* line 105, ../../src/sass/partials/blog-post-listing.scss */
.blog-post.darken:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  border-radius: 4px;
}
/* line 118, ../../src/sass/partials/blog-post-listing.scss */
.blog-post * {
  z-index: 1;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */