html,body {
	background: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
body {
	color: #333;
}

strong {
	font-weight: 700;
}

h1 {
	color: #38608f;
	font-family: "Vidaloka";
	font-size: 2.75em;
	font-weight: 400;
	padding-bottom: 15px;
}
h1.page_title {
	color: #102848;
}

h2 {
	font-family: "Vidaloka", serif;
	font-size: 2.5em;
	letter-spacing: 0.063em;
	padding: 20px 0;
}
h3 {
	color: #38608f;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 8px;
}
h3.barred {
	background-image: url('../images/barred_blue.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #777;
	font-size: 0.813em;
	font-weight: 400;
	letter-spacing: 0.063em;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}
h4 {
	font-family: "Vidaloka";
	letter-spacing: 0.125em;
}

p {
	line-height: 180%;
	padding-bottom: 20px;
}
.wp-block-media-text {
	padding-bottom: 40px;
}
blockquote {
	font-size: 1.25em;
	padding: 10px 10px 30px 50px;
}
cite {
	color: #666;
	display: block;
	font-size: 0.813em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
}
iframe {
	margin: 10px 20px 40px 20px;
	width: 100%;
}
time {
	color: #666;
	display: block;
	font-size: 0.75em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

a {
	color: #102848;
	text-decoration: none;
}
a:hover {
	color: #38608f;
}
a.read_more {
	color: #576645;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
.wp-caption {
	font-size: 75%;
}
.photo_credit {
	color: #666;
	font-size: 0.75em;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 370px;
	padding: 0px 25px;
	width: 100%;
}
.page_wrapper {
	padding-top: 80px;
}

.content_columns {
	display: table;
	width: 100%;
}
.content_columns article {
	display: table-cell;
	padding-right: 50px;
	vertical-align: top;
}
.content_columns .col_sidebar {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 280px;
}

.button {
	background-color: #576645;
	border: 0;
	display: inline-block;
	color: #e7f6d5;
	cursor: pointer;
	font-size: 0.813em;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}
.button:hover {
	color: #fff;
}

.two_columns {
	display: table;
	width: 100%;
}
.two_columns .col_block {
	display: table-cell;
	vertical-align: top;
	width: 49.5%;
}

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

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

	.content_columns {
		display: block;
	}
	.content_columns article {
		display: block;
		padding-right: 0;
	}
	.content_columns .col_sidebar {
		display: block;
		margin: 30px auto;
	}

	.two_columns {
		display: block;
	}
	.two_columns .col_block {
		display: block;
		margin: 0 auto 50px auto;
		width: 340px;
	}
}

/* site header */
#site_header {
	left: 0;
	padding-top: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 100%;
	z-index: 1000;
}
#site_header_logo {
	text-align: left;
	padding-bottom: 38px;
}
#logo {
	max-width: 100%;
}
#site_header_nav {
	border-bottom: 4px #eae9e9 solid;
	border-top: 4px #eae9e9 solid;
	display: table;
	padding: 11px 0;
	vertical-align: middle;
	width: 100%;
}
#main_menu {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	z-index: 510;
}
#main_menu ul {
	display: inline;
}
#main_menu li {
	display: inline-block;
}
#main_menu a {
	color: #102848;
	display: block;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 15px;
	padding: 10px 15px;
	text-transform: uppercase;
}
#main_menu a:hover,
#main_menu li.current-menu-item a {
	color: #777;
}

#main_menu li ul {
	display: none;
}
#main_menu li:hover ul {
	background-color: #eae9e9;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
	display: block;
	padding: 15px;
	position: absolute;
	width: 200px;
}

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

#search_form {
	background-color: #fff;
	display: table-cell;
	padding: 0 5px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 200px;
}
#search_form span {
	display: inline-block;
	vertical-align: middle;
}
#search_text {
	border: 0;
	color: #576645;
	font-size: 13px;
	font-weight: 700;
	height: 28px;
	letter-spacing: 0.063em;
	line-height: 13px;
	text-transform: uppercase;
	width: 165px;
}
#search_submit {
	background: transparent url('../images/icon_search.png') 50% 50% no-repeat;
	border: 0;
	height: 18px;
	margin: 4px 0 0 0;
	padding: 0;
	width: 18px;
}

