/*!
Theme Name: warren
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: warren
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

warren 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
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 */
	font-family: 'Merriweather', serif;
	overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Merriweather', serif;
	overflow-x: hidden;
}

/**
 * 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: #404040;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 300;
}

p {
	margin-bottom: 1.5em;
	font-size: 14px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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 #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	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: #ccc;
	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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	color: #fff;
	padding: 9px 33px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	border-radius: 6px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	border: solid 2px #000;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;

	transition: .3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #fff;
	color: #849086;
	border-color: #849086;
}

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: #aaa #bbb #bbb;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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"] {
	height: 38px;
	width: 100%;
	padding: 0 10px;
	font-weight: 100;
	font-size: 15px;
}

textarea {
	height: 200px;
	width: 100%;
	padding: 0 10px;
	font-weight: 100;
	font-size: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	transition: .3s;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: none;
	color: #849086;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	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:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.sub-menu {
	background-color: #f5f6f4;
}

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

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# 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: #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: 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 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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: 120px;
	height: 120px;
	margin: 0;

}

.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;
}

/*
*
*/
/* ADVANCED USAGE */
/*
*
*/


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

.post, .page {
    margin: 0;
}

/*
* SET CONTENT FOR ALL PAGES USING PAGE BUILDER OR STANDARD WIDTH
*/
#content {
	max-width: 1170px;
  margin: auto;
  padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

/*
* SET PRIMARY CONTENT CONTAINER FOR STANDARD PAGE WITH SIDEBAR
*/
.blog #primary,
.archive #primary,
.search #primary,
.single #primary,
.page-template-default #primary,
.page-template-page-default-editable #primary {
	width: 70%;
	float: left;
  padding: 40px 20px;
}

/*
* SET SECONDARY CONTENT CONTAINER FOR STANDARD PAGE WITH SIDEBAR
*/
.blog #secondary,
.archive #secondary,
.search #secondary,
.single #secondary,
.page-template-default #secondary,
.page-template-page-default-editable #secondary {
	float: left;
	width: 30%;
	padding: 40px 20px;
}

/*
* SET PRIMARY CONTENT CONTAINER FOR STANDARD PAGE WITHOUT SIDEBAR
*/
.page-template-full #primary {
  width: 100%;
	padding: 0;
}

/*
* ADD PADDING FOR "full-stretched-padded" PAGE BuiLDER SETTING
*/
div[data-stretch-type="full-stretched-padded"] {
	padding-left: 2%;
	padding-right: 2%;
}

/*
* SET MEDIA QUERIES FOR CONTAINERS WITH SIDEBAR
*/
@media (max-width: 991px) {
	.blog #primary,
	.archive #primary,
	.search #primary,
	.single #primary,
  .page-template-default #primary,
	.page-template-page-default-editable #primary {
		width: 100%;
		float: none;
	}
	.blog #secondary,
	.archive #secondary,
	.search #secondary,
	.single #secondary,
  .page-template-default #secondary,
	.page-template-page-default-editable #secondary {
		float: none;
		width: 100%;
	}
}

.single-books #primary {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	float: none;
}


#masthead {
	position: absolute;
	height: 80px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 0 10%;
	z-index: 2;

	transition: .5s;
}

#masthead.sticky {
	position: fixed;
	height: 45px;
	justify-content: center;
	align-items: center;
	padding: 0;
	background-color: #f5f6f4ed;
}

#masthead a h1 {
	color: #494949;
	text-decoration: none;
	transition: .3s;
}

#masthead a h1:hover {
	color: #84867b;
}

#masthead.sticky a h1 {
	font-size: 26px;
}

#masthead.sticky li a {
	font-size: 14px;
}

.site-branding {
	width: 35%;
}

.site-branding h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 400;
	margin: 0;
	line-height: 52px;
}

.main-navigation {
	width: 64%;
}

.main-navigation li {
	margin: 0 4px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 8px;
	font-size: 15px;
	font-weight: 100;
	color: #494949;
	transition: .3s;
	border: solid 1px transparent;
}

.main-navigation a:hover {
	background-color: transparent;
	color: #849086;
	border-color: #849086;
}

.main-navigation li.current-menu-item > a {
	font-weight: 600;
}

