html,body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
body {
	color: #090a17;
	padding: 0;
}
.blue		{ color: #159dda; }
.orange		{ color: #edb153; }
.green		{ color: #85cea8; }

.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 {
	color: #f82b53;
	font-family: "Amatic SC", sans-serif;
	font-size: 5.5rem;
	padding-bottom: 20px;
}
.single_webcomic h1 {
	padding-bottom: 0;
}
h2 {
	color: #f82b53;
	font-family: "Amatic SC", sans-serif;
	font-size: 4.375rem;
	padding-bottom: 20px;
}
h2.subtitle {
	font-size: 2rem;
	padding-bottom: 0;
}
h3 {
	color: #333;
	font-family: "Amatic SC", sans-serif;
	font-size: 3.5rem;
	padding-bottom: 20px;
}
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: #e8a229;
	text-decoration: none;
}
a.more {
	background: transparent url('../images/more_arrow.png') 99% 50% no-repeat;
	color: #e8a229;
	display: inline-block;
	letter-spacing: 0.063em;
	padding-right: 35px;
	text-transform: uppercase;
}

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: 1200px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 60px 15px 20px 15px;
}
.page_wrapper h3 {
	text-align: center;
	padding: 20px 0;
}
.page_wrapper h4 {
	font-size: 1.25em;
	font-weight: 700;
	padding: 10px 0 20px 0;
}
.page_wrapper h1,
.page_wrapper h2,
.page_wrapper h3,
.page_wrapper h4,
.page_wrapper h5,
.page_wrapper p,
.page_wrapper blockquote,
.page_wrapper ul,
.page_wrapper ol,
.page_wrapper div.wp-block-image {
	display: block;
	margin: 0 auto;
	max-width: 940px;
}

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;
}

.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: 1000px ) {
	.two_col_wrapper {
		display: block;
	}
	.two_col_wrapper .col {
		display: block;
		width: 100%;
	}
}

/* header / navigation */
#site_header {
	padding: 15px 0;
}
#site_header .content_wrapper {
	display: table;
	width: 100%;
}
#site_header .logo {
	display: table-cell;
	text-align: left;
	width: 393px;
	vertical-align: top;
}
.logo_mobile {
	display: none;
}
#main_menu {
	display: table-cell;
	padding-top: 20px;
	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 {
	background-image: url('../images/nav_line_red.png');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	color: #333;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 22px 24px 22px;
	text-transform: uppercase;
}

#main_menu ul li:nth-child(4n+1) > a { background-image: url('../images/nav_line_red.png'); }
#main_menu ul li:nth-child(4n+2) > a { background-image: url('../images/nav_line_yellow.png'); }
#main_menu ul li:nth-child(4n+3) > a { background-image: url('../images/nav_line_blue.png'); }
#main_menu ul li:nth-child(4n+4) > a { background-image: url('../images/nav_line_green.png'); }
#main_menu ul li:nth-child(4n+1) > a:hover { color: #f82b53; }
#main_menu ul li:nth-child(4n+2) > a:hover { color: #edb153; }
#main_menu ul li:nth-child(4n+3) > a:hover { color: #0194d7; }
#main_menu ul li:nth-child(4n+4) > a:hover { color: #68b28b; }


#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') 50% 14px no-repeat !important;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 12px 22px 24px 22px;
	text-transform: uppercase;
	width: 15px;
}
#main_menu .search span {
	display: none;
}

#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: 1100px ) {
	#main_menu a {
		padding: 12px 14px 24px 14px;
	}
}
@media( max-width: 1000px ) {
	#site_header {
		display: block;
		padding: 30px 0 15px 0;
	}
	#site_header .logo {
		display: block;
		margin: 0 auto;
		width: auto;
		text-align: center;
	}
	#logo_link {
		display: block;
		margin-bottom: 20px;
	}
	.logo_mobile {
		display: inline-block;
	}
	.logo_full {
		display: none;
	}

	#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: 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.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: #f2b750;
	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: "Amatic SC", sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	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;
}