#site_header_nav .social_nav {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 185px;
}
.social_nav li {
	display: inline;
}
.social_nav a {
	background-image: url('../images/sprite_social_nav.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 33px;
	margin-left: 4px;
	vertical-align: middle;
	width: 33px;
}
.social_nav a.facebook	{ background-position: -1px 0; }
.social_nav a.twitter	{ background-position: -38px 0; }
.social_nav a.pinterest	{ background-position: -74px 0; }
.social_nav a.instagram	{ background-position: -111px 0; }

.social_nav a span {
	display: none;
}

@media( max-width: 1140px ) {
	#main_menu {
		text-align: center;
	}
	#main_menu a {
		margin: 0 8px;
		padding: 10px 12px;
	}
}

@media( max-width: 1010px ) {
	#site_header_logo {
		text-align: center;
	}
	#site_header_nav {
		display: block;
	}
	#main_menu {
		display: block;
	}

	#search_form {
		display: block;
		margin: 20px auto;
		text-align: center;
		width: 200px;
	}

	#site_header_nav .social_nav {
		display: block;
		text-align: center;
		width: 100%;
	}
}

@media( max-width: 800px ) {
	#site_header_inner {
		display: inline;
	}
	#site_header_nav {
		background-color: #dcd9d4;
		border: 0 !important;
		height: 100vh;
		left: -290px;
		padding: 40px 0 20px 0;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 280px;
		z-index: 510;
	}
	body.menu_open #site_header_nav {
		left: 0;
	}
	#main_menu li {
		display: block;
	}
	#main_menu a {
		color: #000;
		padding: 10px 10px 10px 30px;
		text-align: left;
	}

	#main_menu li ul {
		display: block;
		padding: 0 0 15px 25px;
	}
	#main_menu li:hover ul {
		background-color: transparent;
		box-shadow: none;
		padding: 0 0 15px 25px;
		position: static;
		width: auto;
	}
	#site_header_logo_link {
		display: block;
		padding-bottom: 10px;
		text-align: center;
	}
	#burger_button {
		background: transparent url('../images/burger_button.png') no-repeat;
		cursor: pointer;
		display: inline-block;
		height: 50px;
		width: 50px;
		-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%;
	}
}

/* page content */
#page_hero {
	background-image: url('../images/bg_hero.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 300px 0 100px 0;
}
.carousel_hero {
	padding: 200px 0 80px 0 !important;
}
#page_hero .inner_wrapper,
#hero_slider .inner_wrapper,
#hero_slider .inner_wrapper blockquote {
	color: #333;
	font-family: "Vidaloka";
	font-size: 2.75em;
	text-align: center;
	width: 100%;
}
#page_hero .inner_wrapper p,
#hero_slider .inner_wrapper p {
	line-height: 150%;
}
@media( max-width: 1140px ) {
	#page_hero .inner_wrapper,
	#hero_slider .inner_wrapper,
	#hero_slider .inner_wrapper blockquote {
		font-size: 2.25em;
	}
}

@media( max-width: 1010px ) {
	#page_hero {
		padding-top: 350px;
	}
}
@media( max-width: 800px ) {
	#page_hero {
		padding-bottom: 50px;
		padding-top: 150px;
	}
}

.page_wrapper article {
	margin: 0 auto;
	max-width: 930px;
}
.page_wrapper article p {
	font-size: 1.125em;
}
div.page_wrapper article ul {
	margin: 20px 20px 40px 20px;
	list-style-type: circle;
}
div.page_wrapper article ol {
	margin: 20px 20px 40px 20px;
	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;
}

