html,body {
	background: #fdf8e8;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 0;
}
body {
	color: #333;
	padding: 0;
}
img {
	height: auto;
}
strong {
	font-weight: 700;
}
hr {
	border: none;
	background: #e9a80c;
	height: 4px;
	margin: 60px auto;
	max-width: 600px;
	opacity: 0.7;
	width: 90%;
}
h1 {
	color: #f82b53;
	font-family: "Playfair Display", serif;
	font-size: 2.5rem;
	padding-bottom: 20px;
}
h1.page_title {
	color: #e9a80c;
	font-size: 3.5em;
	padding: 20px 0 40px 0;
	text-align: center;
}
article.type-book h1.page_title {
	text-align: left;
}
h2 {
	color: #f82b53;
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	padding-bottom: 20px;
}
h3 {
	font-family: "Playfair Display", serif;
	font-size: 1.5rem;
	padding-bottom: 20px;
}
h4 {
	color: #666;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
h5 {
	font-size: 0.875em;
	font-weight: 700;
	padding-top: 40px;
	text-transform: uppercase;
}
p {
	line-height: 180%;
	padding-bottom: 20px;
}
blockquote {
	color: #304180;
	font-family: "Playfair Display", serif;
	letter-spacing: 0.063em;
	line-height: 160%;
	padding-bottom: 20px;
}
cite {
	color: #cd8e06;
	display: block;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
a {
	color: #ed5a2f;
	text-decoration: none;
}
a:hover {
	color: #304180;
}
.read_more {
	font-size: 0.875em;
	padding-bottom: 40px;
	text-transform: uppercase;
}
a.more,
.button,
p.button > a,
.nav-previous a,
.nav-next a {
	background-color: #455696;
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	letter-spacing: 0.063em;
	padding: 20px 50px;
	text-transform: uppercase;
}
a.more:hover,
.button:hover {
	opacity: 0.8;
}
p.button {
	background-color: transparent;
	display: block;
	font-size: 1rem;
	padding: 0 0 20px 0;
}

.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: 1200px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 60px 15px 20px 15px;
}

article ul,
.page_wrapper ul {
	margin: 20px 20px 40px 20px;
	list-style-type: circle;
}
article ol,
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
	list-style-type: square;
}
.page_wrapper ul li,
.page_wrapper ol li,
article ul li,
article ol li {
	line-height: 150%;
	margin: 15px;
}
article ul li,
.page_wrapper ul li {
	list-style-type: square;
	padding-left: 20px;
}
article ol li,
.page_wrapper ol li {
	list-style-type: decimal;
}


.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 15px auto;
	text-align: center;
}

.alignright,
.wp-block-image .alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

@media( max-width: 750px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		display: block;
		float: none;
		margin: 15px auto;
	}

}

.two_col_wrapper {
	display: table;
	width: 100%;
}
.two_col_wrapper .col {
	display: table-cell;
	vertical-align: top;
	width: 49%;
}

@media( max-width: 1000px ) {
	.two_col_wrapper {
		display: block;
	}
	.two_col_wrapper .col {
		display: block;
		width: 100%;
	}
}

/* header / navigation */
#site_header {
	background-image: url('../images/hero_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0;
	text-align: center;
}
#site_header .inner_wrapper {
	background: transparent url('../images/header_border_bg.png') 0 100% repeat-x;
	padding-bottom: 80px;
}
body.home #site_header .inner_wrapper {
	background: transparent url('../images/hp_header_border_bg.png') 0 100% repeat-x;
}
#site_header h1,
#site_header h2.header_title {
	color: #fff;
	font-size: 3.875em;
	opacity: 0.75;
	padding: 35px 0 25px 0;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.8 );
	text-transform: uppercase;
}
#site_header a {
	color: #fff;
}
#site_header hr {
	background: #fff;
	height: 6px;
	margin: 0 0 20px 0;
	opacity: 0.4;
	width: 100%;
	max-width: 100%;
}
#main_menu {
	vertical-align: top;
}
#main_menu ul {
	display: inline;
}
#main_menu li {
	display: inline-block;
}
#main_menu > ul > li ul {
	display: none;
}
#main_menu a {
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 22px;
	text-transform: uppercase;
}
#main_menu a:hover {
	opacity: 0.8;
}


#main_menu > ul > li:hover ul {
	background: ##e9a80c;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	display: block;
	padding: 6px 20px;
	position: absolute;
	width: 200px;
}
#main_menu > ul > li ul li {
	display: inline;
}
#main_menu > ul > li ul li a {
	display: block;
	padding: 10px 0;
	text-align: left;
}

#burger_button,
#menu_open_bg {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}

@media( max-width: 1000px ) {
	#site_header h1 {
		font-size: 3em;
	}
	#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 a {
		color: #000;
		display: block;
		padding: 8px 12px;
		width: 95%;
		text-align: left;
	}

	#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;
	}


	#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%;
	}
}
@media( max-width: 800px ) {
	#site_header h1 {
		font-size: 2.5em;
	}
}


/* homepage hero */
#hp_hero {
	display: table;
	padding-top: 80px;
	position: relative;
	width: 100%;
}
.hero_content {
	color: #010e2d;
	display: table-cell;
	padding: 0 50px 30px 50px;
	text-align: left;
	vertical-align: top;
	width: 54%;
}
.hero_content h2 {
	color: #fff;
	font-size: 3.375em;
}
.hero_content a {
	color: #fff;
}
.hero_content p {
	font-weight: 700;
}
.hero_image {
	display: table-cell;
	vertical-align: top;
	width: 45%;
}
.hero_image img {
	display: block;
	box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.4 );
	position: absolute;
}
@media( max-width: 1100px ) {
	.hero_image img {
		position: static;
		width: 100%;
	}
}
@media( max-width: 900px ) {
	#hp_hero {
		display: block;
		position: static;
	}
	.hero_content {
		display: block;
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}
	.hero_image {
		display: block;
		text-align: center;
		width: 100%;
	}
	.hero_image img {
		display: inline-block;
		max-width: 460px;
	}

}


