@charset "UTF-8";
/*!
Theme Name: Novely
Theme URI: https://novely.co/
Author: Novely
Author URI: https://novely.co/
Description: Novely is the perfect theme for self-published authors.
Version: 1.1.11
License: GNU General Public License v2 or later
Text Domain: novely
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready, author

Novely is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
# Layout - Full-Width
# Templates
	## Single Books
	## Archive Books
	## Single Series
	## Archive Series
	## Single Author
	## Archive Author
	## Taxonomy Book Genre
	## Content Empty
	## Search
	## 404
# Homepage
# Forms
# Navigation
	## Links
	## Menus
	## Topbar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Pagination
	## Gutenberg
	## Shortcodes
# Plugins
	## WP Zoom Social Icons
	## Gravity Forms
	## Social Warfare
# Media
	## Captions
	## Galleries
#Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
}

body,
input,
select,
optgroup,
textarea {
  font-weight: 400;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  position: relative;
  padding-top: 1px;
  padding-left: 20px;
  margin-left: 20px;
}
blockquote:before {
  content: "“";
  font-size: 6em;
  position: absolute;
  left: -20px;
  top: 5px;
  line-height: 1em;
  color: #f4efec;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fff;
  color: #000;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

mark, ins {
  background: #ccc;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figcaption {
  text-align: center;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  margin: 2em 0;
  transition: 0.2s ease;
  background-color: #fff;
}
.site-header .site-branding {
  text-align: center;
}

#fixed-header .site-description {
  display: none;
}

.wp-custom-logo .site-title {
  display: none;
}

.custom-logo {
  max-width: 400px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #fixed-header > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  #fixed-header .site-title {
    width: 300px;
    margin: 1em 0;
  }
  #fixed-header .site-title a {
    text-decoration: none;
    line-height: 1;
  }

  .logo-middle #fixed-header .site-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .logo-middle .site-branding {
    width: 100%;
  }
  .logo-middle .main-navigation {
    width: auto;
    padding: 0;
  }

  .logo-above #fixed-header .site-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header .site-branding {
    text-align: left;
  }

  #fixed-header.sticky-top {
    background: #fff;
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  #fixed-header.sticky-top .site-title {
    margin: 0;
  }

  #fixed-header > .wrap {
    flex-wrap: nowrap;
    margin: 5px auto;
  }

  .wp-custom-logo img.custom-logo {
    display: block;
    max-width: 400px;
    max-height: 200px;
    height: auto;
    width: auto;
    transition: all 0.5s ease-in-out;
  }

  .wp-custom-logo .sticky-top img.custom-logo,
  .wp-custom-logo .sticky-top .site-title {
    max-height: 50px;
    width: auto;
  }

  .wp-custom-logo.logo-above .sticky-top .site-branding {
    line-height: 0;
  }
  .wp-custom-logo.logo-above .sticky-top .site-branding a {
    vertical-align: bottom;
  }
  .wp-custom-logo.logo-above .sticky-top .site-branding img.custom-logo {
    max-height: 0;
  }

  .logo-above #fixed-header.sticky-top .site-title {
    height: 0;
    margin: 0;
  }
  .logo-above #fixed-header.sticky-top .site-title a {
    font-size: 0;
  }

  .logo-above #fixed-header > .wrap {
    flex-direction: column;
    text-align: center;
  }

  .logo-middle #fixed-header .site-title {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-middle #site-navigation {
    order: 1;
  }
  .logo-middle .site-branding {
    order: 2;
    text-align: center;
  }
  .logo-middle #optional-navigation {
    order: 3;
  }
}
.admin-bar #fixed-header {
  top: 32px;
}

/*--------------------------------------------------------------
# Layout - Full-Width
--------------------------------------------------------------*/
.full-width .wrap {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .full-width .wrap {
    max-width: 960px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .full-width .wrap {
    max-width: 1140px;
  }
}
.full-width .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.full-width .site-main {
  margin: 0;
}
.full-width .site-content aside {
  display: none;
}
.full-width .site-footer {
  clear: both;
  width: 100%;
}

/*--------------------------------------------------------------
# Layout - Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar .site-content aside {
  display: block;
  margin-top: 50px;
}
.blog-sidebar aside ul {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .blog-sidebar .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-sidebar .content-area {
    width: 65%;
    margin: 0;
    margin-right: 5%;
  }
  .blog-sidebar .site-content aside {
    width: 30%;
    margin-left: auto;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-sidebar .content-area {
    width: 70%;
  }
  .blog-sidebar .site-content aside {
    width: 25%;
  }
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Single Books
--------------------------------------------------------------*/
.single-book article {
  position: relative;
  margin: 50px 0;
}
.single-book article .book-cover {
  margin-bottom: 30px;
  max-width: 300px;
  position: relative;
}
.single-book article .preorder-tag {
  position: absolute;
  background: #c5b5aa;
  padding: 10px 15px;
  top: -10px;
  right: -10px;
}
.single-book article .book-details {
  width: 100%;
  background-color: #f4efec;
  padding: 30px;
}
.single-book article .book-title {
  margin: 0;
  line-height: 1;
  text-align: left;
}
.single-book article .entry-meta > div > div {
  margin-top: 5px;
}
.single-book article .entry-meta .book-author {
  margin-top: 15px;
}
.single-book article .entry-meta .book-series {
  margin-top: 15px;
}
.single-book article .entry-meta .book-author + .book-series {
  margin-top: 5px;
}
.single-book article .after-content-meta {
  margin: 15px 0;
}
.single-book article .book-price {
  font-size: 1.6em;
}
.single-book article .entry-content {
  margin: 0;
}
.single-book article .audiobook-stores {
  margin-top: 20px;
}
.single-book article .button {
  width: 100%;
  margin-top: 5px;
}
.single-book article .entry-footer {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-book article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .single-book article .book-cover {
    position: absolute;
    max-width: 250px;
    top: 50px;
    margin-bottom: 0;
  }
  .single-book article .book-cover + .book-details {
    max-width: calc(100% - 150px);
    margin-left: auto;
    padding-left: 130px;
  }
  .single-book article .book-details {
    padding: 50px;
  }
  .single-book article .entry-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
  }
  .single-book article .book-stores {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .single-book article .audiobook-stores {
    margin-top: 20px;
  }
  .single-book article .button {
    width: 47%;
    margin: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .single-book article .book-cover + .book-details {
    max-width: 77%;
  }
  .single-book article .book-cover {
    max-width: 300px;
  }
  .single-book article .button {
    width: 31.6%;
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .single-book article .book-cover + .book-details {
    max-width: 80%;
  }
  .single-book article .button {
    width: 30.6%;
    margin: 5px 10px;
  }
}

@media screen and (min-width: 768px) {
  .single-book.boxset article .book-cover + .book-details {
    max-width: calc(100% - 270px);
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .single-book.boxset article .book-cover + .book-details {
    max-width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .single-book.boxset article .book-cover + .book-details {
    max-width: 70%;
  }
}

/*--------------------------------------------------------------
## Archive Books
--------------------------------------------------------------*/
.post-type-archive-book .site-main {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-book header {
  width: 100%;
}
.post-type-archive-book article {
  margin: 0 0 50px 0;
  width: 100%;
}
.post-type-archive-book article .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.post-type-archive-book article .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.post-type-archive-book article .entry-meta a,
.post-type-archive-book article .book-title a {
  border-color: transparent;
}
.post-type-archive-book article .entry-meta a:hover, .post-type-archive-book article .entry-meta a:focus,
.post-type-archive-book article .book-title a:hover,
.post-type-archive-book article .book-title a:focus {
  border-color: #c5b5aa;
}
.post-type-archive-book article .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .post-type-archive-book article {
    margin: 10px 10px 50px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .post-type-archive-book article {
    width: 48.24%;
  }
  .post-type-archive-book article:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .post-type-archive-book article:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-archive-book article {
    width: 23.43%;
  }
  .post-type-archive-book article:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .post-type-archive-book article:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-book article {
    width: 23.68%;
  }
}
.post-type-archive-book .preorder-tag {
  position: absolute;
  background: #c5b5aa;
  padding: 10px 15px;
  top: -10px;
  right: -10px;
  right: auto;
  left: -10px;
}
@media screen and (min-width: 1024px) {
  .post-type-archive-book .preorder-tag {
    left: auto;
    right: -10px;
  }
}

/*--------------------------------------------------------------
## Single Series
--------------------------------------------------------------*/
.single-book-series article .single-book {
  margin: 0 0 50px 0;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.single-book-series article .single-book .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.single-book-series article .single-book .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.single-book-series article .single-book .entry-meta a,
.single-book-series article .single-book .book-title a {
  border-color: transparent;
}
.single-book-series article .single-book .entry-meta a:hover, .single-book-series article .single-book .entry-meta a:focus,
.single-book-series article .single-book .book-title a:hover,
.single-book-series article .single-book .book-title a:focus {
  border-color: #c5b5aa;
}
.single-book-series article .single-book .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .single-book-series article .single-book {
    margin: 10px 10px 50px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-book-series article .single-book {
    width: 48.24%;
  }
  .single-book-series article .single-book:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .single-book-series article .single-book:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-book-series article .single-book {
    width: 23.43%;
  }
  .single-book-series article .single-book:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .single-book-series article .single-book:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-book-series article .single-book {
    width: 23.68%;
  }
}
.single-book-series article .single-book .book-cover {
  order: 1;
}
.single-book-series article .single-book .entry-meta {
  order: 2;
}
.single-book-series article .single-book .book-title {
  order: 3;
}
.single-book-series article .single-book .book-series {
  position: absolute;
  background: #c5b5aa;
  padding: 10px 15px;
  top: -10px;
  right: -10px;
}
.single-book-series article.contains-description {
  margin: 50px 0;
}
.single-book-series article.contains-description .series-details {
  background-color: #f4efec;
  padding: 30px;
  margin-top: 0;
  margin-bottom: 50px;
}
.single-book-series article.contains-description .series-details .entry-title {
  text-align: left;
}
.single-book-series article.contains-description .series-details .entry-title,
.single-book-series article.contains-description .series-details .entry-content {
  margin: 0;
}
.single-book-series article.contains-description .entry-footer {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-book-series article .series-book {
    display: flex;
    flex-wrap: wrap;
  }
  .single-book-series article.contains-description {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .single-book-series article.contains-description .series-details {
    width: 70%;
    padding: 50px 100px 50px 50px;
  }
  .single-book-series article.contains-description .series-book {
    width: 35%;
    margin-left: -50px;
    margin-top: 50px;
  }
  .single-book-series article.contains-description .series-book .single-book {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .single-book-series article.contains-description .series-book .single-book {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .single-book-series article.contains-description .series-book .single-book {
    width: 47.91%;
  }
  .single-book-series article.contains-description .series-book .single-book:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .single-book-series article.contains-description .series-book .single-book:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .single-book-series article.contains-description .series-book .single-book {
    width: 48.24%;
  }
}
@media screen and (min-width: 768px) {
  .single-book-series article.contains-description .series-book .single-book:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-book-series article.contains-description .series-details {
    width: 54%;
  }
  .single-book-series article.contains-description .series-book {
    width: 50%;
  }
}

/*--------------------------------------------------------------
## Archive Series
--------------------------------------------------------------*/
.post-type-archive-book-series article {
  margin-bottom: 50px;
}
.post-type-archive-book-series article:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-book-series .single-book {
  margin: 0 0 50px 0;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.post-type-archive-book-series .single-book .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.post-type-archive-book-series .single-book .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.post-type-archive-book-series .single-book .entry-meta a,
.post-type-archive-book-series .single-book .book-title a {
  border-color: transparent;
}
.post-type-archive-book-series .single-book .entry-meta a:hover, .post-type-archive-book-series .single-book .entry-meta a:focus,
.post-type-archive-book-series .single-book .book-title a:hover,
.post-type-archive-book-series .single-book .book-title a:focus {
  border-color: #c5b5aa;
}
.post-type-archive-book-series .single-book .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .post-type-archive-book-series .single-book {
    margin: 10px 10px 50px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .post-type-archive-book-series .single-book {
    width: 48.24%;
  }
  .post-type-archive-book-series .single-book:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .post-type-archive-book-series .single-book:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-archive-book-series .single-book {
    width: 23.43%;
  }
  .post-type-archive-book-series .single-book:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .post-type-archive-book-series .single-book:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-book-series .single-book {
    width: 23.68%;
  }
}
.post-type-archive-book-series .single-book .book-cover {
  order: 1;
}
.post-type-archive-book-series .single-book .entry-meta {
  order: 2;
}
.post-type-archive-book-series .single-book .book-title {
  order: 3;
}
.post-type-archive-book-series .single-book .book-series {
  position: absolute;
  background: #c5b5aa;
  padding: 10px 15px;
  top: -10px;
  right: -10px;
}
.post-type-archive-book-series .entry-content {
  margin-top: 0;
}
.post-type-archive-book-series .entry-content .series-title {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-type-archive-book-series article .series-book {
    display: flex;
    flex-wrap: wrap;
  }
}

/*--------------------------------------------------------------
## Single Author
--------------------------------------------------------------*/
.single-book-author article {
  margin: 50px 0;
}
.single-book-author .entry-header,
.single-book-author .entry-footer {
  width: 100%;
}
.single-book-author .author-image + .author-info {
  background-color: #f4efec;
  padding: 30px;
  margin-top: 30px;
}
.single-book-author .author-image + .author-info .entry-title {
  margin: 0;
}
.single-book-author .author-books {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.single-book-author .author-books .single-book {
  margin: 0 0 50px 0;
  width: 100%;
}
.single-book-author .author-books .single-book .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.single-book-author .author-books .single-book .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.single-book-author .author-books .single-book .entry-meta a,
.single-book-author .author-books .single-book .book-title a {
  border-color: transparent;
}
.single-book-author .author-books .single-book .entry-meta a:hover, .single-book-author .author-books .single-book .entry-meta a:focus,
.single-book-author .author-books .single-book .book-title a:hover,
.single-book-author .author-books .single-book .book-title a:focus {
  border-color: #c5b5aa;
}
.single-book-author .author-books .single-book .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .single-book-author .author-books .single-book {
    margin: 10px 10px 50px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-book-author .author-books .single-book {
    width: 48.24%;
  }
  .single-book-author .author-books .single-book:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .single-book-author .author-books .single-book:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-book-author .author-books .single-book {
    width: 23.43%;
  }
  .single-book-author .author-books .single-book:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .single-book-author .author-books .single-book:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-book-author .author-books .single-book {
    width: 23.68%;
  }
}
@media screen and (min-width: 768px) {
  .single-book-author article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .single-book-author .author-image img {
    position: relative;
    width: 400px;
    z-index: 99;
    margin-top: 50px;
  }
  .single-book-author .author-image + .author-info {
    width: calc(100% - 350px);
    padding: 50px 50px 50px 100px;
    margin-left: -50px;
    margin-top: 0;
  }
  .single-book-author .author-image + .author-info .entry-title {
    text-align: left;
    margin: 0;
  }
  .single-book-author .author-image + .author-info p:first-child {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
## Archive Author
--------------------------------------------------------------*/
.post-type-archive-book-author .page-header {
  margin-bottom: 50px;
}
.post-type-archive-book-author .entry-content {
  background-color: #f4efec;
  padding: 30px;
}
.post-type-archive-book-author .entry-content .entry-title {
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .post-type-archive-book-author article {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .post-type-archive-book-author article:last-of-type {
    margin-bottom: 0;
  }
  .post-type-archive-book-author .author-image {
    width: 30%;
  }
  .post-type-archive-book-author .entry-content {
    padding: 50px;
  }
  .post-type-archive-book-author .author-image + .entry-content {
    padding-left: 100px;
    width: calc(70% + 50px);
    margin-left: -50px;
    margin-top: 0;
  }
  .post-type-archive-book-author .author-image {
    margin-top: 50px;
    position: relative;
    z-index: 99;
  }
}

/*--------------------------------------------------------------
## Taxonomy Book Genre
--------------------------------------------------------------*/
.tax-book-genre .site-main {
  display: flex;
  flex-wrap: wrap;
}
.tax-book-genre header {
  width: 100%;
}
.tax-book-genre article {
  margin: 0 0 50px 0;
  width: 100%;
}
.tax-book-genre article .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.tax-book-genre article .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.tax-book-genre article .entry-meta a,
.tax-book-genre article .book-title a {
  border-color: transparent;
}
.tax-book-genre article .entry-meta a:hover, .tax-book-genre article .entry-meta a:focus,
.tax-book-genre article .book-title a:hover,
.tax-book-genre article .book-title a:focus {
  border-color: #c5b5aa;
}
.tax-book-genre article .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .tax-book-genre article {
    margin: 10px 10px 50px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tax-book-genre article {
    width: 48.24%;
  }
  .tax-book-genre article:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .tax-book-genre article:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tax-book-genre article {
    width: 23.43%;
  }
  .tax-book-genre article:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .tax-book-genre article:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .tax-book-genre article {
    width: 23.68%;
  }
}

/*--------------------------------------------------------------
## Content Empty
--------------------------------------------------------------*/
.no-results.not-found {
  width: 100%;
  text-align: center;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-results article {
  margin-top: 50px;
  margin-bottom: 50px;
}
.search-results article .post-thumbnail {
  border: 0;
}
.search-results article img {
  width: 350px;
  padding-right: 50px;
}
.search-results article .search-content {
  width: 100%;
}
.search-results .entry-title {
  text-align: left;
}

#search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  margin: auto;
}

#searchsubmit {
  background: transparent !important;
  color: #000;
  border: 0;
  padding: 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .search-results article {
    display: flex;
  }
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .page-content {
  text-align: center;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home .section {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .home .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
## Featured Book
--------------------------------------------------------------*/
.home .featured-book {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw !important;
  background: #f4efec;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home .featured-book .book-cover {
  position: relative;
  max-width: 300px;
}
.home .featured-book .book-cover a {
  border: 0;
}
.home .featured-book .entry-meta .book-author {
  margin-top: 15px;
}
.home .featured-book .entry-meta .book-series {
  margin-top: 15px;
}
.home .featured-book .entry-meta .book-author + .book-series {
  margin-top: 5px;
}
.home .featured-book .preorder-tag {
  position: absolute;
  background: #c5b5aa;
  padding: 10px 15px;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .home .featured-book {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 200px;
  }
  .home .featured-book.first-section {
    margin-top: 150px;
  }
  .home .featured-book .single-book {
    display: flex;
    align-items: center;
    padding: 50px 0;
  }
  .home .featured-book .single-book .book-cover {
    width: 300px;
    margin-top: -150px;
  }
  .home .featured-book .single-book .book-info {
    width: calc(100% - 350px);
    margin-left: auto;
  }
  .home .featured-book .single-book .book-info h2 {
    margin: 0;
  }
  .home .featured-book .cover-right .book-cover {
    order: 2;
  }
  .home .featured-book .cover-right .book-info {
    margin-left: 0;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Book Gallery
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .home .book-gallery {
    display: flex;
    flex-wrap: wrap;
  }
}
.home .book-gallery.first-section {
  margin-top: 0;
}
.home .book-gallery .single-book {
  margin: 0 0 50px 0;
  width: 100%;
}
.home .book-gallery .single-book .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.home .book-gallery .single-book .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.home .book-gallery .single-book .entry-meta a,
.home .book-gallery .single-book .book-title a {
  border-color: transparent;
}
.home .book-gallery .single-book .entry-meta a:hover, .home .book-gallery .single-book .entry-meta a:focus,
.home .book-gallery .single-book .book-title a:hover,
.home .book-gallery .single-book .book-title a:focus {
  border-color: #c5b5aa;
}
.home .book-gallery .single-book .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home .book-gallery .single-book {
    margin: 10px 10px 50px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home .book-gallery .single-book {
    width: 48.24%;
  }
  .home .book-gallery .single-book:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .home .book-gallery .single-book:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home .book-gallery .single-book {
    width: 23.43%;
  }
  .home .book-gallery .single-book:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .home .book-gallery .single-book:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .book-gallery .single-book {
    width: 23.68%;
  }
}
.home .book-gallery .find-more-button {
  width: 100%;
  text-align: center;
}
.home .book-gallery .preorder-tag {
  position: absolute;
  background: #c5b5aa;
  padding: 10px 15px;
  top: -10px;
  right: -10px;
  right: auto;
  left: -10px;
}
@media screen and (min-width: 1024px) {
  .home .book-gallery .preorder-tag {
    left: auto;
    right: -10px;
  }
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
.home .newsletter-signup {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw !important;
  background: #c5b5aa;
  padding: 50px 0;
}
.home .newsletter-signup .wrap {
  display: flex;
  flex-direction: column;
}
.home .newsletter-signup .newsletter-image {
  order: -1;
  margin-bottom: 20px;
  max-width: 300px;
}
.home .newsletter-signup h2 {
  margin-top: 0;
}
.home .newsletter-signup input:focus {
  border-color: #000;
}
.home .newsletter-signup a {
  border-color: #000;
}
@media screen and (min-width: 768px) {
  .home .newsletter-signup {
    margin-top: 200px;
  }
  .home .newsletter-signup.first-section {
    margin-top: 150px;
  }
  .home .newsletter-signup .wrap {
    flex-direction: row;
    align-items: center;
  }
  .home .newsletter-signup .form-content {
    width: 100%;
  }
  .home .newsletter-signup .newsletter-image {
    order: initial;
    margin-top: -150px;
    margin-left: 50px;
    margin-bottom: 0;
    max-width: initial;
  }
  .home .newsletter-signup.image-left .newsletter-image {
    order: -1;
    margin-left: 0;
    margin-right: 50px;
  }
  .home .newsletter-signup input[type="text"],
  .home .newsletter-signup input[type="email"] {
    min-width: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .home .newsletter-signup input[type="text"],
  .home .newsletter-signup input[type="email"] {
    min-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .home .newsletter-signup input[type="text"],
  .home .newsletter-signup input[type="email"] {
    min-width: 300px;
  }
}

/*--------------------------------------------------------------
## About Author
--------------------------------------------------------------*/
.home .about-author.section .author-info h2 {
  margin-top: 10px;
}
.home .about-author.section .author-image {
  max-width: 300px;
}
.home .about-author.section .find-more-button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home .about-author.section {
    display: flex;
    flex-wrap: wrap;
  }
  .home .about-author.section .author-image + .author-info {
    width: calc(100% - 300px);
    padding-left: 50px;
  }
  .home .about-author.section .author-image + .author-info h2 {
    margin-top: 0;
  }
  .home .about-author.section .author-image {
    width: 300px;
    max-width: initial;
  }
  .home .about-author.section.image-right .author-image {
    order: 1;
  }
  .home .about-author.section.image-right .author-info {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .home .about-author.section .author-image + .author-info {
    width: calc(100% - 400px);
  }
  .home .about-author.section .author-image {
    width: 400px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-main .wp-block-button .wp-block-button__link,
.site-main .wp-block-file a.wp-block-file__button {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
}
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.site-main .wp-block-button .wp-block-button__link:hover,
.site-main .wp-block-button .wp-block-button__link:active,
.site-main .wp-block-button .wp-block-button__link:focus,
.site-main .wp-block-file a.wp-block-file__button:hover,
.site-main .wp-block-file a.wp-block-file__button:active,
.site-main .wp-block-file a.wp-block-file__button:focus {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

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,
select {
  color: #000;
  border: 1px solid #000;
  padding: 9px;
  vertical-align: top;
  width: 100%;
  background: transparent;
}
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,
select:focus {
  outline: 0;
  border-color: #c5b5aa;
}
@media screen and (min-width: 768px) {
  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,
  select {
    min-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  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,
  select {
    min-width: 300px;
  }
}

input[type="submit"] {
  cursor: pointer;
}

textarea {
  width: 100%;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-style: italic;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  font-style: italic;
}

::placeholder {
  color: #000;
  font-style: italic;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #c5b5aa;
  transition: 0.2s ease;
}
a:hover, a:focus, a:active {
  color: #000;
  border-color: #000;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

.site-title a,
a.custom-logo-link,
a.zoom-social_icons-list__link,
a.sbi_photo,
a.post-thumbnail,
.entry-title a {
  border: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  padding: 0 15px 0;
  width: 100%;
  transition: 0.2s ease;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.main-navigation ul ul li {
  padding: 20px 0 20px 10px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  border-color: #fff;
  width: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  padding: 25px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-bottom: 1px solid #c5b5aa;
}
.main-navigation a {
  display: block;
  border-bottom: 1px solid #fff;
  transition: 0.2s ease;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-color: #c5b5aa;
}
.main-navigation button.sub-menu-toggle {
  font-family: Dashicons;
  margin-left: auto;
  padding: 0;
  border: 0;
  font-size: 18px;
  background-color: #c5b5aa;
}
.main-navigation.toggled .sub-menu {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-navigation ul ul {
    width: auto;
    margin-top: 0;
    background-color: #f4efec;
    box-shadow: 0 5px 5px rgba(12, 12, 12, 0.1);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li {
    padding: 15px 20px;
    width: 240px;
  }
  .main-navigation ul ul a {
    border-color: #f4efec;
    width: 240px;
  }
  .main-navigation ul > .menu-item-has-children > a:after {
    content: "\f140";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: text-bottom;
  }
  .main-navigation ul .sub-menu .menu-item-has-children > a:after {
    content: "\f139";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: text-bottom;
  }
  .main-navigation li {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation {
    width: auto;
    margin-left: auto;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
  }

  .logo-above .main-navigation {
    margin-left: 0;
  }
  .logo-above .main-navigation ul {
    justify-content: center;
  }
  .logo-above .main-navigation ul ul {
    text-align: left;
  }

  .logo-middle .main-navigation {
    width: 100%;
    padding: 0 10px;
  }

  .logo-middle .right-navigation ul {
    justify-content: flex-start;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Topbar
--------------------------------------------------------------*/
.topbar {
  background: #c5b5aa;
  padding: 5px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .topbar {
    flex-direction: row;
    justify-content: space-between;
  }
}
.topbar .widget {
  margin: 0;
}
.topbar .zoom-social-icons-widget {
  margin-top: 8px;
}
.topbar .widget_search form {
  display: flex;
}
.topbar .widget_search input[type="search"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
  font-size: 0.8em;
  min-width: 150px;
  text-align: right;
}
.topbar .widget_search button {
  background: transparent;
  padding: 0;
  border: 0;
  margin-left: 5px;
}
.topbar .widget_search button .dashicons {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #CCCCCC;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 50px;
  list-style-type: none;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  margin: 10px 0 0;
}

#secondary .gform_widget {
  padding: 25px;
}
#secondary .gform_widget li {
  padding: 0;
  margin: 0;
}
#secondary .gform_widget input {
  min-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body,
html {
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.site-content {
  margin-bottom: 50px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-title,
.entry-title {
  text-align: center;
}

.single-post .page-title,
.single-post .entry-title,
.blog .page-title,
.blog .entry-title {
  text-align: left;
  margin-bottom: 5px;
}

.post-thumbnail img {
  margin-top: 15px;
}

.hide-title .entry-title {
  display: none;
}

.entry-meta > span {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .entry-meta > span {
    display: inline;
  }
  .entry-meta > span.byline, .entry-meta > span.tags-links {
    margin-left: 20px;
  }
}

.blog .entry-content {
  margin-top: 0;
}
.blog article:not(:first-of-type) {
  margin-top: 50px;
}

.read-more-tag {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .site-content {
    margin-bottom: 150px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comment-list .avatar {
  border-radius: 50%;
  float: left;
  margin: 0 16px 24px 0;
}
.comment-list article {
  margin-bottom: 50px;
}
.comment-list .button {
  padding: 8px 15px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-nav {
  width: 100%;
  margin-top: 30px;
}
.pagination-nav > ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.pagination-nav > ul li {
  padding: 5px;
}
.pagination-nav > ul li a {
  padding: 10px 15px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.pagination-nav > ul li.active a,
.pagination-nav > ul li a:hover,
.pagination-nav > ul li a:focus {
  background-color: transparent;
  color: #000;
}

/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
/* Drop Caps
---------------------------------------------------------------------------- */
.site-main p.has-drop-cap:not(:focus)::first-letter {
  margin: 0.02em 0.08em 0 -0.08em;
  font-size: 4em;
}

.site-main p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.site-main p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
  margin-right: 0.01em;
}

/* Background Color
---------------------------------------------------------------------------- */
.site-main p.has-background {
  padding: 25px 30px;
}

.site-main p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-main p.has-text-color a,
.site-main p.has-background a {
  color: inherit;
}

.site-main p.has-background a:focus,
.site-main p.has-background a:hover,
.site-main p.has-text-color a:focus,
.site-main p.has-text-color a:hover {
  color: inherit;
  text-decoration: none;
}

.site-main p.has-background.light-text a {
  color: #fff;
}

/* Alignment
---------------------------------------------------------------------------- */
.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
  margin-right: 2em;
}

.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
  margin-left: 2em;
}

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
  margin-bottom: 30px;
}

.full-width .site-main .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw !important;
}

/* Columns
---------------------------------------------------------------------------- */
.site-main .wp-block-columns {
  margin-bottom: 30px;
}

.site-main .wp-block-columns.alignfull {
  padding: 0 30px;
}

/* Cover Image
---------------------------------------------------------------------------- */
.site-main .wp-block-cover-image .wp-block-cover__inner-container,
.site-main .wp-block-cover .wp-block-cover__inner-container {
  width: 90%;
}

@media only screen and (min-width: 1024px) {
  .site-main .wp-block-cover-image .wp-block-cover__inner-container,
  .site-main .wp-block-cover .wp-block-cover__inner-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-main .wp-block-cover-image .wp-block-cover__inner-container,
  .site-main .wp-block-cover .wp-block-cover__inner-container {
    width: 1140px;
  }
}
/* Group Containers
---------------------------------------------------------------------------- */
.site-main .wp-block-group.has-background {
  padding: 1em;
}

.site-main .wp-block-group.has-background .wp-block-group__inner-container {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1024px) {
  .site-main .wp-block-group.has-background .wp-block-group__inner-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-main .wp-block-group.has-background {
    padding: 2em;
  }

  .site-main .wp-block-group.has-background .wp-block-group__inner-container {
    width: 1140px;
  }
}
/* Buttons
---------------------------------------------------------------------------- */
.wp-block-file a.wp-block-file__button {
  padding: 10px 15px;
}

/* Blockquotes and captions
---------------------------------------------------------------------------- */
.wp-block-pullquote.alignleft {
  margin: 0 2em 1.5em 0;
}

.wp-block-pullquote.alignright {
  margin: 0 0 1.5em 2em;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 0 30px;
  margin-left: 30px;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
  font-size: 10em;
  left: -30px;
  top: -30px;
}

.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}
.wp-block-pullquote blockquote:before {
  content: "";
}

.site-main .wp-block-pullquote p,
.site-main .wp-block-quote p {
  font-style: italic;
  line-height: 1.8;
}

.site-main .wp-block-pullquote p,
.site-main .wp-block-quote.is-style-large p {
  font-size: 32px;
}

.site-main .wp-block-pullquote cite,
.site-main .wp-block-quote cite {
  display: block;
  font-weight: 700;
  font-style: italic;
  margin-top: -25px;
  text-align: inherit;
  text-transform: none;
}

.site-main .wp-block-pullquote cite {
  text-align: center;
}

.site-main .wp-block-audio figcaption,
.site-main .wp-block-embed figcaption,
.site-main .wp-block-image figcaption {
  color: #666;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* Category Block
---------------------------------------------------------------------------- */
.site-main .wp-block-categories,
.site-main .wp-block-categories ol,
.site-main .wp-block-categories ul {
  margin-left: 0;
  padding-left: 0;
}

.site-main .wp-block-categories li {
  list-style-type: none;
}

.site-main .wp-block-categories.aligncenter {
  text-align: center;
}

.site-main .wp-block-categories-list.alignfull {
  padding: 0 30px;
}

/* Latest Posts Block
---------------------------------------------------------------------------- */
.site-main .wp-block-latest-posts {
  clear: both;
  margin-left: 0;
  padding-left: 0;
}

.site-main .wp-block-latest-posts li {
  list-style-type: none;
}

.site-main .wp-block-latest-posts.aligncenter {
  text-align: center;
}

.site-main .wp-block-latest-posts.alignfull {
  padding: 0 30px;
}

/* Search Block
---------------------------------------------------------------------------- */
.wp-block-search {
  flex-wrap: wrap;
  margin: 20px 0;
}

.wp-block-search .wp-block-search__input {
  width: auto;
}

/* Image Block
---------------------------------------------------------------------------- */
.wp-block-image a {
  border: 0;
}

/* Other Blocks
---------------------------------------------------------------------------- */
.wp-block-preformatted,
.wp-block-verse {
  font-size: 16px;
}

.wp-block-preformatted {
  white-space: pre-wrap;
}

hr.wp-block-separator {
  border: none;
  border-top: 1px solid #eee;
  margin: 1.65em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-audio audio {
  display: inline-block;
  width: 100%;
}

.site-main .wp-block-gallery {
  padding-left: 0;
}

.entry-content ul.blocks-gallery-grid,
.entry-content ul.wp-block-gallery {
  padding-left: 0;
}

.full-width-content .site-main .wp-block-table.alignfull {
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile figure {
    margin-bottom: 20px;
  }
}
/* Recent Posts
---------------------------------------------------------------------------- */
.wp-block-latest-posts .read-more-button {
  margin-top: 10px;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 781px) {
  .has-3-columns .wp-block-column,
  .has-5-columns .wp-block-column {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .full-width .site-main .alignwide {
    margin-left: -25px;
    margin-right: -25px;
    max-width: calc(100% + 50px);
    /* 200 equals sum of left and right margin */
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .full-width .site-main .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: calc(100% + 100px);
    /* 200 equals sum of left and right margin */
    width: auto;
  }
}
/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Single Book Shortcode
--------------------------------------------------------------*/
.single-book-shortcode {
  margin: 0 0 50px 0;
  width: 100%;
}
.single-book-shortcode .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.single-book-shortcode .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.single-book-shortcode .entry-meta a,
.single-book-shortcode .book-title a {
  border-color: transparent;
}
.single-book-shortcode .entry-meta a:hover, .single-book-shortcode .entry-meta a:focus,
.single-book-shortcode .book-title a:hover,
.single-book-shortcode .book-title a:focus {
  border-color: #c5b5aa;
}
.single-book-shortcode .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .single-book-shortcode {
    margin: 10px 10px 50px 10px;
  }
}

/*--------------------------------------------------------------
## Single Series Shortcode
--------------------------------------------------------------*/
.single-series-shortcode .single-book {
  margin: 0 0 50px 0;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.single-series-shortcode .single-book .book-cover {
  position: relative;
  margin-bottom: 10px;
}
.single-series-shortcode .single-book .book-cover img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
}
.single-series-shortcode .single-book .entry-meta a,
.single-series-shortcode .single-book .book-title a {
  border-color: transparent;
}
.single-series-shortcode .single-book .entry-meta a:hover, .single-series-shortcode .single-book .entry-meta a:focus,
.single-series-shortcode .single-book .book-title a:hover,
.single-series-shortcode .single-book .book-title a:focus {
  border-color: #c5b5aa;
}
.single-series-shortcode .single-book .book-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .single-series-shortcode .single-book {
    margin: 10px 10px 50px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-series-shortcode .single-book {
    width: 48.24%;
  }
  .single-series-shortcode .single-book:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .single-series-shortcode .single-book:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-series-shortcode .single-book {
    width: 23.43%;
  }
  .single-series-shortcode .single-book:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .single-series-shortcode .single-book:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-series-shortcode .single-book {
    width: 23.68%;
  }
}
.single-series-shortcode .single-book .book-cover {
  order: 1;
}
.single-series-shortcode .single-book .entry-meta {
  order: 2;
}
.single-series-shortcode .single-book .book-title {
  order: 3;
}
.single-series-shortcode .single-book .book-series {
  position: absolute;
  background: #c5b5aa;
  padding: 10px 15px;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .single-series-shortcode {
    display: flex;
    flex-wrap: wrap;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WP Zoom Social Icons
--------------------------------------------------------------*/
.wp-block-wpzoom-blocks-social-icons {
  max-width: 100%;
}
.wp-block-wpzoom-blocks-social-icons a.social-icon-link {
  border: 0;
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/
body .gform_wrapper form.gf_simple_horizontal {
  width: 100%;
}

body .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
  vertical-align: bottom;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 9px;
  letter-spacing: inherit;
}

body .gform_wrapper textarea {
  letter-spacing: inherit;
}

body .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-style: italic;
}

body .gform_wrapper .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-style: italic;
}

body .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-style: italic;
}

body .gform_wrapper .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-style: italic;
}

/*--------------------------------------------------------------
## Social Warfare
--------------------------------------------------------------*/
.swp_social_panel a {
  border: 0;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* 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;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f4efec;
}
.site-footer > .wrap {
  margin: 50px auto;
}
.site-footer .site-info {
  margin: 1em;
  text-align: right;
}

.footer-instagram .widget {
  margin: 0;
}

.footer-widgets .gform_widget {
  background-color: #c5b5aa;
  padding: 50px;
  position: relative;
}
.footer-widgets .gform_widget h2 {
  margin-top: 0;
}
.footer-widgets .gform_widget .gform_heading {
  margin-bottom: 20px;
}
.footer-widgets .gform_widget input:focus {
  border-color: #000;
}
.footer-widgets .gform_widget a {
  border-color: #000;
}
.footer-widgets .footer-2 .widget_text {
  background-color: #c5b5aa;
  padding: 50px;
  position: relative;
}
.footer-widgets .footer-2 .widget_text h2 {
  margin-top: 0;
}
.footer-widgets .widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer-widgets .widget_nav_menu ul > li {
  margin-right: 5px;
}
.footer-widgets .widget_nav_menu ul > li:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
.footer-widgets .widget_nav_menu ul > li:first-child:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .footer-widgets {
    display: flex;
    justify-content: space-between;
  }
  .footer-widgets .footer-1,
  .footer-widgets .footer-2 {
    width: 100%;
    max-width: 47%;
  }
  .footer-widgets .gform_widget,
  .footer-widgets .footer-2 .widget_text {
    margin-top: -90px;
  }
}

/*# sourceMappingURL=style.css.map */