.main-navigation li.current-menu-item a:hover {
	color: #494949;
	background-color: transparent;
}

.site-footer {
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
  background-position: center;
}

.site-footer-overlay {
	background-color: #3c3c3c5e;
  padding: 60px 20px 10px;
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.site-footer .footer-widgets {
	width: 100%;
	max-width: 1170px;
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-between;
	align-items: flex-start;
}

.site-footer .site-info {
	text-align: center;
	font-size: 12px;
}

.site-footer .footer-widgets > div {
	width: 28%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.site-footer ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.site-footer li {
	font-size: 15px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 15px 0;
}

.site-footer li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.interior-footer-item {
	width: 32% !important;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 20px 0 20px;
}
.interior-footer-item .single-product-links.book-single {
	margin: 40px 0;
}

.interior-footer-item img {

}

#sb_instagram {
	color: #fff;
	max-height: 600px;
	overflow-y: hidden;
}
.sbi_load_btn {
	display: none !important;
}

.site-footer i {
	font-size: 42px;
	width: 60px;
	color: #fff;
}

.full-page-bg-image {
	display: flex;
	align-items: flex-end !important;
	justify-content: center !important;
	margin-top: -100px;
	padding-top: 100px;
}

.full-page-bg-image h3 {
	text-align: center;
	max-width: 415px;
	margin: 30px auto;
}

.full-page-bg-image > div:first-child > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.full-page-bg-image img {
    max-width: 100% !important;
    height: auto;
    position: relative;
    bottom: 0;
    z-index: 1;
}

.full-page-bg-image .right-cell {
	padding: 20px 20px 20px 0;
	text-align: center;
}

.nested-layout {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nested-row {

}

.nested-cell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
}

a.button,
a.button:visited {
	background-color: #000;
	color: #fff;
	padding: 9px 33px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	border-radius: 6px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	border: solid 2px #000;
	cursor: pointer;
	box-sizing: border-box;
	transition: .3s;
}
a.button:hover {
	background-color: #fff;
	border: solid 2px #84867a;
	color: #84867a;
}

.nested-cell > div {
	text-align: center;
}

.wpcf7 label {
	font-weight: 400;
	font-size: 14px;
}

.wpcf7 label sup {
	color: #849086;
}

.wpcf7 .field-wrap { }

.text-row {
	padding: 40px 0;
}

.text-row h2 {
	font-weight: 400;
}

.text-row em {
	font-size: 14px;
}

.button-flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 30px 0 0;
}

.button-flex-container button {
	margin: 0 5px;
}

.sales-content {
	padding: 10px 5px;
  background: #fdfdfd;
  margin: 0 0 20px;
  position: relative;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.75);
}

.sales-text h4 {
	margin: 5px 0;
	    text-align: center;
	    font-weight: 400;
}

.sales-text span {
	font-size: 11px;
text-align: center;
display: block;
}

.sales-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sales-links a {
	width: 23%;
	box-sizing: border-box;
	margin: 15px 5% 0;
	min-height: 60px;
}

.site-info span {
	color: #fff;
}


.entry-header.book-single {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	align-items: flex-start;
}

.entry-header.book-single h2 {
	font-size: 38px;
	text-transform: uppercase;
	margin: 0px 0 5px;
	line-height: 38px;
	font-weight: 400;
}

.header-col {
	padding: 0 10px;
}

.header-col.right {
	width: 30%;
}

.header-col h3 {
	margin: 0;
	font-style: italic;
	font-weight: 100;
}

.header-col h5 {
	font-size: 13px;
	margin: 20px 0 0;
}

.header-col h5 span {
	font-style: normal;
	font-weight: 600;
}

.entry-meta.book-single {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px;
	font-size: 12px;
	font-style: italic;
}

.single-product-links.book-single {
	margin: 40PX auto;
	padding: 10px;
	background-color: #f6f7f6;
	max-width: 380px;
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

.single-product-links.book-single h4 {
	margin: 0 0 5px 0;
	text-align: center;
	font-weight: 400;
}

.product-link-list.single-book {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 340px;
}

.product-link-list.single-book a {
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
  min-height: 45px;
}

@media (max-width: 1420px) {
	#masthead {
		padding: 0 5%;
	}
}

