html,body {
	background: #e5e3e2;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
}
body {
	color: #003;
}
a {
	color: #cb2d25;
	text-decoration: none;
}
a:hover {
	color: #cc9429;
}
strong {
	font-weight: 600;
}
p {
	line-height: 180%;
	padding-bottom: 20px;
}
h1,h2,h3,h4,h5 {
	font-family: "Source Serif Pro", serif;
	font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
}

h1,h2 {
	color: #222544;
	letter-spacing: 0.063rem;
}
h3,h4,h5 {
	color: #31736a;
	font-size: 1.125em;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
h1.page_title {
	padding-bottom: 20px;
}
h2.green,
h2.orange,
h2.red {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	font-size: 1.25em;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
h2.green	{ background-image: url('../images/header_line_green.png'); }
h2.orange	{ background-image: url('../images/header_line_orange.png'); }
h2.red		{ background-image: url('../images/header_line_red.png'); }

img {
	height: auto;
}
hr {
	border: none;
	background: #cfcecd;
	color: #cfcecd;
	height: 2px;
	max-width: 600px;
	margin: 0 auto 30px auto;
}
time {
	display: block;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignright,
.wp-block-image .alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 50px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
}

@media( max-width: 750px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		display: block;
		float: none;
		margin: 15px auto;
		text-align: center;
	}

}

.clear {
	clear: both;
}


blockquote {
	background: transparent url('../images/icon_quote.png') 0 7px no-repeat;
	line-height: 180%;
	padding: 0 0 20px 35px;
	text-align: left;
}
cite {
	color: #3b518d;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	text-transform: uppercase;
}


figure.aligncenter {
	text-align: center;
}
.wp-block-embed {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}

.wp-block-media-text {
	padding-bottom: 20px;
}

.wp-block-pb-accordion-item {
	padding: 8px 0;
}
.wp-block-pb-accordion-item h4 {
	text-transform: none;
}
.c-accordion__content {
	padding: 15px 30px;
}

@media( max-width: 950px ) {
	.wp-block-image {
		display: block;
		text-align: center;
	}
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1000px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 80px 25px 30px 25px;
}
.center_wrapper {
	text-align: center;
}

.page_wrapper h1 {
	font-size: 3em;
	padding-bottom: 15px;
}
.page_wrapper h2 {
	font-size: 2em;
	padding-bottom: 20px;
}
h2.subtitle {
	margin-top: -25px;
	position: relative;
}

.page_wrapper ul {
	margin: 20px 20px 40px 20px;
	list-style-type: none;
}
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
	list-style-type: decimal;
}

.page_wrapper ol li {
	font-size: 18px;
	line-height: 150%;
	margin: 15px;
}

.page_wrapper ul li {
	background: transparent url('../images/icon_quote.png') 0 0 no-repeat;
	line-height: 150%;
	list-style-type: none;
	margin: 15px 0;
	padding-left: 30px;
}
.page_wrapper ol li {
	list-style-type: decimal;
}
.page_wrapper article h3 {
	padding-bottom: 20px;
}

.more {
	color: #cc9429;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
.more:hover {
	color: #cb2d25;
}

.button {
	background-color: #3b518d;
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 10px 25px;
	text-transform: uppercase;
}


/* header / navigation */
#site_header {
	padding: 15px 0;
}
#site_header .inner_wrapper {
	display: table;
	width: 100%;
}
#site_header .logo {
	display: table-cell;
	padding-left: 30px;
	text-align: left;
	vertical-align: middle;
}
#main_menu {
	display: table-cell;
	padding-right: 30px;
	text-align: right;
	vertical-align: middle;
}
#main_menu ul {
	display: inline;
}
#main_menu li {
	display: inline;
}
#main_menu > ul > li ul {
	display: none;
}
#main_menu a {
	color: #000;
	display: inline-block;
	font-size: 0.688em;
	font-weight: 600;
	letter-spacing: 0.063em;
	margin-left: 5px;
	padding: 7px 10px 6px 10px;
	text-transform: uppercase;
	vertical-align: middle;
}
#main_menu a:hover,
#main_menu li.current-menu-item a {
	color: #cb2d25;
}