/* cloud wrappers */
.clouds_wrapper {
	background-position: 0 0;
	background-repeat: repeat-x;
	padding-top: 66px;
}
.clouds_inner {
	padding-bottom: 65px;
	background-position: 0 100%;
	background-repeat: repeat-x;
}
.clouds_content {
	padding: 30px 0;
}

.clouds_aqua	{ background-image: url('../images/clouds_top_aqua.png'); }
.clouds_blue	{ background-image: url('../images/clouds_top_blue.png'); }
.clouds_pink	{ background-image: url('../images/clouds_top_pink.png'); }
.clouds_tan		{ background-image: url('../images/clouds_top_tan.png'); }

.clouds_aqua	.clouds_inner	{ background-image: url('../images/clouds_bottom_aqua.png'); }
.clouds_blue	.clouds_inner	{ background-image: url('../images/clouds_bottom_blue.png'); }
.clouds_pink	.clouds_inner	{ background-image: url('../images/clouds_bottom_pink.png'); }
.clouds_tan		.clouds_inner	{ background-image: url('../images/clouds_bottom_tan.png'); }

.clouds_aqua	.clouds_content	{ background-color: #e4f9f5; }
.clouds_blue	.clouds_content	{ background-color: #e5f4fb; }
.clouds_pink	.clouds_content	{ background-color: #fbeff1; }
.clouds_tan		.clouds_content	{ background-color: #f9f3ed; }


.clouds_aqua h1	{ color: #000; opacity: 0.6; }
.clouds_blue h1	{ color: #0096d9; }

/* hero slider */
#hp_hero {
	position: relative;
	z-index: 10;
}
.hero_slider {
	box-sizing: border-box;
	display: block;
	padding: 0 72px;
	position: relative;
	text-align: center;
	user-select: none;
	width: 100%;
}
.hero_slider .slick-track > div {
	width: 100%;
}
.hero_slider .slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
    line-height: 0;
	height: 72px;
	outline: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	width: 67px;
	z-index: 300;

}
.hero_slider .slick-prev {
	background-image: url('../images/slider_arrow_left.png');
	left: -1px;
}
.hero_slider .slick-next {
	background-image: url('../images/slider_arrow_right.png');
	right: -1px;
}
.slick-dots {
	bottom: -20px;
	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: 18px;
	vertical-align: middle;
	width: 15px;
}
.slick-dots li:nth-child(even) button {
	background-position: -15px 0;
}

.slick-active button {
	background-position: -29px 0;
}
.slick-dots li.slick-active:nth-child(even) button {
	background-position: -45px;
}

.hero_slider .slider_block {
	display: table;
	width: 100%;
}
.hero_slider .cover_link {
	display: table-cell;
	text-align: center;
	width: 30%;
	vertical-align: middle;
}
.hero_slider .cover_link img {
	display: inline-block;
}
.hero_slider .slider_text {
	display: table-cell;
	font-size: 1.125em;
	padding: 0 60px;
	vertical-align: middle;
}

@media( max-width: 1000px ) {
	.hero_slider .slider_block {
		display: block;
	}
	.hero_slider .cover_link {
		display: block;
		width: auto;
	}
	.hero_slider .slider_text {
		display: block;
		padding: 20px;
	}
}
@media( max-width: 800px ) {
	.hero_slider {
		padding: 0;
	}
	.hero_slider .slick-arrow {
		display: none;
	}
}


/* homepage welcome */
#hp_welcome {
	margin-top: -40px;
	position: relative;
	text-align: center;
	z-index: 1;
}
#hp_welcome .content_wrapper {
	background: transparent url('../images/header_girl_swinging.png') 0 0 no-repeat;
	padding: 120px 15px 80px 15px;
}
#hp_welcome .inner_wrapper {
	margin: 0 auto;
	max-width: 750px;
}
#welcome_explore {
	padding-top: 60px;
	vertical-align: bottom;
}
#welcome_explore a {
	display: inline-block;
	padding: 20px 0;
	vertical-align: bottom;
	width: 380px;
}
#welcome_explore img {
	max-width: 100%;
}