@media (max-width: 1300px) {
	#masthead {
		padding: 0 1%;
	}
}

@media (max-width: 1170px) {
	.main-navigation li {
		margin: 0 3px;
	}

	.main-navigation a {
		padding: 3px 4px;
		font-size: 13px;
	}

	#masthead.sticky a {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	#content {
		padding-top: 40px;
	}

	#masthead,
	#masthead.sticky {
		display: flex;
    height: auto;
    padding: 0;
    background-color: #f5f6f4ed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		-webkit-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);

		transition: .5s;
	}

	.site-branding {
    width: 100%;
		padding: 0;
	}

	.site-branding a h1 {
		font-size: 36px;
	}

	.main-navigation.toggled {
    width: 100%;
    padding: 20px;
    max-width: 500px;
	}

	#masthead button,
	#masthead.sticky button {
		width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    background: transparent;
    border: solid 2px #84867a;
    color: #84867a;
    position: absolute;
		cursor: pointer;
		top: 5px;
    right: 10px;
		transition: .3s;
	}

	#masthead button i,
	#masthead.sticky button i {
		font-size: 22px;
	}

	#masthead button:hover,
	#masthead.sticky button:hover {
		background: #84867a;
    border: solid 2px #fff;
    color: #fff;
	}

	.main-navigation li {
		float: none;
	}

	.full-page-bg-image {
		margin-top: 0;
		padding-top: 0;
	}

	.button-flex-container {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin: 30px auto 0;
    flex-direction: column;
    display: flex;
	}

	.site-footer .site-footer-overlay {
		flex-wrap: wrap;
	}

	.site-footer .footer-widgets > div {
		width: 100%;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
	}

	#footer-left > div,
	#footer-right > div,
	#footer-center > div {
		max-width: 300px;
		margin: 0 auto 40px;
	}

	.site-info span {
		font-size: 10px;
	}
}


.search-form {
	display: flex;
}

.search-form label {
	margin: 0 10px 0 0;
}

#secondary section h2 {
	font-size: 20px;
}

#secondary section ul {
	margin: 0;
  list-style: none;
}

#secondary section ul a {
	font-size: 14px;
	transition: .3s;
	color: #494949;
}

#secondary section ul a:hover {
	color: #a5ab9b;
}

.gallery-item {
  margin: 0;
}

.tribe-events-calendar thead th {
	background-color: #485348;
	color: #fff;
	font-weight: 700;
	padding: 1em 0;
	white-space: nowrap;
	border-left: 1px solid #515d51;
	border-right: 1px solid #515d51;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ced2ce;
}

#tribe-events-content .tribe-events-calendar td {
  border: 1px solid #f8f8f8;
  border-top: 0;
  transition: all .2s cubic-bezier(.55,.085,.68,.53);
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
  background-color: #f5f6f4;
  color: #717171;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #000000;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
  color: #555d55;
}

#tribe-bar-views .tribe-bar-views-list {
  background: #f6f7f6;
  outline: none;
  border-radius: 0 0 3px 3px;
  display: none;
  left: 0;
  margin: 0;
  padding: 5px 0 0;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 2;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active  span {
  background: #515d51;
  color: #fff;
}

.tribe-bar-views-inner {
  background: #f6f7f6;
  margin: 0;
  padding: 16px 0;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  -webkit-appearance: button;
  background: #000;
  background-image: none;
  border: none;
  border-radius: 6px;
  color: #fff;
  letter-spacing: 0;
  width: 98%;
}

article.resources,
body.blog article.post,
article.books {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
	background-color: #f5f6f5e3;
	border-radius: 26px;
	-webkit-box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
	margin: 0 0 20px;
}

.content-left {
	width: 36%;
	margin: 0 2%;
}

.content-right {
	width: 56%;
	margin: 0 2%;
}

.content-right h2 {
	margin: 10px 0;
	font-weight: 600;
}

.content-right .entry-summary {
	margin-bottom: 25px;
}

.content-right .entry-summary p {
	margin: 0;
	font-weight: 100;
}

a:visited {
	color: #525352;
}

a.subtle {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 100;
	padding: 7px 12px;
	background-color: #80808000;
	border-radius: 7px;
	border: solid 1px #7e897e;
	color: #525352;
	display: inline-block;
	margin: 0px 0 10px;
	outline: none;
	text-decoration: none;
	transition: .3s;
}

