Theme Name: Katherine Paterson
/*!
Author: Thrive Creative Group, LLC
Author URI: https://thinkthrive.com/
Description: This is a custom theme designed and developed by Thrive Creative Group, LLC for Katherine Paterson, WordPress - v 5.8.1
Version: 1.0.0
Requires PHP: 5.6
Text Domain: kpaterson
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Header
	- Navigation
	- Posts and pages
	- Homepage
	- Footer
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}

/**
 * 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;
	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;
	text-decoration: underline dotted;
}

/**
 * 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;
	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 {
	color: #4A374A;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: 'montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'vollkorn', serif;
	color: #4A374A;
	margin: 0.5em 0;
	line-height: 1.15;
}

h1 {
	font-size: 60px;
	margin: 0.25em 0;
}

h2 {
	font-size: 52px;
	margin: 0.25em 0;
}

h3 {
	font-size: 48px;
	margin: 0.25em 0;
}

h4 {
	font-size: 30px;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
}

h5 {
	font-size: 18px;
	text-transform: uppercase;
}

h6 {
	font-size: 20px;
	/* text-transform: uppercase; */
}

.font-weight-normal {
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
	font-size: 20px;
	line-height: 1.5;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	/* margin: 0 1.5em; */
	margin: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	color: #056d7e;
}

blockquote p {
	margin-bottom: 0.5em;
	font-family: 'Times New Roman', Times, serif;
	font-size: 40px !important;
	font-weight: 700;
	font-style: italic;
	color: #056d7e;
	line-height: 1.15 !important;
}

blockquote cite {
	font-family: 'Times New Roman', Times, serif;
	font-style: normal;
}

