@charset "UTF-8";
/*!
theme name: Wordsworth Shop Theme
theme uri: https://wordsworth-editions.com
description: developed by WK360
author: WK360
author uri: https://wk360.com
version: 1.0
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins

# Utilities
	- Accessibility
	- Alignments

 -------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Spartan", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h2.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center {
  text-align: center;
}

h6 {
  position: relative;
  margin: 0 0 40px;
}
h6:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--wp--preset--color--primary);
}

h3.gsection_title {
  color: var(--wp--preset--color--primary) !important;
  font-size: var(--wp--preset--font-size--large) !important;
  font-family: var(--wp--preset--font-family--spartan);
  font-weight: 700;
  line-height: var(--wp--custom--typography--line-height--small);
  margin-bottom: 0;
  margin-top: 20px;
}

.gform_wrapper.gravity-theme .gsection {
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform-body .gfield_description {
  font-size: 13px;
  padding-top: 5px;
  margin-bottom: 10px;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
}
html body {
  height: 100%;
  background: #fff;
}
html body.no-scroll, html body.country-not-set {
  overflow: hidden;
}
html body hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
html body a {
  transition: color 0.3s;
}
html body.error404 {
  background: #bad3d8;
}
html body.error404 #wrapper #content {
  min-height: 80vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
html body.error404 #wrapper #content h1 {
  margin: 0 0 2rem;
  max-width: 70%;
}
html body.error404 #wrapper #content p {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  html body.error404 #wrapper #content {
    padding-bottom: 60%;
  }
}

.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .col {
  box-sizing: border-box;
}
.row.pad15 {
  margin: 0 -15px;
}
.row.pad15 > .col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.row.pad20 {
  margin: 0 -20px;
}
.row.pad20 > .col {
  padding-left: 20px;
  padding-right: 20px;
}
.row.pad30 {
  margin: 0 -30px;
}
.row.pad30 > .col {
  padding-left: 30px;
  padding-right: 30px;
}
.row.pad40 {
  margin: 0 -40px;
}
@media only screen and (max-width: 1180px) {
  .row.pad40 {
    margin: 0 -20px;
  }
}
.row.pad40 > .col {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1180px) {
  .row.pad40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row.pink-bg {
  background-color: #edd6cc;
}

@media screen and (min-width: 1441px) {
  .xl-hide {
    display: none;
  }
  .padl40 {
    margin: 0 -40px;
  }
  .padl40 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl1 {
    width: 8.3333%;
  }
  .xl2 {
    width: 16.6666%;
  }
  .xl20 {
    width: 20%;
  }
  .xl3 {
    width: 25%;
  }
  .xl4 {
    width: 33.3333%;
  }
  .xl5 {
    width: 41.6666%;
  }
  .xl6 {
    width: 50%;
  }
  .xl7 {
    width: 58.3333%;
  }
  .xl8 {
    width: 66.6666%;
  }
  .xl9 {
    width: 75%;
  }
  .xl10 {
    width: 83.3333%;
  }
  .xl11 {
    width: 91.6666%;
  }
  .xl12 {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .l-hide {
    display: none;
  }
  .padl40 {
    margin: 0 -40px;
  }
  .padl40 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l1 {
    width: 8.3333%;
  }
  .l2 {
    width: 16.6666%;
  }
  .l20 {
    width: 20%;
  }
  .l3 {
    width: 25%;
  }
  .l4 {
    width: 33.3333%;
  }
  .l5 {
    width: 41.6666%;
  }
  .l6 {
    width: 50%;
  }
  .l7 {
    width: 58.3333%;
  }
  .l8 {
    width: 66.6666%;
  }
  .l9 {
    width: 75%;
  }
  .l10 {
    width: 83.3333%;
  }
  .l11 {
    width: 91.6666%;
  }
  .l12 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .mxl-hide {
    display: none;
  }
  .mxl-show {
    display: block;
  }
  .mxl1 {
    width: 8.3333%;
  }
  .mxl2 {
    width: 16.6666%;
  }
  .mxl20 {
    width: 20%;
  }
  .mxl3 {
    width: 25%;
  }
  .mxl4 {
    width: 33.3333%;
  }
  .mxl5 {
    width: 41.6666%;
  }
  .mxl6 {
    width: 50%;
  }
  .mxl7 {
    width: 58.3333%;
  }
  .mxl8 {
    width: 66.6666%;
  }
  .mxl9 {
    width: 75%;
  }
  .mxl10 {
    width: 83.3333%;
  }
  .mxl11 {
    width: 91.6666%;
  }
  .mxl12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .padml40 {
    margin: 0 -40px;
  }
  .padml40 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ml-hide {
    display: none;
  }
  .ml-show {
    display: block;
  }
  .ml1 {
    width: 8.3333%;
  }
  .ml2 {
    width: 16.6666%;
  }
  .ml3 {
    width: 25%;
  }
  .ml4 {
    width: 33.3333%;
  }
  .ml5 {
    width: 41.6666%;
  }
  .ml6 {
    width: 50%;
  }
  .ml7 {
    width: 58.3333%;
  }
  .ml8 {
    width: 66.6666%;
  }
  .ml9 {
    width: 75%;
  }
  .ml10 {
    width: 83.3333%;
  }
  .ml11 {
    width: 91.6666%;
  }
  .ml12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-hide {
    display: none;
  }
  .m-show {
    display: block;
  }
  .padm20 {
    margin: 0 -20px;
  }
  .padm20 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m1 {
    width: 8.3333%;
  }
  .m2 {
    width: 16.6666%;
  }
  .m3 {
    width: 25%;
  }
  .m4 {
    width: 33.3333%;
  }
  .m5 {
    width: 41.6666%;
  }
  .m6 {
    width: 50%;
  }
  .m7 {
    width: 58.3333%;
  }
  .m8 {
    width: 66.6666%;
  }
  .m9 {
    width: 75%;
  }
  .m10 {
    width: 83.3333%;
  }
  .m11 {
    width: 91.6666%;
  }
  .m12 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ms-hide {
    display: none;
  }
  .ms-show {
    display: block;
  }
  .ms1 {
    width: 8.3333%;
  }
  .ms2 {
    width: 16.6666%;
  }
  .ms3 {
    width: 25%;
  }
  .ms4 {
    width: 33.3333%;
  }
  .ms5 {
    width: 41.6666%;
  }
  .ms6 {
    width: 50%;
  }
  .ms7 {
    width: 58.3333%;
  }
  .ms8 {
    width: 66.6666%;
  }
  .ms9 {
    width: 75%;
  }
  .ms10 {
    width: 83.3333%;
  }
  .ms11 {
    width: 91.6666%;
  }
  .ms12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .s-hide {
    display: none;
  }
  .s-show {
    display: block;
  }
  .s1 {
    width: 8.3333%;
  }
  .s2 {
    width: 16.6666%;
  }
  .s3 {
    width: 25%;
  }
  .s4 {
    width: 33.3333%;
  }
  .s5 {
    width: 41.6666%;
  }
  .s6 {
    width: 50%;
  }
  .s7 {
    width: 58.3333%;
  }
  .s8 {
    width: 66.6666%;
  }
  .s9 {
    width: 75%;
  }
  .s10 {
    width: 83.3333%;
  }
  .s11 {
    width: 91.6666%;
  }
  .s12 {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .xs12 {
    width: 100%;
  }
}
.wide-gap {
  gap: 80px !important;
}

ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 1.5rem 3rem;
}
.page .entry-content ul {
  padding: 0 0 1rem 3rem;
}
ul li {
  margin: 0 0 1rem;
  font-weight: 400;
}
ul li > ul {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5rem 0;
}
ol li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img:not(.flogo) {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 1rem 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4d555b;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
a:visited {
  color: #4d555b;
}
a:hover, a:focus, a:active {
  color: #00b2b5;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button-holder {
  margin: 0 0 10px;
}
.button-holder.inline {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 480px) {
  .button-holder.inline {
    display: block;
    margin: 20px 0;
  }
}
.button-holder.center {
  display: inline-block;
  margin: 0 auto;
}
.button-holder .zoo-btn {
  border: none;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.6s;
  margin: 0;
  color: #fff;
  padding: 10px 10px 7px;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .button-holder .zoo-btn {
    padding: 17px 10px 15px;
  }
}
.button-holder .zoo-btn.solid.accent {
  background: var(--wp--preset--color--primary);
}
.button-holder .zoo-btn.solid:hover, .button-holder .zoo-btn.solid:focus {
  cursor: pointer;
  background: var(--wp--preset--color--secondary);
}
.button-holder .zoo-btn.outline {
  border: 2px solid var(--wp--preset--color--primary);
  padding: 11px 20px 7px;
  letter-spacing: 2px;
}
.button-holder .zoo-btn.outline.accent {
  color: var(--wp--preset--color--primary);
  border-radius: 30px;
}
.button-holder .zoo-btn.outline:hover, .button-holder .zoo-btn.outline:focus {
  cursor: pointer;
  border-color: var(--wp--preset--color--secondary);
}
.button-holder .zoo-btn.outline:hover.hover-rev, .button-holder .zoo-btn.outline:focus.hover-rev {
  border-color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  border-radius: 0;
  padding: 1rem 2rem !important;
  background: #f2f2f2;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: none;
  border-bottom: 2px solid #00b2b5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.4rem;
  margin: 0 0 4rem;
  padding: 5px 0;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  select {
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
}

textarea {
  width: 100%;
  padding-top: 2rem !important;
}

#wrapper .gform_wrapper .gform_validation_errors {
  background: #fff9f9;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 1.5rem 0 1.5rem 5rem;
  position: relative;
  width: 100%;
}

#wrapper .gform_wrapper .gfield_validation_message, #wrapper .gform_wrapper .validation_message {
  background: none;
  border: none;
  font-size: 1.3rem !important;
  padding: 0 2rem !important;
  font-weight: 400;
  border-radius: 0;
}

.gform_wrapper .gform_validation_errors > h2.hide_summary {
  font-family: "Spartan", "Helvetica Neue", sans-serif;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.gform_button {
  border: 3px solid var(--wp--preset--color--primary);
  border-radius: 30px;
  background: #fff;
  color: var(--wp--preset--color--primary);
  line-height: 1;
  padding: 13px 30px 10px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.gform_button:hover {
  background: #fff;
  border: 3px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
  cursor: pointer;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
#masthead {
  z-index: 20000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  transition: all 0.3s;
  border-bottom: 3px solid #00b2b5;
  height: 82px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}
.show-announcement #masthead {
  height: 142px;
}
#masthead .announcement-bar {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
  position: absolute;
  width: 100%;
  padding: 0 30px;
}
#masthead .announcement-bar > div {
  display: none;
  width: 100%;
}
#masthead .announcement-bar.slick-initialized > div {
  display: block;
}
#masthead .announcement-bar p {
  text-align: center;
  line-height: 1.5;
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #masthead .announcement-bar p {
    line-height: 1.3;
  }
}
.show-announcement #masthead .announcement-bar {
  display: -webkit-flex;
  display: flex;
}
#masthead .h-holder {
  max-width: 1716px;
  margin: 0 auto;
  padding: 0 35px;
  height: 82px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.show-announcement #masthead .h-holder {
  position: relative;
  top: 60px;
}
@media screen and (max-width: 768px) {
  #masthead .h-holder {
    padding: 0 15px;
  }
}
#masthead .h-holder div.col {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
#masthead .h-holder div.col.nav-holder {
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 60px;
}
@media screen and (max-width: 500px) {
  #masthead .h-holder div.col.nav-holder {
    padding-right: 0;
    min-width: 45px;
  }
}
#masthead .h-holder div.col.header-logo {
  -webkit-justify-content: center;
  justify-content: center;
}
#masthead .h-holder div.col.header-logo a {
  display: block;
}
#masthead .h-holder div.col.header-logo a img {
  display: block;
  position: relative;
  transition: height 0.3s;
  max-width: 100%;
  width: 240px;
}
@media screen and (max-width: 600px) {
  #masthead .h-holder div.col.header-logo a img {
    width: auto;
    height: 28px;
  }
}
#masthead .h-holder div.col.utility {
  position: relative;
  z-index: 0;
  margin-left: auto;
  gap: 30px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#masthead .h-holder div.col.utility .social-holder {
  padding: 3px 0 0;
}
@media screen and (max-width: 768px) {
  #masthead .h-holder div.col.utility .social-holder {
    display: none;
  }
}
#masthead .h-holder div.col.utility .search-holder {
  position: relative;
  width: 32px;
  height: 36px;
}
@media screen and (max-width: 1250px) {
  #masthead .h-holder div.col.utility .country-select {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #masthead .h-holder div.col.utility {
    gap: 10px;
    padding-left: 0;
  }
}

footer {
  width: 100%;
  background: #d5d8db;
  padding: 0;
  margin: 8rem 0 0;
  border-top: 3px solid #00b2b5;
}
footer .site-footer {
  padding: 40px 0;
  width: 100%;
  font-size: 1.6rem;
}
footer .site-footer .row {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 35px;
}
footer .site-footer .row .col {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer .site-footer .row .col.footer-social {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
footer .site-footer .row .col.footer-social .follow-text {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .site-footer .row .col.footer-social .follow-text {
    padding-bottom: 10px;
    text-align: center;
  }
}
footer .site-footer .row .col.footer-social ul.social-icons {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media screen and (max-width: 768px) {
  footer .site-footer .row .col.footer-social {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .site-footer {
    padding: 30px 0;
    text-align: center;
  }
}
footer .site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .site-footer ul.legal-menu {
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  footer .site-footer ul.legal-menu {
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
footer .site-footer ul.legal-menu li {
  margin: 0;
}
footer .site-footer h3 {
  font-size: 2rem;
  color: #08243B;
}
footer .footer-bar {
  background: #4d555b;
  padding: 20px 10px;
  color: #fff;
  font-size: 1.3rem;
}
footer .footer-bar .row {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 35px;
}
footer .footer-bar .row .col {
  margin-bottom: 0;
  padding: 10px 0;
}
footer .footer-bar .row .col.flogo {
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer .footer-bar .row .col.flogo {
    text-align: center;
  }
}
footer .footer-bar .row .col.copyright {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer-bar .row .col.copyright {
    text-align: center;
  }
}
footer .footer-bar ul.payment-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}
footer .footer-bar ul.payment-icons li {
  padding: 0;
  margin: 0;
}
footer .footer-bar ul.payment-icons li svg {
  display: block;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#wrapper {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
#wrapper .knockback {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(51, 51, 51, 0.85);
  opacity: 0;
  transition: opacity 0.3s;
}
#wrapper.open-form .knockback, .country-not-set #wrapper .knockback {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#wrapper .form-holder {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  top: 0;
  display: none;
  pointer-events: none;
}
#wrapper .form-holder.open {
  display: -webkit-flex;
  display: flex;
}
#wrapper .form-holder .enquiry-form {
  background-color: #fff;
  padding: 8rem 5rem;
  width: 90%;
  max-width: 800px;
  height: 80%;
  overflow: auto;
  pointer-events: all;
  position: relative;
}
#wrapper .form-holder .enquiry-form h4 {
  margin-bottom: 4rem;
}
#wrapper .form-holder .enquiry-form .closex {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  background: #22B2E1 url("assets/img/closex.svg") no-repeat center;
  border-radius: 22px;
  text-indent: -9999px;
  transition: background-color 0.3s;
}
#wrapper .form-holder .enquiry-form .closex:hover {
  background-color: #333;
  cursor: pointer;
}
#wrapper #content {
  padding: 82px 0 0;
}
.show-announcement #wrapper #content {
  padding-top: 142px;
}
#wrapper #content .breadcrumb {
  background-color: rgba(255, 255, 255, 0.9490196078);
  font-size: 1.2rem;
  position: fixed;
  z-index: 10;
  width: 100%;
}
#wrapper #content .breadcrumb .holder {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 15px 50px;
}
#wrapper #content .breadcrumb .holder a.series-link:after {
  content: "|";
}
#wrapper #content .breadcrumb .holder a:after, #wrapper #content .breadcrumb .holder a.series-link:last-child:after {
  content: "→";
  padding: 0 5px;
  display: inline-block;
  color: #4d555b !important;
}
#wrapper #content .entry-content {
  max-width: 1700px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  #wrapper #content .entry-content {
    padding: 0 30px;
  }
}
.single-book #wrapper #content .entry-content {
  max-width: 1600px;
  padding-top: 100px;
}
.single-advert #wrapper #content .entry-content {
  padding-top: 100px;
}
.page #wrapper #content .entry-content {
  padding-top: 100px;
}
.archive:not(.tax-series) #wrapper #content .entry-content {
  max-width: 1440px;
}
.single-book-author #wrapper #content .entry-content {
  max-width: 1440px;
}
.single-post #wrapper #content .entry-content, .search-results #wrapper #content .entry-content {
  max-width: 1440px;
  padding-top: 60px;
}
.home #wrapper #content .entry-content {
  padding-top: 0;
}
.error404 #wrapper #content .entry-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  z-index: 800;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url("assets/img/scroll-top.svg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .scrollup {
    right: 30px;
    bottom: 30px;
  }
}
.scrollup:hover {
  opacity: 0.5;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  z-index: 100;
  box-sizing: border-box;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 -6px;
}
@media screen and (max-width: 1250px) {
  .main-navigation {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.main-navigation ul {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  opacity: 1;
  left: 0;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1250px) {
  .main-navigation ul {
    display: none;
  }
}
.main-navigation ul li {
  line-height: 1.6;
  padding: 0 4rem 0 0;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .main-navigation ul li {
    padding: 0 3rem 0 0;
  }
}
@media screen and (max-width: 1360px) {
  .main-navigation ul li {
    padding: 0 2rem 0 0;
  }
}
.main-navigation ul li.current_page_item a {
  color: #00b2b5;
}
.main-navigation ul li.no-link > a {
  pointer-events: none;
}
.main-navigation ul li a {
  color: #4d555b;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
  letter-spacing: 2px;
}
.main-navigation ul li a:hover {
  color: #00b2b5;
}
.main-navigation ul li.menu-item-has-children:hover .nav-menu-arrow {
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation ul li.menu-item-has-children .nav-menu-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  border-right: 4px solid #22B2E1;
  border-bottom: 4px solid #22B2E1;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.main-navigation.open ul {
  opacity: 0;
}
.main-navigation .menu-toggle {
  position: absolute;
  z-index: 120;
  width: 30px;
  height: 22px;
  margin: 0;
  display: none;
}
@media screen and (max-width: 1250px) {
  .main-navigation .menu-toggle {
    display: -webkit-flex;
    display: flex;
  }
}
.main-navigation .menu-toggle:hover {
  cursor: pointer;
}
.main-navigation .menu-toggle.active .b-holder .burger {
  background-color: #fff;
}
.main-navigation .menu-toggle.active .b-holder:hover .burger {
  background-color: #ccc;
}
.main-navigation .menu-toggle .b-holder {
  position: absolute;
  width: 28px;
  height: 22px;
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu-toggle .b-holder {
    height: 26px;
  }
}
.main-navigation .menu-toggle .b-holder .burger {
  display: block;
  width: 2px;
  height: 3px;
  position: absolute;
  background-color: var(--wp--preset--color--foreground);
  transition: background-color 0.3s;
  top: 0;
}
.main-navigation .menu-toggle .b-holder .burger.burger-1 {
  top: 0;
}
.main-navigation .menu-toggle .b-holder .burger.burger-2 {
  top: 10px;
}
.main-navigation .menu-toggle .b-holder .burger.burger-3 {
  top: 20px;
}
.main-navigation .menu-toggle .b-holder:hover .burger {
  cursor: pointer;
}

.sub-menu-wrapper {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  opacity: 0;
  display: none;
  position: absolute;
  padding: 15px 30px;
  min-width: 200px;
  top: 92px;
  z-index: 101;
}
.mega-menu .sub-menu-wrapper {
  left: 0;
  width: 100%;
  padding: 50px 40px;
}
.sub-menu-wrapper h2 {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.sub-menu-wrapper ul {
  max-width: 1540px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  height: auto;
  width: 100%;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mega-menu .sub-menu-wrapper ul {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.sub-menu-wrapper ul li {
  padding: 0;
  text-align: left;
  position: relative;
  border: none;
  transition: all 0.4s ease-in-out;
}
.mega-menu .sub-menu-wrapper ul li {
  width: 25%;
}
.sub-menu-wrapper ul li.hide-menu {
  display: none;
}
.sub-menu-wrapper ul li:hover a {
  color: var(--wp--preset--color--primary);
}
.sub-menu-wrapper ul li:hover a img.menu-image {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.sub-menu-wrapper ul li a {
  color: var(--wp--preset--color--secondary);
  text-transform: unset;
  font-size: 1.3rem;
  display: block;
  letter-spacing: 1px;
}
.mega-menu .sub-menu-wrapper ul li a {
  padding: 10px 20px;
}
.sub-menu-wrapper ul li a .mega-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sub-menu-wrapper ul li a .mega-item img.menu-image {
  max-width: 97.5px;
  transition: box-shadow 0.2s ease-in-out;
}
.sub-menu-wrapper ul li a .mega-item .menu-title {
  padding: 0 0 0 3rem;
  max-width: 150px;
  display: inline-block;
  white-space: normal;
}
.sub-menu-wrapper ul li ul {
  border: none;
  top: 10px;
  left: -999rem;
}

.menu-holder {
  position: fixed;
  left: 0;
  top: -110vh;
  height: 100vh;
  background: #fff;
  padding: 100px 50px 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
  overflow: scroll;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 11000 !important;
}
.show-announcement .menu-holder {
  padding-top: 160px;
}
@media screen and (orientation: landscape) {
  .menu-holder {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .menu-holder {
    padding: 100px 30px 0;
  }
}
.menu-holder ul {
  padding: 0 0 40px !important;
  margin: 0;
  min-width: 50%;
}
.menu-holder ul li {
  position: relative;
  text-align: left;
  list-style: none;
  margin: 0;
}
.menu-holder ul li a {
  color: var(--wp--preset--color--secondary);
  font-weight: 400;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 5px 0;
  display: block;
  transition: color 0.3s;
}
.menu-holder ul li a:hover {
  color: var(--wp--preset--color--primary);
}
@media screen and (orientation: landscape) {
  .menu-holder ul li a {
    font-size: 1.4rem;
  }
}
.menu-holder ul li ul.sub-menu {
  padding: 0 0 0 2rem;
}
.menu-holder ul li ul.sub-menu a {
  color: #777;
}
.menu-holder .country-select {
  height: auto !important;
  margin-bottom: 120px;
}
.menu-holder.open {
  top: 0;
  pointer-events: all;
}

/*--------------------------------------------------------------
## post navigation
--------------------------------------------------------------*/
.post-nav {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  height: 100px;
  margin-top: 3rem;
  background: #ccc;
}

