/*!
Theme Name: Roger Atwood
Author: Castle Builder Design
Author URI: https://castlebuilder.com
Description: Website for Roger / July 2019
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbatwood
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.

Roger Atwood 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 */
}

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

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

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited,
a:hover,
a:focus,
a:active{
	color: #1c3a7d;
    text-decoration: none;
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
}

.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 {
	position: relative;
}

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

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

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 24px 0 1.5em;
	overflow: hidden;
	border-top: 1px solid #dfe2e6;
    padding-top: 24px;
    font-size: 0.83em;
    font-family: 'Playfair Display', serif;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    padding: 0 24px 0 1em;
    position: relative;
}

.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #000000 transparent transparent;
    margin-right: 8px;
    position: absolute;
    top: 0.4em;
    left: 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
    text-align: right;
    width: 50%;
    padding-left: 24px;
    position: relative;
    padding-right: 1em;
}
.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #000000;
    margin-left: 8px;
    position: absolute;
    top: 0.4em;
    right: 0;
}
.post-navigation a {
    color: #000;
}
.post-navigation a:hover {
    opacity: 0.7;
}


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

body:not(.home) #content {
	max-width: 1300px;
	margin: 0 auto;
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Structure */
.max-wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

/* Header*/
.home #site-navigation {
    position: absolute;
}
#site-navigation li a {
    color: #fff;
}
#site-navigation li a:hover {
    opacity: 0.7;
}

/* Home */
#masthead {
    position: relative;
    color: #fff;
    background-color: #000;
}
.home h1 {
    margin: 0;
}
.home .site-description {
    margin: 0;
    text-align: center;
    padding-left: 0.5em;
}

/* Updates */
.updates .box {
    margin: 0;
    font-size: 0.92em;
}
.updates .box  h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.1em;
}
 .updates .box a {
    color: #fff;
 }
  .updates .box a:hover {
    opacity: 0.8;
  }
 .updates .box  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.updates .events {
    position: relative;
}
.updates .recent {
    padding: 18px;
}
.updates .events a {
    display: inline-block;
    background: #fff;
    color: #1d1b19;
    text-transform: uppercase;
    font-weight: bold;
}
.updates .box  p,
.updates .box ul {
    font-family: 'Playfair Display', serif;
}
.updates .box .publication {
    font-style: italic;
}
.updates .box .date {
    font-family: 'Open Sans', sans-serif;
}
#header-caption {
    color: #fff;
    font-size: 0.83em;
}
#header-caption  span {
    display: inline-block;
    margin-right: 0.5em;
    font-style: italic;
}
#header-caption a {
    color: #fff;
    text-decoration: underline;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.75);
}