a.subtle:hover {
	background-color: #7e897e;
	color: #fff;
}

#secondary section.widget {
	margin-bottom: 20px;
	background-color: #f5f6f5e3;
	padding: 20px 20px 20px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 0px 3px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 3px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 3px -2px rgba(0,0,0,0.75);
}
#secondary section.widget.widget_search {
	-webkit-box-shadow: 1px 0px 3px -2px transparent;
	-moz-box-shadow: 1px 0px 3px -2px transparent;
	box-shadow: 1px 0px 3px -2px transparent;
	background-color: transparent;
}
#secondary section.widget h2 {
	margin: 0 0 0 10px;
	font-size: 17px;
	font-weight: 100;
	color: #384337;
}
#secondary section.widget ul {
	padding-left: 20px;
	margin: 10px 0 0;
}
#secondary section.widget ul.recent-resource-list a li.recent-resource-item {
	border-radius: 6px;
	margin: 10px 0;
	padding: 3px 8px;
	transition: .2s;
}
#secondary section.widget.recent_resources ul.recent-resource-list a li.recent-resource-item h4 {
	margin: 0 0 0 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #626e61;
	transition: .2s;
}
#secondary section.widget.recent_resources ul.recent-resource-list a li.recent-resource-item span {
	font-size: 12px;
	font-style: italic;
	margin: 0;
	display: block;
	font-weight: 100;
}
#secondary section.widget.recent_resources ul.recent-resource-list a li.recent-resource-item:hover {
	background-color: #545a521f;
}
#secondary section.widget.recent_resources ul.recent-resource-list a li.recent-resource-item:hover h4 {
	color: #000;
}

.contact-area h1,
.contact-area p {
	text-align: center;
}

.contact-page {
	margin: 60px;
}

.invite-page {
	margin: 30px 60px 60px;
}

.contact-page input[type="text"],
.invite-page input[type="text"],
.contact-page input[type="email"],
.invite-page input[type="email"],
.contact-page input[type="tel"],
.invite-page input[type="tel"] {
	height: 45px;
	margin-bottom: 15px;
	border: none;
	font-weight: 100;
	-webkit-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px -2px rgba(0,0,0,0.75);
}

.contact-page textarea,
.invite-page textarea {
	height: 220px;
	margin-bottom: 15px;
	border: none;
	font-weight: 100;
	padding: 10px;
	-webkit-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 9px -2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px -2px rgba(0,0,0,0.75);
}

.about-area,
.young-area {
	margin: 60px;
}

body #page {
	background-image: url("https://catwarren.com/wp-content/uploads/2019/03/2-bg-1-min.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

body.home #page {
	background-image: none;
}

.navigation.post-navigation {
	width: 100%;
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	margin: 60px 0 0;
}

@media (max-width: 767px) {
	article.post,
	article.books,
	article.resources {
		flex-direction: column;
		max-width: 400px;
		margin: auto;
	}
	div.content-left,
	div.content-right {
		width: 100% !important;
	}

	.invite-page,
	.contact-page {
		margin: 30px 0;
	}
}

.big-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 60px auto;
}
.one-button {
    width: 200px;
    height: 320px;
    margin: 20px 40px;
    border: solid 2px #a2a8a2;
    background: #f5f4f2ba;
    cursor: pointer;
    border-radius: 16px;
    -webkit-box-shadow: 1px 1px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px -1px rgba(0,0,0,0.75);
}

.one-button img {
	width: 100%;
height: 63%;
object-fit: cover;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

.one-button a,
.one-button a:visited{
    color: #222;
    text-decoration: none;
}

.one-button h2 {
	margin: 8px;
	line-height: 23px;
	font-size: 19px;
	text-align: center;
	font-weight: 400;
	position: relative;
}

.one-button p {
	margin: 8px;
	    text-align: center;
	    position: relative;
}

article.post.type-post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.single .entry-summary img {
}

ul.resource-links-archive {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 600;
	color: #616e60;
	display: flex;
}

ul.resource-links-archive li {
}

.resources .content-right .entry-summary {
    margin: 20px 0;
}

.resources .entry-title {
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}

a:visited {
    color: inherit;
}


section.widget.widget_media_image {
	box-shadow: none !important;
	padding: 0 !important;
}

section.widget.widget_media_image img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
}

