:root {
	--bg-white: #f1f3ec;
	--bg-medium-green: #29333c;
	--bg-dark-green: #1c2228;
	--header-blue: #769ead;
	--header-dark-green: #2d3c45;
	--header-green: #137160;
	--header-yellow: #a88024;
	--link-yellow: #d7b465;
	--link-green: #3a7560;
	--text-black: #121212;
	--hr-tan: #e5dbc5;
}
html {
	scroll-behavior: smooth;
}
html,body {
	background-color: var(--bg-white);
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	margin: 0;
}
body {
	color: var(--text-black);
}
body.home {
	background: #ede7d9 url('../images/par_bg_mountains.jpg') 50% 0 repeat-x;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	text-decoration: none;
}
strong {
	font-weight: 600;
}
hr {
	border: none;
	background: var(--hr-tan);
	clear: both;
	color: var(--hr-tan);
	height: 1px;
	margin: 50px auto;
	max-width: 1200px;
	width: 310px;
}
h2,h3,h4 {
	color: var(--header-green);
	font-weight: 400;
}
h1 {
	color: var(--header-dark-green);
	font-size: 4rem;
	letter-spacing: 0.25rem;
	padding-bottom: 20px;
}
h1.book_title {
	padding-bottom: 0;
	font-size: 4rem;
}
h2.subtitle {
	font-size: 1.75rem;
	font-weight: 600;
}

@media( max-width: 900px ) {
	h1 {
		text-align: center;
	}
}
h2 {
	font-size: 2.5rem;
	letter-spacing: 0.125rem;
	padding-bottom: 0;
}
h3 {
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
article h3 {
	font-weight: 600;
	letter-spacing: 0;
	margin: 30px 0 20px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
	text-decoration: none;
}
.lined {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.125em;
    overflow: hidden;
    position: relative;
    text-align: center;
	text-transform: uppercase;
    z-index: 1;
}
.lined:before, .lined:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
}
.lined:before {
    margin-left: -50%;
    text-align: right;
}
.lined:after {
    margin-left: 2%;
    text-align: right;
}
.lined_blue {
	color: #60818e;
}
.lined_blue:before, .lined_blue:after {
	background-color: #60818e;
}
.lined_green {
	color: #4b6c60;
}
.lined_green:before, .lined_green:after {
    background-color: #324f47;
}
.lined_white {
	color: #fff;
}
.lined_white:before, .lined_white:after {
    background-color: #e5ceaa;
}
.color {
    background-color: #ccc;
}


@media( max-width: 900px ) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.25em;
	}
}
@media(max-width: 700px) {
	.lined:before, .lined:after {
		display: none;
	}
}
.page_title {
	color: var(--header-dark-green);
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.063rem;
}
body.media .page_title {
	text-align: center;
}

button,
.button,
.more_button a,
input[type="submit"] {
	background-color: var(--bg-medium-green);
	border: 0;
	color: var(--bg-white);
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 15px 60px;
	transition: all 0.3s ease;
	text-decoration: none;
	text-transform: uppercase;
}

.more_button a:hover,
.button:hover {
	background-color: var(--bg-medium-green);
}
a.read_more,
p.read_more a {
	color: #ac731c;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
a.read_more:hover,
p.read_more a:hover {
	color: var(--header-blue);
}
p {
	font-size: 1.25em;
	line-height: 160%;
	padding-bottom: 20px;
}

p.callout {
	font-size: 1.25em;
}

blockquote {
	font-size: 1.5rem;
	line-height: 160%;
	text-align: center;
}
blockquote p {
	font-size: 1.5rem;
}

cite {
	color: var(--link-yellow);
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}
cite strong {
	color: #f00;
}
a {
	color: var(--link-yellow);
}
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: 1200px;
	min-width: 320px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	background: #f1f3ec url('../images/page_bg.png') 50% 100% repeat-x;
	margin: 0 auto;
	min-height: 1323px;
	padding: 0 15px 650px 15px;
}
.page_wrapper p a {
	font-weight: 700;
}


.narrow {
	margin: 0 auto;
	max-width: 930px;
}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.up_margin_img {
	display: block;
	margin-top: -50px;
	position: relative;
}
iframe {
	max-width: 100%;
}

article p a,
article ul a {
	color: var(--link-green);
	font-weight: 500;
}
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;
}
ul a {
	text-decoration: none;
}
.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: 900px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		display: block;
		float: none;
		margin: 15px auto;
		text-align: center;
	}
}


.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%; }

.left_col {
	padding-right: 60px;
}
@media( max-width: 900px ) {
	.left_col {
		padding-right: 0;
	}
	.col_reverse {
		flex-direction: column-reverse !important;
	}
	.col_reverse .wp-block-image {
		text-align: center;
	}
}

@media( max-width: 900px ) {
	.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;
		width: 100%;
	}
	.col_50,
	.col_60,
	.col_70,
	.col_80 {
		order: 1;
	}
	.col_30 {
		order: 2;
	}
	.col_20 {
		order: 3;
	}
}