ul.category_list li {
	display: inline-block !important;
	margin: 0 !important;
	padding: 10px 0;
	vertical-align: top;
	width: 33% !important;
}
ul.category_list li a {
	display: block;
	padding: 0 10px;
}


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,
.next_previous a {
	background-color: #38608f;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	padding: 20px 40px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}
.next_previous a:hover,
.more:hover {
	background-color: #18406f;
	color: #fff;
}
a.post_more {
	color: #cc8e10;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
}
a.post_more:hover {
	color: #7097b3;
}

.page_subnav .content_wrapper {
	border-bottom: 4px #faf7f5 solid;
	padding: 80px 15px 20px 15px;
	text-align: center;
}
.page_subnav nav a {
	color: #576645;
	display: inline-block;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 15px;
	padding: 10px 15px;
	text-transform: uppercase;
}
.page_subnav nav a:hover {
	color: #102848;
}



/* book sliders */
.block_books_slider .content_wrapper {
	max-width: 90%;
}
.block_books_slider .books_slider {
	margin-top: 25px;
}
.books_slider .slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	color: #d74128;
	cursor: pointer;
	border: 0;
	font-size: 0 !important;
	height: 58px;
	position: absolute;
	width: 28px;
	z-index: 300;
}
.books_slider .slick-track {
	padding-top: 10px;
	height: 400px;
}
.books_slider .slick-prev {
	background-image: url('../images/slider_arrow_left.png');
	left: 0;
	margin-left: -58px;
	margin-top: 180px;
}
.books_slider .slick-next {
	background-image: url('../images/slider_arrow_right.png');
	margin-right: -58px;
	margin-top: -220px;
	right: 0;
}
.books_slider img {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
	height: 380px;
	margin: 0 auto;
	width: auto;
}
@media( max-width: 1000px ) {
	.books_slider .slick-track {
		height: 320px;
	}
	.books_slider .slick-prev {
		margin-top: 130px;
	}
	.books_slider .slick-next {
		margin-top: -190px;
	}
	.books_slider img {
		box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
		height: 300px;
	}
	.block_books_slider .content_wrapper {
		max-width: 80%;
	}

}
@media( max-width: 650px ) {
	.block_books_slider .content_wrapper {
		max-width: 310px;
	}

}

/* homepage */

#hero_slider .hero_slide {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	padding: 300px 0 100px 0;
}

#hero_slider .slick-track
{
	display: flex !important;
}

#hero_slider .slick-slide
{
    height: inherit !important;
}
#hero_slider .inner_wrapper {
	width: 50%;
}
.slick-dots {
	margin-top: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.slick-dots button {
	background: transparent url('../images/slider_dot_off.png') no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0 !important;
	height: 14px;
	vertical-align: middle;
	width: 14px;
}
.slick-dots .slick-active button {
	background: transparent url('../images/slider_dot_on.png') no-repeat;
}
@media( max-width: 650px ) {
	#hero_slider .hero_slide {
		background-position: 0 100%;
	}
	#hero_slider .inner_wrapper {
		font-size: 1.75em;
		width: 100%;
	}
}


.block_books_slider {
	padding: 80px 0;
}

.textured_divide {
	background: #707c61 url('../images/bg_we_recommend.png') repeat;
	padding: 60px 15px 80px 15px;
	color: #fff;
}
.textured_divide h3.barred {
	background-image: url('../images/barred_green.png');
	background-position: 50% 100%;
	color: #fff;
	padding: 10px 0 15px 0;
}
.textured_divide h2 {
	font-size: 2.625em;
	padding: 0 0 30px 0;
	text-align: center;
}

.block_book_tiles .book_tiles {
	background-color: #fff;
	color: #333;
	padding: 60px;
}

.block_book_tiles .book_tiles {
	display: table;
	width: 100%;
}
.book_tiles .tile_featured {
	display: table-cell;
	padding: 0 40px 0 20px;
	vertical-align: top;
	width: 370px;
}
.block_book_tiles .book_tiles .tile_grid {
	display: table-cell;
	vertical-align: top;
}

.tile {
	background-color: #f5f4f4;
	vertical-align: top;
}
.tile h4 {
	font-size: 1.125em;
	padding-bottom: 2px;
}
.tile h5 {
	font-size: 0.813em;
	padding-bottom: 25px;
}
.tile h5 a {
	color: #333;
}
.tile p {
	font-size: 0.875em;
}
.tile .thumb {
	display: inline-block;
	position: absolute;
}
.tile .thumb img {
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
	height: auto;
	width: 100%;
}

.tile_featured .tile {
	min-height: 300px;
	padding: 45px 40px 50px 100px;
}
.tile_featured .tile .thumb {
	margin-left: -145px;
	width: 130px;
}