/* quote callout */
#callout_quote {
	background: #fff;
	padding: 120px 0 150px 0;
	text-align: center;
}
#callout_quote blockquote {
	font-size: 2em;
	padding-bottom: 60px;
}
#callout_quote cite {
	font-size: 1.125rem;
	padding-top: 10px;
}
@media( max-width: 900px ) {
	#callout_quote blockquote {
		font-size: 1.75em;
	}
	#callout_quote cite {
		font-size: 1rem;
	}
}

/* homepage about */
#hp_portrait {
	margin-top: -107px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#hp_portrait img {
	border-radius: 107px;
}
#hp_about {
	background: #445696 url('../images/hp_about_bg.jpg') no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
#hp_about a {
	color: #fff;
	text-decoration: underline;
}
#hp_about a:hover {
	color: #f4bd1f;
}
#hp_about .content_wrapper {
	padding-top: 120px;
}
#hp_about h2 {
	background: transparent url('../images/header_text_bg.png') 50% 100% no-repeat;
	color: #bdcbfe;
	margin-bottom: 20px;
	padding: 15px 0;
}
#hp_about h2 a {
	color: #bdcbfe;
	text-decoration: none;
}#hp_about h2 a:hover {
	color: #fff;
}
#hp_about p {
	font-size: 1.125em;
	margin: 0 auto;
	max-width: 750px;
}
#hp_about .wp-block-group {
	display: inline-block;
	margin: 20px 30px;
	vertical-align: top;
	width: 320px;
}
#hp_about .wp-block-group h3 {
	color: #f4bd1f;
	font-size: 1.750rem;
	padding-bottom: 30px;
	text-align: center;
}
#hp_about .wp-block-group p {
	font-size: 0.875rem;
	text-align: left;
}

/* standard page */
div.standard_page h2 {
	color: #304180;
	font-family: "Playfair Display", serif;
}

/* site footer */
#site_footer {
	background: #455696 url('../images/footer_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	clear: both;
	color: #fff;
	font-size: 0.688em;
	letter-spacing: 0.063em;
	padding: 30px;
	text-align: center;
	text-transform: uppercase;
}
body.home #site_footer {
	background-color: #fff;
	background-image: none;
	color: #666;
}
#site_footer a {
	color: #fff;
}
body.home #site_footer a {
	color: #666;
}
#social_nav {
	padding-bottom: 10px;
}
#social_nav a {
	background-image: url('../images/sprite_social.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 40px;
	margin: 15px;
	width: 40px;
}
#social_nav a span {
	display: none;
}
#social_nav a.twitter	{ background-position: 0 0; }
#social_nav a.facebook	{ background-position: -40px 0; }
#social_nav a.instagram	{ background-position: -80px 0; }
#social_nav a.youtube	{ background-position: -120px 0; }


/* book pages */
.books_list {
	text-align: center;
}
.books_list .book {
	display: inline-block;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	width: 49%;
}
.books_list .book img {
	box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.4 );
	max-width: 200px;
	width: 100%;
}
@media( max-width: 900px ) {
	.books_list .book {
		display: block;
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}
}

article.type-book {
	display: table;
	width: 100%;
}
.book_text {
	display: table-cell;
	padding-right: 50px;
	vertical-align: top;
}
.book_extras {
	display: table-cell;
	padding-top: 30px;
	text-align: center;
	vertical-align: top;
	width: 40%;
}
.book_extras img {
	box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.4 );
	margin-bottom: 30px;
	width: 100%;
}


@media( max-width: 800px ) {
	article.type-book {
		display: block;
	}
	.book_text {
		display: block;
		padding-right: 0;
	}
	.book_extras {
		display: block;
		margin: 0 auto;
		max-width: 550px;
		width: 100%;
	}
}

.buy_button {
	background-color: #455696;
	margin: 20px auto;
	width: 250px;
}
.hero_content .buy_button {
	display: inline-block;
	margin: 0 0 0 10px;
	width: auto;
}
.buy_button span {
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
}
.hero_content .buy_button span {
	font-size: 0.875em;
	font-weight: 400;
	padding: 20px 40px;
	width: auto;
}
@media( max-width: 800px ) {
	.hero_content .buy_button {
		display: block;
		margin: 15px auto;
		width: 250px;
	}

}
.buy_button nav {
	background-color: #455696;
	display: none;
	margin: 0;
	list-style: none;
	padding-bottom: 15px;
	position: absolute;
	width: 250px;
	z-index: 600;
}
.buy_button.open nav,
.buy_button:hover nav {
	display: block;
}
.buy_button nav a {
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 10px;
	text-align: center;
}
.buy_button nav a:hover {
	color: #f9d998;
}

#book_quotes {
	border-top: 5px #faeaba solid;
	margin-top: 60px;
	padding: 80px;
	text-align: center;
}
#book_quotes blockquote {
	font-size: 1.5em;
	padding-bottom: 30px;
}
#book_quotes cite {
	font-size: 1rem;
}
@media( max-width: 700px ) {
	#book_quotes {
		padding: 60px 0;
	}
}

/* blog / news */
.blog_wrapper article {
	margin-bottom: 60px;
}
.blog_wrapper h3 {
	padding-bottom: 10px;
}
time {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.single_wrapper time {
	padding-bottom: 40px;
	text-align: center;
}
.blog_wrapper a.more {
	padding: 14px 30px;
}
.next_previous {
	padding: 20px 0;
}
