html,body {
	background-color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	margin: 0;
}
body {
	color: #000;
}
img {
	height: auto;
	max-width: 100%;
}
strong {
	font-weight: 700;
}
hr {
	border: none;
	background: #006a8c;
	clear: both;
	color: #006a8c;
	height: 1px;
	margin: 20px auto 40px auto;
	max-width: 1200px;
	opacity: 0.3;
	width: 50%;
}
h1,h2,h4,h5 {
	font-family: "Bodoni+Moda", serif;
	font-weight: 500;
	letter-spacing: 0.063em;
	line-height: 100%;
}
h1 {
	font-size: 3.75rem;
}
h2 {
	font-size: 4rem;
}
h3 {
	font-family: "Raleway", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
}
h1.page_title {
	color: #006a8c;
	font-weight: 700;
	padding-bottom: 40px;
	text-align: center;
}
h1.book_title {
	text-align: left;
}
@media( max-width: 800px ) {
	h1,
	h1.book_title,
	.page_title {
		font-size: 3.5rem;
		text-align: center;
	}
	h2 {
		font-size: 3rem;
		text-align: center;
	}
}

button,
.button,
.more_button a,
.hp_hero_buttons > a,
input[type="submit"] {
	background-color: #c10b5e;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 12px 40px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.hp_hero_buttons a:hover,
.more_button a:hover,
.button:hover {
	background-color: #0a2f4e;
}
.read_more {
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.read_more:hover {
	color: #006a8c;
}

p {
	line-height: 180%;
	padding-bottom: 20px;
}
p.callout {
	font-size: 1.25em;
}

blockquote {
	font-family: "Bodoni+Moda", serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
}
blockquote p {
	line-height: 120%;
}
blockquote:before {
	bottom: -20px;
	color: #c10b5e;
	content: "“";
	font-size: 6rem;
	position: relative;
	text-align: center !important;
}

cite {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
cite strong {
	color: #f00;
}
a {
	color: #a10b3e;
	text-decoration: none;
}
figcaption {
	color: #999;
	font-size: 0.75rem;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: #fff;
	color: #000;
	min-height: 105px;
	line-height: 140%;
	opacity: 0;
	padding: 10px 5px;
	text-transform: none;
	transition: all 0.4s ease;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption {
	opacity: 0.95;
}

.wp-block-embed {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}
figure,
.wp-block-image {
	display: block;
}
.wp-block-media-text {
	padding-bottom: 20px;
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1300px;
	min-width: 320px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 60px 15px 40px 15px;
	max-width: 1000px;
}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

iframe {
	max-width: 100%;
}

article ul,
.page_wrapper ul {
	margin: 20px 20px 40px 20px;
}
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: disc;
}
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: 800px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		display: block;
		float: none;
		margin: 15px auto;
	}
}


.cols,
.cols_rev {
	display: flex;
	flex-direction: row;
	flex: 1;
	width: 100%;
}
.col_30,
.col_40,
.col_50,
.col_60,
.col_70 {
	vertical-align: top;
}
.col_20 { width: 20%; flex-basis: 20%; }
.col_30 { width: 30%; flex-basis: 30%; }
.col_40 { width: 40%; flex-basis: 40%; }
.col_50 { width: 50%; flex-basis: 50%; }
.col_60 { width: 60%; flex-basis: 60%; }
.col_70 { width: 70%; flex-basis: 70%; }
.col_80 { width: 80%; flex-basis: 80%; }

@media( max-width: 1000px ) {
	.cols {
		flex-direction: column;
	}
	.cols_rev {
		flex-direction: column-reverse;
	}
	.col_20,
	.col_30,
	.col_40,
	.col_50,
	.col_60,
	.col_70,
	.col_80 {
		display: block;
		flex-basis: 100%;
		margin: 20px auto;
		max-width: 550px;
		width: 100%;
	}
}


/* header / navigation */
#site_header {
	padding: 30px 0;
	text-align: center;
}
#site_header h1,
#site_header h2 {
	color: #c10b5e;
	font-size: 3.75rem;
	padding-bottom: 10px;
}
body.page #site_header,
body.single #site_header {
	background-color: #c10b5e;
	color: #fff;
}
body.page #site_header h1,
body.page #site_header h2,
body.single #site_header h1,
body.single #site_header h2 {
	color: #fce;
}