#main_menu .social a {
	background-image: url('../images/sprite_social.png');
	background-repeat: no-repeat;
	height: 23px;
	padding: 0;
	width: 23px;
}
#main_menu .social a span {
	display: none;
}
#main_menu .social a.twitter	{ background-position: 0 0; }
#main_menu .social a.instagram	{ background-position: -59px 0; }
#main_menu .social a.facebook	{ background-position: -29px 0; }

#main_menu > ul > li:hover ul {
	background: #f1efed;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	display: block;
	padding: 6px 20px;
	position: absolute;
	width: 200px;
	z-index: 50;
}
#main_menu > ul > li ul li {
	display: inline;
}
#main_menu > ul > li ul li a {
	display: block;
	font-size: 0.875em;
	padding: 7px 0;
	text-align: left;
}

#burger_button,
#menu_open_bg {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}

@media( max-width: 980px ) {
	#site_header {
		display: block;
		padding: 30px 0 15px 0;
	}
	#site_header .logo {
		display: block;
		margin: 0 auto;
		padding-left: 0;
		text-align: center;
	}
	#logo_link {
		display: block;
		margin-bottom: 20px;
	}
	#main_menu {
		background-color: #fff;
		border: 0 !important;
		display: block;
		height: 100vh;
		left: -310px;
		padding: 30px 0 20px 0;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 300px;
		z-index: 510;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu li {
		display: block;
	}
	#main_menu > ul > li ul,
	#main_menu > ul > li:hover ul {
		background: transparent;
		box-shadow: none;
		display: block;
		padding: 0 0 0 20px;
		position: static;
		width: auto;
	}
	#main_menu > ul > li ul li a {
		padding: 4px 0;
	}

	#main_menu a {
		color: #000;
		display: block;
		padding: 8px 12px;
		width: 95%;
		text-align: left;
	}
	#main_menu .social {
		display: block;
		padding-left: 12px;
	}
	#main_menu .social a {
		display: inline-block;
		padding: 0;
	}

	#burger_button {
		background: transparent url('../images/burger_button.png') no-repeat;
		cursor: pointer;
		display: inline-block;
		height: 25px;
		width: 30px;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	body.menu_open #burger_button {
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	body.menu_open #menu_open_bg {
		background-color: rgba( 0, 0, 0, 0.5 );
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}
}


/* homepage */
#hp_hero {
	background-image: url('../images/hp_hero_bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 405px;
	padding-top: 150px;
	text-align: center;
}
#hp_hero h1 {
	color: #fff;
	font-size: 4.875em;
}

@media( max-width: 600px ) {
	#hp_hero h1 {
		font-size: 3.75em;
	}

	.wp-block-gallery .blocks-gallery-item {
		display: block !important;
		margin-bottom: 20px;
		text-align: center !important;
		width: 100% !important;
	}
}


/* homepage blocks */
#latest_book {
	padding: 80px 0;
}
#latest_book .content_wrapper {
	max-width: 815px;
}
#latest_book h2 {
	font-size: 2.125rem;
	line-height: 1em;
	padding-bottom: 20px;
}
#latest_book h2 strong {
	display: block;
	font-size: 1.75rem;
}
#latest_book h3 {
	padding-bottom: 16px;
}
#latest_book .alignright {
	margin-left: 60px;
	margin-bottom: 30px;
}
@media( max-width: 750px ) {
	#latest_book .alignright {
		margin-left: auto;
	}
}

/* footer subnav */
#footer_subnav {
	display: table;
	width: 100%;
}
#footer_subnav a {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: table-cell;
	font-family: "Source Serif Pro", serif;
	font-size: 1.375em;
	font-weight: 600;
	padding: 200px 0;
	text-align: center;
	transition-property: opacity;
	transition-duration: 0.5s;
	vertical-align: middle;
	width: 33.3%;
}
#footer_subnav a.news		{ background-image: url('../images/subnav_news.jpg'); }
#footer_subnav a.bio		{ background-image: url('../images/subnav_bio.jpg'); }
#footer_subnav a.newsletter	{ background-image: url('../images/subnav_newsletter.jpg'); }

