html,body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
body {
	color: #333;
	padding: 0;
}

.clear {
	clear: both;
}
img {
	height: auto;
}
strong {
	font-weight: 700;
}
hr {
	border: none;
	background: #666;
	color: #666;
	height: 2px;
	max-width: 600px;
	margin: 0 auto 30px auto;
	opacity: 0.4;
}
time {
	display: block;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Prata', serif;
	letter-spacing: 0.063em;
}
.page_title {
	color: #2e3c56;
	font-size: 3.75rem;
	padding-bottom: 20px;
}
@media( max-width: 800px ) {
	.page_title {
		font-size: 2.75rem;
		text-align: center;
	}
}
h2 {
	color: #2e3c56;
	font-size: 2.75em;
	margin-bottom: 10px;
}
h2.subtitle {
	font-size: 2rem;
}
h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 0.813rem;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	line-height: 180%;
	padding-bottom: 20px;
}
pre {
	font-family: 'Raleway', sans-serif;
	font-size: 0.875rem;
	line-height: 180%;
	padding: 10px 0 30px 0;
}

blockquote {
	font-size: 1.125em;
	line-height: 160%;
	padding-bottom: 20px;
	text-align: center;
}
a {
	color: inherit;
	text-decoration: none;
}
a.more,
p.more a {
	color: #b94b11;
	font-size: 0.813rem;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}

input[type="submit"] {
	cursor: pointer;
}

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: 1400px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 60px 15px 20px 15px;
}
.centered {
	text-align: center;
}

.page_subnav {
	background-color: #faf9f4;
	padding: 60px 0;
	text-align: center;
}
.page_subnav nav a {
	color: #000;
	display: inline-block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 22px 24px 22px;
	text-transform: uppercase;
	vertical-align: top;
}
.page_subnav nav a:hover,
.page_subnav a.active {
	color: #b94b11;
}

article ol,
.page_wrapper ol {
	list-style-type: lower-roman;
	margin: 20px auto 40px auto;
	padding: 0 20px;
}
.page_wrapper ol li,
article ol li {
	line-height: 150%;
	margin: 15px;
}
article ul,
.page_wrapper ul {
	margin: 20px auto 40px auto;
	padding: 0 20px;
}
article ul li,
.page_wrapper ul li {
	line-height: 150%;
	margin: 10px 15px;
}
article ul li::before,
.page_wrapper ul li::before {
  content: ">";
  color: #4fb27e;
  font-weight: 700;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
}

article ol li,
.page_wrapper ol li {
	list-style-type: decimal;
}
body.attachment article {
	text-align: center;
}

article a {
	color: #b94b11;
}

.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 15px auto;
}

.alignright,
.wp-block-image .alignright {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}
.wp-block-group {
	padding: 40px 0;
	text-align: center;
}
.wp-block-group img {
	margin: 10px;
}
@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: 900px ) {
	.two_col_wrapper {
		display: block;
	}
	.two_col_wrapper .col {
		display: block;
		width: 100%;
	}
}

/* header / navigation */
#social_header {
	background-color: #282828;
	color: #ccc;
	padding: 12px 20px 12px 12px;
	text-align: right;
}

#site_header {
	padding: 15px 0 40px 0;
}
#site_header .content_wrapper {
	display: table;
}
#site_header .logo {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	max-width: 480px;
}
#site_header .logo img {
	width: 100%;
}
#main_menu {
	display: table-cell;
	padding-top: 8px;
	text-align: right;
	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: #000;
	display: inline-block;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 22px 24px 22px;
	text-transform: uppercase;
	vertical-align: middle;
}
#main_menu a:hover,
#main_menu li.current-menu-item a {
	color: #b94b11;
}


#main_menu > ul > li:hover ul {
	background: #fff;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	display: block;
	padding: 6px 20px;
	position: absolute;
	width: 200px;
	z-index: 200;
}
#main_menu > ul > li ul li {
	display: inline;
}
#main_menu > ul > li ul li a {
	background-image: none !important;
	display: block;
	padding: 10px 0;
	text-align: left;
}

#main_menu .search {
	background: transparent url('../images/icon_search.png') 100% 14px no-repeat !important;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 22px 24px 22px;
	text-transform: uppercase;
	vertical-align: middle;
}
#main_menu .search span {
	display: none;
}
#main_menu .edelweiss {
}