.tile_grid {
	text-align: center;
}
.tile_grid .tile {
	display: inline-block;
	margin: 0 4.5% 30px 4.5%;
	min-height: 170px;
	padding: 25px 70px;
	text-align: left;
	width: 40%;
}
.tile_grid .tile .thumb {
	margin-left: -90px;
	width: 80px;
}

@media( max-width: 1100px ) {
	.block_book_tiles .book_tiles {
		display: block;
	}
	.book_tiles .tile_featured {
		display: block;
		padding: 0;
		margin: 0 auto 50px auto;
		max-width: 500px;
		width: 100%;
	}
	.block_book_tiles .book_tiles .tile_grid {
		display: block;
	}
}
@media( max-width: 800px ) {
	.tile_grid .tile {
		display: block;
		margin: 0 auto 30px auto;
		width: 100%;
	}
}

/* news block */
.block_news {
	background-color: #fbf1e5;
	padding: 80px 0;
}
.block_news .tile_grid {
	padding-top: 20px;
}
.block_news .tile_grid .tile {
	background-color: #fff;
	margin: 0 4.5% 30px 4.5%;
	min-height: 245px;
	padding: 25px 60px 25px 90px;
	width: 280px;
}
.block_news .tile_grid .tile:first-child {
	margin-left: 15px;
}
.block_news .tile_grid .tile:last-child {
	margin-right: 0;
}
.block_news .tile_grid .tile .thumb {
	margin-left: -140px;
	width: 125px;
}
.block_news .tile h4 {
	font-size: 1.375em;
}

@media( max-width: 810px ) {
	.block_news .tile_grid .tile,
	.block_news .tile_grid .tile:first-child,
	.block_news .tile_grid .tile:last-child {
		margin: 0 auto 35px auto;
	}
}



/* books / author pages */
.book_list_wrapper {
	padding: 60px 0;
	vertical-align: top;
	text-align: center;
}
.book_list_wrapper .book {
	display: inline-block;
	margin: 0 10px 30px 10px;
	vertical-align: top;
	width: 190px;
}
.book_list_wrapper .book img {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
	height: auto;
	width: 100%;
}


.product_hero {
	padding: 520px 0 0 0 !important;
}
.contributor_hero {
	padding: 450px 0 0 0 !important;
}
#entity_details {
	position: relative;
}
.product_details {
	margin-top: -260px;
}
.product_details .product_status {
	font-weight: 700;
	padding-bottom: 8px;
}
.contributor_details {
	margin-top: -200px;
}
#entity_details .content_wrapper {
	display: table;
}

@media( max-width: 1010px ) {
	.product_hero {
		padding: 620px 0 0 0 !important;
	}
	.contributor_hero {
		padding: 550px 0 0 0 !important;
	}
}
@media( max-width: 800px ) {
	.product_hero {
		padding: 500px 0 0 0 !important;
	}
	.contributor_hero {
		padding: 400px 0 0 0 !important;
	}
}

#entity_extras {
	display: table-cell;
	padding-bottom: 80px;
	vertical-align: top;
	width: 370px;
}
.no_photo #entity_extras {
	display: none;
	padding-bottom: 0;
	width: 0;
}
#entity_extras img.cover {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
	height: auto;
	width: 356px;
}
.book_subnav {
	padding: 40px 0 0 0;
}
.book_subnav h3.barred {
	background-position: 0 0;
	padding-bottom: 20px;
	text-align: left;
}
.book_subnav a {
	color: #576645;
	display: block;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 8px 0;
	text-transform: uppercase;
}

.buy_links {
	margin-top: 40px;
	width: 356px;
}
.buy_button {
	display: block;
	padding: 20px;
	width: 356px;
}
.buy_links nav {
	background-color: #576645;
	display: none;
	padding: 0 15px 15px 15px;
	width: 356px;
}
.buy_links:hover nav,
.buy_links_open nav {
	display: block;
	position: absolute;
}
.buy_links nav a {
	color: #fff;
	display: block;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 10px 0;
	text-transform: uppercase;
}