@media( max-width: 1000px ) {
	#hp_welcome .content_wrapper {
		padding: 200px 15px 80px 15px;
	}
	#welcome_explore a {
		width: 100%;
	}
}


/* latest book */
#hp_latest {
	text-align: center;
}
#hp_latest h2 {
	color: #e09719;
	text-transform: uppercase;
}
#hp_latest h2 span {
	color: #2e2d2d;
	font-size: 2rem;
	display: inline-block;
	padding-top: 10px;
	vertical-align: top;
}

.book_block {
	display: table;
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
}
.book_block .cover {
	display: table-cell;
	vertical-align: middle;
	width: 340px;
}
.book_block .cover img {
	box-shadow: 0 4px 5px 1px rgba( 0, 0, 0, 0.2 );
}

.book_block .content {
	display: table-cell;
	padding-left: 50px;
	text-align: left;
	vertical-align: middle;
}
.book_block h4,
.book_block h4 a {
	color: #e09719;
	font-size: 1.25em;
	font-weight: 700;
	padding-bottom: 15px;
}
.book_block a.more {
	background: transparent url('../images/button_more_series.png') no-repeat;
	height: 60px;
	width: 238px;
}
.book_block a.more span {
	display: none;
}

@media( max-width: 750px ) {
	.book_block {
		display: block;
	}
	.book_block .cover {
		display: block;
		margin: 0 auto 50px auto;
	}
	.book_block .content {
		display: block;
		padding-left: 0;
		text-align: center;
	}
}

/* other books */
.other_books {
	padding: 80px 0;
	text-align: center;
}
.other_books h3 {
	background: transparent url('../images/header_arrow_right.png') 80% 0 no-repeat;
	height: 59px;
	margin-bottom: 40px;
}
.other_books a {
	display: inline-block;
	margin: 4%;
	width: 16%;
}
.other_books img {
	box-shadow: 0 4px 5px 1px rgba( 0, 0, 0, 0.2 );
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	width: 100%;
}
.other_books a:nth-child(even) img {
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

@media( max-width: 1100px ) {
	.other_books h3 {
		background: transparent url('../images/header_arrow_right.png') 90% 0 no-repeat;
	}
}
@media( max-width: 900px ) {
	.other_books h3 {
		background: transparent url('../images/header_arrow_right.png') 100% 0 no-repeat;
		margin-bottom: 30px;
	}
	.other_books a {
		margin: 5%;
		width: 35%;
	}
}
@media( max-width: 900px ) {
	.other_books h3 {
		background: none;
	}
}
@media( max-width: 900px ) {
	.other_books a {
		display: block;
		margin: 15px auto 50px auto;
		width: 320px;
	}
}

.book_series_wrapper {
	text-align: center;
}

/* what's new */
#header_girl_reading {
	margin-top: -230px;
	right: 1px;
	position: absolute;
	z-index: 20;
}
#hp_whats_new {
	padding: 80px 0;
	text-align: center;
	vertical-align: top;
}
#hp_whats_new h2 {
	color: #0096d9;
}