/* Books */
#books {
    background-color: #e8e5e4;
}
#books h2:first-child {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.07em;
    color: #9b908c;
    font-size: 1.8em;
}
.books-inner {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}
.books-block header h1 {
    color: #323231;
    margin-bottom: 0;
}
.books-block header h2,
.single-book h2.book-sub-title,
.post-type-archive-book  h2.book-sub-title {
    margin: 0.1em 0 0.5em;
    font-weight: 300;
}
.single-book h2.book-sub-title {
    margin-top: -1em;
}
.single-book .book-authors {
    font-weight: bold;
}
.books-block header h3 {
    margin-top: 0.5em;
    font-size: 1em;
}
.books-block a {
    color: #9b908c;
    text-transform: uppercase;
}
.books-block figure img {
    width: auto;
}
.books-inner ul.review {
    list-style: none;
    margin: 24px 0;
    padding: 0;
}
.books-inner ul.review p:not(.reviewer),
.post-type-archive-book ul.review p:not(.reviewer),
.books-inner ul.review li:first-child p:before,
.books-inner ul.review li:first-child p:after,
.post-type-archive-book ul.review li:first-child p:before,
.post-type-archive-book ul.review li:first-child p:after {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    margin-bottom: 0;
    color: #1b1b1b;
    font-style: italic;
    font-weight: 700;
}
.books-inner ul.review p:not(.reviewer),
.post-type-archive-book ul.review p:not(.reviewer) {
    width: 100%;
    display: inline-block;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.books-inner ul.review li:first-child p:before,
.books-inner ul.review li:first-child p:after,
.post-type-archive-book ul.review li:first-child p:before,
.post-type-archive-book ul.review li:first-child p:after {
    font-size: 1em;
}    
.books-inner ul.review p.reviewer,
.post-type-archive-book ul.review p.reviewer {
    color: #9b908c;
}
.books-inner ul.review li p:first-child:before,
.post-type-archive-book ul.review li p:first-child:before  {
    content: '“';
}
.books-inner ul.review li p:first-child:after,
.post-type-archive-book ul.review li p:first-child:after {
    content: '”';
    margin-left: -8px;
}
.books-inner ul.review li:not(:first-child),
.post-type-archive-book ul.review li:not(:first-child) {
    margin-top: 24px;
}
.books-content p {
    display: inline;
}
.books-list:before {
    clear: both;
    content: '';
    display: table;
}
.books-list {
    margin-top: 12px;
    border-top: 3px solid #000;
}
.books-list article h4 {
    margin-bottom: 0;
}
.books-list article h4+p {
    margin-top: 0.5em;
}
.books-list article h4 a {
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    font-size: 1.5em;
    color: #000;
}
.books-list .post-thumbnail {
    display: block;
    max-width: 150px;
}
.books-list article {
    margin-top: 48px;
}

.post-type-archive-book .post-thumbnail img {
    border: 1px solid #efefef;
    box-shadow: 0px 0px 2px 0 #0000002e;
}

/* Featured Work */
#featured-work h2 {
    font-family: 'Playfair Display', serif;
    line-height: 1;
}
body:not(.archive) #featured-work h2 {
    letter-spacing: -0.1em;
}
body.home #featured-work h2 {
    color: #eaebec;
}
body:not(.home) #featured-work h2 {
    color: #f3f3f4;
}
body.home #featured-work h2 {
    text-align: center;
}
.featured-work-wrapper {
    position: relative;
}
body.home .featured-work-wrapper {
    background-color: #c4c6cb;
}
#primary:not(.no-sidebar),
body:not(.home) .featured-work-wrapper,
body.post-type-archive-book #primary,
#primary.public-speaking {
    background-color: #fff;
    box-shadow: 1px 1px 3px 3px #0000000f;
}
#secondary {
    box-shadow: 1px 1px 1px 1px #0000000f;
}
#featured-work article {
    margin-bottom: 48px;
    position: relative;
}
body.home #featured-work article {
    overflow: hidden;
}
#featured-work article:not(.no-scroll) {
    opacity: 0;
}
#featured-work figure {
    margin: 0;
}
#featured-work figure img {
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
article:not(.featured-article) .featured-text {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    padding: 0 6% 24px;
    background: #fff;
    position: relative;
}
article:not(.featured-article) .featured-text {
    max-width: 385px;
}
body.page:not(.home) .featured-text {
    padding-bottom: 60px;
}
body.home .featured-text {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
body:not(.home) .featured-text {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
body:not(.home).page .featured-text:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 20px;
    margin-left: -6%;
    box-shadow: 0px 3px 3px 0px #00000029 inset;
}
.featured-text .keywords, .dates {
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-text .keywords li, .dates li {
    display: inline-block;
    font-size: 0.9em;
}
.featured-text .keywords li:not(:last-child) a:hover, .dates li:not(:last-child) a:hover {
    opacity: 0.7;
}
.featured-text .keywords li:not(:last-child) a:after, .dates li:not(:last-child):after {
    content: '|';
    color: #999;
    margin: 0 0.3em;
    font-size: 0.8em;
}
.featured-text .date {
    margin: 12px 0 0;
    font-size: 0.9em;
}
.featured-text h3,
.featured-publication {
    font-family: 'Playfair Display', serif;
}
article .featured-publication {
    padding: 12px 24px;
    background: #000;
    color: #fff;
    font-style: italic;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    display: inline-block;
    position: relative;
}
article:not(.featured-article) .featured-publication {
    margin: 0 0 0 -12.5%;
}
body:not(.page) article:not(.featured-article) .featured-publication,
body.home .featured-publication {
    font-size: 1.2em;    
}
body:not(.home).page article:not(.featured-article) .featured-publication {
    font-size: 1.6em;
    line-height: 1.2;
}
.featured-publication a {
    color: #fff;
}
.featured-publication a:hover {
    opacity: 0.7;
}
.featured-text h3 {
    font-size: 1.5em;
    margin: 0.5em 0 0;
    line-height: 1.3;
}
.featured-text h3  a {
    color: #000;
}
.featured-text h3  a:hover {
    opacity: 0.7;
}
.featured-work-inner .showmore {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 3px solid #969ba7;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #767d8c;
    opacity: 0.7;
}
.featured-work-inner .showmore:hover {
    opacity: 1;
}

/* Footer */
.bio-title {
    margin-top: 0;
    font-size: 1.3em;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.bio-wrapper {
    margin: 18px 24px 9px;
    display: inline-block;
}
.bio-wrapper {
    opacity: 0;
}
.bio-wrapper img {
    display: block;
}

.site-info {
   padding: 12px 36px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}
.site-info a {
    color: #fff;
}

.home #featured-work+article {
    display: none;
}

#colophon {
    box-shadow: #0000003d inset 0px 3px 3px 0px;
}

.bio-wrapper:after,
.books-block:after,
.featured-work-inner:after,
.books-inner ul.review:before {
    content: '';
    display: table;
    clear: both;
}

/* Interior Page */
body:not(.home) .header-image {
    width: 100%;
    min-height: 120px;
    opacity: 0.8;
    background-size: 100% auto;
    background-position: 50%;
    position: absolute;
    box-shadow: #000 0 0 3px inset;
}

body:not(.home) .site-branding {
    position: relative;
    max-width: 1396px;
    margin: 0 auto;
    padding: 0 48px;
}
body:not(.home) .site-description {
    margin: -5px 0 0 0;
}
body:not(.home) #masthead {
    min-height: 120px;
}
body:not(.home) #colophon {
    background: #fff;
}
body:not(.home):not(.blog):not(.category) h1.page-title,
body:not(.home) h2.entry-title,
body.page:not(.home) div.content-area:not(.public-speaking) h1.entry-title {
     font-family: 'Playfair Display', serif;
     line-height: 1.2;
}
body.page:not(.home) div.content-area:not(.public-speaking) h1.entry-title,
body.page h1:not(.home) .page-title {
    color: #fff;
    background: #000;
    display: inline-block;
    margin: 0 0 0 -18px;
    padding: 16px 30px;
    line-height: 1;
    font-style: italic;
    position: relative;
    font-size: 1.5em;
}
.page div.content-area:not(.public-speaking) header.entry-header+.post-thumbnail {
    margin-top: -18px;
}
.single-article .entry-header a {
    color: #000;
}
body:not(.home) #page {
    background: #d5d7da;
}

/* Search */
.search-results h1.page-title {
    font-style: italic;
    border-bottom: 3px solid #000;
}
.search-results h2.entry-title a {
    color: #000;
    opacity: 0.8;
}
.search-results .post-thumbnail img {
    max-width: 200px;
    margin: 1em 24px 1.5em 0;
    float: left;
}
.search-results article {
    margin-bottom: 48px;
}
 .search-results article:before {
    content: '';
    display: table;
    clear: both;
 }