.prev-post-nav, .next-post-nav {
  width: 50%;
  float: left;
  text-align: center;
  height: 100%;
  position: relative;
}

.post-nav .prev-post-nav {
  text-align: left;
}

.post-nav .next-post-nav {
  text-align: right;
}

.prev-post-nav a, .next-post-nav a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 100%;
  padding: 2rem 6rem;
  text-decoration: none;
}

.post-nav a h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  text-transform: initial;
}

@media only screen and (max-width: 600px) {
  .post-nav a h3 {
    font-size: 1.6rem;
  }
}
.prev-post-nav a:hover:hover, .next-post-nav a {
  text-decoration: none;
}

.post-nav .prev-post-nav a,
.post-nav .next-post-nav a {
  height: 100%;
}

.post-nav a .nav-text {
  color: #fff;
}

.hover-state {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: 1;
  filter: alpha(opacity=30);
  transition: all 0.4s ease-in-out;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: skew(15deg, 0);
  transform: skew(15deg, 0);
}

.post-nav.prev-hover .hover-state {
  left: -5%;
  width: 55%;
}

.post-nav.next-hover .hover-state {
  left: 50%;
  width: 55%;
}

@media only screen and (max-width: 1024px) {
  .prev-post-nav a, .next-post-nav a {
    padding: 1rem 3rem;
  }
  .post-nav {
    height: 180px;
  }
}
/* Posts and pages
--------------------------------------------- */
.updated:not(.published) {
  display: none;
}