.post_block {
	display: inline-block;
	padding: 15px;
	vertical-align: top;
	max-width: 380px;
}
.post_img_link {
	display: block;
	border-radius: 10px;
	height: 290px;
	overflow: hidden;
}
.post_imageless {
	display: block;
	height: 290px;
}
.post_block h4 {
	padding: 20px 0;
}
.post_block h4 a {
	color: #000;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}


/* events */
#hp_events {
	text-align: center;
}
#hp_events h2 {
	color: #333;
	margin-bottom: 20px;
}
#hp_events h2 span {
	background: transparent url('../images/header_arrow_left.png') 0 100% no-repeat;
	display: inline-block;
	padding: 0 100px 0 100px;
}
#header_girl_dancing {
	margin-top: -130px;
	left: 30px;
	position: absolute;
	z-index: 20;
}
.event_dates a {
	background: #fff url('../images/event_arrow.png') 98% 50% no-repeat;
	border-radius: 10px;
	color: #333;
	display: block;
	margin-bottom: 15px;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
}
.event_dates time {
	background: transparent url('../images/event_date.png') 50% 0 no-repeat;
	display: inline-block;
	min-height: 65px;
	text-align: center;
	width: 65px;
	vertical-align: middle;
	width: 17%;
}
.event_dates time .day {
	font-size: 2em;
	font-weight: 700;
	padding-top: 8px;
	display: block;
}
.event_dates time .month {
	font-family: "Amatic SC", sans-serif;
	font-size: 1.75em;
	font-weight: 700;
}
.event_dates .event_info {
	display: inline-block;
	font-size: 1.125em;
	padding-left: 15px;
	vertical-align: middle;
	width: 75%;
}
.event_dates .event_info strong {
	display: block;
	padding-bottom: 5px;
}

#events_about {
	padding: 0 70px;
	text-align: left;
}
.more_events {
	display: block;
	padding-top: 15px;
	text-align: center;
}
.more_events img {
	max-width: 100%;
}

@media( max-width: 1000px ) {
	#events_about {
		padding: 50px 70px 0 70px;
	}
}
@media( max-width: 700px ) {
	#hp_events h2 {
		margin-top: 100px;
	}
	#events_about {
		padding: 50px 0 0 0;
	}
}


/* newsletter */
#newsletter {
	padding: 60px 0;
	text-align: center;
}
#newsletter h2 {
	color: #e8a229;
}
#newsletter .content_wrapper {
	background: transparent url('../images/newsletter_bg_left.jpg') 0 100% no-repeat;

}
#newsletter .inner_wrapper {
	background: transparent url('../images/newsletter_bg_right.jpg') 100% 100% no-repeat;
	padding: 0 200px 30px 200px;
}
.newsletter_form {
	background-color: #f9f3ed;
	border-radius: 16px;
	padding: 30px;
	vertical-align: middle;
}
.clouds_content .newsletter_form {
	background-color: transparent;
}
.newsletter_form input {
	border-radius: 12px;
	font-family: "Amatic SC", sans-serif;
	height: 72px;
	font-size: 30px;
	line-height: 18px;
	padding: 20px;
}
.newsletter_form input[type="email"] {
	background-color: #fff;
	border: 2px #edd9c4 solid;
	margin-right: 3%;
	vertical-align: middle;
	width: 72%;
}
.newsletter_form input[type="submit"],
.newsletter_form a.button {
	border-radius: 12px;
	border: 2px #e8a229 solid;
	background-color: #e8a229;
	color: #fff;
	display: inline-block;
	font-family: "Amatic SC", sans-serif;
	font-size: 30px;
	line-height: 18px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	width: 24%;
}

@media( max-width: 1000px ) {
	.newsletter_form input[type="email"] {
		margin-bottom: 20px;
		width: 90%;
	}
	.newsletter_form input[type="submit"] {
		border: 2px #e8a229 solid;
		background-color: #e8a229;
		height: 70px;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		width: auto;
	}
}
@media( max-width: 850px ) {
	#newsletter .content_wrapper {
		background-position: 50% 100%;
	}
	#newsletter .inner_wrapper {
		background: none;
		padding: 0 100px 260px 100px;
	}

}
@media( max-width: 700px ) {
	#newsletter .content_wrapper {
		background-position: 0 100%;
	}
	#newsletter .inner_wrapper {
		background: none;
		padding: 0 0 260px 0;
	}
}