.search-results h2.entry-title a:hover {
    opacity: 1;
}
body.blog #primary header:not(.entry-header),
body.archive .page-header,
body.single-book header:not(.entry-header),
.datepub,
.public-speaking .entry-header {
    border-bottom: 3px solid #000;
    position: relative;
}
.datepub p {
    margin: 0;
}
body.blog h1.page-title,
body.archive h1.page-title,
body.single-book p.page-title,
.datepub p.pub,
.public-speaking h1.entry-title {
    margin: 0;
    padding: 12px 24px;
    background: #000;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2em;
    display: inline-block;
}
.datepub p.pub a {
    color: #fff;
}
.datepub p.date {
    position: absolute;
    bottom: 0.5em;
    right: 0;
    font-size: 0.83em;
}

#secondary input[type="search"] {
    width: 100%;
    padding: 12px;
    border-radius: unset;
}
#secondary input[type="submit"] {
    margin-top: 1em;
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-size: 1em;
    padding: 15px;
    outline: 0;
}
 #secondary input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
}

p.search-bt {
    text-indent: -9999px;
    background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 24px auto;
    position: absolute;
    margin: 0;
    z-index: 9999;
}
p.search-bt:hover {
    cursor: pointer;
    opacity: 0.8;
}

.main-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    display: none;
    opacity: 0;
}
.search-bt img {
    position: absolute;
    top: 0;
    right: 0;
}
.close-search {
    display: none;
    background: #000;
}
.main-search p {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 1.8em;
    position: absolute;
    top: 20%;
    padding: 48px;
}
.main-search form {
    padding: 48px;
    position: absolute;
    top: 30%;
    width: 100%;
}
.main-search form input[type="search"] {
    padding: 20px;
    box-shadow: #00000094 0px 0 4px 1px inset;
    border: none;
}
.main-search form input[type="submit"] {
    padding: 21px;
    border: 2px solid #fff;
    line-height: 1;
    font-size: 1em;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.filters-inner input,
.filters-inner input:hover,
.filters-inner input:active {
    outline: 0;
}
.filters-inner input:hover {
    cursor: pointer;
}
body:not(.home) .featured-work-inner .featured-text p:nth-child(2) {
    font-size: 0.9em;
    margin-bottom: 0;
}
body:not(.home) .featured-work-inner .featured-text p.date {
    margin: 0.5em 0 12px 0;
}
body:not(.home) .featured-work-inner .featured-text a:hover {
    opacity: 0.7;
}
body:not(.home) .featured-work-inner .featured-text p:nth-child(2) a {
    width: 100%;
    color: #000;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
    font-weight: bold;
}
body:not(.home):not(.page) .featured-work-inner .featured-text p:nth-child(2) a {
    font-size: 1.5em;    
}
body:not(.home).page .featured-work-inner .featured-text p:nth-child(2) a {
    font-size: 1.1em;    
}
/*
body.page #featured-work .view-bt:after {
    content:'';
    display: inline-block;
    border: solid #999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 6px;
}
*/
#featured-work article:not(.featured-article) .view-bt {
   display: block;
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    border-top: 1px solid #cacaca;
    text-align: center;
    padding: 12px 0 0;
    color: #565656;
    text-transform: uppercase;
    font-size: 0.83em;
}
body.page #featured-work .view-bt .num {
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

#featured-work article.featured-article .view-bt {
    display: block;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    padding: 12px;
    color: #929292;
    text-transform: uppercase;
}
.view-bt:visited {
    color: #929292;
}

#featured-work article.featured-article:nth-child(1) .featured-text p:nth-child(2) a {
    line-height: 1.1;
}
#featured-work article.featured-article:nth-child(2) .featured-text p:nth-child(2) a,
#featured-work article.featured-article:nth-child(3) .featured-text p:nth-child(2) a {
    line-height: 1.1;
}

/* Archive */
.single-article .entry-header+figure img {
    max-height: 65vh;
    width: auto;
}
a.view-article {
    display: block;
    padding: 18px;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #d5d7da;
    color: #a7a8ab;
}
a.view-article:hover {
    background: #000;
    border: 3px solid #000;
    color: #fff;
}

/* Blog */
body.blog h2.entry-title a,
body.category h2.entry-title a,
body.post-type-archive  h2.entry-title a {
    color: #000;
}
body.blog h2.entry-title a:hover,
body.category h2.entry-title a:hover,
body.post-type-archive h2.entry-title a:hover {
    opacity: 0.7;
}
body.blog #primary article,
body.category #primary article {
    margin-bottom: 60px;
}
body.blog .entry-content p:first-child,
body.category .entry-content p:first-child,
body.post-type-archive .entry-content p:first-child {
    margin-top: 0;
}
body.post-type-archive .entry-content p:last-of-type {
    margin-top: 0.5em;
}
body.blog .entry-content p:last-of-type,
body.category .entry-content p:last-of-type {
    margin-bottom: 0.5em;
}
body.blog .entry-content .readmore,
body.category .entry-content .readmore,
body.post-type-archive .entry-content .readmore {
    text-transform: uppercase;
}
body.blog .entry-footer,
body.category .entry-footer,
body.post-type-archive .entry-footer {
    border-top: 1px dotted #000;
    margin-top: 24px;
    padding-top: 6px;
    font-size: 0.9em;
}
.single-post #comments {
    border-radius: 10px;
    padding: 24px;
    margin-top: 48px;
    box-shadow: 0 1px 5px #0000004a;
    opacity: 0;
}
.single-post #reply-title,
.single-post .comments-title {
   font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-top: 0;
}
.single-post #reply-title,
.single-post .comments-title span {
    font-style: italic;
}
.single-post #comments label {
    margin-bottom: 6px;
    display: inline-block;
}
.single-post #comments .form-submit {
    text-align: right;
}
.single-post #comments .logged-in-as a:nth-child(2),
.single-post .comment-body .reply a {
    display: inline-block;
    text-align: center;
    padding: 2px 12px;
    border-radius: 3px;
    color: #fff;
    background: #1c3a7d;
    font-size: 0.83em;
}
.single-post #comments input[type="submit"] {
   background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 12px 24px;
    border: none;
}
.single-post #comments input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.8;
}
.single-post .comment-list {
    margin: 0 0 48px 0;
    padding: 0;
}
.single-post .comment-author.vcard img {
    display: none;
}
.single-post .comment-metadata {
    font-size: 0.83em;
}
.single-post .comment-body {
    margin-bottom: 24px;
}
.single-post .post-thumbnail img {
    max-height: 65vh;
    width: auto;
}