.single article.post.type-post {
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single .content-left,
.single .content-left img {
	width: 100% !important;
	max-height: 400px !important;
	object-fit: contain;
}
.single .content-right {
    width: 100% !important;
    padding: 20px 30px;
    background: #f5f6f5ed;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
}
.margin-neg-row {
	margin-bottom: -100px;
}

.white-background {
	padding: 5px 20px;
    background: #f5f6f5e3;
    border-radius: 20px;
		-webkit-box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
		box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
}

.site-footer .site-info {
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-footer .site-info i {
	font-size: 11px;
    width: 200px;
}

.single-post .post-thumbnail  {
	display: none;
}

.comments-title {
	font-size: 16px;
}

#comments {
	margin: 60px auto;
}

.comment-list {
    list-style: none;
    padding: 20px 30px;
    margin: 20px;
    border-radius: 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 7px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 7px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 7px -4px rgba(0,0,0,0.75);
}

.comment-author {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
}

.comment-author img {
	margin: 0 15px 0 0;
}

.comment-author .says {
	display: none;
}

.comment-reply-link {
	font-size: 13px;
}





/* BOOK STYLES */
#main.book-single {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0;
}
.book-left {
	width: 33%;
	margin: 0 5% 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.book-left .post-thumbnail {
	width: 100%;
}
.book-left img {
	width: 100%;
	max-width: 400px;
}
.book-buttons {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.book-buttons a {
	width: 48%;
	margin: 1%;
	padding: 11px 2px;
	text-align: center;
}
.book-right {
	width: 58%;
	margin: 0 1%;
	background-color: #f5f6f5e3;
	border-radius: 10px;
	padding: 20px 30px 10px;
	-webkit-box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 7px -3px rgba(0,0,0,0.75);
}
.book-right h1 {
	margin: 0;
}
.book-right h3 {
	margin: 0;
	font-style: italic;
}
.book-right h5 {
	font-weight: 600;
}
.book-right h5 span {
	font-style: italic;
}
.book-right .entry-meta.book-single {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px;
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
}
.book-reviews.book-single {
	margin: 40px 0;
}
.book-review-content {
	font-size: 13px;
	margin: 20px 0 5px;
}
.book-review-content p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.book-review-author.book-single {
	font-size: 12px;
	font-weight: 600;
	margin-left: 20px;
}
.book-review-author.book-single p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
span.book-review-date.book-single {
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
}

@media (max-width: 991px ) {
	.book-single.site-main {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.book-left {
		width: 100%;
		text-align: center;
	}
	.book-right {
		width: 100%;
	}
	.contact-area {
		margin-top: 80px;
	}
}

@media (max-width:767px) {
	.article-column {
		flex-direction: column;
	}
	
	.site-footer .footer-widgets {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.interior-footer-item {
		width: 100% !important;
	}
	.about-area, .young-area {
		margin: 60px 0;
	}
	.pwd-image-gallery {
		justify-content: center;
	}
}




.editable-bg {
	padding: 20px 40px 30px;
	margin: 40px auto;
	background-color: #f5f6f5e3;
	border-radius: 10px;
	-webkit-box-shadow: 1px 0px 3px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 3px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 3px -2px rgba(0,0,0,0.75);
}
.editable-bg.margin-top {
	margin-top: 30px;
}
.editable-bg.margin-bottom {
	margin-bottom: 30px;
}
.editable-bg.margin-left {
	margin-left: 30px;
}
.editable-bg.margin-right {
	margin-right: 30px;
}
@media ( max-width: 767px ) {
	.editable-bg {
		padding: 20px 30px 20px;
		margin: 30px auto;
	}
	.editable-bg.margin-top {
		margin-top: 20px;
	}
	.editable-bg.margin-bottom {
		margin-bottom: 20px;
	}
	.editable-bg.margin-left {
		margin-left: 20px;
	}
	.editable-bg.margin-right {
		margin-right: 20px;
	}
}
@media ( max-width: 599px ) {
	.editable-bg {
		padding: 20px;
		margin: 25px auto;
	}
}