.book-author.row {
  padding-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.book-author h1 {
  margin: 60px 0 40px;
}
.book-author .author-image {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 20px;
}
.book-author .author-image img {
  display: block;
  min-width: 100%;
}
.book-author h5.author-details {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--wp--preset--color--primary);
}
.book-author blockquote {
  font-size: 37px;
  margin: 60px 0 0;
  padding: 60px 10px;
  position: relative;
  font-family: "Abril Fatface", sans-serif;
}
.book-author blockquote:before {
  content: open-quote;
  position: absolute;
  color: var(--wp--preset--color--primary);
  font-size: 210px;
  left: 0;
  top: -100px;
}

.content-description {
  margin-bottom: 50px;
}
.content-description a {
  text-decoration: underline;
}
.content-description .button-holder {
  margin: 20px 0 0;
}
.content-description .button-holder .read-more {
  display: none;
}
.content-description h5 {
  text-transform: unset;
  font-weight: 600;
  letter-spacing: 0;
}
.content-description .expandable.expand {
  height: 500px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  position: relative;
}
.content-description .expandable.expand:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 40%);
}
.content-description .expandable:after {
  content: none;
}
.content-description .expandable .holder {
  margin: 0 0 20px;
  position: relative;
}
.content-description > .page-notes {
  font-size: small;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid var(--wp--preset--color--primary);
}
.content-description > .page-notes ~ .page-notes {
  border: none;
  padding-top: unset;
  margin-top: unset;
}