#footer_subnav a:hover {
	opacity: 0.8;
}
#footer_subnav a span {
	display: inline-block;
	vertical-align: middle;
}
@media( max-width: 1500px ) {
	#footer_subnav a {
		padding: 160px 0;
	}
}
@media( max-width: 1300px ) {
	#footer_subnav a {
		padding: 110px 0;
	}
}
@media( max-width: 820px ) {
	#footer_subnav {
		display: block;
		margin: 0 auto;
		width: 320px;
	}
	#footer_subnav a {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
}

/* single / single book */
#page_header {
	background-image: url('../images/header_subpage.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 135px;
}
body.page-template-default #page_header {
	background-image: url('../images/header_bio2.jpg');
}

#book_main .content_wrapper {
	display: table;
}
.col_main {
	display: table-cell;
	padding-right: 50px;
	vertical-align: top;
}
.col_extras {
	display: table-cell;
	vertical-align: top;
	width: 260px;
}
.col_extras img {
	width: 100%;
}
@media( max-width: 900px ) {
	#book_main .content_wrapper {
		display: block;
	}
	.col_main {
		display: block;
		padding-bottom: 30px;
		padding-right: 0;
	}
	.col_extras {
		display: block;
		margin: 0 auto;
	}
}

.buy_button {
	background-color: #cc9429;
	color: #fff;
	font-family: "Source Serif Pro", serif;
	margin: 20px auto;
	width: 250px;
}
.buy_button span {
	cursor: pointer;
	display: block;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
}
.buy_button nav {
	background-color: #cc9429;
	box-shadow: 0 2px 2px rgba( 0, 0, 0, 0.3 );
	display: none;
	margin: 0;
	list-style: none;
	padding-bottom: 15px;
	position: absolute;
	width: 250px;
	z-index: 600;
}
.buy_button.open nav {
	display: inline-block;
}
.buy_button nav h4 {
	color: #fff;
	opacity: 0.6;
	padding: 8px 12px;
	text-align: left;
}
.buy_button nav a {
	color: #fff;
	display: block;
	padding: 8px 15px;
	text-align: left;
}
.buy_button nav a:hover {
	color: #060b1b;
}
@media ( hover:hover ) {
	.buy_button:hover nav {
		display: inline-block;
	}
}
@media( max-width: 550px ) {
	.buy_button nav {
		margin: 0;
		left: 8vw;
		list-style: none;
		padding-bottom: 15px;
		position: absolute;
		text-align: center;
		width: 84vw;
		z-index: 600;
	}
}

#book_reviews,
#book_gallery {
	padding-top: 50px;
}

/* newsletter */
#newsletter {
	background: #050b1c url('../images/newsletter_bg.png') 98% 100% no-repeat;
	padding: 50px 0 40px 0;
	text-align: center;
}
#newsletter h2.red {
	color: #fff;
}
#newsletter p {
	color: #dbdfeb;
	font-size: 0.875em;
	margin: 0 auto;
	text-align: center;
	width: 60%;
}

#newsletter input {
	border: 0;
	background-color: #fff;
	font-family: "Source Serif Pro", serif;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 1em;
	margin: 6px;
	text-transform: uppercase;
}
#newsletter input[type="email"] {
	background-color: #cfcecf;
	min-width: 300px;
	padding: 13px 5px;
	width: 40%;
}
#contact_form {
	margin: 30px auto;
	width: 340px;
}
#contact_form input,
#contact_form textarea {
	border: 0;
	background-color: #fff;
	font-family: "Source Serif Pro", serif;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 1em;
	margin: 6px;
	width: 100%;
	padding: 8px;
	text-transform: uppercase;
}
#contact_form input {
	margin: 0;
}
#contact_form textarea {
	height: 130px;
	text-transform: none;
}
#contact_form label {
	display: block;
}
#c_last_name {
	display: none;
}
#newsletter input[type="submit"],
#contact_form input[type="submit"] {
	background-color: #3b518d;
	color: #fff;
	padding: 15px 25px;
}
.form_error {
	color: #c00;
	display: block;
	padding: 5px;
}

/* blog */
#blog {
	padding-bottom: 30px;
}
.blog_wrapper {
	display: table;
	max-width: 1200px;
}
.blog_wrapper .col_main {
	display: table-cell;
	padding-right: 70px;
	vertical-align: top;
}
.blog_wrapper .col_sidebar {
	display: table-cell;
	width: 250px;
	padding-top: 80px;
	vertical-align: top;
}
.col_sidebar section {
	padding: 20px 0;
}
.col_sidebar h4 {
	color: #222544;
	font-size: 0.875em;
}