#burger_button,
#menu_open_bg,
#search_open_bg {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}
#search_open_bg {
	z-index: 600;
}
@media( max-width: 1250px ) {
	#main_menu a,
	#main_menu .search {
		padding: 12px 18px 24px 12px;
	}
}
@media( max-width: 1150px ) {
	#site_header {
		display: block;
		padding: 30px 0 15px 0;
	}
	#site_header .logo {
		display: block;
		margin: 0 auto;
		padding-bottom: 30px;
		width: auto;
		text-align: center;
	}
	#site_header .logo img {
		display: block;
		margin-bottom: 30px;
	}
	.logo_full {
		max-width: 100%;
	}

	#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 {
		background: none !important;
		color: #000;
		display: block;
		padding: 8px 12px;
		width: 95%;
		text-align: left;
	}
	#main_menu .search {
		background: none !important;
		padding: 8px 12px !important;
		width: 100%;
	}
	#main_menu .search br {
		display: none;
	}
	#main_menu .search span {
		display: inline;
	}
	#main_menu li {
		display: block;
	}

	#main_menu > ul > li ul,
	#main_menu > ul > li:hover ul {
		background: transparent;
		box-shadow: none;
		display: none;
		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: 36px;
		width: 48px;
		-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%;
	}
}

body.search_open #search_open_bg {
	background-color: rgba( 0, 0, 0, 0.5 );
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#search_pop {
	display: none;
	background: #9e3700;
	box-shadow: 0 4px 5px 1px rgba( 0, 0, 0, 0.2 );
	border-radius: 8px;
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	padding: 30px 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 610;
}
body.search_open #search_pop {
	display: block;
}
#search_pop h3 {
	color: #fff;
	font-family: "Prata", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
#search_pop input[type="text"] {
	background-color: #fff;
	border: 0;
	border-radius: 6px;
	display: block;
	margin: 0 auto 20px auto;
	padding: 10px 5px;
	width: 250px;
}
#search_pop input[type="submit"] {
	background-color: #fff;
	border: 0;
	border-radius: 6px;
	color: #f2b750;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

/* hero slider */
.hero_slider {
	box-sizing: border-box;
	text-align: center;
	user-select: none;
	width: 100%;
}
.slider_wrapper {
	max-width: 1300px;
}
.hero_slide {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 60px 20px;
	width: 100%;
}
.hero_slide .inner_wrapper {
	display: inline-block;
	max-width: 520px;
	min-height: 450px;
}
.hero_slide h2 {
	font-size: 3.125em;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.hero_slide h3 {
	font-size: 1.5em;
	line-height: 150%;
	margin-bottom: 30px;
}
.hero_slide h4 {
	margin-bottom: 30px;
}

.hero_slider .slick-track > div {
	width: 100%;
}
.slick-dots {
	bottom: 60px;
	left: 0;
	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_dots.png') no-repeat;
	background-position: 0 0;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 0 !important;
	height: 11px;
	padding: 0;
	vertical-align: middle;
	width: 11px;
}

.slick-active button {
	background-position: -11px 0;
}

/* homepage tagline */
#hp_tagline {
	display: none;
	font-size: 1.625em;
	line-height: 170%;
	text-align: center;
}
#hp_tagline .content_wrapper {
	border-bottom: 3px #d0d5de solid;
	padding: 70px 80px 50px 80px;
	max-width: 1140px;
}
@media( max-width: 1200px ) {
	#hp_tagline {
		padding: 0 30px;
	}
	#hp_tagline .content_wrapper {
		border-bottom: 3px #d0d5de solid;
		padding: 70px 50px 50px 50px;
	}
}
@media( max-width: 900px ) {
	#hp_tagline .content_wrapper {
		padding: 50px 20px 50px 20px;
	}
	#hp_tagline {
		font-size: 1.25em;
	}
}

/* books lists */
.books_list {
	padding: 40px 0;
	text-align: center;
}
body.home .books_list {
	padding: 80px 0;
}
.books_list .content_wrapper {
	max-width: 1200px;
}
.books_list .book {
	display: inline-block;
	margin: 0 14px 50px 14px;
	text-align: left;
	vertical-align: top;
	width: 260px;
}
.books_list .book img {
	box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.4 );
	width: 100%;
}
.books_list .book h4 {
	color: #999;
	padding: 20px 0 10px 0;
}

.more_wrapper {
	padding: 30px 0;
	line-height: 100%;
	text-align: center;
}
.more_wrapper a {
	border: 1px #2e3c56 solid;
	color: #2e3c56;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 45px;
	text-transform: uppercase;
}
.more_wrapper a:hover {
	border: 1px #b94b11 solid;
	color: #b94b11;
}