.mobile {
	display: none;
}
.non_mobile {
	display: block;
}
@media( max-width: 900px ) {
	.mobile {
		display: block;
	}
	.non_mobile {
		display: none;
	}
}

/* header / navigation */
#site_header {
	text-align: center;
}
#site_header .masthead {
	padding: 35px 0;
	padding-bottom: 30px;
}
#site_header h1,
#site_header .col_80 h2 {
	color: var(--header-dark-green) !important;
	font-size: 3.5em;
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}
#site_header h1,
#site_header h2 {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#site_header .col_10 h2 {
	color: var(--header-yellow);
	font-size: 1.25rem;
	font-weight: 500;
	padding-top: 20px;
	text-transform: uppercase;
}
@media( max-width: 1200px ) {
	#site_header .col_10.writer {
		text-align: left;
		padding-left: 20px;
		width: 20%;
	}
	#site_header .col_10.historian {
		text-align: right;
		padding-right: 20px;
		width: 20%;
	}
	#site_header .col_80 {
		width: 60%;
	}
}
@media( max-width: 900px ) {
	#site_header .masthead {
		padding: 15px 0 5px 0;
	}
	#site_header h1,
	#site_header .col_80 h2 {
		font-size: 2.5em;
	}
	#site_header .col_10 h2 {
		display: none;
	}
	#site_header .col_80 {
		width: 100%;
	}

}

#main_menu {
	border-bottom: 2px var(--hr-tan) solid;
	border-top: 2px var(--hr-tan) solid;
	margin-bottom: 30px;
	padding: 14px 0;
	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: #0f4231;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 50px;
	padding: 10px 2px 8px 2px;
	text-align: center;
	text-transform: uppercase;
}
#main_menu a:hover,
#main_menu li.current-menu-item a,
#main_menu li.current-page-ancestor a,
body.single-book #main_menu li.menu-item-34 a {
	color: var(--header-green);
}

#main_menu > ul > li:hover ul {
	background: var(--bg-medium-green);
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	color: var(--bg-white);
	display: block;
	margin: 0;
	padding: 6px 15px;
	position: absolute;
	width: 200px;
}
#main_menu > ul > li ul li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#main_menu > ul > li ul li a {
	color: var(--bg-white);
	display: block;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
#main_menu > ul > li ul li a:hover {
	color: var(--link-yellow);
}

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

@media( max-width: 1300px ) {
	#main_menu a {
		margin: 0 30px;
	}
}

@media( max-width: 900px ) {
	#site_header {
		display: block;
	}
	.header_logo,
	.header_nav {
		display: block;
		text-align: center;
		width: 100%;
	}
	.header_logo {
		padding-bottom: 20px;
	}

	#main_menu {
		background-color: var(--bg-white);
		border-bottom: 0;
		border-top: 0;
		display: block;
		height: 100vh;
		left: -310px;
		padding: 30px 0 50px 0;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 300px;
		z-index: 510;
	}
	#main_menu.content_wrapper {
		margin: 0;
		max-width: auto;
		min-width: auto;
		padding: 30px 0 20px 0;
		width: 300px

	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu a {
		display: block;
		padding: 8px 15px;
		text-align: left;
		width: auto;
	}
	#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 30px;
		position: static;
		width: auto;
	}

	#main_menu > ul > li ul li a {
		border-left: 2px var(--header-green) solid;
		color: #0f4231;
		margin-left: 15px;
		padding: 8px 15px;
	}
	#main_menu > ul > li ul li a:hover {
		color: var(--header-green);
	}

	#burger_button {
		cursor: pointer;
		display: inline-block;
		margin-bottom: 20px;
		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%;
	}

}

.buy_button {
	display: inline-block;
	font-size: 1.125em;
	margin-top: 20px;
	text-align: center;
	width: 280px;
}
.buy_button span {
	background-color: var(--bg-medium-green);
	border: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	color: var(--bg-white);
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 16px 30px;
	text-transform: uppercase;
	width: 280px;
}
.buy_button nav {
	background-color: var(--bg-dark-green);
	color: #fff;
	display: none;
	margin: 0;
	list-style: none;
	padding-bottom: 15px;
	position: absolute;
	width: 280px;
	z-index: 600;
}
.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;
	text-align: center;
	text-decoration: none;
	width: 90%;
}
.buy_button nav a:hover {
	color: var(--link-yellow);
}
.buy_button nav p {
	display: inline;
	padding: 0;
}