/* Books */
.book-review-title {
    border-bottom: 1px solid #000;
    font-weight: normal;
}
.book-review {
    margin: 0;
    padding: 0;
    list-style: none;
}
.book-review  span.reviewer {
    color: #9b908c;
    display: block;
    margin-top: 6px;
}
.book-review li p {
    font-family: 'Playfair Display', serif;
    margin: 0;
}
.book-review li:not(:nth-child(1)):not(:nth-child(2)) {
    opacity: 0;
}
.book-review li p::first-letter  {
    margin-bottom: 0;
    color: #1b1b1b;
    font-style: italic;
    font-weight: 700;
    float: left;
    font-size: 3em;
    line-height: 24px;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 3px;
}
.bt-buy a {
    display: inline-block;
    margin: 0;
    padding: 12px 36px;
    border: 3px solid #9b908c;
    border-radius: 5px;
    color: #9b908c;
    font-weight: bold;
    text-transform: uppercase;
}
.bt-buy a:hover {
    background: #9b908c;
    color: #fff;
}
#secondary .book-img {
    margin-top: 46px;
}

/* Books Archive */
.post-type-archive-book .books-featured article:first-of-type {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 3px solid #000;
}
.post-type-archive-book .books-featured article:after {
    content: '';
    display: table;
    clear: both;
}
.post-type-archive-book .books-featured article:not(:first-of-type) .post-thumbnail {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}
.post-type-archive-book .books-featured article:not(:first-of-type) .post-thumbnail img {
    max-height: 55vh;
    width: auto;
}
.post-type-archive-book .entry-title {
    margin-top: 0;
}
.post-type-archive-book .entry-header h3 {
    font-size: 1em;
    margin-top: -0.5em;
}
.post-type-archive-book .review {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-type-archive-book #primary:after {
    content: '';
    display: table;
    clear: both;
}

/* Sidebar */
#secondary {
    background: #fff;
}
#secondary  h3 {
    border-bottom: 3px solid #000;
    text-transform: uppercase;
}
#secondary  div:not(:first-child) h3 {
    margin-top: 48px;
}
#secondary ul,
#secondary .events.box p {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Playfair Display', serif;
}
#secondary .events.box a,
#secondary .recent.box ul+a {
    background-color: #000;
    background-image: repeating-linear-gradient(-45deg, #000, #000 4px, #212121 3px, #212121 6px);
    color: #fff;
    border: 2px solid #000;
    margin-top: 12px;
    padding: 8px;
    display: block;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
}
#secondary .events.box a:hover,
#secondary .recent.box ul+a:hover {
    opacity: 0.8;
}
#secondary li {
    margin-top: 1em;
}
#secondary li span.publication {
    font-style: italic;
}
#secondary li span.date {
   font-family: 'Open Sans', sans-serif;
   font-size: 0.83em;
}
#secondary ul a {
    color: #000;
}
#secondary ul a:hover {
    color: #1c3a7d;
}
.single figcaption,
.page .post-thumbnail+.caption {
    margin-top: 0.5em;
    font-size: 0.83em;
}

/* Photo Gallery */
.wp-block-gallery {
    margin: 0;
    padding: 0;
}

.page .entry-content h2 {
    margin-top: 48px;
    padding-bottom: 12px;
    line-height: 1.2;
    font-size: 1.4em;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
}

.group_type .media_title {
    font-size: 1.1em;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0;
}

/* Contact Form */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
}
.wpcf7 input:not([type=submit]),
.wpcf7 textarea {
    border: 2px solid #ababab;
}
.wpcf7 input.wpcf7-not-valid {
    border: 2px solid #b53b3b;
}
span.wpcf7-not-valid-tip {
    color: #b53b3b;
}
.wpcf7 label {
    font-family: 'Playfair Display', serif;
    font-size: 0.9em;
}
.wpcf7 input[type="submit"] {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    background-image: repeating-linear-gradient(-45deg, #000, #000 4px, #212121 3px, #212121 6px);
    padding: 18px;
}
.wpcf7 input[type="submit"]:hover {
    opacity: 0.7;
    cursor: pointer;
}
.public-speaking .post-thumbnail img {
    max-height: 50vh;
    width: auto;
    margin-top: 48px;
}
.public-speaking-intro p:first-of-type {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 1.3;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
   display: block;
    margin-top: -30px;
    background: #b53b3b;
    border: 0;
    color: #fff;
    margin: -30px 0 0;
    text-align: center;
}

@media only screen and (min-width: 1101px) {
    body:not(.home) #site-navigation {
        position: absolute;
        top: 24px;
        right: 24px;
    }
    body:not(.home) .site-title {
        margin: 28px 0 0;
    }
    #featured-work article.featured-article:nth-child(1) .featured-text p:nth-child(2) a {
        font-size: 4em;
    }
    #featured-work article.featured-article:nth-child(2) .featured-text p:nth-child(2) a,
    #featured-work article.featured-article:nth-child(3) .featured-text p:nth-child(2) a {
        font-size: 2.6em;
    }
}

