html,body {
	background: #fff;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
}
body {
	color: #0c161e;
}
body.home {
	background: #040406 url('../images/home_bg5.jpg') 50% 0 no-repeat;
	background-attachment: fixed;
	color: #fff;
}
strong {
	font-weight: 700;
}

h1.page_title {
	color: #0d2334;
	font-size: 2.75em;
	font-weight: 400;
	padding-bottom: 15px;
}
.book_text h1.page_title {
	padding-bottom: 0;
}
h2 {
	color: #e59c06;
	font-size: 1.75em;
	padding: 20px 0;
}
h2.subtitle {
	color: #7097b3;
	font-size: 1.15em !important;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 0 0 20px 0 !important;
	text-transform: uppercase;
}
h3 {
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


p {
	line-height: 180%;
	padding-bottom: 20px;
}
.wp-block-media-text {
	padding-bottom: 40px;
}
blockquote {
	padding-bottom: 10px;
}
cite {
	color: #14578a;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	text-transform: uppercase;
}
iframe {
	margin: 10px 20px 40px 20px;
	width: 100%;
}
time {
	color: #7097b3;
	display: block;
	font-size: 0.75em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

a {
	color: #cc8e10;
	text-decoration: none;
}
a:hover {
	color: #0d2334;
}
.wp-caption {
	font-size: 75%;
}

.clear {
	clear: both;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}

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

}


/* site header */
#site_header {
	background-color: #0d2334;
	padding-top: 25px;
	text-align: center;
}
body.home #site_header {
	background-color: transparent;
}
#site_header h1,
#site_header h2 {
	display: none;
}
#logo {
	height: auto;
	margin-bottom: 25px;
	max-width: 419px;
	width: 100%;
}

#burger_button,
#menu_open_bg {
	display: none;
}
#main_menu {
	border-top: 2px #556674 solid;
	text-align: center;
}
body.home #main_menu,
body.page-template-page-dev #main_menu {
	border-bottom: 2px #556674 solid;
}
#main_menu ul {
	display: inline;
	margin: 0;
	width: 100%;
}

#main_menu ul > li {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
#main_menu a {
	color: #fff;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 16px 20px;
	text-transform: uppercase;
}
#main_menu ul > li:first-child a {
	padding-left: 0;
}
#main_menu ul > li:last-child a {
	padding-right: 0;
}

#main_menu a:hover,
#main_menu a.active {
	color: #c5dcf8;
}

@media( max-width: 900px ) {
	#site_header {
		padding-bottom: 20px;
	}
	body.home #site_header,
	body.page-template-page-dev #site_header {
		padding-bottom: 0;
	}
	#main_menu {
		display: block;
		left: -310px;
		position: absolute;
		top: 0;
		background: #556674;
		box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.3 );
		height: 100%;
		padding: 20px 0;
		transition: all 1s;
		width: 300px;
		z-index: 502;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu ul > li,
	#main_menu ul > li:first-child a,
	#main_menu ul > li:last-child a {
		display: block;
		padding: 10px 5px;
	}

	#burger_button {
		background: transparent url('../images/burger_button.png') no-repeat;
		cursor: pointer;
		display: block;
		margin: 0 auto;
		height: 25px;
		width: 25px;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
		z-index: 501;
	}
	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.6 );
		display: block;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 500;
	}

}

/* content */
.content_wrapper {
	margin: 0 auto;
	max-width: 920px;
	min-width: 370px;
	padding: 0px 25px;
	width: 100%;
}
.page_wrapper {
	padding-top: 60px;
}
.archives {
	padding-bottom: 50px;
}

div.page_wrapper article ul {
	margin: 10px;
	list-style-type: circle;
}
div.page_wrapper article ol {
	margin: 10px;
	list-style-type: decimal;
}
div.page_wrapper article ul li,
div.page_wrapper article ol li {
	font-size: 18px;
	line-height: 150%;
	margin: 15px;
}
div.page_wrapper article ul li {
	list-style-type: circle;
}
div.page_wrapper article ol li {
	list-style-type: decimal;
}