/* homepage */
#hp_latest_book .content_wrapper {
	padding: 20px 0 50px 0;
}
#hp_latest_book .col_content {
	padding: 30px 150px 0 80px;
}
#hp_latest_book .col_cover {
	text-align: center;
}
#hp_latest_book h2 {
	color: var(--header-dark-green);
	font-size: 3.75em;
	font-weight: 500;
	letter-spacing: 0;
	padding-bottom: 10px;
}
#hp_latest_book h3 {
	color: var(--header-green);
	font-size: 1.75rem;
	font-weight: 600;
	padding-bottom: 30px;
	text-transform: none;
}
#hp_latest_book .cover_image {
	display: block;
}
#hp_latest_book p {
	font-size: 1.25em;
}
#hp_latest_book .col_content p a {
	color: #ac731c;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	text-decoration: none;
	text-transform: uppercase;
}
@media( max-width: 1200px ) {
	#hp_latest_book .col_content {
		padding: 30px 100px 0 80px;
	}
}
@media( max-width: 900px ) {
	#hp_latest_book .content_wrapper {
		padding-bottom: 0;
	}
	#hp_latest_book .col_content {
		padding: 30px 15px;
	}
}
@media( max-width: 500px ) {
	#hp_latest_book h2 {
		font-size: 2.75em;
	}
}

.hp_top {
	background: transparent url('../images/hp_par_bg_foreground.png') 50% 100% repeat-x;
}
.hp_bottom {
	background: var(--bg-dark-green) url('../images/green_tree_divider.png') 50% 0 repeat-x;
}

#hp_quote {
	padding-top: 150px;
}
#hp_quote .content_wrapper {
	max-width: 800px;
}
#hp_quote blockquote {
	color: var(--bg-white);
	font-weight: 500;
	letter-spacing: 0.063em;
	text-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.5);
	font-size: 2em;
}
#hp_quote blockquote p {
	font-size: 2rem;
}
#hp_quote cite {
	color: #ebe4b9;
	font-weight: 400;
}
@media( max-width: 500px ) {
	#hp_quote blockquote {
		color: var(--header-blue);
	}
	#hp_quote cite {
		color: var(--header-green);
	}
}

#hp_books {
	padding-top: 80px;
	text-align: center;
}
#hp_books .books a {
	display: inline-block;
	margin: 15px 8px;
	width: 250px;
	vertical-align: top;
}
@media( max-width: 900px) {
	#hp_books .books a {
		width: 150px;
	}
}

#hp_about_megan {
	color: var(--bg-white);
	max-width: 900px;
	padding-top: 200px;
}
#hp_about_megan h2 {
	color: var(--header-blue);
	font-size: 2rem;
	font-weight: 500;
	padding: 80px 0 20px 0;
	text-transform: uppercase;
}
#hp_about_megan .alignleft {
	margin-right: 50px;
}
@media( max-width: 900px) {
	#hp_about_megan {
		text-align: center;
	}
	#hp_about_megan .alignleft {
		margin-right: 0;
	}
}


.page_top_wrapper {
	background: #f2f3ed url('../images/page_bg_mountains.png') 50% 100% repeat-x;
	padding-bottom: 150px;
}
.page_middle_wrapper {
	background: #d49b45 url('../images/page_bg_trees.png') 50% 100% repeat-x;
	padding-bottom: 600px;
}

/* about */
#about_follow {
	min-height: 863px;
	padding-top: 40px;
}

/* books page */
.books_wrapper {
	padding-bottom: 30px;
}
.books_wrapper h2 {
	color: var(--header-dark-green);
	padding-bottom: 5px;
}
.books_wrapper header {
	padding-bottom: 20px;
}
article.books_wrapper h3 {
	margin: 0;
}
.books_wrapper .col_30 {
	padding: 0 30px 0 70px;
}
@media( max-width: 900px ) {
	.all_books_wrapper {
		text-align: center;
	}
	.all_books_wrapper hr {
		display: none !important;
	}
	.books_wrapper {
		padding-bottom: 30px;
		text-align: center;
	}
	.books_wrapper h2 {
		font-size: 2rem;
	}
	.books_wrapper .col_30 {
		padding: 0 0 5px 0;
	}
}


/* single book pages */
.book_content {
	padding-top: 30px;
}
.book_content header {
	padding-bottom: 30px;
}
.single_book_cover {
	text-align: center;
}

#book_praise {
	text-align: center;
}
#book_praise .inner_wrapper {
	margin: 0 auto;
	padding-top: 40px;
	max-width: 1000px;
}
#book_praise blockquote {
	color: #fff;
	text-shadow: 1px 0 3px rgba( 0, 0, 0, 0.4 );
}
#book_praise cite {
	color: #f8db9a;
}
#quotes_wrapper.collapsed .inner_wrapper {
	overflow: hidden;
	margin-bottom: 30px;
	max-height: 800px;
	mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}


.all_books_wrapper {
	padding-top: 40px;
}
#all_books {
	background: #27343d url('../images/green_tree_divider.png') 50% 100% repeat-x;
	padding-bottom: 360px;
}
.book_slider {
	margin-top: 50px;
	text-align: center;
}
.book_slider a {
	display: block;
	text-align: center;
}
.book_slider .slick-slide img {
	margin: 0 auto;
}


/* footer */
#site_footer {
	background-color: var(--bg-dark-green);
	padding: 50px 0 20px 0;
	text-align: center;
}
#site_footer .copyright {
	color: #878b8f;
	font-size: 0.75em;
	padding: 25px 0;
}