.single-book .carousel-container {
  display: -webkit-flex;
  display: flex;
}
.single-book .carousel-container .carousel {
  background: #fff;
  margin-bottom: 40px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.single-book .carousel-container .carousel .carousel-cell {
  width: 100%;
  height: 800px;
  counter-increment: carousel-cell;
  background: #fff;
  text-align: center;
}
.single-book .carousel-container .carousel .carousel-cell img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-book .carousel-container .carousel-nav {
  width: 120px;
  max-height: 800px;
  overflow-y: scroll;
}
.single-book .carousel-container .carousel-nav .carousel-cell {
  height: auto;
  width: 100px;
  margin: 0 0 5px 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.single-book .carousel-container .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}
.single-book .carousel-container .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
}
.single-book .book-purchasing {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .single-book .book-purchasing {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.single-book .book-purchasing .alternate-vendors {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.single-book .book-purchasing .alternate-vendors p {
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
  margin: 0 0 20px;
}
@media only screen and (max-width: 480px) {
  .single-book .book-purchasing .alternate-vendors p {
    text-align: left;
  }
}
.single-book .book-ordering {
  border-top: 2px solid #00b2b5;
  border-bottom: 2px solid #00b2b5;
  margin: 50px 0 50px;
  padding: 14px 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  gap: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.2;
}
.single-book .book-ordering a {
  padding: 0 10px;
}
.single-book .detail-holder {
  width: 100%;
  max-width: 378px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .single-book .detail-holder {
    max-width: unset;
    margin: 0 0 50px;
  }
}
.single-book .book-sharing {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 2px solid #00b2b5;
  padding: 13px 0 10px;
  height: 40px;
}
.single-book .book-sharing h5 {
  color: #00b2b5;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.single-book ul.dropdown-list {
  list-style: none;
  margin: 0;
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  .single-book ul.dropdown-list {
    max-width: unset;
  }
}
.single-book ul.dropdown-list li.dropdown {
  position: relative;
  margin: 0;
}
.single-book ul.dropdown-list li.dropdown > h5 {
  color: #fff;
  padding: 10px 10px 7px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #00b2b5;
  letter-spacing: 2px;
  display: block;
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  z-index: 2;
  height: 34px;
}
.single-book ul.dropdown-list li.dropdown > h5 .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 5px;
  margin: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
  transition: all 0.3s;
}
.single-book ul.dropdown-list li.dropdown > h5 .arrow.down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-book ul.dropdown-list li.dropdown:hover > .dropdown-submenu {
  opacity: 1;
  top: 34px;
  visibility: visible;
}
.single-book ul.dropdown-list li.dropdown:hover > a .arrow.down {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: calc(50% - 3px);
}
.single-book ul.dropdown-list ul {
  list-style: none;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.single-book ul.dropdown-list ul li {
  margin: 0;
}
.single-book ul.dropdown-list ul li a {
  padding: 5px 10px;
}
.single-book ul.dropdown-list.book-vendors ul {
  background-color: #4d555b;
}
.single-book ul.dropdown-list.book-vendors ul a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.single-book ul.dropdown-list.book-vendors ul a:hover {
  color: #00b2b5;
}
.single-book ul.dropdown-list.book-details {
  max-width: unset;
}
.single-book ul.dropdown-list.book-details > li:hover > ul.dropdown-submenu {
  top: 0;
  height: 150px;
  padding-top: 20px;
}
.single-book ul.dropdown-list.book-details li > h5 {
  color: #00b2b5;
  background-color: #fff;
  border-bottom: 2px solid #00b2b5;
  padding: 13px 0 10px;
  height: 40px;
  margin: 0;
}
.single-book ul.dropdown-list.book-details li > h5 .arrow {
  border-color: #00b2b5;
  right: 5px;
}
.single-book ul.dropdown-list.book-details ul.dropdown-submenu {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
}
.single-book ul.dropdown-list.book-details ul.dropdown-submenu a {
  padding: 0;
}
.single-book h1 {
  font-size: 48px;
  margin: 0 0 20px;
}
.single-book h3.author-name {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.single-book h3.series-price {
  margin: 0;
  font-size: 40px;
  font-family: "Spartan", sans-serif;
  font-weight: 700;
}
.single-book h3.series-price small {
  font-size: 16px;
  color: #aaa;
  display: block;
  margin: 0 0 5px;
}
.single-book h4 {
  font-size: 16px;
  letter-spacing: 2px;
}
.single-book h5 {
  text-transform: none;
  margin: 0 0 20px;
  letter-spacing: 1px;
}
.single-book p {
  line-height: 1.8;
}
.single-book .book-details {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .single-book .book-details .holder {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .single-book .book-details .holder {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.single-book .book-details .holder ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.single-book .book-details .holder ul li {
  margin: 0 0 10px;
}
.single-book .book-details .holder ul li strong {
  font-weight: 700;
}
.single-book .book-details .holder ul li a.series-link {
  display: block;
}
.single-book .book-details .holder ul.book-vendors li a {
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
}
.single-book .book-details .holder ul.book-vendors li img {
  max-width: 26px;
  width: 100%;
  margin: 0 10px 0 0;
}
.single-book .book-details .holder h4 {
  letter-spacing: 0;
}
.single-book .book-details .holder h6 a {
  color: var(--wp--preset--color--primary);
}
.single-book .book-details .holder h6:before {
  content: none;
}
.single-book .book-description {
  margin-bottom: 40px;
}
.single-book .book-description ul {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}
.single-book .book-description ul li {
  padding: 0 0 0 5px;
}

.tax-series .series-head,
.tax-collection .series-head,
.single-post .series-head,
.single-advert .series-head {
  padding: 80px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .tax-series .series-head,
  .tax-collection .series-head,
  .single-post .series-head,
  .single-advert .series-head {
    margin: 0 -20px;
  }
}
.tax-series .series-head h1,
.tax-collection .series-head h1,
.single-post .series-head h1,
.single-advert .series-head h1 {
  margin: 0 0 20px;
}
.tax-series .series-head .description,
.tax-collection .series-head .description,
.single-post .series-head .description,
.single-advert .series-head .description {
  max-width: 600px;
  width: 100%;
}
.tax-series .series-head .series-price,
.tax-collection .series-head .series-price,
.single-post .series-head .series-price,
.single-advert .series-head .series-price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--wp--preset--color--primary);
  width: 180px;
  height: 180px;
  margin: 0 0 0 auto;
  border-radius: 50%;
  color: #fff;
  font-family: "Abril Fatface", serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 1.2;
}
.tax-series .series-head .series-price small,
.tax-collection .series-head .series-price small,
.single-post .series-head .series-price small,
.single-advert .series-head .series-price small {
  font-family: "Spartan", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.tax-series .series-list .item,
.tax-collection .series-list .item,
.single-post .series-list .item,
.single-advert .series-list .item {
  margin: 0;
  background: #fff;
  text-align: left;
  padding: 20px;
  position: relative;
}
.tax-series .series-list .item .book-image,
.tax-collection .series-list .item .book-image,
.single-post .series-list .item .book-image,
.single-advert .series-list .item .book-image {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.tax-series .series-list .item .book-image .book-badge,
.tax-collection .series-list .item .book-image .book-badge,
.single-post .series-list .item .book-image .book-badge,
.single-advert .series-list .item .book-image .book-badge {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tax-series .series-list .item .book-image .book-badge img,
.tax-collection .series-list .item .book-image .book-badge img,
.single-post .series-list .item .book-image .book-badge img,
.single-advert .series-list .item .book-image .book-badge img {
  display: inline-block;
  margin: 0 0 10px;
}
.tax-series .series-list .item .book-image .childrens-classics img,
.tax-collection .series-list .item .book-image .childrens-classics img,
.single-post .series-list .item .book-image .childrens-classics img,
.single-advert .series-list .item .book-image .childrens-classics img {
  border: 1px solid #ccc;
}
.tax-series .series-list .item .book-image img,
.tax-collection .series-list .item .book-image img,
.single-post .series-list .item .book-image img,
.single-advert .series-list .item .book-image img {
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media only screen and (max-width: 480px) {
  .tax-series .series-list .item .book-image img,
  .tax-collection .series-list .item .book-image img,
  .single-post .series-list .item .book-image img,
  .single-advert .series-list .item .book-image img {
    max-height: unset;
  }
}
.tax-series .series-list .item h4,
.tax-collection .series-list .item h4,
.single-post .series-list .item h4,
.single-advert .series-list .item h4 {
  font-family: "Abril Fatface", serif;
  margin: 10px 0 15px;
  font-size: 20px;
}
.tax-series .series-list .item h6,
.tax-collection .series-list .item h6,
.single-post .series-list .item h6,
.single-advert .series-list .item h6 {
  text-transform: uppercase;
  margin: 0;
}
.tax-series .series-list .item h6:before,
.tax-collection .series-list .item h6:before,
.single-post .series-list .item h6:before,
.single-advert .series-list .item h6:before {
  content: none;
}
.tax-series .series-list .item h6 a,
.tax-collection .series-list .item h6 a,
.single-post .series-list .item h6 a,
.single-advert .series-list .item h6 a {
  padding: 0 5px 0 0;
  color: var(--wp--preset--color--primary);
  border-right: 1px solid #ccc;
  margin: 0 5px 0 0;
}
.tax-series .series-list .item h6 a:last-of-type,
.tax-collection .series-list .item h6 a:last-of-type,
.single-post .series-list .item h6 a:last-of-type,
.single-advert .series-list .item h6 a:last-of-type {
  border: none;
}
.tax-series .other-titles,
.tax-collection .other-titles,
.single-post .other-titles,
.single-advert .other-titles {
  max-width: 1280px;
  margin: 0 auto;
}
.tax-series .other-titles h2,
.tax-collection .other-titles h2,
.single-post .other-titles h2,
.single-advert .other-titles h2 {
  padding: 0 20px;
}
.tax-series .other-titles .book-carousel .slick-track,
.tax-collection .other-titles .book-carousel .slick-track,
.single-post .other-titles .book-carousel .slick-track,
.single-advert .other-titles .book-carousel .slick-track {
  margin-left: 0;
}
.tax-series .load-posts,
.tax-collection .load-posts,
.single-post .load-posts,
.single-advert .load-posts {
  margin: 40px 0;
  outline: none;
}
.tax-series .load-posts.disabled,
.tax-collection .load-posts.disabled,
.single-post .load-posts.disabled,
.single-advert .load-posts.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.single-post h2,
.single-advert h2 {
  margin: 80px 0 20px;
}
.single-post .series-list.row.pad20,
.single-advert .series-list.row.pad20 {
  margin: 0 -20px;
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .single-post .post-content .wp-caption,
  .single-advert .post-content .wp-caption {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .single-post .post-content .wp-caption,
  .single-advert .post-content .wp-caption {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .post-sidebar,
  .single-advert .post-sidebar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .post-sidebar .post-sharing,
  .single-advert .post-sidebar .post-sharing {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .post-sidebar .post-sharing h5,
  .single-advert .post-sidebar .post-sharing h5 {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .post-sidebar .post-author,
  .single-advert .post-sidebar .post-author {
    -webkit-flex-basis: 47%;
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .post-sidebar .post-author,
  .single-advert .post-sidebar .post-author {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .post-sidebar .post-author .author-image img,
  .single-advert .post-sidebar .post-author .author-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .post-sidebar .post-archive,
  .single-advert .post-sidebar .post-archive {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .post-sidebar .post-archive .item,
  .single-advert .post-sidebar .post-archive .item {
    -webkit-flex-basis: 47%;
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .post-sidebar .post-archive .item,
  .single-advert .post-sidebar .post-archive .item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.advert.row {
  margin: 50px 0;
}
.advert.row .advert-text {
  padding: 50px;
  position: relative;
}
.advert.row .advert-text h2, .advert.row .advert-text p, .advert.row .advert-text .button-holder {
  position: relative;
}
.advert.row .advert-text .text-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .advert.row .advert-text {
    padding: 30px;
  }
}
.advert.row .advert-image {
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .advert.row .advert-image {
    height: calc(100vw - 60px);
    max-height: 430px;
  }
}
@media only screen and (max-width: 1024px) {
  .advert.row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.author-spotlight .slick-initialized .slick-slide {
  display: -webkit-flex;
  display: flex;
}

.social-share {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share li {
  padding: 0;
  margin: 0;
}
.social-share li a {
  display: block;
}
.social-share li svg {
  display: block;
}
.social-share li svg path {
  fill: #4d555b;
  transition: fill 0.3s;
}
.social-share li svg path:hover {
  fill: #00b2b5;
}
.social-share li span {
  display: none;
}

.single-post aside,
.single-advert aside {
  border-bottom: 1px solid var(--wp--preset--color--primary);
  padding: 0 0 20px;
  margin: 10px 0 30px;
}
.single-post .post-image,
.single-advert .post-image {
  margin: 0 0 40px;
}
.single-post .post-image img,
.single-advert .post-image img {
  display: block;
}
.single-post .post-content > .page-notes,
.single-advert .post-content > .page-notes {
  font-size: small;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid var(--wp--preset--color--primary);
}
.single-post .post-content > .page-notes ~ .page-notes,
.single-advert .post-content > .page-notes ~ .page-notes {
  border: none;
  padding-top: unset;
  margin-top: unset;
}
.single-post .recent-posts,
.single-advert .recent-posts {
  margin: 30px 0;
}
.single-post .recent-posts .item,
.single-advert .recent-posts .item {
  margin-bottom: 30px;
}
.single-post h1,
.single-advert h1 {
  font-size: 46px;
}
.single-post h2,
.single-advert h2 {
  font-size: 38px;
}
.single-post .post-item .post-details h4,
.single-advert .post-item .post-details h4 {
  font-size: 19px;
  font-family: "Abril Fatface", serif;
}
.single-post h5,
.single-advert h5 {
  text-transform: none;
  letter-spacing: 1px;
}
.single-post h6,
.single-advert h6 {
  margin: 0 0 5px;
}
.single-post h6:before,
.single-advert h6:before {
  content: none;
}
.single-post blockquote,
.single-advert blockquote {
  position: relative;
  font-family: "Abril Fatface", sans-serif;
  margin: 30px 0;
}
.single-post blockquote p,
.single-advert blockquote p {
  font-size: 30px;
  line-height: 1.4;
  padding: 0 70px;
}
.single-post blockquote:before,
.single-advert blockquote:before {
  content: '"';
  position: absolute;
  color: var(--wp--preset--color--primary);
  font-size: 120px;
  left: 10px;
  line-height: 1;
  top: -10px;
}
.single-post .post-author .author-image,
.single-advert .post-author .author-image {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}
.single-post .post-author .author-image img,
.single-advert .post-author .author-image img {
  display: block;
}
.single-post .post-author p,
.single-advert .post-author p {
  font-size: 14px;
}
.single-post .post-author .post-book-author,
.single-advert .post-author .post-book-author {
  margin-bottom: 20px;
}
.single-post .post-author .post-book-author:last-of-type,
.single-advert .post-author .post-book-author:last-of-type {
  margin-bottom: 0;
}

.author.archive h2 {
  font-size: 42px;
  margin: 80px 0 0;
}
.author.archive .post-holder {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
.full-width.pink-bg {
  background-color: #edd6cc;
  margin-top: 40px;
  padding: 30px 0;
}

.hidden {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.search-results .search-results-holder {
  margin: 40px 0;
}
.search-results h1 {
  font-size: 6rem;
}
.search-results h4 {
  font-family: "Abril Fatface", serif;
  margin: 10px 0 15px;
  font-size: 20px;
}
.search-results article {
  margin: 0 0 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.search-results article.type-post .post-thumbnail > img {
  min-height: 228px;
  -o-object-fit: cover;
  object-fit: cover;
}
.search-results article .post-thumbnail {
  display: -webkit-flex;
  display: flex;
  min-height: 363px;
}
.search-results article .post-thumbnail > img {
  margin-top: auto;
}
.search-results article .entry-summary {
  max-height: 220px;
  overflow: hidden;
  margin: 0 0 10px;
  position: relative;
}
.search-results article .entry-summary p {
  font-size: 15px;
}
.search-results article .entry-summary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 40%);
}
.search-results article .button-holder {
  margin-top: auto;
}

.series-childrens-classics img {
  border: 1px solid #f2f2f2;
}

.posts-navigation {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
}
.posts-navigation .nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
  #ajaxsearchpro1_1 {
    max-width: 340px !important;
  }
}

.filtered-list h1 {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.filtered-list .filter-holder {
  margin: 0 auto 60px;
  max-width: 1200px;
}
.tax-series .filtered-list .filter-holder {
  margin: 30px auto 0;
}
.filtered-list .filter-holder .mobile-filter {
  position: relative;
  padding: 10px 20px;
  font-weight: 400;
  text-align: center;
  display: none;
  color: #fff;
  background: #4B4B4B;
  min-width: 140px;
  border: 2px solid #fff;
  margin: 0 0 4px;
}
.filtered-list .filter-holder .mobile-filter:visited {
  color: #fff;
}
.filtered-list .filter-holder .mobile-filter.nav-open {
  border-bottom: none;
}
@media only screen and (max-width: 900px) {
  .filtered-list .filter-holder .mobile-filter {
    display: block;
  }
}
.filtered-list .filter-holder .filters {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .filtered-list .filter-holder .filters {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: none;
    opacity: 0;
  }
}
@media only screen and (max-width: 900px) {
  .filtered-list .filter-holder .filters label {
    width: 100%;
  }
}
.filtered-list .filter-holder .filters label select {
  margin: 0 0 4px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .filtered-list .filter-holder .filters label select {
    padding: 15px 0;
  }
}
.filtered-list .filter-holder .filters .button-holder {
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  .filtered-list .filter-holder .filters .button-holder {
    margin: 15px auto 0;
    width: 100%;
  }
  .filtered-list .filter-holder .filters .button-holder .filter-reset {
    width: 100%;
    text-align: center;
  }
}
.filtered-list .filter-holder .filters .filter-alpha {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0 0;
  padding: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-order: 4;
  order: 4;
}
@media only screen and (max-width: 900px) {
  .filtered-list .filter-holder .filters .filter-alpha {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
.filtered-list .filter-holder .filters .filter-alpha li {
  margin: 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 900px) {
  .filtered-list .filter-holder .filters .filter-alpha li {
    padding: 10px 0;
  }
}
.filtered-list .filter-holder .filters .filter-alpha li:hover {
  color: var(--wp--preset--color--primary);
  cursor: pointer;
}
.filtered-list .filter-holder .filters .filter-alpha li.selected {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}

.wpsl-provided-by {
  display: none;
}

.tax-series .book-carousel {
  height: unset !important;
}
@media screen and (min-width: 1440px) {
  .tax-series .book-carousel {
    margin: 10px -60px 30px !important;
  }
}

/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget .widget_search {
  text-align: center;
}

ul.social-icons {
  display: -webkit-flex;
  display: flex;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
ul.social-icons li {
  padding: 0 5px;
  margin: 0;
}
ul.social-icons li a {
  width: 20px;
  height: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
ul.social-icons li a svg path {
  fill: #4d555b;
  transition: fill 0.3s;
}
ul.social-icons li a .social-text {
  font-size: 0;
}
ul.social-icons li a:hover svg path {
  fill: #00b2b5;
}
@media screen and (max-width: 480px) {
  ul.social-icons {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
## icons text
--------------------------------------------------------------*/
.icons-text {
  margin: 0 0 3rem;
}
.icons-text .icon-holder {
  height: 110px;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 3rem;
}
.icons-text p {
  font-size: 1.8rem;
}

/*--------------------------------------------------------------
## contact forms
--------------------------------------------------------------*/
#content div.wpcf7 .wpcf7-form input[type=text],
#content div.wpcf7 .wpcf7-form input[type=email],
#content div.wpcf7 .wpcf7-form textarea {
  color: #fff;
  border-radius: 0;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  width: 100%;
}
#content div.wpcf7 .wpcf7-form input[type=text]:focus,
#content div.wpcf7 .wpcf7-form input[type=email]:focus,
#content div.wpcf7 .wpcf7-form textarea:focus {
  outline: none;
}
#content div.wpcf7 .wpcf7-form input[type=submit] {
  color: #fff;
  background: #2B98D3;
  padding: 1rem 3rem;
  font-size: 2rem;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.6s;
  margin: 2rem 0;
}
#content div.wpcf7 .wpcf7-form input[type=submit]:hover, #content div.wpcf7 .wpcf7-form input[type=submit]:focus {
  color: #2B98D3;
  background: #fff;
  cursor: pointer;
  outline: none;
}
#content div.wpcf7 .wpcf7-form input[type=checkbox] {
  width: 38px;
  position: relative;
  top: 2px;
}
#content div.wpcf7 .wpcf7-response-output {
  margin: 2rem 0;
  padding: 0.2em 1em;
  border: none;
  background: #dc3232;
}

/*--------------------------------------------------------------
## video
--------------------------------------------------------------*/
.video {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3rem;
  border: 3px solid #333;
  border-radius: 10px;
}
.video iframe {
  width: 100%;
}

.button-holder.video-share {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 12rem 0 0;
  margin: 0 !important;
}
.button-holder.video-share:after {
  content: "";
  width: 3px;
  height: 12rem;
  background: #333;
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 0;
  margin-left: -2px;
}

/*--------------------------------------------------------------
## image testimonial
--------------------------------------------------------------*/
.image-testimonial {
  height: 586px;
  overflow: hidden;
  position: relative;
}
.image-testimonial .img-parallax {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.image-testimonial .holder {
  max-width: 80%;
  padding: 15px 10%;
  text-align: left;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-testimonial .holder h3 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #264484;
  line-height: 1.3;
  padding: 0;
  position: relative;
  white-space: pre-wrap;
  left: 5px;
  border-left: 30px solid #fff;
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .image-testimonial .holder h3 {
    font-size: 3.2rem;
  }
}
.image-testimonial .holder h3 span {
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.image-testimonial .holder h3 span :last-child {
  padding-right: 10px;
}
.image-testimonial .holder h3 span:after {
  content: "";
  position: absolute;
  background: #fff;
  width: calc(100% + 30px);
  height: 120%;
  left: -5px;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
}
.image-testimonial .holder p {
  display: inline-block;
  background: #fff;
  padding: 10px 30px 15px;
  color: #264484;
  font-size: 1.8rem;
  position: relative;
  left: 5px;
}

/*--------------------------------------------------------------
## contact map
--------------------------------------------------------------*/
.contact_map h3 {
  font-family: "Spartan", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  margin: 1rem 0 2rem;
}

/*------------------------------------*\
    PRETTY PHOTO
\*------------------------------------*/
.pp_pic_holder.pp_default {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_pic_holder.pp_default .ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
.pp_pic_holder.pp_default .pp_top, .pp_pic_holder.pp_default .pp_bottom {
  height: 35px;
  position: relative;
  padding: 0 20px;
}
.pp_pic_holder.pp_default .pp_top .pp_left, .pp_pic_holder.pp_default .pp_bottom .pp_left {
  height: 35px;
  left: 0;
  position: absolute;
  width: 20px;
  background: #fff;
}
.pp_pic_holder.pp_default .pp_top .pp_middle, .pp_pic_holder.pp_default .pp_bottom .pp_middle {
  height: 35px;
  left: 20px;
  position: absolute;
  right: 20px;
  background: #fff;
}
.pp_pic_holder.pp_default .pp_top .pp_right, .pp_pic_holder.pp_default .pp_bottom .pp_right {
  height: 35px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  background: #fff;
}
.pp_pic_holder.pp_default .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left {
  padding: 0 0 10px 20px;
  background-color: #fff;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right {
  background-color: #fff;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content {
  height: 40px;
  min-width: 40px;
  width: 40px;
  background-color: #fff;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_loaderIcon {
  background: url(assets/img/loader.gif) center center no-repeat;
  background-size: 130px 147px;
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_expand {
  background: url(assets/img/pp_control_sprite.svg) -1px -30px no-repeat;
  background-size: 130px 147px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 20px;
  text-indent: -10000px;
  top: -30px;
  z-index: 20000;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_expand:hover {
  background-position-y: -57px;
  cursor: pointer;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_contract {
  background: url(assets/img/pp_control_sprite.svg) -1px -85px no-repeat;
  background-size: 130px 147px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 20px;
  text-indent: -10000px;
  top: -30px;
  z-index: 20000;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_contract:hover {
  background-position-y: -115px;
  cursor: pointer;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_close {
  background: url(assets/img/pp_control_sprite.svg) -35px -115px no-repeat;
  background-size: 130px 147px;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 20px;
  top: -30px;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_close:hover {
  background-position-x: -65px;
  cursor: pointer;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_hoverContainer a.pp_next {
  background: url(assets/img/pp_btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 10%;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_hoverContainer a.pp_previous {
  background: url(assets/img/pp_btnPrevious.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 10%;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade #pp_full_res {
  line-height: 1 !important;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade #pp_full_res .pp_inline {
  text-align: left;
  color: #000;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade #pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade #pp_full_res a.pp_download {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  width: 80px;
  right: 50%;
  margin-right: -40px;
  bottom: -25px;
  z-index: 100000;
  padding: 5px;
  background-color: #e32636;
  color: #fff;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade #pp_full_res a.pp_download:hover {
  background-color: #c1202d;
  cursor: pointer;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery {
  left: 50%;
  margin-top: 10px;
  position: relative;
  z-index: 10000;
  height: 35px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery a.pp_arrow_previous,
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery a.pp_arrow_next {
  left: auto;
  position: static;
  margin-top: 7px !important;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a {
  background: url(assets/img/pp_default_thumbnail.png) center center #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  height: 33px;
  width: 50px;
  overflow: hidden;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a img {
  border: 0;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details {
  margin: 10px 0;
  position: relative;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_social {
  margin: 7px 0 0;
  float: left;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_social .facebook {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 55px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_social .twitter {
  float: left;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 100px;
  margin: 5px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav .pp_play,
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav .pp_pause {
  background: url(assets/img/pp_control_sprite.svg) -51px 1px no-repeat;
  background-size: 130px 147px;
  height: 30px;
  width: 30px;
  opacity: 0.5;
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav .pp_play:hover,
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav .pp_pause:hover {
  opacity: 1;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav .pp_pause {
  background-position: -51px -29px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav a.pp_arrow_previous,
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav a.pp_arrow_next {
  background: url(assets/img/pp_control_sprite.svg) -40px -60px no-repeat;
  background-size: 130px 147px;
  height: 20px;
  margin: 0;
  width: 20px;
  opacity: 0.5;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav a.pp_arrow_previous:hover,
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav a.pp_arrow_next:hover {
  opacity: 1;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav a.pp_arrow_next {
  background-position: -70px -60px;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_nav .currentTextHolder {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  padding: 0 10px;
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_details .pp_description {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
  background: #000;
  position: absolute;
  width: 100%;
  bottom: 55px;
  padding: 10px;
  opacity: 0.5;
  color: #fff;
  font-style: italic;
  display: none;
}
.pp_pic_holder.pp_default a:focus {
  outline: none;
}

.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/*------------------------------------*\
    BLOG ARCHIVE
\*------------------------------------*/
.widget_zoo_latest_news_widget ul {
  padding-left: 0 !important;
}
.widget_zoo_latest_news_widget ul.press-year {
  margin: 0 0 2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.widget_zoo_latest_news_widget ul.press-year li h2 {
  padding: 10px 10px 2px !important;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  background: url(assets/img/arrow-down.svg) center right no-repeat;
  background-size: 23.333px 8px;
  transition: background-color 0.6s ease;
  color: #707070;
}
.widget_zoo_latest_news_widget ul.press-month {
  display: none;
  opacity: 0;
  margin: 0;
}
.widget_zoo_latest_news_widget ul.press-month li h4 {
  background: url(assets/img/arrow-down.svg) center right no-repeat;
  background-size: 23.333px 8px;
  transition: background-color 0.6s ease;
  color: #707070;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}
.widget_zoo_latest_news_widget ul.press-month li h4 :hover {
  background-color: #fff;
  cursor: pointer;
}
.widget_zoo_latest_news_widget ul.press-month li.month-open h4 {
  background: url(assets/img/arrow-up.svg) center right no-repeat;
  background-size: 23.333px 8px;
  border-bottom: 1px solid #e5e5e5;
  color: #2B98D3;
}
.widget_zoo_latest_news_widget ul.press-month li ul.press-item {
  display: none;
  opacity: 0;
  margin: 0;
}
.widget_zoo_latest_news_widget ul.press-month li ul.press-item li.press-list {
  margin: 0;
}
.widget_zoo_latest_news_widget ul.press-month li ul.press-item li.press-list .press-date {
  padding: 3px 10px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.widget_zoo_latest_news_widget ul.press-month li ul.press-item li.press-list a.post-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  background-color: #f5f5f5;
  padding: 5px;
}
.widget_zoo_latest_news_widget ul.press-month li ul.press-item li.press-list a.post-list-item:hover {
  background-color: #fbfbfb;
  text-decoration: none;
}
.widget_zoo_latest_news_widget ul.press-month li ul.press-item li.press-list a.post-list-item img {
  margin: 0 10px 0 0;
}
.widget_zoo_latest_news_widget ul.press-month li ul.press-item li.press-list a.post-list-item h5 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
}
.widget_zoo_latest_news_widget ul li {
  list-style: none !important;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.widget_zoo_latest_news_widget ul li:last-child {
  border: none;
}
.widget_zoo_latest_news_widget ul li h2 {
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}
.widget_zoo_latest_news_widget ul li h2:hover {
  background-color: #fff;
  cursor: pointer;
}
.widget_zoo_latest_news_widget ul li.press-open h2 {
  background: url(assets/img/arrow-up.svg) center right no-repeat;
  background-size: 23.333px 8px;
  border-bottom: 1px solid #e5e5e5;
  color: #2B98D3;
}

/*------------------------------------*\
    TEAM LIST
\*------------------------------------*/
ul.team-list {
  padding: 0;
  margin: 0 0 4rem;
}
ul.team-list li {
  list-style: none;
}
ul.team-list li .team-image {
  margin-bottom: 3rem;
}
ul.team-list li .team-image img {
  display: block;
}
ul.team-list li .team-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3rem;
}
ul.team-list li .team-detail h3 {
  color: #264484;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 1rem;
}
ul.team-list li .team-detail h5 {
  color: #2B98D3;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0 0 3rem;
}
ul.team-list li:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*------------------------------------*\
    FLIP CARD
\*------------------------------------*/
.cards {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin: 0 -1.5rem 3rem;
}
.cards .card {
  -webkit-perspective: 200rem;
  perspective: 200rem;
  display: -webkit-flex;
  display: flex;
  transition: z-index, -webkit-transform 0.17675s;
  transition: z-index, transform 0.17675s;
  transition: z-index, transform 0.17675s, -webkit-transform 0.17675s;
  transition-delay: 0.707s, 0s;
  text-decoration: none;
  color: inherit;
  z-index: 0;
}
.cards .card .card-body {
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0.707s -webkit-transform;
  transition: 0.707s transform;
  transition: 0.707s transform, 0.707s -webkit-transform;
  border-radius: 0;
  -webkit-flex: 1;
  flex: 1;
  padding: 1.5rem;
}
.cards .card .card-body .card-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 100%;
  font-size: 1.5rem;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
}
.cards .card .card-body .card-front .team-details {
  background: #f5f5f5;
  width: 100%;
}
.cards .card .card-body .card-front .team-details h3 {
  text-align: center;
  font-size: 1.6rem;
  padding: 1rem;
  margin: 0;
}
.cards .card .card-body .card-front .team-details h3 span {
  color: #2B98D3;
}
@media only screen and (max-width: 1024px) {
  .cards .card .card-body .card-front .team-details h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cards .card .card-body .card-front .team-details h3 {
    font-size: 1.6rem;
  }
}
.cards .card .card-body .card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 100%;
  -webkit-transform: rotateY(-180deg) translate(100%, 0);
  transform: rotateY(-180deg) translate(100%, 0);
  background-color: #0a4b86;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3rem;
}
.cards .card .card-body .card-back p {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: unset;
  }
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* WooCommerce
--------------------------------------------- */
.wc-block-components-express-payment {
  z-index: 0;
}

.info-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 30px;
  height: 20px;
  background-color: #515151;
  transition: background-color 0.3s;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M6 12c3.282 0 6-2.718 6-6 0-3.276-2.724-6-6.006-6C2.718 0 0 2.724 0 6c0 3.282 2.724 6 6 6Zm0-1a4.976 4.976 0 0 1-4.994-5c0-2.77 2.212-5 4.988-5 2.777 0 5 2.23 5.006 5a4.977 4.977 0 0 1-5 5Zm-.053-7.094a.76.76 0 0 0 .765-.765.764.764 0 1 0-1.53 0c0 .424.342.765.765.765Zm-.976 5.33h2.394c.24 0 .43-.171.43-.412a.417.417 0 0 0-.43-.412h-.73V5.418c0-.318-.159-.53-.459-.53h-.994a.417.417 0 0 0-.43.412c0 .241.19.412.43.412H5.7v2.7h-.73a.417.417 0 0 0-.429.412c0 .24.188.411.43.411Z'/></svg>");
  mask-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M6 12c3.282 0 6-2.718 6-6 0-3.276-2.724-6-6.006-6C2.718 0 0 2.724 0 6c0 3.282 2.724 6 6 6Zm0-1a4.976 4.976 0 0 1-4.994-5c0-2.77 2.212-5 4.988-5 2.777 0 5 2.23 5.006 5a4.977 4.977 0 0 1-5 5Zm-.053-7.094a.76.76 0 0 0 .765-.765.764.764 0 1 0-1.53 0c0 .424.342.765.765.765Zm-.976 5.33h2.394c.24 0 .43-.171.43-.412a.417.417 0 0 0-.43-.412h-.73V5.418c0-.318-.159-.53-.459-.53h-.994a.417.417 0 0 0-.43.412c0 .241.19.412.43.412H5.7v2.7h-.73a.417.417 0 0 0-.429.412c0 .24.188.411.43.411Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-position: center;
  mask-position: center;
}
.info-icon:hover {
  background-color: #03B2B5;
  cursor: pointer;
}

.woocommerce-info:before {
  content: none;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* Core Blocks
--------------------------------------------- */
.wp-block-buttons > .wp-block-button {
  margin: 30px 0;
}
.wp-block-buttons > .wp-block-button.is-style-outline .wp-block-button__link {
  transition: background-color 0.3s;
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  padding: 8px 50px 5px;
}
.wp-block-buttons > .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary);
  color: #ffffff;
}
.wp-block-buttons > .wp-block-button.is-style-outline.doc-download .wp-block-button__link {
  background: transparent;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.wp-block-buttons > .wp-block-button.is-style-outline.doc-download .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary);
  color: #ffffff;
}

.wp-block-quote {
  font-family: "Abril Fatface", serif;
  font-weight: normal;
  margin: 30px 0;
  padding: 30px 30px 30px 110px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .wp-block-quote {
    padding: 80px 30px 30px 30px;
  }
}
.wp-block-quote:before {
  content: '"';
  position: absolute;
  color: var(--wp--preset--color--primary);
  font-size: 210px;
  line-height: 1;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 600px) {
  .wp-block-quote:before {
    font-size: 160px;
  }
}
.wp-block-quote > p {
  font-size: 32px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .wp-block-quote > p {
    font-size: 24px;
  }
}

@media screen and (max-width: 781px) {
  .wp-block-columns.m-reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* Custom Blocks
--------------------------------------------- */
.other-titles,
.other-articles {
  padding: 50px 0 0;
}
.other-titles .header-block,
.other-articles .header-block {
  max-width: 1100px;
  margin: 0 auto;
}
.other-titles h2,
.other-articles h2 {
  font-size: 42px;
  margin: 0;
}
.single-book .other-titles h2, .single-book-author .other-titles h2,
.single-book .other-articles h2,
.single-book-author .other-articles h2 {
  text-align: center;
  margin: 0 0 40px;
}
.other-titles .book-carousel,
.other-titles .post-carousel,
.other-articles .book-carousel,
.other-articles .post-carousel {
  display: -webkit-flex;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-bottom: 40px;
}
.other-titles .book-carousel.slick-slider,
.other-titles .post-carousel.slick-slider,
.other-articles .book-carousel.slick-slider,
.other-articles .post-carousel.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.other-titles .book-carousel.slick-initialized,
.other-titles .post-carousel.slick-initialized,
.other-articles .book-carousel.slick-initialized,
.other-articles .post-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.other-titles .book-carousel.is-preview .item,
.other-titles .post-carousel.is-preview .item,
.other-articles .book-carousel.is-preview .item,
.other-articles .post-carousel.is-preview .item {
  width: 100%;
}
.other-titles .book-carousel .item,
.other-titles .post-carousel .item,
.other-articles .book-carousel .item,
.other-articles .post-carousel .item {
  margin: 0;
  counter-increment: item;
  text-align: left;
  padding: 20px;
  position: relative;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.other-titles .book-carousel .item .post-item,
.other-titles .post-carousel .item .post-item,
.other-articles .book-carousel .item .post-item,
.other-articles .post-carousel .item .post-item {
  margin: 0;
  height: 100%;
}
.other-titles .book-carousel .item .post-item a,
.other-titles .post-carousel .item .post-item a,
.other-articles .book-carousel .item .post-item a,
.other-articles .post-carousel .item .post-item a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.other-titles .book-carousel .item .post-item a .button-holder,
.other-titles .post-carousel .item .post-item a .button-holder,
.other-articles .book-carousel .item .post-item a .button-holder,
.other-articles .post-carousel .item .post-item a .button-holder {
  margin: auto 20px 20px;
}
.other-titles .book-carousel .item > a,
.other-titles .post-carousel .item > a,
.other-articles .book-carousel .item > a,
.other-articles .post-carousel .item > a {
  min-height: 320px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.other-titles .book-carousel .item > a .book-image,
.other-titles .post-carousel .item > a .book-image,
.other-articles .book-carousel .item > a .book-image,
.other-articles .post-carousel .item > a .book-image {
  position: relative;
}
.other-titles .book-carousel .item > a .book-image .book-badge,
.other-titles .post-carousel .item > a .book-image .book-badge,
.other-articles .book-carousel .item > a .book-image .book-badge,
.other-articles .post-carousel .item > a .book-image .book-badge {
  width: 60px;
  position: absolute;
  top: -20px;
  right: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.other-titles .book-carousel .item > a .book-image .book-badge img,
.other-titles .post-carousel .item > a .book-image .book-badge img,
.other-articles .book-carousel .item > a .book-image .book-badge img,
.other-articles .post-carousel .item > a .book-image .book-badge img {
  display: inline-block;
  margin: 0 0 10px;
  border: none;
}
.other-titles .book-carousel .item > a .book-image img,
.other-titles .post-carousel .item > a .book-image img,
.other-articles .book-carousel .item > a .book-image img,
.other-articles .post-carousel .item > a .book-image img {
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .other-titles .book-carousel .item > a .book-image img,
  .other-titles .post-carousel .item > a .book-image img,
  .other-articles .book-carousel .item > a .book-image img,
  .other-articles .post-carousel .item > a .book-image img {
    max-height: 600px;
  }
}
.other-titles .book-carousel .item h4,
.other-titles .post-carousel .item h4,
.other-articles .book-carousel .item h4,
.other-articles .post-carousel .item h4 {
  font-family: "Abril Fatface", serif;
  margin: 15px 0;
  font-size: 20px;
  letter-spacing: 0;
}
.other-titles .book-carousel .item h6,
.other-titles .post-carousel .item h6,
.other-articles .book-carousel .item h6,
.other-articles .post-carousel .item h6 {
  text-transform: uppercase;
  padding: 0 5px 0 0;
  color: var(--wp--preset--color--primary);
  border-right: 1px solid #ccc;
  margin: 0 5px 0 0;
  font-size: 12px;
}
.other-titles .book-carousel .item h6:before,
.other-titles .post-carousel .item h6:before,
.other-articles .book-carousel .item h6:before,
.other-articles .post-carousel .item h6:before {
  content: none;
}
.other-titles .book-carousel .item h6:last-of-type,
.other-titles .post-carousel .item h6:last-of-type,
.other-articles .book-carousel .item h6:last-of-type,
.other-articles .post-carousel .item h6:last-of-type {
  border: none;
}
.other-titles .book-carousel .item h6 a,
.other-titles .post-carousel .item h6 a,
.other-articles .book-carousel .item h6 a,
.other-articles .post-carousel .item h6 a {
  color: var(--wp--preset--color--primary);
}
.other-titles .book-carousel .slick-list,
.other-titles .post-carousel .slick-list,
.other-articles .book-carousel .slick-list,
.other-articles .post-carousel .slick-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.series-list {
  padding: 50px 0 80px;
}
.series-list.row.pad20 {
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .series-list.row.pad20 {
    margin: 0 -20px;
  }
}
.series-list .header-block {
  max-width: 1100px;
  margin: 0 auto;
}
.series-list h2 {
  font-size: 42px;
  margin: 0 0 30px;
}
.series-list .series-carousel {
  display: -webkit-flex;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.series-list .series-carousel.is-preview {
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}
.series-list .series-carousel.is-preview .item {
  width: 100%;
}
.series-list .series-carousel.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.series-list .series-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.series-list .series-carousel .item {
  margin: 0;
  counter-increment: item;
  text-align: left;
  padding: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  background: #03b1b4;
  border: 1px solid #fff;
  height: 360px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-size: cover;
}
.series-list .series-carousel .item:hover .overlay {
  bottom: 0;
}
.series-list .series-carousel .item img.series-image {
  max-width: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.series-list .series-carousel .item .overlay {
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: -100%;
  background: rgba(255, 255, 255, 0.9215686275);
  transition: bottom 0.3s;
  width: 100%;
}
.series-list .series-carousel .slick-list {
  width: 100%;
  margin: 0 auto;
}

.post-holder {
  margin-top: 30px;
  margin-bottom: 20px;
}

.post-item {
  background: #f1f6f6;
  margin: 0;
  height: 100%;
}
.post-item .news-image {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.post-item .news-image img {
  border-bottom: 3px solid #29a4b0;
}
.post-item .news-image .post-date {
  width: 70px;
  height: 70px;
  background: #29a4b0;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #fff;
  margin-top: -35px;
  line-height: 1;
}
.post-item .news-image .post-date .post-month {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.post-item .news-image .post-date .post-day {
  font-family: "Abril Fatface", serif;
  font-size: 34px;
}
.post-item .post-details {
  padding: 5px 20px 10px;
  font-size: 14px;
}
.post-item .post-details h4 {
  font-size: 19px;
  font-family: "Abril Fatface", serif;
  margin: 0 0 10px;
}
.post-item .post-details h6 {
  margin: 0 0 5px;
}
.post-item .post-details h6 span {
  padding: 0 6px 0 8px;
  position: relative;
}
.post-item .post-details h6 span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.post-item .post-details h6 span:first-of-type {
  padding-left: 0;
}
.post-item .post-details h6 span:first-of-type:before {
  content: none;
}
.post-item .post-details h6:before {
  content: none;
}
.post-item .post-details .button-holder {
  margin: 15px 0;
}

.author-list {
  min-height: 540px;
  max-width: 1200px;
  margin: 0 auto !important;
}
.author-list .author-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
  background-color: #fff;
}
.author-list .author-block .author-image {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background: #ccc;
}
.author-list .author-block .author-image img {
  display: block;
}
.author-list .author-block h4 {
  padding: 0 20px;
  font-weight: 300;
  margin: 0;
  font-size: 20px;
}
.author-list .author-block h4 strong {
  font-weight: 700;
}

#load-more {
  margin-top: 40px;
}

.author-spotlight {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 60px;
}
.single-book .author-spotlight {
  margin: 60px auto 0;
}
.author-spotlight .authors-all {
  background-color: var(--wp--preset--color--secondary);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 60px;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .author-spotlight .authors-all {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 40px;
  }
  .author-spotlight .authors-all .zoo-btn {
    margin-left: 20px;
  }
  .author-spotlight .authors-all h3 {
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .author-spotlight .authors-all {
    padding: 30px;
  }
}
.author-spotlight .authors-all h2 {
  font-size: 80px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 2000px) {
  .author-spotlight .authors-all h2 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .author-spotlight .authors-all h2 {
    font-size: 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .author-spotlight .authors-all h2 {
    margin: 0 0 15px;
  }
}
.author-spotlight .authors-all h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  font-family: "Spartan", sans-serif;
  line-height: 1.6;
  margin: 0;
}
.author-spotlight .author-holder {
  background-color: #bad3d8;
  padding: 60px;
}
.author-spotlight .author-holder.author-carousel.slick-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}
.author-spotlight .author-holder.author-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.author-spotlight .author-holder.author-carousel .slick-arrow {
  background-color: transparent;
  top: unset;
  bottom: 0;
}
.author-spotlight .author-holder.author-carousel .slick-arrow.slick-prev {
  left: unset;
  right: 40px;
}
.author-spotlight .author-holder.author-carousel .slick-arrow.slick-next {
  right: 10px;
}
.author-spotlight .author-holder .col {
  margin: 0;
  display: -webkit-flex;
  display: flex;
}
.author-spotlight .author-holder img {
  border-radius: 50%;
  display: block;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .author-spotlight .author-holder img {
    margin: 0 0 auto;
  }
}
.author-spotlight .author-holder .author-details {
  padding: 0;
  margin: auto 0;
}
@media only screen and (max-width: 600px) {
  .author-spotlight .author-holder .author-details {
    margin-top: -40px;
    padding-top: 60px;
  }
}
.author-spotlight .author-holder .author-details h2 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .author-spotlight .author-holder .author-details h2 {
    font-size: 34px;
  }
}
.author-spotlight .author-holder .author-details h5 {
  color: var(--wp--preset--color--primary);
  letter-spacing: 2px;
  margin: 0 0 15px;
}
.author-spotlight .author-holder .author-details .excerpt {
  max-height: 120px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.author-spotlight .author-holder .author-details .excerpt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(186, 210, 216) 0%, rgba(186, 210, 216, 0) 40%);
}
@media only screen and (max-width: 1200px) {
  .author-spotlight .author-holder {
    padding: 40px;
  }
}
.author-spotlight .zoo-btn {
  margin-top: 10px;
}
.author-spotlight.book-spotlight .author-holder {
  padding: 0;
}
.author-spotlight.book-spotlight .author-holder img {
  border-radius: 0;
}
.author-spotlight.book-spotlight .author-holder .author-details {
  padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 600px) {
  .author-spotlight.book-spotlight .author-holder .author-details {
    padding: 30px;
    margin: 0;
  }
}
.author-spotlight.book-spotlight .author-holder .col {
  -webkit-align-items: center;
  align-items: center;
}

.we-timeline {
  margin: 30px 0;
}
.we-timeline .tl-section {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.we-timeline .tl-section > div {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding: 30px 40px;
  min-height: 370px;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section > div {
    min-height: unset;
    width: 100%;
    padding: 30px 0 30px 40px;
  }
}
.we-timeline .tl-section > div.tl-image {
  position: relative;
}
.we-timeline .tl-section > div.tl-image .image-circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  max-height: calc(100vw - 100px);
}
.we-timeline .tl-section > div.tl-image:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  z-index: 1;
  left: -8px;
  top: 50%;
  background: var(--wp--preset--color--primary);
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section > div.tl-image:after {
    left: -7px;
  }
}
.we-timeline .tl-section > div.tl-image:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: #ccd6e6;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section > div.tl-image:before {
    width: 2px;
  }
}
.we-timeline .tl-section > div.tl-content {
  border-top: 3px dotted var(--wp--preset--color--primary);
  position: relative;
}
.we-timeline .tl-section > div.tl-content:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  z-index: 1;
  right: -1px;
  top: 0;
  background: #ccd6e6;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section > div.tl-content:before {
    right: unset;
    left: 0;
  }
}
.we-timeline .tl-section > div.tl-content h2 {
  color: var(--wp--preset--color--primary);
  font-size: 65px;
  line-height: 1.1;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .we-timeline .tl-section > div.tl-content h2 {
    font-size: 50px;
  }
}
.we-timeline .tl-section > div.tl-content h3 {
  font-family: "Abril Fatface", serif;
  font-weight: normal;
  font-size: 26px;
  margin: 0 0 1rem;
}
.we-timeline .tl-section > div.tl-content p {
  font-size: 14px;
}
.we-timeline .tl-section.tl-left {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section.tl-left {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.we-timeline .tl-section.tl-left .tl-image:after {
  left: unset;
  right: -8px;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section.tl-left .tl-image:after {
    left: -7px;
    right: unset;
  }
}
.we-timeline .tl-section.tl-left img {
  margin-left: auto;
}
.we-timeline .tl-section.tl-left .tl-content:before {
  right: unset;
  left: 0;
}
.we-timeline .tl-section:first-child .tl-content {
  border-top: none;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section:first-child .tl-content {
    border-top: 3px dotted var(--wp--preset--color--primary);
    width: 100%;
  }
}
.we-timeline .tl-section:first-child .tl-content:before {
  top: 50%;
  height: 50%;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section:first-child .tl-content:before {
    top: 0;
    height: 100%;
  }
}
.we-timeline .tl-section:last-child .tl-content:before {
  height: 50%;
}
@media only screen and (max-width: 900px) {
  .we-timeline .tl-section:last-child .tl-content:before {
    height: 100%;
  }
}

.banner-carousel {
  margin: 0 0 50px;
}
@media only screen and (max-width: 1600px) {
  .banner-carousel {
    width: 100vw;
    position: relative;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
}

.wp-block-cover.banner-cover.full-image {
  padding: 0 !important;
}
.wp-block-cover.banner-cover.full-image .wp-block-cover__inner-container {
  width: 100% !important;
}
.wp-block-cover.banner-cover.image-left {
  padding: 0 !important;
  min-height: 800px !important;
}
@media only screen and (max-width: 1200px) {
  .wp-block-cover.banner-cover.image-left {
    min-height: 600px !important;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-cover.banner-cover.image-left {
    min-height: unset !important;
  }
}
.wp-block-cover.banner-cover.image-left .wp-block-cover__inner-container {
  width: 100% !important;
  height: inherit;
}
.wp-block-cover.banner-cover.image-left .wp-block-cover__inner-container .wp-block-cover {
  min-height: 800px !important;
}
@media only screen and (max-width: 1200px) {
  .wp-block-cover.banner-cover.image-left .wp-block-cover__inner-container .wp-block-cover {
    min-height: 600px !important;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-cover.banner-cover.image-left .wp-block-cover__inner-container .wp-block-cover.left-image {
    min-height: calc(50vh - 57px) !important;
  }
  .wp-block-cover.banner-cover.image-left .wp-block-cover__inner-container .wp-block-cover.right-image-text {
    min-height: unset !important;
    padding: 8% !important;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-cover.banner-cover.image-left .wp-block-cover__inner-container .wp-block-cover.right-image-text {
    padding: 40px 30px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-cover.banner-cover {
    padding: 40px 10% !important;
  }
  .wp-block-cover.banner-cover .banner-center-content {
    max-width: 460px;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-cover.banner-cover h1, .wp-block-cover.banner-cover h2, .wp-block-cover.banner-cover h3, .wp-block-cover.banner-cover h4, .wp-block-cover.banner-cover h5, .wp-block-cover.banner-cover h6 {
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .wp-block-cover.banner-cover p, .wp-block-cover.banner-cover h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .wp-block-cover.banner-cover .has-large-font-size {
    font-size: 16px !important;
  }
  .wp-block-cover.banner-cover h2 {
    font-size: 36px;
  }
  .wp-block-cover.banner-cover h4 {
    font-size: 28px;
  }
  .wp-block-cover.banner-cover.content-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .wp-block-cover.banner-cover.content-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .wp-block-cover.banner-cover.bg-bottom-right .wp-block-cover__background {
    opacity: 1;
    z-index: 0;
  }
}
@media only screen and (max-width: 781px) and (min-height: 600px) {
  .wp-block-cover.banner-cover.bg-bottom-right .wp-block-cover__image-background {
    top: unset;
    left: unset;
    height: 50%;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-cover.banner-cover .wp-block-image img {
    max-height: calc(50vh - 60px);
    width: auto;
  }
  .wp-block-cover.banner-cover .wp-block-columns {
    gap: 0;
    margin-bottom: 0;
  }
  .wp-block-cover.banner-cover .wp-block-group {
    padding-top: 0 !important;
  }
}
.wp-block-cover.banner-cover .wp-block-buttons > .wp-block-button {
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .wp-block-cover .banner {
    padding: 50px 30px !important;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-cover .banner h1 {
    font-size: 44px;
  }
}

.wp-block-cover__inner-container .wp-block-column {
  word-break: normal;
  overflow-wrap: normal;
}

@media only screen and (max-width: 1600px) {
  .banner-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.banner-slider .banner-desktop {
  display: block;
}
@media only screen and (max-width: 781px) {
  .banner-slider .banner-desktop {
    display: none;
  }
}
.banner-slider .banner-mobile {
  display: none;
}
@media only screen and (max-width: 781px) {
  .banner-slider .banner-mobile {
    display: block;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.slick-slider .slick-list .slick-track {
  height: 100%;
}

.slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none !important;
  background-color: #4d555a;
  position: absolute;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  top: 50%;
  transition: background-color 0.3s;
}
.slick-arrow span {
  font-size: 0;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  right: 22px;
  top: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.slick-arrow:hover {
  background-color: var(--wp--preset--color--primary);
  cursor: pointer;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 15px;
}
@media only screen and (max-width: 1440px) {
  .post-carousel .slick-arrow.slick-next, .book-carousel .slick-arrow.slick-next {
    right: -80px;
  }
  .post-carousel .slick-arrow.slick-next:before, .book-carousel .slick-arrow.slick-next:before {
    right: 38px;
  }
  .post-carousel .slick-arrow.slick-prev, .book-carousel .slick-arrow.slick-prev {
    left: -80px;
  }
  .post-carousel .slick-arrow.slick-prev:before, .book-carousel .slick-arrow.slick-prev:before {
    right: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  .post-carousel .slick-arrow.slick-next, .book-carousel .slick-arrow.slick-next {
    right: -60px;
  }
  .post-carousel .slick-arrow.slick-prev, .book-carousel .slick-arrow.slick-prev {
    left: -60px;
  }
}

ul.slick-dots {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
  text-align: center;
  bottom: -60px;
}
@media only screen and (max-width: 1024px) {
  ul.slick-dots {
    bottom: -40px;
  }
}
ul.slick-dots > li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  ul.slick-dots > li {
    margin: 0 6px;
  }
}
ul.slick-dots > li:only-child {
  display: none;
}
ul.slick-dots > li button {
  display: block;
  padding: 0;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  background: #03b1b4;
  border-radius: 8px;
  opacity: 0.3;
  border: none;
}
@media only screen and (max-width: 1024px) {
  ul.slick-dots > li button {
    width: 10px;
    height: 10px;
  }
}
ul.slick-dots > li button:hover, ul.slick-dots > li button:focus {
  outline: none;
  opacity: 1;
}
ul.slick-dots > li.slick-active button {
  opacity: 1;
}

.slick-books {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  margin: 0 0 80px;
}
.slick-books.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.slick-books img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
.slick-books ul.slick-dots {
  bottom: -40px;
}

.slick-books,
.slick-books .slick-list {
  height: 580px;
}
@media only screen and (max-width: 1440px) {
  .slick-books,
  .slick-books .slick-list {
    height: 42vw;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-books,
  .slick-books .slick-list {
    height: 42vw;
  }
}
@media only screen and (max-width: 768px) {
  .slick-books,
  .slick-books .slick-list {
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .slick-books,
  .slick-books .slick-list {
    height: 120vw;
    max-height: 50vh;
  }
}

#wpsl-result-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0 -20px 0 0;
}
#wpsl-result-list ul li {
  -webkit-flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #f2f2f2;
  padding: 20px !important;
  border-bottom: none !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #wpsl-result-list ul li {
    -webkit-flex-basis: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #wpsl-result-list ul li {
    -webkit-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  #wpsl-result-list ul li {
    -webkit-flex-basis: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
  }
}
#wpsl-result-list ul li .wpsl-directions {
  margin-top: auto;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
  width: auto !important;
}

#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap .wpsl-input {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1024px) {
  #wpsl-search-wrap .wpsl-input {
    margin: 0 20px 20px 0;
  }
}

#wpsl-search-wrap form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #wpsl-search-wrap form {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.wpsl-search {
  margin-bottom: 12px;
  padding: 12px 20px 10px;
  background: #f4f3f3;
}
.wpsl-search #wpsl-search-input {
  height: 38px;
}

#wpsl-search-wrap div label {
  line-height: 1.2;
}
@media screen and (max-width: 593px) {
  #wpsl-search-wrap div label {
    min-width: 110px;
    margin: 0 !important;
  }
}

.wpsl-direction-txt {
  float: none;
  width: auto;
  padding: 5px 15px;
}

@media screen and (max-width: 593px) {
  #wpsl-search-wrap .wpsl-dropdown {
    width: 100%;
    margin: 0 0 20px;
    min-width: 100px;
  }
}

.wpsl-select-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .wpsl-select-wrap {
    margin: 0 0 20px;
  }
}
.wpsl-select-wrap select {
  margin: 0;
  height: 40px;
  padding: 10px;
}

#wpsl-search-btn, #wpsl-search-wrap input {
  height: 40px;
}

.wpsl-email {
  word-break: break-word;
}

.social-links {
  margin: 10px 0 20px;
}
.social-links a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.social-links a.wpsl-facebook {
  background-image: url(assets/img/facebook-grey.svg);
}
.social-links a.wpsl-twitter {
  background-image: url(assets/img/twitter-grey.svg);
}
.social-links a.wpsl-web {
  background-image: url(assets/img/web-grey.svg);
}
.social-links span {
  display: none;
}

.wpsl-back {
  display: inline-block;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.6s;
  margin: 0 0 20px;
  color: #fff;
  padding: 10px 10px 7px;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  background: var(--wp--preset--color--primary);
}
.wpsl-back:hover {
  background: #333;
  color: #fff;
}

.wpsl-direction-after {
  font-size: 1.1rem;
}

.wpsl-direction-index {
  width: 24px;
  height: 24px;
  margin: -10px 10px 0 -10px;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  line-height: 24px;
  font-size: 1.2rem;
  padding: 1px 0 0;
}

.wpsl-total-distance {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.align-right {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */

.single-book .book-purchasing {
  display: block;
}
.single-book .book-purchasing .ww-single-add-to-cart {
  margin-top: 20px;
}
.single-book .book-purchasing .ww-single-add-to-cart form.cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.single-book .book-purchasing .ww-single-add-to-cart .quantity {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .single-book .book-purchasing .ww-single-add-to-cart form.cart {
    justify-content: flex-start;
  }
}

.single-book .book-purchasing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.single-book .book-purchasing .series-price {
  color: var(--wp--preset--color--primary);
}
.single-book .book-purchasing .ww-single-add-to-cart {
  margin-top: 0;
  margin-left: auto;
}
.single-book .book-purchasing .ww-single-add-to-cart form.cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  max-width: 360px;
}
.single-book .book-purchasing .ww-single-add-to-cart form.cart .stock {
  width: 100%;
  text-align: right;
  margin: 0 0 16px;
}
.single-book .book-purchasing .ww-single-add-to-cart form.cart .quantity {
  margin: 0;
}
.single-book .book-purchasing .ww-single-add-to-cart form.cart .quantity .qty {
  min-width: 92px;
  height: 42px;
  border: 2px solid #00b2b5;
  text-align: center;
  padding: 0 8px;
}
.single-book .book-purchasing .ww-single-add-to-cart form.cart .single_add_to_cart_button {
  min-height: 42px;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .single-book .book-purchasing {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-book .book-purchasing .ww-single-add-to-cart {
    margin-left: 0;
    width: 100%;
  }
  .single-book .book-purchasing .ww-single-add-to-cart form.cart {
    justify-content: flex-start;
  }
  .single-book .book-purchasing .ww-single-add-to-cart form.cart .stock {
    text-align: left;
  }
}
/* Tetractys mods */
.stock { text-align:right; }
.single-book .book-purchasing .ww-single-add-to-cart form.cart .quantity {
  margin: 0 5px 0 0;
}
input.input-text.qty.text {
  height: 50px !important;
}
.single-product .book-content {
  margin-top: 2em !important;
}
.single-book .ww-woocommerce-before-single-product-summary .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
}
.book-content .col:first-child {
  text-align: center;
}
.book-purchasing p.price { line-height:0 !important }
.single-product .woocommerce-message  {
  z-index:100 !important;
}
/* End tetractys */
.book-gallery-stack {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.book-gallery-stack .ww-pinterest-save {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 6px;
  background: #e60023;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.book-gallery-stack:hover .ww-pinterest-save {
  opacity: 1;
  visibility: visible;
}
.book-gallery-stack .ww-pinterest-save span {
  display: block;
}
.book-gallery-stack .ww-pinterest-save__icon svg {
  display: block;
  width: 14px;
  height: 14px;
}
.book-gallery-stack .ww-pinterest-save__icon svg * {
  fill: #fff;
}
.book-gallery-stack .ww-pinterest-save__label {
  line-height: 1;
}
.book-gallery-stack .ww-pinterest-save:hover,
.book-gallery-stack .ww-pinterest-save:focus {
  color: #fff;
}

.woocommerce-message a.button.wc-forward {
  background-color: #00b2b5 !important;
  color: #fff !important;
}

.wp-block-quote:before {
  content: "\201C";
  position: absolute;
  color: var(--wp--preset--color--primary);
  font-size: 210px;
  line-height: 1;
  left: 0;
  top: 0;
}

.datefield input {
  width: 50px !important;
  padding: 5px !important;
}

#mc_embed_signup .button {
  background-color: #00b2b5 !important;
  height: 50px !important;
  line-height: 32px !important;
  margin: 0 5px 10px 0 !important;
  padding: 12px !important;
  text-align: center !important;
}