/* homepage news */
#hp_news .content_wrapper {
	background-color: #faf9f4;
	padding: 80px 0;
	text-align: center;
}
#hp_news h2 {
	margin-bottom: 20px;
}

#hp_news .latest {
	background-color: #fff;
	display: inline-block;
	margin: 30px;
	max-width: 460px;
	overflow: hidden;
	padding: 40px 30px 20px 30px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
@media( max-width: 420px ) {
	#hp_news .latest {
		max-width: 320px;
	}
}
#hp_news .latest h3,
#hp_news .latest h4 {
	letter-spacing: 0;
}
#hp_news .latest h3 {
	margin-bottom: 8px;
	text-transform: uppercase;
}
#hp_news .latest h4 {
	margin-bottom: 15px;
}
#hp_news .latest_post p {
	font-size: 0.875em;
}
#hp_news .with_thumb {
	padding-left: 120px;
}
#hp_news .thumb {
	box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.4 );
	margin-left: -200px;
	position: absolute;
}
#hp_news .latest_twitter {
	padding: 40px 30px;
	text-align: center;
}
#hp_news .latest_twitter h3 {
	margin-bottom: 30px;
}
@media( max-width: 800px ) {
	#hp_news .latest {
		background: transparent;
		display: block;
		margin: 20px auto;
	}
	#hp_news .with_thumb {
		padding-left: 30px;
	}
	#hp_news .thumb_wrapper {
		display: block;
		text-align: center;
	}
	#hp_news .thumb {
		margin-left: 0;
		margin-bottom: 25px;
		position: static;
	}
}

/* forthcoming titles */
#forthcoming {
	padding: 80px 0;
	text-align: center;
}
.authors_list .author {
	display: inline-block;
	margin: 30px 45px;
	text-align: left;
	vertical-align: top;
	width: 225px;
}
.authors_list .author_thumb_wrapper {
	background-repeat: no-repeat;
	background-position: 50% 20%;
	display: block;
	height: 225px;
	width: 225px;
}
.authors_list .author_thumb_wrapper span {
	display: none;
}
.authors_list h4 {
	color: #999;
	padding: 10px 0;
}
.authors_list h3 {
	margin-bottom: 20px;
}
.authors_list p {
	font-size: 0.875em;
}
@media( max-width: 500px ) {
	#forthcoming h2 {
		font-size: 2rem;
	}
}

/* hp steeforth origin */
#hp_origin {
	background-color: #faf9f4;
	margin: 80px 0;
	padding: 70px 0 50px 0;
}
#hp_origin .content_wrapper {
	max-width: 1200px;
}
#hp_origin .inner_wrapper {
	max-width: 450px;
}
#hp_origin .origin_image {
	position: absolute;
	margin-left: 540px;
	margin-top: -130px;
	max-width: 100%;
}
#hp_origin h2 {
	font-size: 2.250em;
}
#hp_origin p {
	font-size: 0.938em;
}

@media( max-width: 1300px ) {
	#hp_origin {
		margin: 40px 0;
		text-align: center;
	}
	#hp_origin .inner_wrapper {
		margin: 0 auto;
	}
	#hp_origin .origin_image {
		position: relative;
		margin-left: auto;
		margin-bottom: 30px;
		margin-right: auto;
		margin-top: -120px;
		max-width: 100%;
	}
}


/* hp T2P origin */
#hp_origin_t2p {
	padding: 80px 0;
	text-align: center;
}
#hp_origin_t2p h2 {
	font-size: 2.250em;
}
#hp_origin_t2p .origin_image {
	max-width: 100%;
	vertical-align: top;
}
#hp_origin_t2p .inner_wrapper {
	display: inline-block;
	max-width: 530px;
	padding-left: 80px;
	padding-top: 70px;
	text-align: left;
	vertical-align: top;
}
@media( max-width: 1280px ) {
	#hp_origin_t2p .inner_wrapper {
		display: block;
		margin: 0 auto;
		padding-left: 0;
		padding-top: 50px;
	}
}

/* site footer */
#site_footer {
	background-color: #282828;
	color: #ccc;
	font-size: 0.75em;
	letter-spacing: 0.063em;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}