article.page img,
article.page iframe {
	max-width: 100%;
}
article.page img {
	height: auto;
}

hr {
	background-color: #d4d9dc;
	border: 0;
	color: #f5f5f4;
	display: block;
	height: 1px;
	margin: 30px 0;
}
.page_wrapper article {
	padding-bottom: 30px;
}

.more_wrapper {
	padding: 20px 0;
	text-align: center;
}
a.more,
.next_previous a {
	background-color: #0d2334;
	color: #c0cad3;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 12px 50px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}
.next_previous a:hover,
a.more:hover {
	background-color: #c0cad3;
	color: #0d2334;
}
a.post_more {
	color: #cc8e10;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
}
a.post_more:hover {
	color: #7097b3;
}
.latest_book a:hover {
	color: #cc8e10;
}


.buy_button {
	background-color: #cc8e10;
	margin: 20px auto;
	width: 250px;
}
.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;
}
.buy_button nav {
	display: none;
}
.buy_button:hover nav,
.buy_button.open nav {
	background-color: #cc8e10;
	display: block;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 250px;
	z-index: 600;
}
.buy_button nav a {
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 5px 10px 15px 20px;
	text-align: left;
}
.buy_button nav a:hover {
	color: #f9d998;
}

.subnav {
	padding: 15px 0 20px 0;
}
.subnav a {
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding-bottom: 6px;
	padding-top: 6px;
	text-transform: uppercase;
}
.subnav a:hover,
.subnav a.active {
	color: #0d2334;
}
.subnav a.subpage {
	padding-left: 15px;
}


/* content columns */
.content_columns {
	display: table;
	width: 100%;
}
.content_columns .col_main {
	display: table-cell;
	padding-right: 40px;
	vertical-align: top;
	width: auto;
}
.content_columns .col_sidebar {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
	width: 300px;
}

.widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #eee solid;
}
.widget h4 {
	color: #0d2334;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.widget p {
	font-size: 0.875em;
}
.widget li {
	padding-bottom: 8px;
}
.widget li a {
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.widget a.more {
	background-color: #cc8e10;
	color: #fff;
	text-align: center;
	width: 100%;
}
.widget a.more:hover {
	background-color: #dc9e20;
	color: #fff;
}

#searchform {
	background-color: #eceeef;
	padding: 15px 8px;
	text-align: right;
	vertical-align: top;
}
#searchform label {
	display: none;
}
#searchform input[type="text"] {
	background-color: transparent;
	border: 0;
	height: 19px;
	display: inline-block;
	vertical-align: top;
	width: 220px;
}
#searchform input[type="submit"] {
	 background: transparent url('../images/icon_search.png') no-repeat;
	 border: 0;
	 display: inline-block;
	 font-size: 0 !important;
	 height: 19px;
	 vertical-align: top;
	 width: 19px;
}

@media( max-width: 850px ) {
	.content_columns {
		display: block;
	}
	.content_columns .col_main {
		display: block;
		margin: 0 auto;
		max-width: 650px;
		padding-bottom: 50px;
	}
	.content_columns .col_sidebar {
		display: block;
		margin: 0 auto;
		padding-bottom: 50px;
		padding-left: 0;
	}
}


/* homepage */
.single_book {
	display: table;
	width: 100%;
}
.single_book .book_text {
	display: table-cell;
	padding: 20px 20px;
	vertical-align: top;
}
.latest_book .book_text {
	background-color: rgba( 0, 0, 0, 0.4 );
}
.single_book .book_text h2 {
	font-size: 2.25em;
}
.single_book .book_text h3 {
	color: #657b8c;
}
body.home .book_image,
body.page-template-page-dev .book_image {
	padding-top: 10px;
}
body.home .book_image div.buy_button,
body.page-template-page-dev .book_image div.buy_button {
	margin-top: 40px;
}
body.home .book_image .buy_button span,
body.page-template-page-dev .book_image .buy_button span {
	padding: 12px 0;
}