/* footer nav */
#footer_nav {
	text-align: center;
}
#footer_nav .content_wrapper {
	background: transparent url('../images/logo_footer.png?v=1.1') 50% 100% no-repeat;
	padding-bottom: 180px;
	vertical-align: top;
}
#footer_nav nav {
	display: inline-block;
	padding: 16px 30px;
	vertical-align: top;
}
#footer_nav nav a {
	color: #484848;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 6px 0;
	text-align: left;
	text-transform: uppercase;
}
#footer_nav nav a {
	display: none;
}
#footer_nav nav a:first-child {
	background-position: 0 100%;
	background-repeat: no-repeat;
	display: block;
	font-size: 0.875rem;
	margin-bottom: 10px;
	padding-bottom: 14px;
}
#footer_nav nav:nth-child(4n+1) a:first-child { background-image: url('../images/nav_line_red.png'); color: #f82b53; }
#footer_nav nav:nth-child(4n+2) a:first-child { background-image: url('../images/nav_line_yellow.png'); color: #edb153; }
#footer_nav nav:nth-child(4n+3) a:first-child { background-image: url('../images/nav_line_blue.png'); color: #0194d7; }
#footer_nav nav:nth-child(4n+4) a:first-child { background-image: url('../images/nav_line_green.png'); color: #68b28b; }


/* site footer */
#site_footer {
	padding: 25px 0 50px 0;
	text-align: center;
}
#site_footer p {
	color: #aaa;
	font-size: 0.75em;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
#site_footer p a {
	color: #aaa;
}

#social_nav {
	padding-bottom: 10px;
}
#social_nav a {
	background-image: url('../images/sprite_social.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	margin: 20px;
	width: 24px;
}
#social_nav a span {
	display: none;
}
#social_nav a.instagram	{ background-position: 0 0; }
#social_nav a.twitter	{ background-position: -24px 0; }
#social_nav a.facebook	{ background-position: -48px 0; }
#social_nav a.youtube	{ background-position: -72px 0; }
#social_nav a.mastodon {
	background-image: url('../images/icon_mastodon.png');
	height: 26px;
}

/* standard page */
#page_header .clouds_content {
	padding: 20px 0 0 0;
}
#page_header .content_wrapper {
	max-width: 940px;
}
#page_header h1 {
	text-align: center;
}

/* books page */
#books_header_text {
	border-bottom: 1px #d9d3cd solid;
	font-size: 1.5em;
	margin: 0 auto 50px auto;
	max-width: 850px;
	padding: 50px 0 30px 0;
	text-align: center;
}
#all_books {
	padding-top: 100px;
}
#all_books section {
	padding-bottom: 80px;
}
#all_books h2 {
	font-size: 3rem;
	vertical-align: text-top;
}
#written_illustrated h2		{ color: #fb5e79; }
#illustrated_by h2			{ color: #159dda; }
#chapter_books h2			{ color: #87cfa9; }
#other_writing h2			{ color: #e8a229; }

#all_books h2 span {
	color: #000 !important;
	margin-left: 20px;
	font-size: 1.875rem;
}

.books_list {
	vertical-align: top;
}
.books_list a {
	display: inline-block;
	margin: 20px;
}
.books_list img {
	box-shadow: 0 4px 5px 1px rgba( 0, 0, 0, 0.2 );
	max-width: 250px;
	width: 100%;
}

@media( max-width: 950px ) {
	#all_books {
		text-align: center;
	}
	#all_books h2 span {
		display: block;
	}
}

/* single book page */
#book_header .content_wrapper {
	display: table;
	max-width: 940px;
}
#book_header .book_extras {
	display: table-cell;
	vertical-align: top;
	width: 320px;
}
body.series_im #book_header .book_extras {
	background: transparent url('../images/book_extras_bg_im.png') 100% 100% no-repeat;
}
#book_header .book_extras img {
	box-shadow: 0 4px 5px 1px rgba( 0, 0, 0, 0.2 );
	width: 100%;
}
#book_header .book_content {
	display: table-cell;
	padding-left: 40px;
	vertical-align: top;
	width: auto;
}
#book_header .book_content h1 {
	color: #333;
	font-size: 3.5rem;
}
@media( max-width: 750px ) {
	#book_header .content_wrapper {
		display: block;
	}
	#book_header .book_extras {
		display: block;
		margin: 0 auto 40px auto;
	}
	#book_header .book_content {
		display: block;
		padding-left: 0;
	}
}