.col_sidebar #custom_html-2 p {
	font-size: small;
}
#s {
	background: #fff url('../images/icon_search.png') 98% 50% no-repeat;
	border: 0;
	font-size: 0.75em;
	padding: 12px;
	text-transform: uppercase;
	width: 100%;
}
#searchsubmit {
	display: none;
}
.widget_categories .cat-item-1 {
	display: none;
}
.widget_categories ul,
.widget_categories ul li {
	display: inline;
}
.widget_categories a {
	color: #cb2d25;
	display: block;
	border-bottom: 1px #cfcecd solid;
	font-size: 0.688rem;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 6px 4px 6px 10px;
	text-transform: uppercase;
}
.widget_categories a:hover {
	color: #cc9429;
}
.single_content h1 {
	padding-bottom: 5px;
}
@media( max-width: 900px ) {
	.blog_wrapper {
		display: block;
	}
	.blog_wrapper .col_main {
		display: block;
		padding-right: 0;
	}
	.blog_wrapper .col_sidebar {
		display: block;
		margin: 30px auto;
	}
}

.blog_list h2 {
	font-size: 1.75rem;
	padding-bottom: 0;
}
.blog_list h2 a {
	color: #050b1c;
}
.blog_list h2 a:hover {
	color: #cc9429;
}
.blog_list h2 span {
	font-size: 0.75em;
}
.blog_list article {
	display: table;
	padding: 20px 0;
	width: 100%;
}
.post_cat_links {
	font-size: 0.75em;
	font-weight: 600;
}
.post_cat_links a {
	letter-spacing: 0.063em;
	margin: 6px;
	text-transform: uppercase;
}
.post_block_thumb {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	width: 270px;
}
.post_block_thumb img {
	width: 100%;
}
.post_block_content {
	display: table-cell;
	vertical-align: top;
}
.blog_wrapper time {
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
}
.next_previous {
	margin: 0 auto;
	max-width: 940px;
	padding: 80px 0;
	text-align: center;
}
.next_previous a {
	background-color: #3b518d;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 0.813em;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 15px 40px;
	text-align: center;
	text-transform: uppercase;
}
.next_previous a:hover {
	opacity: 0.8;
}
.nav_next,
.nav_previous {
	display: inline;
	margin: 0 10px;
}
.archive_wrapper hr {
	margin: 0 auto;
	opacity: 0.3;
}
.term_header {
	font-size: 1.25em;
	padding-bottom: 40px;
	text-align: center;
}

@media( max-width: 800px ) {
	.blog_list article {
		display: block;
	}
	.post_block_thumb {
		display: block;
		padding-right: 0;
		margin: 0 auto 20px auto;
	}
	.post_block_content {
		display: block;
		margin: 0 auto;
		max-width: 650px;
	}

}

.single_next_previous {
	background: transparent url('../images/next_prev_divider.png') 50% 50% no-repeat;
	border-top: 1px #cfcecd solid;
	margin-top: 40px;
	font-size: 0.75em;
	font-weight: 600;
	line-height: 150%;
	padding: 15px 0;
	margin-top: 60px;
}
.single_next_previous h5 {
	color: #3b518d;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.single_next_previous .previous {
	background: transparent url('../images/arrow_prev.png') 0 50% no-repeat;
	float: left;
	padding-left: 40px;
	text-align: right;
	width: 40%;
}
.single_next_previous .next {
	background: transparent url('../images/arrow_next.png') 100% 50% no-repeat;
	float: right;
	padding-right: 40px;
	width: 40%;
}
@media( max-width: 700px ) {
	.single_next_previous {
		background: transparent;
	}
	.single_next_previous .previous,
	.single_next_previous .next {
		background: none;
		float: none;
		padding: 0 0 20px 0;
		width: 100%;
	}

}


/* site footer */
#siter_footer {
	color: #666;
	font-size: 0.75em;
	letter-spacing: 0.063em;
	padding: 80px 0 0 0;
	text-align: center;
}

.foogallery {
	margin-bottom: 20px;
}
.fg-default.fg-gutter-10 .fg-item {
	width: 200px;
}