.single_book .book_image {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
	width: 320px;
}
.single_book .book_image img {
	height: auto;
	width: 100%;
}

@media( max-width: 850px ) {

	.single_book {
		display: block;
		margin: 0 auto;
		max-width: 650px;
		width: 100%;
	}
	.single_book .book_text {
		display: block;
	}

	.single_book .book_image {
		display: block;
		margin: 40px auto;
		width: 300px;
	}
	.single_book .book_image img {
		height: auto;
		width: 100%;
	}
}

/* audiobook callout */


/* books slider */
#hp_books_slider {
	background: #0d2334;
	color: #fff;
}
#hp_books_slider .content_wrapper {
/*	border-top: 2px #2d4151 solid; */
	padding: 50px 25px;
}
body.single-book #hp_books_slider {
	background-color: #0d2334;
	border-top: 0;
}
#hp_books_slider h3 {
	color: #feb113;
	padding-bottom: 20px;
	text-align: center;
}
.books_slider {
	text-align: center;
}
.books_slider .slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	color: #d74128;
	cursor: pointer;
	border: 0;
	font-size: 0 !important;
	height: 39px;
	position: absolute;
	width: 23px;
	z-index: 300;
}
.books_slider .slick-track {
	height: 234px;
}
.books_slider .slick-prev {
	background-image: url('../images/slider_arrow_left.png');
	left: 0;
	margin-left: -50px;
	margin-top: 117px;
}
.books_slider .slick-next {
	background-image: url('../images/slider_arrow_right.png');
	margin-right: -35px;
	margin-top: -117px;
	right: 0;
}
.books_slider img {
	height: 232px;
	margin: 0 auto;
	width: auto;
}
@media( max-width: 1050px ) {
	.books_slider .slick-prev {
		margin-left: 1px;
	}
	.books_slider .slick-next {
		margin-right: 1px;
	}
}

/* homepage news list */
#hp_news {
	background-color: #fff;
	color: #000;
	padding: 50px 0;
}
#hp_news h3 {
	padding-bottom: 40px;
	text-align: center;
}
.news_list article {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	width: 100%;
}
.news_list div.post {
	margin-bottom: 50px;
}
.news_list article .post_image {
	min-width: 412px;
	text-align: center;
}
.books_list article .post_image {
	min-width: 300px;
}
.news_list article .post_content {
	padding-left: 55px;
	padding-right: 0;
	width: auto;
}
.books_list article h5 {
	color: #6092b7;
	font-size: 1.25em;
	font-weight: 400;
	padding-bottom: 8px;
}
.news_list article.reversed {
	flex-direction: row-reverse;
}
.news_list article.reversed .post_content {
	padding-left: 0;
	padding-right: 55px;
}

.news_list .post h4 a {
	color: #0d2334;
	display: block;
	font-size: 2em;
	padding-bottom: 10px;
}
.news_list .post h4 a:hover {
	color: #7099b9;
}
.news_list article .post_image img {
	height: auto;
	max-width: 412px;
	width: 100%;
}
.books_list article .post_image img {
	max-width: 300px;
}

#blog_page h1.page_title {
	float: left;
	width: 50%;
}
#blog_search {
	padding: 15px 0;
	text-align: center;
}
#blog_page #blog_search {
	float: right;
	padding: 0;
	text-align: right;
	width: 50%;
}
#blog_search input[type="text"] {
	background: transparent url('../images/icon_search.png') 10px 50% no-repeat;
	border: 1px #ccc solid;
	display: inline-block;
	padding: 12px 12px 12px 35px;
	width: 97%;
}
#blog_page div.news_list {
	margin-top: 50px;
}