#site_footer .content_wrapper {
	max-width: 1200px;
}
#site_footer .newsletter,
#site_footer .footer_content {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	text-align: left;
	width: 49%;
}
#site_footer .newsletter {
	padding-top: 40px;
	text-align: center;
}
#site_footer h4 {
	margin-bottom: 30px;
}
#site_footer input {
	color: #333;
	padding: 12px 24px;
}
#site_footer input[type="email"] {
	border: 1px #282828 solid;
	width: 70%;
}
#site_footer input[type="submit"] {
	background-color: #b94b11;
	border: 0;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}
#site_footer .footer_content {
	text-align: right;
}

#site_footer .social_nav {
	padding-bottom: 20px;
}
.social_nav a {
	background-repeat: no-repeat;
	background-image: url('../images/sprite_social.png');
	display: inline-block;
	height: 18px;
	margin: 0 8px;
	width: 18px;
}
.social_nav a.twitter	{ background-position: 0 0; }
.social_nav a.instagram	{ background-position: -37px 0; }
.social_nav a.facebook	{ background-position: -70px 0; }

.social_nav a span {
	display: none;
}

#site_footer .footer_content {
	color: #cad4e8;
}
#site_footer .footer_links {
	color: #a4a4a4;
}

@media( max-width: 1100px ) {
	#site_footer .newsletter,
	#site_footer .footer_content {
		display: block;
		margin: 0 auto;
		max-width: 550px;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
}

.pagination {
	padding-bottom: 30px;
	text-align: center;
}
.pagination .content_wrapper {
	max-width: 1000px;
}
.pagination a {
	background-color: #b94b11;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 45px;
	text-transform: uppercase;
}
.pagination a:hover {
	background-color: #9e3700;
}
.pagination .previous,
.pagination .next {
	display: inline-block;
	margin: 20px 1%;
	vertical-align: top;
	width: 45%;
}
.previous {
	text-align: left;
}
.next {
	text-align: right;
}
@media( max-width: 700px ) {

}

/* single product page */
#page_hero .content_wrapper {
	background-color: #faf9f4;
	padding: 50px 0;
	text-align: center;
}
#page_hero h1 {
	padding-bottom: 10px !important;
}
#page_hero h2 {
	font-size: 1.5rem;
	margin: 0 auto 10px auto;
	max-width: 800px;
}
#page_hero .byline {
	color: #999;
	font-size: 0.875em;
	letter-spacing: 0.063em;
	padding-top: 20px;
	text-transform: uppercase;
}

#entity_details {
	padding-top: 80px;
}

#entity_details .content_wrapper {
	display: table;
	max-width: 1200px;
}

#entity_extras {
	display: table-cell;
	padding-bottom: 80px;
	text-align: center;
	vertical-align: top;
	width: 370px;
}
#entity_extras img.cover {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
	height: auto;
	width: 356px;
}
#sidebar li {
	display: block;
	padding-bottom: 15px;
}

.buy_links {
	margin-top: 40px;
	width: 356px;
}
.buy_button {
	display: block;
	padding: 20px;
	width: 356px;
}
.buy_links nav {
	background-color: #c85d22;
	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 {
	background-color: #c85d22;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin-top: 25px;
	padding: 15px 40px;
	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 #c85d22 solid;
	box-shadow: 3px 3px 5px 5px rgba( 0, 0, 0, 0.25 );
	color: #c85d22;
	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;
	text-align: left;
	font-size: 0.75em;
	line-height: 100%;
}
#format_data tr,
#format_data td {
	vertical-align: top;
}
#format_data td {
	padding: 8px 0;
}
#format_data td.title {
	padding: 12px 30px 8px 0;
	text-transform: uppercase;
}
#format_data td span {
	display: block;
	margin: 4px 0;
	line-height: 140%;
	padding: 0 0 8px 0;
}
#format_data td span:last-child {
	border-right: 0;
}

#entity_about {
	display: table-cell;
	padding: 0 0 80px 70px;
	vertical-align: top;
}

@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;
	}
}

.book_subsection {
	margin-bottom: 80px;
}
.book_subsection .content_wrapper {
	background-color: #faf9f4;
	padding: 50px 80px;
}
.book_subsection h2 {
	margin-bottom: 30px;
	text-align: center;
}
.book_subsection p.praise {
	padding-left: 20px;
}
.book_subsection p.quote {
	background: transparent url('../images/praise_quote.png') 0 7px no-repeat;
}
@media( max-width: 800px ) {
	.book_subsection .content_wrapper {
		padding: 20px;
	}
}