.buy_retailers {
	cursor: pointer;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

#format_buy_links {
	background-color: rgba( 0, 0, 0, 0.6 );
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2000;
}
#format_buy_links .inner_wrapper {
	background-color: #fff;
	border: 3px #999 solid;
	box-shadow: 3px 3px 5px 5px rgba( 0, 0, 0, 0.25 );
	color: #576645;
	display: inline-block;
	margin-top: 60px;
	max-width: 1200px;
	padding: 30px;
}
#format_buy_links nav {
	display: inline-block;
	width: 160px;
	text-align: left;
	margin-bottom: 20px;
	vertical-align: top;
}
#format_buy_links h4 {
	padding-bottom: 10px;
}
#format_buy_links nav a {
	display: block;
	font-size: 0.75em;
	padding: 5px 10px 5px 0;
	text-transform: uppercase;
}
#format_buy_links nav a.other-press {
	font-weight: 700;
}

#format_data {
	padding-top: 60px;
}
#format_data p {
	font-size: 0.875em;
	line-height: 100%;
	padding-bottom: 10px;
}
#book_formats {
	padding-top: 20px;
}
#book_formats .format {
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: top;
	width: 45%;
}
#book_formats .format:nth-child(even) {
	margin-left: 15px;
}
#book_formats h5 {
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 10px;
	text-transform: uppercase;
}



#entity_about {
	display: table-cell;
	padding: 0 0 80px 70px;
	vertical-align: top;
}
.no_photo #entity_about {
	display: block;
	padding: 0 0 80px 0;
	text-align: center;
}
#entity_about header {
	height: 300px;
	padding-top: 40px;
	text-align: center;
}
.contributor_details #entity_about header {
	height: 240px;
}
#entity_about header h1 {
	padding-bottom: 0;
}
#entity_about header h2 {
	color: #333;
	font-size: 1.625em;
	letter-spacing: 0;
	padding: 0 0 30px 0;
}
#entity_about header .authors a {
	color: #576645;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
.author_html_block {
	display: block;
}

@media( max-width: 800px ) {
	#entity_details .content_wrapper {
		display: block;
	}

	#entity_extras {
		display: block;
		margin: 0 auto;
	}

	#entity_about {
		display: block;
		padding: 0 0 80px 0;
	}
	#entity_about header,
	.contributor_details #entity_about header {
		height: auto;
		padding: 0 0 40px 0;
	}
}


.contributor_nav {
	border-bottom: 4px #f1efed solid;
	padding: 30px 0;
}
.contributor_nav nav {
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}
.contributor_nav nav a {
	display: inline-block;
	font-family: "Vidaloka";
	padding: 5px;
	font-size: 1.375em;
}
.authors_list {
	padding: 50px 0;
}
.author_list_block {
	padding-bottom: 80px;
}
.author_list_letter {
	color: #576645;
	display: block;
	font-family: "Vidaloka";
	font-size: 2em;
}
.author_list_block_inner {
	padding-left: 30px;
}
.author_list_block_inner a {
	display: inline-block;
	padding: 5px 0;
	vertical-align: top;
	width: 24.5%;
}

@media( max-width: 920px ) {
	.authors_list_wrapper {
		display: table;
	}
	.contributor_nav {
		border-bottom: 0;
		display: table-cell;
		padding: 80px 0;
		vertical-align: top;
		width: 80px;
	}
	.contributor_nav nav {
		display: block;
		text-align: center;
	}
	.contributor_nav nav a {
		display: block;
		padding: 5px 5px 10px 5px;
	}
	.authors_list {
		display: table-cell;
		padding: 80px 0 0 50px;
		vertical-align: top;
	}
	.author_list_block_inner a {
		width: 32%;
	}
}
@media( max-width: 800px ) {
	.author_list_block_inner a {
		width: 49.5%;
	}
}
@media( max-width: 650px ) {
	.author_list_block_inner a {
		width: 100%;
	}
}



#author_books {
	padding: 0 0 80px 0;
}

.books_list {
	text-align: center;
}
.books_list a {
	display: inline-block;
	margin: 30px;
}
.books_list img {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
	height: 380px;
	margin: 0 auto;
	width: auto;
}

@media( max-width: 800px ) {
	#author_books {
		padding: 40px 0 80px 0;
	}
}