#book_media,
#book_series_links,
#book_praise,
#book_for_links,
#book_print,
#book_more {
	clear: both;
}

/*
#book_media .alignleft,
#book_media .alignright,
#book_media .aligncenter,

#book_series_links .alignleft,
#book_series_links .alignright,
#book_series_links .aligncenter,

#book_praise .alignleft,
#book_praise .alignright,
#book_praise .aligncenter,

#book_for_links .alignleft,
#book_for_links .alignright,
#book_for_links .aligncenter,

#book_print .alignleft,
#book_print .alignright,
#book_print .aligncenter {
	float: none !important;
	margin: 10px !important;
}
*/

#book_media {
	padding-top: 40px;
	text-align: center;
}

#book_series_links .other_books h3 {
	background: transparent url('../images/header_arrow_series.png') 75% 100% no-repeat;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
@media( max-width: 1150px ) {
	#book_series_links .other_books h3 {
		background-position: 80% 100%;
	}
}
@media( max-width: 1050px ) {
	#book_series_links .other_books h3 {
		background-position: 85% 100%;
	}
}
@media( max-width: 900px ) {
	#book_series_links .other_books h3 {
		background-position: 95% 100%;
	}
}
@media( max-width: 800px ) {
	#book_series_links .other_books h3 {
		background: none;
	}
}


#book_praise .content_wrapper {
	max-width: 940px;
}
#book_praise .honors_header {
	margin-top: -230px;
	position: absolute;
	right: 100px;
}
#book_praise h3 {
	background: transparent url('../images/header_arrow_praise.png') 32% 100% no-repeat;
	color: #333;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 0;
	text-align: center;
}
@media( max-width: 800px ) {
	#book_praise h3 {
		background: none;
	}
}
#book_praise a {
	color: #0691cf;
}
#book_praise li::before {
  color: #0691cf;
}
#book_praise cite {
	color: #0691cf;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

#book_for_links {
	padding: 80px 0;
	text-align: center;
}
#book_for_links p {
	display: inline;
}
#book_for_links br {
	display: none;
}
#book_for_links a {
	margin: 10px;
}


#book_print {
	text-align: center;
}

#book_print h3 {
	padding: 20px 0 5px 0;
}
#book_print h4 {
	padding-bottom: 30px;
	text-transform: uppercase;
}
#book_print br {
	display: none;
}
#book_print img {
	box-shadow: 0 4px 5px 1px rgba( 0, 0, 0, 0.2 );
	margin: 10px;
	width: 200px;
}
#book_print img.print_header {
	box-shadow: none;
	margin: -260px 0 0 0;
	position: absolute;
	left: 100px;
	width: auto;
}
@media( max-width: 900px ) {
	#book_print img.print_header {
		display: none;
	}
}
#book_print img.view_all {
	box-shadow: none;
	margin: 30px 0;
	width: auto;
}

#book_more {
	color: #4fb27e;
	padding: 80px 0 0 0;
	text-align: center;
}
#book_more h3 {
	color: #4fb27e;
	font-size: 4.375rem;
}
#book_more a {
	color: #4fb27e;
}
#book_more li::before {
  color: #4fb27e;
}
#book_more hr {
	background: #4fb27e;
	color: #4fb27e;
}
.more_header {
	position: absolute;
	right: 100px;
}
#book_more ul {
	columns: 2;
}
@media( max-width: 850px ) {
	#book_more ul {
		columns: 1;
	}
	.more_header {
		display: none;
	}
}