@media only screen and (max-width: 1100px) {
    body:not(.home) #masthead {
        text-align: center;
    }
    body:not(.home) .site-title {
        margin: 28px auto 0;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
    body:not(.home) #masthead {
        padding-bottom: 12px;
    }
    .main-navigation ul {
        display: inline-block;
    }
    #featured-work article.featured-article:nth-child(1) .featured-text p:nth-child(2) a {
        font-size: 3.5em;
    }
    #featured-work article.featured-article:nth-child(2) .featured-text p:nth-child(2) a,
    #featured-work article.featured-article:nth-child(3) .featured-text p:nth-child(2) a {
        font-size: 2.1em;
    }
}

@media only screen and (min-width: 901px) {
    .filters-inner input {
        padding: 24px;
    }
    .filters-inner {
        max-height: 60px;
        top: -60px;
    }
    #featured-work article.featured-article:nth-child(1) figure {
        position: absolute;
        top: -80px;
        left: 0;
    }
    #featured-work article.featured-article:nth-child(1) .featured-text {
        margin-top: 80px;
        margin-left: 320px;
        padding: 0 60px 60px 120px;
    }
    #featured-work article.featured-article:nth-child(1) .featured-publication {
        margin-top: -2em;
    }
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
    .filters-inner input {
        padding: 12px;
    }
    .filters-inner {
        max-height: 40px;
        top: -40px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 641px) {
    body:not(.home) #featured-work article.featured-article:nth-child(1) .featured-text {
        margin-top: -60px;
        margin-left: 100px;
        padding: 0 60px 60px 60px;
    }
     body:not(.home) #featured-work article.featured-article:nth-child(1) .featured-publication {
        margin-top: 60px;
        margin-left: -160px;
    }
     body:not(.home) #featured-work article.featured-article:nth-child(1) figure {
        margin-left: 24px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 641px) {
    #featured-work article.featured-article:nth-child(1) .featured-text p:nth-child(2) a {
        font-size: 2.8em;
    }
}
@media only screen and (min-width: 769px) {
    .outer-wrapper,
    body.post-type-archive-book #primary,
    #primary.public-speaking {
        padding: 48px;
    }
    .home .site-branding {
        top: 40%;
    }
    .updates {
        max-width: 1420px;
        bottom: 3em;
        display: -webkit-flex;
        display: flex;
    }
    .updates .box {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .updates .box:first-child {
        margin:  0 18px 0 60px;
    }
    .updates .box:last-child {
        margin: 0 60px 0 18px;
    }
    .books-block header,
    .books-content {
        width: 66.66%;
        padding-right: 48px;
        float: left;
    }
    .books-block figure {
        width: 33.33%;
        padding-right: 72px;
        float: right;
    }
    body.home #featured-work h2 {
        margin: 0 0 -23px;
    }
    body.page:not(.home) #featured-work h2 {
        margin: 0 0 -13px;
    }
    body.archive #featured-work h2 {
        margin: 0 0 -8px;
        font-size: 6em;
        letter-spacing: -0.07em;
    }
    #featured-work article:not(.featured-article) {
        width: 33%;
    }
    #featured-work article:not(.featured-article):nth-child(3n+1) {
        padding-right: 24px;
        clear: left;
    }
    #featured-work article:not(.featured-article):nth-child(3n+2) {
        padding-right: 12px;
        padding-left: 12px;
    }
    #featured-work article:not(.featured-article):nth-child(3n) {
        padding-left: 24px;
    }
    #site-navigation li {
        padding-left: 18px;
        float: left;
    }
    .home #site-navigation {
        top: 24px;
        right: 24px;
    }
    .bio-title {
        margin-left: 1em;
    }
    .bio-wrapper div:not(.textwidget) {
        display: table-cell;
        vertical-align: middle;
    }
    .bio-title,
    .bio-wrapper .textwidget,
    .bio-wrapper .textwidget p {
        margin-bottom: 0;
        float: left;
    }
    .bio-wrapper img {
        width: auto;
        max-height: 110px;
    }
    #colophon {
        text-align: center;
    }
    .lSAction > a {
        top: 250px;
    }
    .books-inner ul.review p:not(.reviewer) {
        white-space: nowrap;
        margin-top: 0.5em;
    }
    .books-inner ul.review li,
    .post-type-archive-book ul.review li{
        text-align: right;
    }
    .books-inner ul.review p.reviewer {
        margin: 0 1em 0;
    }
    .home .header-image {
        content: '';
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        opacity: 0.7;
    }
   body:not(.home) #primary:not(.no-sidebar) {
        width: 70%;
        border-right: 1px solid #dfe2e6;
        padding-right: 36px;
        padding-left: 60px;
    }
    #secondary {
        width:30%;
        padding: 52px 36px;
    }
    body:not(.home) #primary,
    #secondary {
        float: left;
    }
    p.search-bt {
        top: 24px;
        right: 24px;
    }
    .filters-inner {
        position: absolute;
        right: 0;
        text-align: right;
        overflow: hidden;
    }
    .filters-inner input {
        border: 0;
        margin: 0 -7px 0 0;
        background: #000;
        border-radius: 0;
        color: #fff;
        font-size: 1em;
        opacity: 1;
        background-image: repeating-linear-gradient(-45deg, #000, #000 4px, #212121 3px, #212121 6px);
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    }
    .filters-inner input:hover {
         opacity: 0.8!important;
    }
    .filters-inner input:active,
    .filters-inner input:focus {
         opacity: 1!important;
    }
    #featured-work article.featured-article:nth-child(2),
    #featured-work article.featured-article:nth-child(3) {
        width: 50%;
        float: left;
    }
    #featured-work article.featured-article:nth-child(3) {
        padding-left: 18px;
    }
    #featured-work article.featured-article:nth-child(2) {
        padding-right: 18px;
    }
    #featured-work article.featured-article:nth-child(2) .featured-text,
    #featured-work article.featured-article:nth-child(3) .featured-text {
        margin-left: 47px;
    }
    article.featured-article:nth-child(2) .featured-publication,
    article.featured-article:nth-child(3) .featured-publication {
        margin: 0 0 0 -70px;
    }
    #featured-work article.featured-article:nth-child(2) .featured-text,
    #featured-work article.featured-article:nth-child(3) .featured-text {
        padding: 0 48px 48px;
    }
   .post-type-archive-book .books-featured article:first-of-type .book-text-wrapper {
        float: left;
        margin-left: -33.333%;
        padding-left: 33.333%;
        padding-right: 48px;
        width: 100%;
    }
    /*
    .post-type-archive-book .books-featured article:not(:first-of-type) {
     width: 50%;
        float: left;
    }
    .post-type-archive-book .books-featured article:not(:first-of-type):nth-child(odd) {
        padding-left: 24px;
    }
    .post-type-archive-book .books-featured article:not(:first-of-type):nth-child(even) {
        padding-right: 24px;
        clear: left;
    }
    */
    .post-type-archive-book .books-featured article:not(:first-of-type) .post-thumbnail {
        display: block;
        width: 25%;
        float: left;
     }
     .post-type-archive-book .books-featured article:not(:first-of-type) .book-text-wrapper {
        width: 75%;
        float: left;
        padding-left: 36px;
     }
    .post-type-archive-book section:not(.books-list) article:first-of-type .post-thumbnail img {
        width: 33.333%;
        float: right;
        text-align: right;
    }
    .books-inner ul.review p.reviewer,
    .post-type-archive-book ul.review p.reviewer {
        text-align: right;
    }
    .wp-block-gallery .blocks-gallery-item figcaption {
        height: 100%;
        background: #000;
        z-index: 1;
        font-size: 1em;
    }
    .wp-block-gallery .blocks-gallery-item figure img {
        z-index: 2;
        position: relative;
        opacity: 1;
        transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
    }
    .wp-block-gallery .blocks-gallery-item figure img:hover {
        opacity: 0.3;
    }
    .public-speaking .post-thumbnail {
        float: right;
    }
    .public-speaking .post-thumbnail img {
        margin-left: 48px;
    }
    .public-speaking-intro p:first-of-type {
        font-size: 2em;
        margin-top: 48px;
    }
    .books-list article .post-thumbnail {
        width: 25%;
        float: left;
    } 
    .books-list article .text-wrapper {
        width: 75%;
        float: left;
        padding-left: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .home .header-image {
        content: '';
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        opacity: 0.7;
    }
    #site-navigation {
        width: 100%;
        top: 0;
        right: 0;
        z-index: 100;
    }
    #site-navigation button {
        width: 100%;
    }
    .menu-top-menu-container {
        background: rgba(0, 0, 0, 0.9);
        text-align: center;
        box-shadow: #0000004f 0px 5px 3px;
    }
     .menu-top-menu-container a {
        padding: 18px 24px;
     }
     .menu-toggle {
        height: 42px;
        outline: 0;
        background: none;
        border: 0;
        text-indent: -9999px;
    }
     .toggled .menu-toggle {
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid #252525;
     }
    .menu-toggle:before {
        content: "";
        position: absolute;
        right: 12px;
        top: 16px;
        width: 2em;
        height: 0.3em;
        background: #fff;
        box-shadow: 0 1.2em 0 0 #fff, 0 0.6em 0 0 #fff;
        z-index: 200;
    }
    .main-navigation li {
        border-bottom: 1px solid #252525;
        }
    .books-inner ul.review p:not(.reviewer) {
        text-indent: -0.5em;
        margin: 0 1em 6px -1em;
        padding-left: 1em;
    }
    body:not(.home) #site-navigation {
        position: absolute;
    }
    #secondary {
        border-top: 1px solid #dfe2e6;
        padding-top: 36px;
    }
    body:not(.home) #featured-work h2 {
        text-align: center;
    }
    #featured-work article.featured-article:nth-child(2),
    #featured-work article.featured-article:nth-child(3) {
        max-width: 410px;
        margin: 0 auto 48px;
    }
     body.single-book .book-img {
        text-align: center;
     }
     .post-type-archive-book .books-featured article:first-of-type .post-thumbnail img,
    body.single-book .book-img img {
        max-height: 65vh;
        width: auto;
    }
    .post-type-archive-book .books-featured article:first-of-type .post-thumbnail {
        display: block;
        text-align: center;
        margin-bottom: 24px;
    }
     .wp-block-gallery .blocks-gallery-item figcaption  {
        display: none;
     }
}