/* news pages */
#sidebar {
	padding: 50px 0;
}
.widget_title {
	font-size: 1.25em;
	padding-bottom: 10px;
}
.widget ul li {
	display: block;
	padding: 10px 8px;
}
.widget ul li a {
	display: block;
	font-size: 1.125em;
}
.widget .post-date {
	color: #102848;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}

.posts_list {
	background-color: #fbf1e5;
	padding: 80px 0;
}
.posts_list .content_wrapper {
	max-width: 750px;
}
.posts_list img.post_thumb {
	height: auto;
	width: 160px;
}
.posts_list article {
	padding-top: 50px;
}
.posts_list article h4 {
	font-size: 1.25em;
	padding-bottom: 10px;
}

/* embeds */
.wp-embed-aspect-16-9 > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}

.wp-embed-aspect-4-3 > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.wp-block-embed iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* events */
#events_form {
	display: table;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
#events_form > div {
	display: table-cell;
	padding: 10px 8px;
	text-align: left;
	vertical-align: bottom;
}
#events_form input,
#events_form select {
	border: 0;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 700;
	height: 57px;
	letter-spacing: 0.125em;
	line-height: 13px;
	margin: 0;
	padding: 8px;
	text-transform: uppercase;
	width: 100%;
}
#events_form input[type="submit"] {
	background-color: #576645;
	color: #fff;
	padding: 8px 0;
	text-align: center;
}

#events_form .event_date {
	width: 200px;
}
#events_form .event_date label {
	color: #576645;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
#events_form .event_state {
	width: 225px;
}
#events_form .event_submit {
	width: 180px;
}


.events_list {
	max-width: 930px;
}
.author_events {
	text-align: center;
}
.events_list header.month {
	border-bottom: 4px #f1efed solid;
	font-family: "Vidaloka", serif;
	font-size: 2.5em;
	letter-spacing: 0.063em;
	margin-bottom: 30px;
	padding: 15px 0;
}
.events_list .event {
	padding-bottom: 30px;
}
.events_list .event h4 {
	font-size: 1.5em;
	padding-bottom: 10px;
}
body.page-template-page-event .events_list .event h4 {
	display: none;
}
.events_list .event time {
	font-size: 0.875em;
}
.events_list .event a.event_location {
	font-size: 0.938em;
	font-weight: 700;
}
.events_list .event p {
	font-size: 0.813em;
}

@media ( max-width: 800px ) {
	#events_form {
		display: block;
	}
	#events_form > div {
		display: block;
		text-align: center;
		margin: 0 auto 10px auto;
	}
	#events_form input,
	#events_form select {
		max-width: 350px;
	}

}

/* newsletter footer */
#newsletter_footer {
	background-color: #102848;
	color: #fff;
	padding: 80px 0;
	text-align: center;
}
#newsletter_footer h3.barred {
	background-image: url('../images/barred_lightblue.png');
	color: #fff;
	padding-bottom: 4px;
}
#newsletter_footer h2 {
	font-size: 2.625em;
	padding: 0;
}

.page_form {
	text-align: center;
	padding-top: 40px;
}
.page_form input {
	border: 0;
	font-size: 13px;
	font-weight: 700;
	height: 57px;
	letter-spacing: 0.125em;
	line-height: 13px;
	padding: 8px;
	text-transform: uppercase;
}
.page_form input[type="email"],
.page_form input[type="text"] {
	background-color: #fff;
	color: #576645;
	margin-right: 20px;
	width: 450px;
}
.page_form input[type="submit"] {
	background-color: #576645;
	color: #fff;
	padding: 8px 60px;
}
.page_search input[type="submit"] {
	background-color: #102848;
}
.book_search_results h3 {
	margin-bottom: 40px;
}

@media( max-width: 800px ) {
	#newsletter_footer h2 {
		font-size: 2.25em;
		padding: 0 0 30px 0;
	}
	.page_form input[type="email"],
	.page_form input[type="text"] {
		width: 250px;
	}
	.page_form input[type="submit"] {
		padding: 8px 50px;
	}
}
@media( max-width: 600px ) {
	.page_form input[type="email"],
	.page_form input[type="text"] {
		display: block;
		margin: 0 auto 30px auto;
		text-align: center;
	}
}