#buy_button {
	background: transparent url('../images/button_buy.png') no-repeat;
	cursor: pointer;
	display: block;
	height: 59px;
	margin: 30px auto;
	width: 230px;
}
#buy_pop_bg {
	display: none;
}
body.buy_open #buy_pop_bg {
	background-color: rgba( 0, 0, 0, 0.5 );
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}
#buy_links {
	background: #f2b750;
	box-shadow: 0 4px 5px 1px rgba( 0, 0, 0, 0.2 );
	border-radius: 8px;
	display: none;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	padding: 15px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 305;
}
body.buy_open #buy_links {
	display: block;
}
#buy_links h4 {
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#buy_links p {
	display: inline;
	margin: 0;
	padding: 0;
}
#buy_links a {
	color: #fff;
	display: block;
	padding: 5px 0;
	opacity: 0.9;
}

/* art galleries */
.art_header .clouds_content {
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#page_header.art_header .content_wrapper {
	max-width: 850px;
}
@media( max-width: 1400px ) {
	.art_header .clouds_content {
		background-position: -100px 50%;
		background-repeat: no-repeat;
	}
}
@media( max-width: 1200px ) {
	.art_header .clouds_content {
		background-position: -200px 50%;
		background-repeat: no-repeat;
	}
}
@media( max-width: 1000px ) {
	.art_header .clouds_content {
		background-image: none !important;
	}
}


.art_header h1 {
	color: #e8a229;
}
.art_gallery {
	padding-top: 60px;
}
.art_gallery h2 {
	padding-top: 40px;
}

/* archives, webcomics, etc. */
h1.page_title {
	text-align: center;
}
.single_webcomic {
	text-align: center;
}
.single_webcomic header {
	padding-bottom: 20px;
}
.single_wrapper {
	max-width: 940px;
}
.single_wrapper time {
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
}
.blog_list h2 {
	font-size: 2.7rem;
	padding-bottom: 0;
}
.blog_list h2 a {
	color: #333;
}
.blog_list h2 span {
	font-size: 0.75em;
}
.blog_list article {
	display: table;
	padding: 20px 0;
	width: 100%;
}
.post_cat_links {
	font-size: 0.75em;
	font-weight: 700;
}
.post_cat_links a {
	letter-spacing: 0.063em;
	margin: 6px;
	text-transform: uppercase;
}
.post_block_thumb {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	width: 270px;
}
.post_block_thumb img {
	width: 100%;
}
.post_block_content {
	display: table-cell;
	vertical-align: top;
}
.blog_list article time {
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
}
.next_previous {
	margin: 0 auto;
	max-width: 940px;
	padding: 80px 0;
	text-align: center;
}
.next_previous a {
	background-color: #e8a229;
	border-radius: 8px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 15px 40px;
	text-align: center;
	text-transform: uppercase;
}
.next_previous a:hover {
	opacity: 0.8;
}
.nav_next,
.nav_previous {
	display: inline;
	margin: 0 10px;
}
.archive_wrapper hr {
	margin: 0 auto;
	opacity: 0.3;
}
.term_header {
	font-size: 1.25em;
	padding-bottom: 40px;
	text-align: center;
}

@media( max-width: 800px ) {
	.blog_list article {
		display: block;
	}
	.post_block_thumb {
		display: block;
		padding-right: 0;
		margin: 0 auto 20px auto;
	}
	.post_block_content {
		display: block;
		margin: 0 auto;
		max-width: 650px;
	}

}


/* events */
.single_event {
	max-width: 940px;
}
.single_event time {
	font-weight: 700;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.single_event time span {
	font-size: 0.875em;
}
.event_location {
	font-weight: 700;
	padding-bottom: 20px;
}
.calendar {
	text-align: center;
}
.calendar a.more {
	padding: 10px 40px 10px 10px;
}


.blog_search {
	padding: 30px 0 10px 0;
	text-align: center;
}
.blog_search input,
.blog_search select {
	background-color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 8px;
}
.blog_search input[type="submit"] {
	background-color: #f2b750;
	color: #fff;
}