@media only screen and (max-width: 768px) and (min-width: 451px) {
    .bio-wrapper img {
        width: 180px;
        margin-right: 24px;
        float: left;
    }
    .lSAction > a {
        top: 300px;
    }
    body:not(.home).page .featured-work-wrapper {
        margin-top: 96px;
    }
    .filters-wrapper {
        margin-top: -88px;
        position: relative;
        z-index: 100;
    }
    .filters-inner input {
    width: 32%;
    margin-bottom: 48px;
    display: block;
    float: left;
    background: #000;
    color: #fff;
    font-size: 1em;
    border: 0;
    border-radius: 0;
    padding: 12px;
    }
    .filters-inner input:nth-child(2) {
        margin: 0 2%;
    }
    .outer-wrapper,
    body.post-type-archive-book #primary,
    #primary.public-speaking {
        padding: 48px;
    }
    .home .site-branding {
        top: 15%;
    }
    .updates {
        bottom: 4.5em;
    }
    #header-caption,
    .updates .box {
        margin: 24px 48px 24px;
    }
    .books-block header h1,
    .books-block header h2,
    .books-block header h3,
    .books-content {
        padding-right: 72px;
    }
    .books-block figure {
        text-align: center;
    }
    #featured-work h2 {
        margin: 0 0 -11px;
    }
    #featured-work article:not(.featured-article) {
        width: 50%;
    }
    body:not(.archive) #featured-work article:nth-child(even) {
        padding-left: 18px;
    }
    body:not(.archive) #featured-work article:nth-child(odd) {
        padding-right: 18px;
    }
    body.archive:not(.home) #featured-work article:not(.featured-article):nth-child(even) {
        padding-right: 18px;
    }
    body.archive:not(.home) #featured-work article:not(.featured-article):nth-child(odd) {
        padding-left: 18px;
    }
    article.featured-article:nth-child(2)  .featured-text,
    article.featured-article:nth-child(3)  .featured-text {
        width: 92%;
        margin-left: 4%;
        padding: 0 8% 36px;
    }
    article.featured-article:nth-child(2) .featured-publication,
    article.featured-article:nth-child(3) .featured-publication {
        margin: 0px 0 0 -15.5%;
        font-size: 1.5em;    
    }
    #featured-work article.featured-article:nth-child(2) .featured-text p:nth-child(2) a,
    #featured-work article.featured-article:nth-child(3) .featured-text p:nth-child(2) a {
        font-size: 2.2em;
    }
    p.search-bt {
        top: 14px;
        right: 48px;
    }
    body.archive #featured-work h2 {
        margin: 0 0 -8px;
        font-size: 5em;
        letter-spacing: -0.07em;
    } 
    #secondary {
        margin-top: 48px;
        padding: 48px;
    }
    .public-speaking-intro p:first-of-type {
        font-size: 1.6em;
    }
}