.wp-block-pullquote {
	padding: 25px 1em 50px !important;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.has-drop-cap:not(:focus):first-letter {
	padding-bottom: .1em;
	font-size: 5.5em;
	font-family: 'vollkorn', serif;
}

.vollkorn,
.vollkorn > * {
	font-family: 'vollkorn', serif;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

figcaption {
	margin: -10px 0 0 !important;
	padding: 1em;
	color: #FFF;
	background-color: #2d9c48;
	text-align: right;
	font-style: italic;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	/* color: #4A374A; */
	color: #25ADCC;
	text-decoration: none;
	font-weight: 400;
	transition: color 0.3s;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #E5B148;
	/* text-decoration: underline; */
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.button,
.wp-block-button__link {
	display: inline-block;
	padding: 0.5em 1.5em;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #4A374A !important;
	background-color: #E5B148;
	text-decoration: none;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.ghost,
.wp-block-button.is-style-outline .wp-block-button__link {
	color: #52ae26;
	border: 2px solid #52ae26;
	background-color: transparent;
}

.button:hover,
.wp-block-button__link:hover {
	color: #FFF !important;
	background-color: #4A374A !important;
	/* border-color: #00aa89; */
}

.ghost:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #00aa89 !important;
	background-color: transparent !important;
	border-color: #00aa89;
}

.site-header-fixed .cta-container .cta .button:hover {
	border-color: #00aa89;
}

.search-button {
	width: 36px;
	height: 36px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
    padding: 0.75em 1.5em;
    font-weight: 500;
    color: #FFF;
    background-color: #E5B148;
    border: 3px solid #E5B148;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #FFF !important;
	background-color: #4A374A !important;
	border-color: #4A374A;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #00aa89;
}

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: #4A374A;
	border: 3px solid #4A374A;
	padding: 0.75em 1.5em;
}

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: #4A374A;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site {
	position: relative;
}

.site-header {
	/* position: absolute;
	top: 0;
	left: 0;
	z-index: 9999; */
	width: 100%;
	padding: 15px 0;
	background-image: url(images/wall.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.site-header-fixed {
	position: fixed !important;
	background: #FFF !important;
	background-color: #FFF;
	box-shadow: 0 3px 3px rgb(0 0 0 / 20%) !important;
}

.site-header-fixed .cta .button.ghost {
	color: #0054a4;
	border-color: #0054a4;
}

.site-header .search-container {
	width: 100%;
	max-height: 0;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(107, 144, 192, 0.95);
	transition: max-height 0.3s, opacity 0.3s;
}

.show-search-container {
	max-height: 150px !important;
	opacity: 1 !important;
}

.site-header .search-container .close-x {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 999;
	color: #FFF;
	font-size: 30px;
	cursor: pointer;
}

.site-header > .page-wrap {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.custom-logo-link {
	/* width: 360px;
	height: 85px; */
	max-width: 540px;
	max-height: 75px;
}

.logo-bg {
	background-image: url(images/logo-color.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.custom-logo-link img {
	/* max-width: 260px; */
	max-width: 540px;
	max-height: 75px;
}

.display-none {
	display: none;
}

.cta-container {
	/* margin-bottom: 25px; */
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.social {
	/* width: 275px; */
	width: 175px;
	height: 80px;
	margin-right: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.cta-container .cta .button.ghost {
	margin-right: 15px;
}

.cta .button.ghost {
	color: #FFF;
	border-color: #FFF;
}

.cta .button.ghost:hover {
	color: #ffc426;
	border-color: #ffc426;
}

.cta-container .cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cta-container .cta .search-button {
	margin-left: 15px;
}

.icon-link {
	width: 40px;
	height: 40px;
	padding: 0 !important;
}

.email-icon {
	width: 53px;
}

.icon-link:hover svg .st0 {
	transition: fill 0.3s;
}

.icon-link:hover svg .st0 {
	fill: #E5B148;
}

/* .facebook-icon {
	background-image: url('images/facebook-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.instagram-icon {
	background-image: url('images/instagram-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.goodreads-icon {
	background-image: url('images/goodreads-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.email-icon {
	width: 55px;
	background-image: url('images/email-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
} */

@media screen and (max-width: 1249px) {
	.site-header {
		padding-top: 0;
		padding-bottom: 0;
	}

	.site-header > .page-wrap {
		position: relative;
		align-items: center;
	}

	/* .site-header > .page-wrap .site-branding {
		order: 2;
		display: flex;
		justify-content: center;
	} */

	.cta-container {
		margin-bottom: 0;
	}

	.site-header .site-branding,
	.site-header .cta-container {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.custom-logo-link img {
		max-width: 200px;
	}

	.site-header > .page-wrap .social-cta {
		order: 1;
		width: 100%;
	}

	.menu-main-menu-container {
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		width: 100vw;
		background-color: #FFF;
	}

	.main-navigation.toggled .menu-main-menu-container {
		z-index: 999;
		/* padding-top: 25px; */
		box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	}

	.main-navigation.toggled .menu-main-menu-container::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 3px;
    	/* background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3)); */
	}

	.site-header > .page-wrap .main-navigation {
		order: 3;
		/* width: 100%; */
		width: auto;
	}

	.social-cta .social {
		width: 150px;
	}

	.social-cta .cta .button {
		padding: 0.25em 0.75em;
	}
}

@media screen and (max-width: 500px) {
	.site-header > .page-wrap .social-cta {
		flex-wrap: wrap;
		justify-content: center;
	}

	.social-cta .social {
		width: 50%;
		margin-right: 0;
	}

	.social-cta .cta {
		width: 100%;
		margin-top: 25px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/* width: calc(100% - 225px); */
	width: 100%;
	align-self: flex-end !important;
	margin-left: auto;
}

.main-navigation ul {
	position: relative;
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	/* background-color: #FFF; */
	/* border-radius: 30px; */
}

.main-navigation.toggled ul {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #4A374A;
}

/* .main-navigation ul#primary-menu > li:not(:last-of-type) {
	border-right: 2px solid #c5da87;
} */

.main-navigation ul a {
	font-size: 23px;
	font-weight: 500;
	transition: color 0.3s;
}

.main-navigation.toggled ul a {
	color: #FFF;
}

.main-navigation.toggled ul.sub-menu a {
	color: #4A374A;
}

.main-navigation ul a:hover {
	color: #E5B148;
}

.main-navigation ul#primary-menu > li,
.main-navigation ul#primary-menu li.menu-item-has-children {
	position: relative;
}

.main-navigation ul#primary-menu > li > a {
	padding-top: 0;
	padding-bottom: 0;
}

/* .site-header-fixed .main-navigation ul#primary-menu > li > a {
	color: #0054a4;
}

.site-header-fixed .main-navigation ul#primary-menu > li > a:hover {
	color: #52ae26;
} */

.main-navigation ul li.menu-item-has-children a {
	position: relative;
}

.main-navigation #primary-menu > li.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: url(images/down-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	/* left: auto; */
	z-index: 99999;
	/* width: 100%; */
	min-width: 200px;
	padding: 0.5em 0;
	background-color: #F4EAE4;
	/* background-image: url(images/wall.jpg);
	background-repeat: no-repeat;
	background-size: 1280px 500px;
	background-position: center center; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	/* border-radius: 5px; */
	/* min-height: 400px; */
}

.main-navigation.toggled ul ul {
	display: block;
	padding: 5px;
}

.main-navigation.toggle ul ul {
	left: auto;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
}

.main-navigation ul ul a {
	width: 300px;
	/* width: 100%; */
	font-size: 18px;
	text-transform: none;
	line-height: 1.15;
	transition: color 0.3s, background-color 0.3s;
}

.main-navigation ul ul a:hover {
	/* color: #FFF; */
	/* background-color: #ebb9c5; */
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation ul ul li {
	width: 100%;
}

/* .main-navigation li {
	position: relative;
} */

.main-navigation a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: #4A374A;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	background-color: transparent;
	border: none;
	font-size: 30px;
}

.main-navigation.toggled ul a {
	text-align: center;
}

.main-navigation.toggled ul li {
	border-top: 1px solid #f3f3f5;
}

.main-navigation.toggled ul li a {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 1.5em;
}

.main-navigation.toggled ul li.menu-item-has-children > a::after {
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 1249px) {
	.main-navigation {
		align-self: center !important;
	}

	.main-navigation .menu-toggle {
		margin-left: auto;
		margin-right: 0;
		padding: 10px 20px;
		color: #4A374A;
		background-color: transparent !important;
		border-color: transparent !important;
	}

	.main-navigation .menu-toggle:hover {
		color: #4A374A !important;
	}

	.menu-main-menu-container {
		background-color: #FFF;
		/* background-image: url(images/wall.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center; */
	}

	.main-navigation .cta-container {
		display: none;
	}

	.main-navigation.toggled .cta-container {
		display: block;
		padding: 25px 0;
		border-bottom: 1px solid #FFF;
	}

	.main-navigation .cta-container .social {
		margin-left: auto;
		margin-right: auto;
	}

	.main-navigation .cta-container .cta {
		justify-content: center;
		flex-wrap: wrap;
	}

	.main-navigation .cta-container .cta .button {
		color: #FFF;
		border-color: #FFF;
	}

	.main-navigation .cta-container .cta .search-button {
		/* width: 90%; */
	}

	.main-navigation.toggled ul li {
		border-top: none;
	}

	/* .main-navigation ul#primary-menu > li {
		border-bottom: 10px solid #ffc426;
	} */

	.main-navigation ul#primary-menu > li:first-of-type,
	.main-navigation ul#primary-menu > li:nth-of-type(2) {
		border: none;
	}

	.main-navigation ul#primary-menu > li > a {
		padding: 0.5em 1.5em;
		text-transform: uppercase;
		font-size: 20px;
	}

	.main-navigation ul li#menu-item-66 ul,
	.main-navigation ul li#menu-item-37565 ul,
	.main-navigation ul li#menu-item-70 ul {
		padding: 0;
		background-image: none;
		background-color: rgba(107, 144, 192, 0.8);
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul {
		min-height: 0;
		float: none;
		position: relative;
		left: auto;
		justify-content: center;
		box-shadow: none;
		background-color: #F4EAE4 !important;
	}

	.main-navigation ul ul li {
		width: auto;
	}

	.main-navigation ul ul a {
		width: auto;
		color: #FFF;
	}

	.main-navigation.toggled ul {
		border-radius: 0;
	}

	.main-navigation.toggled ul.sub-menu li {
		border: none;
	}

	.bio-columns {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.bio-columns .has-pixie-text {
		padding-top: 50px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}

	.has-pixie-text::after {
		right: auto !important;
		left: 75%;
		bottom: 150px !important;
	}
}

@media screen and (min-width: 1250px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}

	.main-navigation ul li:last-of-type a {
		padding-right: 0;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-wrap {
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.page .entry-header,
.blog .page-header,
.archive .page-header,
.search .page-header,
.error404 .entry-header,
.single .entry-header,
.books_post_type .entry-header,
.page-template-page-videos .entry-header {
	position: relative;
	/* height: 375px; */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: #4A374A;
}

.page .entry-title,
.blog .page-title,
.archive .page-title,
.search .page-title,
.error404 .page-title,
.single .entry-title,
.books_post_type .entry-title,
.page-template-page-videos .entry-title {
	position: relative;
	z-index: 2;
	margin: 0.5em 0;
	padding: 0;
	font-size: 70px;
	line-height: 1.15;
	text-align: center;
	color: #F4EAE4;
}

.page .entry-content,
.single .entry-content,
.archive .entry-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.75;
}

.page .entry-content > *,
.archive .entry-content > * {
	max-width: 1280px;
	width: 90%;
}

/* .page .entry-content h2 {
	margin-bottom: 0;
	color: #0054a4;
	text-transform: uppercase;
} */

.blue-bg {
	position: relative;
	z-index: 0;
	background: linear-gradient(to left, rgb(2, 84, 164), rgb(25, 55, 147));
}

.blue-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(images/ca-watermark-small.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	opacity: 0.3;
}

.blue-bg > * {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #FFF;
	line-height: 1.15;
}

.font-size-48 {
	margin: 0.5em 0;
	font-size: 48px;
}

.light-blue-bg {
	max-width: none !important;
	width: 100% !important;
	padding: 50px;
	background-color: rgba(107, 144, 192, 0.8);
}

.light-blue-bg .wp-block-columns {
	margin-bottom: 0;
}

.light-blue-bg > * {
	max-width: 1280px;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.light-blue-bg .column {
	/* width: 50%; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.light-blue-bg .column .container > div:first-of-type {
	width: 40%;
}

.light-blue-bg .column .container > div:last-of-type {
	width: 60%;
}

.light-blue-bg strong {
	font-size: 48px;
	color: #FFF;
	line-height: 1.15;
}

.light-blue-bg .button {
	width: 160px;
	margin: 5px;
}

.gray-bg {
	background-color: #f3f3f5;
}

.full-width {
	max-width: none !important;
	width: 100% !important;
	padding: 50px 0 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.full-width > * {
	max-width: 980px;
	width: 90%;
}

.quick-links-container {
	padding-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.quick-link-box {
	width: 260px;
	height: 200px;
	margin: 5px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quick-links-container a {
	/* padding: 1em; */
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.15;
}

.quick-links-container a:hover {
	color: #ffc426;
}

.site-main .posts-navigation,
.site-main .post-navigation {
	width: 100%;
	margin: 50px 0;
}

.color-black {
	color: #231f20;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	padding: 0.75em 1.5em;
    font-weight: 700;
    color: #FFF;
    background-color: #0054a4;
    border: 3px solid #0054a4;
    border-radius: 10px;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	border-color: #98a1aa;
}

hr.wp-block-separator {
	height: 2px;
    background-color: #0054a4;
	border: none;
}

.blog .site-main > .page-wrap,
.archive .site-main > .page-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.blog .post,
.archive .post {
	position: relative;
	width: 33%;
	/* margin-top: 1.5em; */
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	transition: box-shadow 0.3s;
}

.blog .post:hover,
.archive .post:hover {
	z-index: 1;
    /* -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 50%); */
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

.blog .post:nth-of-type(even),
.archive .post:nth-of-type(even) {
	background-color: #f3f3f5;
}

.blog .post > .page-wrap,
.archive .post > .page-wrap {
	position: relative;
	max-width: 980px;
	padding-bottom: 1.5em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.blog .post:nth-of-type(even) > .page-wrap,
.archive .post:nth-of-type(even) > .page-wrap {
	flex-direction: row-reverse;
}

.blog .post .entry-header,
.archive .post .entry-header {
	width: 100%;
}

.blog .post .entry-title,
.archive .post .entry-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
}

.blog .post .entry-title a,
.archive .post .entry-title a {
	font-size: 20px;
	text-align: center;
}

.post-template-default .image-container {
	margin-top: 50px;
}

.blog .post .image-container,
.archive .post .image-container {
	/* width: 300px; */
	width: 100%;
}

.blog .post .image-container .post-thumbnail,
.archive .post .image-container .post-thumbnail {
	position: relative;
	/* width: 250px;
	height: 225px; */
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog .post .image-container .post-thumbnail .image,
.archive .post .image-container .post-thumbnail .image,
.blog .post .image-container .post-thumbnail img,
.archive .post .image-container .post-thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* width: 100%;
	height: 100%; */
	width: 450px;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

.blog .post .image-container img,
.archive .post .image-container img {
	/* width: 250px;
	height: 225px;
	object-fit: cover; */
	width: 100%;
}

.blog .post .entry-content,
.archive .post .entry-content {
	/* width: calc(100% - 300px); */
	margin-top: 0;
	padding: 1em;
}

.blog .post .image-container,
.archive .post .image-container,
.single .post .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single .post .image-container

/* .blog .post:nth-of-type(even) .image-container {
	display: flex;
	justify-content: flex-end;
} */

.archive .no-results .page-content > .page-wrap,
.search .page-content > .page-wrap {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.error404 .page-title,
.error404 .page-content > .page-wrap,
.search .page-title,
.search .page-content > .page-wrap {
	text-align: center;
	width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.error404 .page-content,
.search .page-content,
.search-results .site-main {
	min-height: 300px;
	padding-bottom: 50px;
}

/* .error404 .error-404 .page-content .page-wrap {
	text-align: center;
} */

.search-results article > .page-wrap {
	border-bottom: 1px solid #98a1aa;
}

.search-results article:last-of-type > .page-wrap {
	border: none;
}

.has-pixie-text {
	position: relative;
}

.has-pixie-text::after {
	content: "";
    position: absolute;
    right: -25px;
    bottom: 75px;
    z-index: 1;
    width: 140px;
    height: 166px;
    background-image: url(images/pixie-text-animated.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.categories-menu {
	padding: 25px 0;
	border-bottom: 1px solid #F4EAE4;
}

.categories-menu > .page-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.categories-menu .category-link {
	margin: 0 0.75em;
	padding: 0.25em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	color: #4A374A;
}

.categories-menu .category-link:hover {
	color: #E5B148;
}

.categories-menu .current {
	font-weight: 700;
	/* text-decoration: underline; */
	color: #E5B148;
	border-bottom: 2px solid #E5B148;
}

.books-container {
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #F4EAE4;
}

.books-container .book-block {
	width: 200px;
	margin: 5px 5px 25px;
}

.books-container .book-image-container {
	height: 325px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.books-container .book-image-container img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	transition: margin-top 0.3s, margin-top 0.3s;
}

.books-container .book-image-container:hover img {
	margin-top: 0;
	margin-bottom: 10px;
}

.books-container .book-title {
	padding-top: 25px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 1.15;
	color: #4A374A;
	transition: color 0.3s;
}

.books-container .book-block a:hover .book-title {
	color: #E5B148
}

.page-id-68 .entry-content > .alignnormal {
	max-width: none !important;
	width: 100% !important;
	padding: 50px 0;
	background-image: url(images/wall.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#metaslider-id-728 {
	max-width: 900px;
    width: 90%;
	padding: 0 25px;
}

hr.wp-block-separator {
	height: 1px;
	background-color: #F4EAE4;
}

.wp-block-button__link {
	border-radius: 0;
}

.bookcarousel-container {
	margin-top: 100px;
	padding: 25px 0;
	background-color: #4A374A;
}

.bookcarousel-container h2,
.bookcarousel-container a {
	color: #EFDCCA;
	text-align: center;
}

.bookcarousel-container h2 {
	margin-bottom: 0.5em;
}

.bookcarousel-container .flexslider .slides img {
	height: 240px;
	width: auto;
}

.bookcarousel-container .flexslider {
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: hidden;
}

.bookcarousel-container .link-container {
	width: 100%;
	margin: 50px 0;
	display: flex;
	justify-content: center;
}

.bookcarousel-container .link-container a {
	font-weight: 400;
}

.flex-direction-nav a {
	height: 50px !important;
}

.single-books_post_type article > .page-wrap {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.single-books_post_type .image-container {
	width: 450px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.single-books_post_type .image-container img {
	width: 450px;
	height: auto;
	margin-bottom: 50px;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
}

.single-books_post_type .entry-content {
	width: calc(100% - 500px);
	margin-top: 0;
	display: block;
}

.text-yellow {
	color: #E5B148;
}

.single-books_post_type .entry-content blockquote {
	margin-bottom: 50px;
}

.single-books_post_type .entry-content blockquote,
.single-books_post_type .entry-content blockquote p,
.single-books_post_type .entry-content blockquote cite {
	font-family: 'montserrat', sans-serif !important;
	font-size: 22px !important;
	font-style: normal;
	font-weight: 400;
	color: #4A374A;
}

.single-books_post_type .entry-content blockquote cite {
	text-transform: uppercase;
}

.buybook-container {
	padding: 50px 1em;
	border: 10px solid #E5B148;
	border-style: double;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 2;
}

.buybook-container .buybook-heading {
	margin-top: 0;
	font-family: 'montserrat', sans-serif;
	font-weight: 500;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
}

.buybook-container .link {
	font-size: 23px;
	font-weight: 400;
	text-transform: uppercase;
	color: #4A374A;
	text-align: center;
}

.buybook-container .link:hover {
	color: #E5B148;
}

/* .single-books_post_type .flex-direction-nav {
	display: none;
} */

.bookcarousel-container .flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bookcarousel-container .carousel li {
    margin-right: 5px;
}

.bookcarousel-container .flex-control-nav {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 127px !important;
    display: block !important;
    opacity: 0.66 !important;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: auto !important;
    width: 100%;
    z-index: 999 !important;
}

.bookcarousel-container .flex-direction-nav {
    display: block !important;
    opacity: 1 !important;
    top: 30% !important;
    width: 100%;
    z-index: 999 !important;
}

.bookcarousel-container .flex-direction-nav a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 8px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 10;
}

.bookcarousel-container .flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
}

.bookcarousel-container .flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.bookcarousel-container .flex-direction-nav .flex-prev {
    left: -50px;
}

.bookcarousel-container .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.search .entry-header {
	margin-top: 25px;
	background-color: transparent;
	align-items: flex-start;
}

.search .entry-header .entry-title {
	margin: 0;
	font-size: 32px;
	text-align: left;
}

.page-id-831 .entry-content {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.page-id-831 .wp-block-button__link {
	width: 300px;
}

.page-id-561 label {
	margin-right: 10px;
	font-size: 18px;
	display: block;
}

.page-id-561 #mc_embed_signup {
	max-width: 700px;
}

.page-id-561 #mc_embed_signup input:not([type="submit"]) {
	background-color: #f4eae4;
	border-width: 1px;
}

.page-id-561 #mc_embed_signup .nl_policy {
	font-size: 20px;
}

.page-id-68 .wp-block-embed__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.playlist-container {
	padding: 50px 0;
}

.playlist-container .playlist-title {
	text-align: center;
}

.playlist-container .vid-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}

.vid-list {
	width: 1344px;
	position: relative;
	top:0;
	left: 0;
}

.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 10px;
}

.thumb {
	overflow:hidden;
	height: 84px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}

.vid-item .desc {
	color: #21A1D2;
	font-size: 15px;
	margin-top:5px;
}

.arrows {
	position:relative;
	width: 100%;
}

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index:100;
	cursor: pointer;
}

/* .postid-768 iframe {
	width: 100%;
} */

.yotu-video-title {
	font-family: 'montserrat', sans-serif;
}

/* Homepage
--------------------------------------------- */
.slider-container {
	position: relative;
}

.metaslider {
	overflow: hidden;
}

.flexslider {
	margin-bottom: 0 !important;
}

.metaslider .caption-wrap {
	z-index: 1;
	background: transparent !important;
	opacity: 1 !important;
	top: 0 !important;
	bottom: 0 !important;
	height: 100%;
	padding-bottom: 50px;
	/* min-height: 300px; */
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.metaslider .caption {
	width: 40%;
	height: 100%;
	margin-left: 5%;
	padding: 5% !important;
	background-color: transparent;
	line-height: 1.15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.metaslider .caption > * {
	color: #FFF !important;
}

.metaslider .caption h3 {
	margin-bottom: 0;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.metaslider .caption h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 48px;
}

.metaslider .caption h2 em {
	font-weight: 400;
}

.metaslider .caption p {
	font-size: 20px;
	line-height: 1.5;
}

.metaslider .caption .button {
	margin-top: 25px;
}

.metaslider .caption .button.ghost {
	/* margin-left: 1em; */
	color: #FFF !important;
	border-color: #FFF !important;
}

.metaslider .caption .button.ghost:hover {
	color: #ffc426 !important;
	border-color: #ffc426 !important;
}

.metaslider .flexslider .flex-direction-nav li a {
	opacity: 1 !important;
	/* width: 30px !important;
	height: 30px !important; */
}

.home .metaslider .flexslider .flex-direction-nav li a.flex-prev {
	top: auto !important;
	bottom: 50px !important;
	z-index: 999 !important;
	background-image: url(images/leftarrowbox.png) !important;
	background-size: contain !important;
}

.home .metaslider .flexslider .flex-direction-nav li a.flex-next {
	top: auto !important;
	bottom: 50px !important;
	z-index: 999 !important;
	background-image: url(images/rightarrowbox.png) !important;
	background-size: contain !important;
}

.home .metaslider .flex-direction-nav .flex-prev {
	left: auto !important;
	right: 78px !important;
}

.home .metaslider .flex-direction-nav .flex-next {
	right: 50px !important;
}

.booksearch-container {
	padding: 50px 0;
	background-color: #4A374A;
}

.booksearch-container > .page-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.booksearch-container span {
	margin-right: 25px;
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
}

.booksearch-container select {
	position: relative;
	/* -webkit-appearance: none;
  	appearance: none; */
	width: 420px;
	padding: 0.5em 1em;
	font-size: 23px;
	border: none;
}

.booksearch-container select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	z-index: 1;
	width: 20px;
	height: 20px;
	background-image: url(images/down-arrow-purple.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.booksearch-container select:first-of-type {
	margin-right: 25px;
}

.about-container {
	padding: 50px 0;
	background-image: url(images/wall.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.about-container > .page-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.about-container .column {
	width: 50%;
	overflow: visible;
}

.about-container .column .heading {
	margin-bottom: 0.25em;
}

.about-container .column .description {
	margin-top: 0;
}

.about-container .column .button {
	text-transform: uppercase;
}

.about-container .column img {
	
	/* width: calc(100% + 50px); */
	margin-left: -50px;
}

.about-container .column:last-of-type {
	position: relative;
}

.about-container .column:last-of-type::after {
	content: "";
	position: absolute;
	right: 25px;
	bottom: 100px;
	z-index: 1;
	width: 140px;
	height: 166px;
	background-image: url(images/pixie-text-animated.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.quote-container {
	padding: 50px 0;
	line-height: 1.15;
	text-align: center;
	color: #FFF;
	background-color: #4A374A;
}

.quote-container .quote {
	margin: 0;
	font-family: 'vollkorn', serif;
	font-style: italic;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.15;
}

.quote-container cite {
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: 'montserrat', sans-serif;
}

.latestrelease-container {
	padding: 50px 0;
}

.latestrelease-container .heading {
	margin: 0;
	text-align: center;
}

.latestrelease-container .image-text-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.latestrelease-container .image-text-container .image-container {
	width: 40%;
}

.latestrelease-container .image-text-container .text-container {
	width: calc(60% - 50px);
	margin-left: 50px;
}

.latestrelease-container .image-text-container .text-container {
	padding-top: 30px;
}

.latestrelease-container .image-text-container .text-container .title {
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.25;
}

.latestrelease-container .image-text-container .text-container .subtitle {
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.15;
}

.latestrelease-container .image-text-container .text-container .description {
	font-size: 22px;
}

.latestrelease-container .buttonlinks-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.latestrelease-container .buttonlinks-container .button {
	margin-right: 25px;
	text-transform: uppercase;
}

.discoverbooks-container {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding: 50px 0;
	background-image: url(images/wall.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* .discoverbooks-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

} */

.discoverbooks-container .page-wrap {
	position: relative;
	padding-bottom: 170px;
	background-image: url(images/shelves.png);
	background-repeat: no-repeat;
	background-size: 100% 59%;
	background-position: center bottom;
	overflow: visible;
}

.discoverbooks-container .heading {
	width: 90%;
	margin: 0 auto 25px;
	text-align: center;
}

.discoverbooks-container .booklinks-container {
	padding: 0 100px;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 80px;
	grid-template-columns: repeat(5, 1fr);
	justify-items: center;
	align-items: end;
}

.discoverbooks-container .booklinks-container .image-link {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-items: flex-end;
	box-shadow: -5px 0 10px 5px rgb(0 0 0 / 20%);
	/* filter: drop-shadow(-5px 0 5px rgb(0 0 0 / 30%)); */
	transition: margin-bottom 0.3s, margin-top 0.3s;
}

.discoverbooks-container .booklinks-container .image-link img {
	width: 210px;
	height: auto;
}

.discoverbooks-container .booklinks-container .image-link:hover {
	margin-top: 0;
	margin-bottom: 10px;
}

.see-all {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 500;
	color: #4A374A;
	text-align: center;
}

.home .video-container {
	padding: 50px 0;
	background-color: #4A374A;
}

.home .video-container > .page-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home .video-container a {
	margin-top: 25px;
	color: #EFDCCA;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 500;
}

.home .video-container a:hover {
	color: #E5B148;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-image: url(images/wall.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.site-footer .logo {
	margin-bottom: 25px;
}

.site-footer .logo img {
	max-width: 350px;
}

.site-footer a:not(.button) {
	color: #808080;
	font-weight: 400;
}

.site-footer a:hover {
	color: #52ae26;
}

.thankyou-social-container {
	position: relative;
	padding: 25px 0;
	background-color: #FFF;
}

.thankyou-social-container > .page-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.thankyou-social-container > .page-wrap::after {
	content: "";
	position: absolute;
	bottom: -125px;
	right: -125px;
	z-index: 1;
	width: 215px;
	height: 300px;
	background-image: url(images/pixie-animated.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.thankyou-social-container h2 {
	margin: 0;
	font-size: 60px;
	line-height: 1.15;
}

.thankyou-social-container p {
	margin: 0;
}

.thankyou-social-container .social {
	margin-right: 0;
}

.site-footer .logo-nav-container {
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.site-footer .logo-nav-container .custom-logo-link {
	margin-bottom: 25px;
}

.site-footer .sitemap {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-top: 2px solid #4A374A;
	border-bottom: 2px solid #4A374A;
}

/* .site-footer .sitemap .menu-sitemap-container {
	display: flex;
	justify-content: center;
	align-items: center;
} */

.site-footer .sitemap .menu {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.site-footer .sitemap .menu li:not(:last-of-type) {
	border-right: 1px solid #4A374A;
}

.site-footer .sitemap .menu a {
	padding: 0 1em;
	font-weight: 400;
	font-size: 20px;
	/* letter-spacing: .1em; */
	color: #4A374A;
}

.site-footer .sitemap .menu a:hover {
	color: #E5B148;
}

.site-info {
	padding: 25px 0;
	color: #4A374A;
	text-align: center;
	font-size: 12px;
}

.site-info > .page-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-info a {
	font-weight: 400;
	color: #4A374A !important;
}

.site-info a:hover {
	text-decoration: underline;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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;
	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: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Media Queries
--------------------------------------------- */
@media screen and (max-width: 1575px) {
	.thankyou-social-container > .page-wrap::after {
		width: 125px;
		height: 175px;
		right: 25px;
		bottom: -85px;
	}
}

@media screen and (max-width: 1375px) {
	.discoverbooks-container .page-wrap {
		padding-bottom: 135px;
		background-size: 100% 59%;
	}

	.discoverbooks-container .page-wrap {
		width: 1000px;
	}

	.booksearch-container {
		padding-top: 25px;
	}

	.booksearch-container > .page-wrap {
		flex-wrap: wrap;
	}

	.booksearch-container span {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
}

@media screen and (max-width: 1330px) {
	.custom-logo-link img {
		max-width: 400px;
	}

	.about-container > .page-wrap  div:first-of-type {
		width: 35%;
		padding-right: 5%;
	}

	.about-container > .page-wrap  div:last-of-type {
		width: 60%;
	}
}

@media screen and (max-width: 1200px) {
	.metaslider .caption {
		width: 60%;
		/* justify-content: flex-end; */
	}

	.site-footer .sitemap .menu a {
		font-size: 16px;
	}

	.about-container > .page-wrap {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: center;
	}

	.about-container > .page-wrap div:first-of-type {
		padding-right: 0;
	}

	.about-container > .page-wrap .column {
		width: 100% !important;
		margin-bottom: 50px;
		text-align: center;
	}

	.about-container > .page-wrap .column img {
		margin-left: 0;
	}

	.about-container .column .heading {
		margin-bottom: 0.5em;
	}

	.about-container .column:last-of-type {
		width: 950px !important;
	}

	.about-container .column:last-of-type::after {
		right: 100px;
		bottom: 150px;
	}

	.page-id-68 .entry-content .bio-columns {
		flex-wrap: wrap;
	}

	.page-id-68 .entry-content .bio-columns .wp-block-column {
		/* width: 100%; */
		flex-basis: 1;
	}
}

@media screen and (max-width: 1100px) {
	.thankyou-social-container > .page-wrap > * {
		text-align: center;
	}
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.custom-logo-link {
		width: auto;
		height: auto;
	}

	.site-branding .custom-logo-link img {
		top: auto;
		bottom: 0;
		transform: none;
	}

	.metaslider .caption h2,
	.our-story-container .heading,
	.meet-our-bankhers-container .heading,
	.on-the-blog-container .section-title,
	.discovery-container .heading,
	.connect-with-us-container .content-wrap .text-wrap .heading {
		font-size: 32px;
	}

	.metaslider .caption-wrap {
		position: relative !important;
		background-color: #4A374A !important;
		/* background-color: rgba(5, 109, 126, 1) !important; */
		border-bottom: 1px solid #FFF;
	}

	.metaslider .caption {
		width: 100% !important;
		margin-left: 0 !important;
		text-align: center;
		align-items: center;
	}

	.booksearch-container > .page-wrap {
		flex-wrap: wrap;
	}

	.booksearch-container span {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}

	.booksearch-container select {
		width: 100%;
		max-width: 600px;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}

	.about-container .column:last-of-type {
		width: 700px !important;
	}

	.about-container .column:last-of-type::after {
		right: 0;
		bottom: 125px;
	}

	.latestrelease-container .image-text-container {
		flex-direction: column;
	}

	.latestrelease-container .image-text-container .image-container,
	.latestrelease-container .image-text-container .text-container {
		width: 100%;
	}

	.latestrelease-container .image-text-container .image-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.latestrelease-container .image-text-container .image-container img {
		max-width: 400px;
	}

	.latestrelease-container .image-text-container .text-container {
		margin-left: 0;
		padding-top: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.discoverbooks-container .page-wrap {
		padding-bottom: 100px;
		background-size: 100% 61%;
	}

	.discoverbooks-container .page-wrap {
		width: 750px;
	}

	.see-all {
		bottom: 15px;
	}

	.latestrelease-container .buttonlinks-container .button {
		margin: 0 10px;
	}

	.latestrelease-container .image-text-container .text-container .description {
		font-size: 20px;
	}

	.site-footer .sitemap .menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.site-footer .sitemap .menu li {
		width: 50%;
		display: flex;
		justify-content: center;
	}

	.site-footer .sitemap .menu li:not(:last-of-type) {
		border: none;
	}

	.site-footer .sitemap .menu a {
		padding: 0.5em 1em;
	}

	/* .page .entry-header,
	.blog .page-header,
	.archive .page-header,
	.search .page-header {
		min-height: 500px;
	} */

	.single-books_post_type article > .page-wrap {
		flex-wrap: wrap;
	}

	.single-books_post_type .image-container {
		max-width: 450px;
		margin-bottom: 50px;
		padding-right: 0;
	}

	.single-books_post_type .entry-content {
		width: 100%;
	}

	.page .entry-title,
	.blog .page-title,
	.archive .page-title,
	.search .page-title,
	.error404 .page-title,
	.single .entry-title,
	.books_post_type .entry-title {
		font-size: 40px;
	}

	.has-pixie-text::after {
		right: auto !important;
		left: 80%;
		bottom: 150px !important;
	}

	.home .metaslider .flex-direction-nav .flex-prev,
	.home .metaslider .flex-direction-nav .flex-next {
		display: none !important;
	}
}

@media screen and (max-width: 860px) {
	.testimonial .thumb-wrap {
		left: 50%;
		transform: translateX(-50%);
		top: -10px;
	}

	.testimonial .text-wrap {
		width: 100%;
		max-width: 500px;
		margin-top: 350px;
		margin-right: auto;
	}

	.has-pixie-text::after {
		right: 0 !important;
		left: auto;
		bottom: 75px !important;
		width: 100px;
	}
}

@media screen and (max-width: 780px) {
	.thankyou-social-container > .page-wrap {
		padding-bottom: 100px;
	}

	.thankyou-social-container > .page-wrap::after {
		right: 50%;
		transform: translateX(50%);
	}
}

@media screen and (max-width: 768px) {
	.about-container .column:last-of-type {
		width: 100% !important;
	}

	.about-container .column:last-of-type::after {
		width: 75px;
		top: 60%;
	}

	.quote-container .quote,
	.latestrelease-container .image-text-container .text-container .title {
		font-size: 35px;
	}

	.latestrelease-container .image-text-container .text-container .subtitle {
		font-size: 25px;
	}

	.discoverbooks-container .page-wrap {
		width: 465px;
		padding-bottom: 90px;
    	background-size: 100% 62%;
	}

	.discoverbooks-container .booklinks-container {
		padding: 0 30px;
		grid-column-gap: 5px;
	}

	.see-all {
		bottom: -25px;
	}

	.thankyou-social-container h2 {
		font-size: 35px;
		margin-bottom: 0.25em;
	}
}

@media screen and (max-width: 600px) {
	.custom-logo-link img {
		max-width: 300px;
	}

	.booksearch-container select {
		width: 100%;
	}

	.booksearch-container select:first-of-type {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.numbersblock-container,
	.footnote-morelink-container {
		flex-wrap: wrap;
	}

	.numbersblock-container .numbersblock,
	.footnote-morelink-container > * {
		width: 100%;
	}

	.has-pixie-text::after {
		right: -2.5% !important;
		left: auto;
		bottom: 50px !important;
		width: 100px;
	}

	.latestrelease-container .buttonlinks-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.latestrelease-container .buttonlinks-container .button {
		width: 250px;
		margin-bottom: 5px;
	}

	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -20px;
	}

	.arrow-right {
		right: 0;
		top: -20px;
	}

	.discoverbooks-container .page-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.custom-logo-link img {
		max-width: 250px;
	}

	.discoverbooks-container .page-wrap {
		background-image: none;
	}

	.discoverbooks-container .booklinks-container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		/* padding: 0 10px; */
	}

	.see-all {
		bottom: 0;
	}

	.site-footer .logo img {
		max-width: 300px;
	}

	.site-info > .page-wrap {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.site-footer .social {
		margin-bottom: 25px;
	}

	.categories-menu .category-link,
	.books-container .book-title {
		font-size: 16px;
	}

	.books-container {
		padding: 25px 0;
	}

	.books-container .book-image-container {
		height: 250px;
	}

	.books-container .book-block {
		width: 150px;
	}

	.categories-menu {
		padding: 0 0 25px;
	}

	.has-pixie-text::after {
		right: -4% !important;
		left: auto;
		bottom: 25px !important;
		width: 75px;
	}
}

@media screen and (max-width: 425px) {
	.site-footer .address,
	.site-footer .phone-fax-container {
		margin-bottom: 1em;
		line-height: 1.15;
		text-align: center;
	}

	.has-pixie-text::after {
		right: -4% !important;
		left: auto;
		bottom: 0 !important;
		width: 75px;
	}
}

@media screen and (max-width: 375px) {
	.custom-logo-link img {
		max-width: 200px;
	}

	.has-pixie-text::after {
		right: -4% !important;
		left: auto;
		bottom: 0 !important;
		width: 50px;
	}
}