@media( max-width: 900px ) {
	#blog_page h1.page_title {
		float: none;
		text-align: center;
		width: 100%;
	}
	#blog_page #blog_search {
		float: none;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
	#blog_search input[type="text"] {
		width: 310px;
	}
	.news_list article {
		display: block;
		margin: 0 auto 50px auto;
		max-width: 550px;
	}
	.news_list article .post_image {
		min-width: 300px;
		padding-bottom: 20px;
		text-align: center;
	}
	.news_list article .post_content {
		padding-left: 0;
	}
	.news_list article.reversed .post_content {
		padding-right: 0;
	}
}

/* homepage callout */
#hp_callout {
	background: #0d2334;
	padding-top: 30px;
}
#hp_callout h2 {
	color: #fff;
}
#hp_callout h3 {
	color: #feb113;
	letter-spacing: 0.125em;
	padding-bottom: 30px;
	text-align: center;
}
#hp_callout article a {
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	padding-top: 10px;
	text-transform: uppercase;
}

/* site footer */
#site_footer {
	background-color: #fff;
}
#site_footer .content_wrapper {
	border-top: 2px #e9e8e7 solid;
	padding: 25px 25px 50px 25px;
}
#site_footer img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#site_footer .copyright {
	background: transparent url('../images/footer_logo2.png') 0 50% no-repeat;
	color: #999;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.063em;
	min-height: 56px;
	padding-top: 20px;
	padding-left: 90px;
	text-transform: uppercase;
	vertical-align: top;
}
#site_footer .copyright p {
	padding-bottom: 0;
}

@media( max-width: 750px ) {
	#site_footer .content_wrapper {
		background: transparent url('../images/footer_molly.png') 50% 100% no-repeat;
		border-top: 2px #e9e8e7 solid;
		padding: 50px 25px 90px 25px;
	}

}

/* lair */
body.page-template-page-lair section.widget_media_image,
body.page-template-page-molly section.widget_media_image {
	text-align: center;
}
body.page-template-page-lair section.widget_media_image h4,
body.page-template-page-molly section.widget_media_image h4 {
	font-size: 75%;
}


/* novella */
body.page-template-page-novella article {
	font-family: 'Prata', 'Georgia', serif !important;
}
.novella_text h1.page_title {
	text-align: center;
}
.novella_text img.novella_page_image {
	margin-bottom: 30px;
}
.novella_text p.dropcap:first-letter {
	float: left;
	font-size: 3.5em;
	margin-right: 0.125em;
	margin-top: 0.375em;
}
.novella_text p.last {
	padding-top: 30px;
	text-align: center;
}

/* homepage audio book */
#hp_audio {
	background: #0d2334;
	color: #fff;
	padding: 50px 0;
}
#hp_audio a:hover {
	color: #fff;
}
#hp_audio h2,
#hp_audio h3 {
	color: #fff;
	letter-spacing: 0.063em;
	opacity: 0.7;
	text-align: center;
	text-transform: uppercase;
}
#hp_audio h2 {
	font-size: 1.5rem;
	padding-bottom: 10px;
}
#hp_audio h3 {
	font-size: 1.25rem;
	padding-bottom: 40px;
}
.audio_wrapper {
	display: table;
	width: 100%;
}
.audio_content {
	display: table-cell;
	padding-right: 90px;
	vertical-align: top;
}
.audio_content h4 {
	font-size: 1.75em;
	letter-spacing: 0.063em;
	padding-bottom: 20px;
}
.audio_content h5 {
	font-size: 1.125em;
	letter-spacing: 0.063em;
	padding-top: 20px;
	opacity: 0.7;
	text-align: center;
	text-transform: uppercase;
}
.read_more {
	display: block;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
.audio_extras {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 250px;
}

@media( max-width: 800px ) {
	.audio_wrapper {
		display: block;
	}
	.audio_content {
		display: block;
		padding-right: 0;
	}
	.audio_extras {
		display: block;
		margin: 30px auto;
	}
}