@media only screen and (min-width: 641px)  {
    .main-search form input[type="search"] {
        width: 80%;
    }
    .main-search form input[type="submit"] {
        width: 18%;
        float: right;
    }
    article.featured-article:first-child .featured-publication {
        font-size: 1.8em;
        margin: 0 0 0 -60px;
    }
    .grid-sizer,
    .grid-item {
        width: 31.333%; 
    }
    .book-review li {
        margin: 0 1% 36px;
    }
    .group-wrapper {
        width: 50%;
        float: left;
    }
    .group-wrapper:first-child {
        padding-right: 18px;
    }
     .group-wrapper:not(:first-child) {
        padding-left: 18px;
     }
     .books-list article {
        width: 50%;
        float: left;
    }
    .books-list article:nth-child(odd) {
        clear: left;
        padding-right: 24px;
    }
    .books-list article:nth-child(even) {
        padding-left: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .main-search form input[type="search"] {
        width: 100%;
    }
    .main-search form input[type="submit"] {
        width: 100%;
        margin-top: 24px;
    }
    #featured-work article.featured-article:first-child {
        max-width: 410px;
        margin: 0 auto 48px;
    }
    .books-list article .post-thumbnail {
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) and (min-width: 451px)  {
    article.featured-article:first-child .featured-text {
        width: 92%;
        margin-left: 4%;
        padding: 0 8% 36px;
    }
    article.featured-article:first-child .featured-publication {
        margin: 0px 0 0 -15.5%;
        font-size: 1.5em;    
    }
    #featured-work article.featured-article:nth-child(1) .featured-text p:nth-child(2) a {
        font-size: 2.2em;
    }
    .grid-sizer,
    .grid-item {
        width: 46%; 
    }
    .book-review li {
        margin: 0 2% 36px;
    }
}

@media only screen and (min-width: 451px) {
    .home .site-branding {
        width: 33.333%;
        max-width: 340px;
        left: 50%;
        transform: translate(-50%, -45%);
    }
    .home #masthead {
        height: 100vh;
        min-height: 660px;
    }
    .home .header-image {
        height: 100vh;
        min-height: 660px;
    }
    .updates {
        position: absolute;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
    }
    .home .site-description {
        width: 100%;
        letter-spacing: 0.47em;
    }
    .home .site-branding {
        position: absolute;
    }
    #header-caption {
        position: absolute;
        right: 24px;
        bottom: 12px;
    }
    .updates .box {
        border: 2px solid #fff;
    }
    .updates .events a {
        padding: 10px 30px;
        position: absolute;
        bottom: -1px;
        right: -1px;
    }
    .updates .box {
        background: rgba(0, 0, 0, 0.3);
    }
    .updates .events {
        padding: 18px 18px 48px;
    }
    #books h2:first-child {
        padding: 36px 60px 0 67px;
    }
    .books-block header h1,
    .books-block header h2,
    .books-block header h3,
    .books-content {
        padding-left: 72px;
    }
    .lSSlideOuter {
        margin: 0 -5px;
    }
    .books-block figure img {
        max-height: 480px;
    }
    .lSAction > .lSPrev {
        background-position: 0 50%;
        left: -5px;
    }
    .lSAction > .lSNext {
        background-position: -48px 50%;
        right: -5px;
    }
    .bio-wrapper .textwidget p {
        margin-top: 0.3em;
        margin-left: 0.3em;
    }
    .featured-work-inner .showmore {
        padding: 18px;
    }
    .post-type-archive-book .books-featured article:first-of-type .entry-title,
    .books-inner ul.review p:not(.reviewer) {
        font-size: 3.2em;
    }
     .post-type-archive-book .books-featured article:not(:first-of-type) .entry-title {
        font-size: 2.2em;
     }
    .post-type-archive-book .books-featured article:first-of-type ul.review p:not(.reviewer) {
        font-size: 2.8em;
    }
    #featured-work article:not(.featured-article) {
        float: left;
    }
    body:not(.home) .site-description {
        letter-spacing: 0.27em;
    }
    body:not(.home) #content {
	    padding: 48px 2em;
	}
    article.featured-article:nth-child(2) .featured-publication,
    article.featured-article:nth-child(3) .featured-publication {
        font-size: 1.5em;    
    }
    body:not(.home) .site-title {
        max-width: 250px;
    }
    p.search-bt {
        width: 24px;
    }
    body.single-article h1.entry-title,
    body.single-post h1.entry-title,
    body.single-book h1.entry-title {
         font-size: 2.8em;        
    }
    body.blog .post-thumbnail img,
    body.category .post-thumbnail img,
    body:not(.post-type-archive-book).post-type-archive .post-thumbnail img {
        max-height: 150px;
        max-width: 200px;
        width: auto;
        height: auto;
        float: right;
        margin: -4em 0 0 24px;
    }
    body.blog h2.entry-title,
    body.category h2.entry-title,
    body:not(.post-type-archive-book).post-type-archive h2.entry-title {
        font-size: 2em;
        padding-right: 212px;
    }
    body:not(.home) #primary:not(.no-sidebar) {
        padding: 48px;
    }
    .post-type-archive-book .books-featured article:first-of-type  h2.book-sub-title {
        margin-top: -1.5em;
    }
    .post-type-archive-book .books-featured article:not(:first-of-type)  h2.book-sub-title {
        margin-top: -1em;
    }
    .post-type-archive-book .books-featured article {
        margin-top: 24px; 
    }
}