/* site footer */
#site_footer {
	padding: 80px 0;
}
#footer_address {
	background: transparent url('../images/logo_small.png') 0 0 no-repeat;
	font-size: 0.813em;
	padding-left: 75px;
}
#footer_links {
	font-size: 0.75em;
	text-align: right;
}
#footer_links .social_nav {
	padding-bottom: 15px;
}
@media( max-width: 800px ) {
	#footer_links {
		text-align: center;
	}
}

/* pagination */
.pagination {
	padding-bottom: 60px;
}
.pagination .content_wrapper {
	display: table;
	max-width: 1050px;
	width: 100%;
}
.pagination .previous {
	display: table-cell;
	text-align: left;
}
.pagination .next {
	display: table-cell;
	text-align: right;
}
.pagination a {
	background-color: #576645;
	color: #fff;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.125em;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	width: 160px;
}

.wkd_gallery {
	margin: 0 !important;
	padding: 0 0 60px 0 !important;
}
.wkd_gallery li {
	display: inline-block;
	margin: 0 !important;
	padding: 25px;
	vertical-align: top;
	width: 32.5%;
}
.wkd_gallery li img {
	height: auto;
	width: 100%;
}
@media( max-width: 900px ) {
	.wkd_gallery li {
		width: 49.5%;
	}
}
@media( max-width: 700px ) {
	.wkd_gallery li {
		width: 100%;
	}
}

/* shopping cart */
.cart {
	color: #102848;
	font-size: 13px;
	font-weight: 700;
	height: 13px;
	letter-spacing: 0.063em;
	vertical-align: middle;
	text-transform: uppercase;
}
.header_cart {
	display: inline-block;
	float: right;
	text-align: right;
}
.nav_cart {
	display: none;
}

.cart_items {
	padding-bottom: 30px;
}
.cart_item {
	display: table;
	width: 100%;
}
.cart_item .cover {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 120px;
}
.cart_item .cover img {
	height: auto;
	width: 100%;
}

.cart_item .product_details {
	display: table-cell;
	padding: 0 8px 8px 20px;
	vertical-align: middle;
}
.cart_item .product_details .title {
	display: block;
	font-size: 1.25em;
	padding-bottom: 20px;
}
.cart_item .product_details .format {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
.cart_item .product_details .checkout_title {
	font-size: 1.25em;
}

.cart_item .price {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.cart_item .quantity {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.checkout_button {
	display: block;
	margin: 30px auto 0 auto;
	padding: 20px;
	width: 356px;
}

.cart_alert {
	background-color: #e7f6d5;
	color: #576645;
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	padding: 20px 30px;
	margin-bottom: 30px;
}

.cart_error {
	background-color: #fdd;
	color: #600;
	margin-bottom: 40px;
	padding: 20px;
}
.cart_error h3 {
	color: #600;
}
.cart_error a {
	color: #900;
}


@media( max-width: 800px ) {
	.header_cart {
		display: none;
	}
	.nav_cart {
		display: block;
		padding: 0 0 25px 35px;
	}
}

/* checkout */
.checkout_wrapper {
	max-width: 800px;
}
.checkout_wrapper h3.barred {
	margin: 80px 0 15px 0 !important;
}
.checkout_wrapper .two_columns {
	margin-bottom: 30px;
}

.error {
	background-color: #f99;
	border: 1px #933 solid;
	display: block;
	color: #600;
	margin-bottom: 10px;
	padding: 5px;
}
#checkout_form label {
	display: block;
	font-weight: 700;
	padding-bottom: 5px;
}
#checkout_form label.checkbox {
	display: inline;
}
#checkout_form input[type="text"],
#checkout_form input[type="number"],
#checkout_form input[type="email"],
#checkout_form input[type="phone"] {
	padding: 4px;
	width: 100%;
}
#checkout_form select {
	padding: 4px;
}


#customer_email,
#s_first_name,
#s_state_province,
#b_first_name,
#b_state_province,
#cc_number {
	width: 90% !important;
}
#s_address,
#b_address {
	margin-bottom: 10px;
}
#qff_sa {
	width: 150px !important;
}

.confirm_shipping,
.confirm_billing,
.confirm_costs {
	text-align: center;
}
table.costs {
	margin: 0 auto;
}
table.costs td {
	padding: 5px 15px;
}