#about_author .content_wrapper {
	max-width: 1200px;
}
#about_author h2 {
	margin-bottom: 30px;
}
.author_block {
	display: table;
	margin-bottom: 50px;
	width: 100%;
}
.author_extras {
	display: table-cell;
	vertical-align: top;
	width: 230px;
}
.author_extras img {
	width: 100%;
}
.author_main {
	display: table-cell;
	padding-left: 50px;
	vertical-align: top;
}
.author_main h4 {
	color: #666;
	font-size: 1.25em;
	margin-bottom: 15px;
}
@media( max-width: 900px ) {
	.author_block {
		display: block;
	}
	.author_extras {
		display: block;
		margin: 0 auto 30px auto;
	}
	.author_main {
		display: block;
		padding-left: 0;
	}
}

#also_like h2 {
	margin-bottom: 10px !important;
}
#also_like h5 {
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-size: 0.813rem;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

#page_top_content .content_wrapper {
	max-width: 1200px;
}

#imprints {
	margin-bottom: 40px;
}
#imprints .content_wrapper {
	background-color: #faf9f4;
	display: table;
	padding: 80px 0;
	text-align: center;
}
#imprints.single_imprint .content_wrapper {
	max-width: 850px;
}
#imprints .imprint {
	background-repeat: no-repeat;
	background-position: 50px 0;
	display: table-cell;
	padding: 0 25px 0 200px;
	text-align: left;
	width: 50%;
	vertical-align: top;
}
#imprints h2 {
	font-size: 2.25rem;
	margin-bottom: 20px;
}
#imprints .more_wrapper {
	text-align: left;
}
@media( max-width: 1000px ) {
	#imprints .content_wrapper {
		display: block;
	}
	#imprints .imprint {
		background-repeat: no-repeat;
		background-position: 50% 0;
		display: block;
		margin: 0 auto 30px auto;
		max-width: 550px;
		padding: 150px 25px 0 25px;
		width: 100%;
	}
	#imprints .more_wrapper {
		text-align: center;
	}

}


.about_block {
	background-repeat: no-repeat;
	background-position: 50px 10px;
	margin-bottom: 40px;
	padding: 0 25px 0 200px;
}
@media( max-width: 700px ) {
	.about_block {
		background-repeat: no-repeat;
		background-position: 50% 0;
		display: block;
		margin: 0 auto 30px auto;
		padding: 150px 25px 0 25px;
	}
}

/* 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;
	}

}


/* newsletter pop-up */
#newsletter_pop_bg {
	background-color: rgba( 0, 0, 0, 0.6 );
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#newsletter_pop {
	display: none;
	font-size: 16px !important;
	left: 0;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 150px;
	width: 100%;
	z-index: 1010;
}
#newsletter_pop .inner_wrapper {
	background-color: #c85d22;
	border: 3px #f1d5c6 solid;
	box-shadow: 1px 2px 4px rgba( 0, 0, 0, 0.5 );
	color: #fff;
	display: inline-block;
	max-width: 550px;
	padding: 20px 30px 70px 30px;
	width: 100%;
}
#newsletter_pop h4 {
	font-family: "Prata", sans-serif;
	font-size: 1.25em !important;
	font-weight: 700;
	letter-spacing: 0.125em;
	margin-block-start: 0;
    margin-block-end: 0;
	opacity: 0.8;
	padding-bottom: 25px;
	text-transform: uppercase;
}
#newsletter_pop p {
	padding-bottom: 25px;
}
#newsletter_pop input[type="submit"] {
	border: 0;
	font-weight: 700;
	letter-spacing: 0.063em;
}

#newsletter_pop input[type="submit"] {
	background-color: #fff;
	color: #666;
	cursor: pointer;
	font-size: 0.75rem;
	padding: 15px 40px;
	text-transform: uppercase;
}

body.news_pop_open #newsletter_pop_bg,
body.news_pop_open #newsletter_pop {
	display: block;
}
#newsletter_close_wrapper {
	padding-top: 25px;
	text-align: right;
}
#newsletter_close_button {
	background: transparent url('../images/newsletter_pop_close.png') 0 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	width: 32px;
}
@media( max-width: 550px ) {
	#newsletter_pop {
		left: 0;
		padding: 0;
		position: absolute;
		top: 100px;
	}
	#newsletter_pop .inner_wrapper {
		display: block;
		margin: 0 auto;
		max-width: 320px;
		padding: 20px 20px 40px 20px;
	}
	#newsletter_pop h4 {
		padding-top: 15px;
	}
}