#main_menu {
	color: #000;
	vertical-align: middle;
}
#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.9375em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 25px;
	padding: 10px 2px 8px 2px;
	text-transform: uppercase;
}
#main_menu a:hover,
#main_menu li.current-menu-item a,
#main_menu li.current-page-ancestor a {
	color: #c10b5e;
}
body.page #main_menu a,
body.single #main_menu a {
	color: #fff;
}
body.page #main_menu a:hover,
body.page #main_menu li.current-menu-item a,
body.page #main_menu li.current-page-ancestor a,
body.single #main_menu a:hover,
body.single #main_menu li.current-menu-item a,
body.single #main_menu li.current-page-ancestor a {
	color: #fce;
}


#main_menu ul > li:hover > ul {
	background: #a10b3e;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	display: block;
	padding: 6px 10px;
	position: absolute;
	width: 280px;
	z-index: 30;
}
#main_menu > ul > li ul li {
	display: inline;
}
#main_menu > ul > li ul li a {
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: left;
}
#main_menu > ul > li ul li a:hover {
	color: #fff;
}
#burger_button,
#menu_open_bg {
	display: none;
}
.home_burger {
	display: none;
}
body.home .home_burger {
	display: inline-block;
}
body.home .sub_burger {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}

@media( max-width: 1150px ) {
	#site_header {
		display: block;
	}
	#site_header h1,
	#site_header h2 {
		font-size: 3.5rem;
		padding-bottom: 15px;
	}

	#main_menu {
		background-color: #a10b3e;
		color: #fff;
		border: 0 !important;
		display: block;
		height: 100vh;
		left: -310px;
		padding: 30px 0 20px 10px;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 310px;
		z-index: 510;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu a {
		color: #fff;
		display: block;
		padding: 8px 12px;
		width: 80%;
		text-align: left;
	}
	#main_menu a:hover,
	#main_menu li.current-menu-item a,
	#main_menu li.current-page-ancestor a {
		color: #fff;
	}
	#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 {
		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.6 );
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

}

.hp_hero_buttons {
	font-size: 1rem !important;
	text-align: center;
}
.hp_hero_buttons > a {
	margin-right: 10px;
}
.buy_button {
	display: inline-block;
	font-size: 16px;
	margin-top: 20px;
	width: 250px;
}
.buy_button span {
	background-color: #c10b5e;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 12px 30px;
	text-transform: uppercase;
	width: 250px;
}
.buy_button nav {
	background-color: #c10b5e;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
	display: none;
	margin: 0;
	list-style: none;
	padding-bottom: 15px;
	position: absolute;
	width: 250px;
	z-index: 600;
}
.buy_button h3,
#hp_hero .buy_button h3 {
	margin: 0;
	padding: 10px 0 0 0;
}
.buy_button br {
	display: none;
}
.buy_button.open span,
.buy_button:hover span {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.buy_button.open nav,
.buy_button:hover nav {
	display: block;
}
.buy_button nav a {
	color: #fff;
	display: block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px;
	opacity: 0.9;
	text-align: center;
	width: 90%;
}
.buy_button nav a:hover {
	opacity: 1;
}
.buy_button nav p {
	display: inline;
	padding: 0;
}
#hp_hero .buy_button p {
	font-size: 16px;
	padding-b
}


/* homepage */
#hp_hero {
	background: #fff url('../images/hp_hero_bg.jpg?v=1.1') 50% 0 repeat-x;
	color: #fff;
}
#hp_hero .content_wrapper {
	max-width: 1200px;
}
#hp_hero h2 {
	font-weight: 700;
	padding-bottom: 30px;
}
#hp_hero h3 {
	font-weight: 500;
	line-height: 140%;
	padding-bottom: 20px;
}
#hp_hero h4 {
	color: #71c2de;
	font-family: "Raleway", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#hp_hero p {
	font-size: 1.25rem;
}
.hp_hero_content {
	padding: 80px 0 40px 0;
}
.hp_hero_book {
	padding-top: 90px;
}
@media( max-width: 1000px ) {
	#hp_hero {
		background-repeat: no-repeat;
		background-size: cover;
	}
	#hp_hero .wp-block-columns {
		flex-direction: column-reverse;
	}
	#hp_hero h4 {
		text-align: center;
	}
	.hp_hero_book {
		padding: 50px 20px 20px 20px;
	}
	.hp_hero_content {
		padding: 15px;
	}
}