@media only screen and (max-width: 450px)  {
    .home .site-branding {
        width: 100%;
        margin-top: 12vh;
        position: relative;
    }
    .updates {
        padding: 36px 24px;
        position: relative;
    }
    .updates .box {
        background: rgba(0, 0, 0, 0.5);
    }
    .updates .events a {
        width: 100%;
        text-align: center;
        padding: 8px;
    }
    .updates .events {
        padding: 24px 24px 48px;
    }
     .home .site-branding h1 {
        width: 60%;
        margin: 0 auto;
     }
    .home .site-description {
        width: 80%;
        margin: 0 auto;
        letter-spacing: 0.43em;
    }
    .home .header-image {
        position: absolute;
    }
    #header-caption {
        position: relative;
        padding: 0 36px 24px;
    }
    .books-block figure img {
        max-height: 300px;
    }
    #books h2:first-child {
        padding: 24px 24px 0;
    }
    #books header {
        padding: 0 24px;
    }
    #books h1 {
        font-size: 1.5em;
    }
    #books h2 {
        font-size: 1.2em;
    }
    #books figure {
        margin: 36px 0 0;
        text-align: center;
    }
    #featured-work h2 {
        margin: 0 0 -6px;
    }
    .lSAction > .lSPrev {
        background-position: 0 50%;
        left: 0;
        top: 300px;
    }
    .lSAction > .lSNext {
        background-position: -48px 50%;
        right: 0;
         top: 300px;
    }
    .featured-work-wrapper,
    body.post-type-archive-book #primary,
    .books-content,
    #primary.public-speaking {
        padding: 24px;
    }
    .bio-title {
        margin-bottom: 0;
    }
    .bio-wrapper img {
        max-width: 220px!important;
        margin: 18px auto;
        margin-bottom: 18px;
    }
    .bio-wrapper .textwidget p {
        margin-top: 0.3em;
    }
    .bio-wrapper .textwidget p a {
        margin-top: 1em;
        display: inline-block;
    }
    .featured-work-inner .showmore {
        padding: 12px;
    }
    .books-inner ul.review p:not(.reviewer) {
        font-size: 2.5em;
    }
    body:not(.home) .site-description {
        letter-spacing: 0.18em;
    }
    body:not(.home) #content {
	    padding: 36px 1em;
	}
	.filters-wrapper {
	    margin-bottom: 24px;
	    text-align: center;
	}
	.filters-inner input {
	    background: #fff;
	    font-size: 1em;
	    border: 0;
	    padding: 0;
        color: #1c3a7d;
	}
    .filters-inner input:not(:last-child) {
        border-right: 1px solid #d5d7da;
        padding-right: 12px;
        margin-right: 6px;
    }
    article.featured-article .featured-text {
        width: 92%;
        margin: 0 auto;
        padding: 0 6% 96px;
        position: relative;
    }
    article.featured-article .featured-publication {
        margin: 0 0 0 -12.5%;
        font-size: 1.2em;    
    }
    body:not(.home) .site-title {
        max-width: 220px;
    }
    p.search-bt {
        width: 20px;
    }
    p.search-bt {
        top: 15px;
        right: 43px;
    }
    body:not(.home) h1.entry-title,
    body:not(.home) h1.page-title,
    body:not(.home) h2.entry-title {
        font-size: 1.5em;
    }
    body.archive #featured-work h2 {
        margin: 0px 0 -5px;
        font-size: 3em;
        letter-spacing: -0.07em;
    }
    body:not(.home) #primary:not(.no-sidebar) {
        padding: 24px;
    }
    #secondary {
        margin-top: 36px;
        padding: 24px;
    }
    body.blog .post-thumbnail {
        text-align: center;
        display: block;
    }
    body.blog .post-thumbnail img {
        max-height: 50vh;
        width: auto;
    }
    .book-review li {
        margin-bottom: 48px;
    }
    body.single-book h1.entry-title,
    .post-type-archive-book .books-featured article:first-of-type .entry-title,
    .books-inner ul.review p:not(.reviewer) {
        font-size: 2.2em;
    }
    .post-type-archive-book .books-featured article {
        margin-top: 24px; 
    }
     .post-type-archive-book .books-featured article:first-of-type h2.book-sub-title {
        margin-top: -1.1em;
     }
    .post-type-archive-book .books-featured article:not(:first-of-type) h2.book-sub-title {
        font-size: 1.1em;
        margin-top: -0.5em;
        margin-bottom: 1em;
        line-height: 1.3;
    }
    .wp-block-gallery .blocks-gallery-item {
        width: 100%;
        margin: 0 0 16px;
    }
    .public-speaking .post-thumbnail img {
        margin-top: 18px;
    }
    .public-speaking-intro p:first-of-type {
        font-size: 1.5em;
    }
}

.public-speaking-intro:after {
    content: '';
    display: table;
    clear: both;
}