.quotes_wrapper {
	padding-bottom: 50px;
	text-align: center;
}
.quotes_wrapper .content_wrapper {
	max-width: 1000px;
}
.quotes_wrapper blockquote {
	font-size: 2.75rem;
}

#hp_about {
	background-color: #1a3144;
	color: #fff;
}
.hp_about_photo {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 320px;
}
.hp_about_content {
	padding: 80px;
}
.hp_about_content p {
	font-size: 1.125rem;
}
#hp_about h2 {
	font-family: "Raleway", sans-serif;
	font-size: 2.875rem;
	padding-bottom: 30px;
}
#hp_about h4 {
	color: #71c2de;
	font-family: "Raleway", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
@media( max-width: 1000px ) {
	.hp_about_content {
		padding: 30px 15px 10px 15px;
	}
}
@media( max-width: 800px ) {
	#hp_about h4 {
		text-align: center;
	}
}
@media( max-width: 550px ) {
	.hp_about_photo {
		margin: 0 auto;
	}
}

#other_books {
	padding: 50px;
	text-align: center;
}
#other_books h2 {
	color: #006a8c;
	padding-bottom: 30px;
}
#other_books img {
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.3 );
	max-width: 220px;
	transition: all 0.5s ease;
	width: 100%;
}
#other_books img:hover {
	position: relative;
	scale: 1.1;
}
#other_books .book {
	text-align: center;
}
#other_books .book a {
	display: inline-block;
	overflow: hidden;
}
.slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
    line-height: 0;
	height: 46px;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	top: 150px;
	width: 26px;
	z-index: 300;
}
.thumb_slider .slick-slide img {
	margin: 0 auto;
}
.slick-prev {
	background-image: url('../images/slide_arrow_left.png');
	left: -1px;
}
.slick-next {
	background-image: url('../images/slide_arrow_right.png');
	right: -1px;
}
@media( max-width: 550px ) {
	#other_books {
		padding: 50px 15px;
	}
}

/* newsletter */
.grunion-field-wrap {
	padding-bottom: 20px;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px #ccc solid;
	border-radius: 8px;
	max-width: 650px;
	padding: 8px;
	width: 100%;
}

/* single posts / books */
.single_wrapper {
}
.book_desc {
	padding-right: 50px;
}
.book_extras {
	text-align: center;
}
.book_praise {
	background-color: #1a3144;
	color: #fff;
	padding: 80px 0 60px 0;
}
.book_praise h2 {
	color: #71c2de;
	padding-bottom: 30px;
}
.book_praise blockquote {
	font-size: 2.125rem;
	font-weight: 400;
}
.book_praise blockquote:before {
	color: #71c2de;
}
@media( max-width: 1000px ) {
	.book_desc {
		padding-right: 0;
	}
}

.books_list .book {
	margin-bottom: 50px;
}
.books_list h2 {
	color: #a10b3e;
	font-size: 3rem;
	font-weight: 700;
	padding-bottom: 15px;
	transition: all 0.3s ease;
}
.books_list h2:hover {
	color: #006a8c;
}
.books_list img {
	max-width: 180px;
}

/* site footer */
#footer_newsletter {
	background-color: #c10b5e;
	color: #fff;
	padding: 60px 0 40px 0;
	text-align: center;
}
#footer_newsletter .more_button {
	padding-top: 20px;
}
#footer_newsletter .more_button a {
	background-color: #1c3043;
	color: #fff;
}
#site_footer {
	padding: 10px 0 20px 0;
}
#site_footer .copyright {
	color: #999;
	font-size: 0.875em;
}
body.page-id-4 .page_wrapper {
	max-width: 650px;
}

.page-template-page-with-books #other_books {
	background-color: #efefef;
}
