html,body {
	background: #0f2734;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
body {
	color: #fff;
	padding-top: 350px;
}
body {
	background-image: url('../images/home_header_bg.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}
@media( max-width: 360px ) {
	body {
		overflow-x: hidden;
	}
}
strong {
	font-weight: 600;
}

h1 {
	color: #67cbc2;
	font-family: 'Berkshire Swash', cursive;
	font-size: 2.75rem;
	font-weight: 400;
	padding-bottom: 15px;
}
h1.page_title {
	color: #c1f9f4;
	font-size: 3.75rem;
	text-align: center;
}
h2 {
	color: #a4cbdf;
	font-family: 'Berkshire Swash', cursive;
	font-size: 2.5em;
	padding: 20px 0;
}
h3 {
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
h4, h5 {
	font-size: 0.875em;
	letter-spacing: 0.063em;
	padding-bottom: 40px;
	text-transform: uppercase;
}

p {
	line-height: 190%;
	overflow-wrap: break-word;
	padding-bottom: 20px;
}
.wp-block-media-text {
	padding-bottom: 40px;
}
blockquote,
.wp-block-columns {
	background-color: #0e2f40;
	margin: 0 auto 30px auto;
	padding: 30px 30px 10px 30px;
	width: 90%;
}
cite {
	color: #14578a;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	text-transform: uppercase;
}
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

time {
	color: #7097b3;
	display: block;
	font-size: 0.75em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

a {
	color: #67cbc2;
	text-decoration: none;
}
a: hover {
	color: #fdcf6e;
}
.wp-caption {
	font-size: 75%;
}

.clear {
	clear: both;
}

.content_wrapper {
	margin: 0 auto;
	min-width: 310px;
	padding: 0px 25px;
	width: 100%;
}
.page_wrapper {
	background-color: #011925;
	max-width: none;
	padding: 40px 150px;
	width: 97%;
}
@media( max-width: 890px ) {
	.page_wrapper {
		padding: 25px;
		width: 100%;
	}
}

.content_columns {
	display: table;
	width: 100%;
}
.content_columns article,
.content_columns .col_main {
	display: table-cell;
	overflow: hidden;
	max-width: 80%;
	padding-right: 50px;
	vertical-align: top;
}

.content_columns .col_sidebar {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 310px;
}
@media( max-width: 360px ) {
	.content_columns .col_sidebar {
		width: 290px;
	}

}


.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignright,
.wp-block-image .alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin: 0 30px 50px 0;
}
.wp-block-image figure {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

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

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

/* site header */
#site_header {
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 500;
}
#site_header h1 {
	font-family: 'Berkshire Swash', cursive;
	font-size: 5.75em;
	letter-spacing: 0;
	line-height: 1em;
	text-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.4 );
}
#site_header h1,
#site_header h1 a {
	color: #fff;
}
#site_header h3 {
	font-size: 0.938em;
	letter-spacing: 0.125em;
	margin: 10px auto;
	max-width: 650px;
	text-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.4 );
}

#nav_wrapper {
	background: transparent url('../images/nav_dragon.png') no-repeat;
	left: 0;
	height: 355px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 98.5%;
	z-index: 400;
}
#main_menu {
	position: absolute;
	text-align: center;
	top: 270px;
	width: 98%;
	z-index: 400;
}
#main_menu li {
	display: inline;
}
#main_menu a {
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 800;
	padding: 15px;
	letter-spacing: 0.125em;
	text-shadow: 1px 1px 6px rgba( 0, 0, 0, 0 );
	text-transform: uppercase;
}
#main_menu a:hover {
	color: #fdcf6e;
	text-shadow: 1px 1px 6px rgba( 255, 255, 255, 0.9 );
}
#menu_open_bg,
#burger_button {
	display: none;
}

@media( max-width: 1285px ) {
	#nav_wrapper {
		width: 98%;
	}
	#main_menu {
		text-align: right;
	}
	#main_menu a {
		padding: 15px 30px 15px 0;
	}
}
@media( max-width: 1130px ) {
	#nav_wrapper {
		width: 97.5%;
	}
	#main_menu a {
		font-size: 0.813em;
		padding: 15px 25px 15px 0;
	}
}
@media( max-width: 1050px ) {
	#site_header {
		z-index: 450;
	}
	#site_header h1 {
		font-size: 4.5em;
	}
	#site_header h3 {
		font-size: 0.875em;
	}

	#nav_wrapper {
		padding-top: 280px;
		width: 97%;
	}
	#main_menu {
		background-color: rgba( 55, 181, 170, 0.8 );
		box-shadow: 4px 0 6px rgba( 0, 0, 0, 0.2 );
		display: block;
		left: -210px;
		height: 100%;
		padding: 20px 0;
		position: fixed;
		text-align: left;
		top: 0;
		width: 200px;
		z-index: 501;
	}
	body.menu_open #main_menu {
		left: 0;
		transition: all 1s;
	}
	#main_menu a {
		display: block;
		padding: 10px 10px 10px 30px;
	}

	#burger_button {
		background: transparent url('../images/burger_button.png') no-repeat;
		cursor: pointer;
		display: block;
		height: 25px;
		left: 50%;
		margin-left: -12px;
		position: absolute;
		top: 280px;
		width: 25px;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
		z-index: 505;
	}
	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( 55, 181, 170, 0.3 );
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 500;
	}

}
@media( max-width: 890px ) {
	#site_header h1 {
		font-size: 3.5em;
		text-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.6 );
	}
	#site_header h3 {
		max-width: 400px;
		text-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.6 );
	}

}


/* page content */
#page_header {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -32px auto 0 auto;
	padding: 100px 30px;
	position: relative;
	text-align: center;
	width: 97%;
}
#wof_header {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 340px;
	margin: -32px auto 0 auto;
	padding: 40px 30px;
	position: relative;
	text-align: center;
	width: 97%;
}
.page_header_wof {
	background-image: url('../images/header_bg_wof.jpg');
}
.page_header_world {
	background-image: url('../images/header_bg_world.jpg');
}
.other_series_header {
	background-position: 50% 50% !important;
	height: 340px;
}

.page_header_wof h1 {
	display: none;
}
.hidden_title {
	display: none;
}
#page_content {
}

div.page_wrapper article ul {
	margin: 10px;
	list-style-type: circle;
}
div.page_wrapper article ol {
	margin: 10px;
	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;
}

img {
	height: auto;
	max-width: 100%;
}
article.page img {
	height: auto;
}

hr {
	background-color: #219092;
	border: 0;
	color: #219092;
	display: block;
	height: 1px;
	margin: 30px auto 50px auto;
	max-width: 400px;
	width: 90%;
}
.page_wrapper article {
	padding-bottom: 30px;
}

.button {
	background-color: #219092;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 150%;
	padding: 12px 20px;
	text-transform: uppercase;
}
.button:hover {
	background-color: #41b0b2;
	color: #011925;
}

.more,
.next_previous a {
	background-color: #219092;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.813em;
	font-weight: 600;
	padding: 12px 50px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}
.next_previous a:hover,
.more:hover {
	background-color: #31a0a2;
}
a.post_more {
	color: #219092;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	text-transform: uppercase;
}
a.post_more:hover {
	color: #31a0a2;
}

.buy_button {
	background-color: #cc8e10;
	margin: 20px auto;
	width: 250px;
}
.buy_button span {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
}
.buy_button nav {
	display: none;
}
.buy_button:hover nav,
.buy_button.open nav {
	background-color: #cc8e10;
	display: inline-block;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 250px;
	z-index: 600;
}
.buy_button nav a {
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 10px;
	text-align: center;
}
.buy_button nav a:hover {
	color: #f9d998;
}


/* homepage */
#hp_intro {
	padding-bottom: 50px;
}
#hp_intro .content_wrapper {
	max-width: 730px;
}
#hp_intro h2 {
	color: #c1f9f4;
	font-size: 3em;
	padding-bottom: 25px;
	text-align: center;
}
@media( max-width: 890px ) {
	#hp_intro h2 {
		font-size: 2.5em;
	}
}


#hp_latest_book {
	background-color: #0f3244;
	background: linear-gradient(180deg, rgba(21,61,81,1) 0%, rgba(11,43,59,1) 100%);
	margin: 0 auto;
	min-width: 310px;
	padding: 65px 25px 65px 25px;
	width: 97%;
}
#hp_latest_book .content_wrapper {
	display: table;
	max-width: 940px;
}
#hp_latest_book .latest_cover {
	display: table-cell;
	vertical-align: top;
	width: 310px;
}
@media( max-width: 360px ) {
	#hp_latest_book .latest_cover {
		width: auto;
	}
}
#hp_latest_book .latest_cover img {
	box-shadow: 1px 1px 5px 6px rgba( 0, 0, 0, 0.3 );
	height: auto;
	width: 100%;
}
#hp_latest_book .latest_cover img:hover {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}
#hp_latest_book .latest_info {
	display: table-cell;
	padding: 0 0 0 50px;
	vertical-align: top;
}
#hp_latest_book .latest_info h2 {
	color: #a4cbdf;
	font-family: 'Berkshire Swash', cursive;
	font-size: 2.5em;
	padding-bottom: 40px;
}
#hp_latest_book .latest_info .latest_title:hover,
#hp_latest_book .latest_info h2 a:hover {
	color: #f89e33;
}
#hp_latest_book .latest_info .latest_title {
	color: #67cbc2;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#hp_latest_book .latest_info p {
	padding-bottom: 30px;
}
#hp_latest_book .latest_info .latest_title strong {
	display: block;
	font-size: 2.5em;
	letter-spacing: 0;
	text-transform: none;
}
#hp_latest_book .button {
	position: relative;
	z-index: 105;
}

@media( max-width: 850px ) {

	#hp_latest_book .content_wrapper {
		display: block;
		text-align: center;
	}
	#hp_latest_book .latest_cover {
		display: block;
		margin: 0 auto 30px auto;
		max-width: 310px;
	}
	#hp_latest_book .latest_info {
		display: block;
		padding: 0;
	}

}

#hp_more_dragon {
	margin-top: -140px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 100;
}

#hp_more_wings {
	background-color: #011925;
	margin: 0 auto;
	min-width: 310px;
	padding: 45px 25px 45px 25px;
	text-align: center;
	width: 97%;
}
#hp_more_wings .content_wrapper {
	 background: transparent url('../images/more_from_wings.png') 0 50% no-repeat;
	 max-width: 880px;
	 padding-left: 250px;
}
#hp_more_wings a {
	display: inline-block;
	margin: 20px;
	vertical-align: top;
	width: 155px;
}
#hp_more_wings img {
	box-shadow: 1px 1px 5px 6px rgba( 0, 0, 0, 0.3 );
	height: auto;
	width: 100%;
}
#hp_more_wings img:hover {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}

@media( max-width: 850px ) {
	#hp_more_wings .content_wrapper {
		 background: transparent url('../images/more_from_wings.png') 50% 0 no-repeat;
		 padding-top: 180px;
		 padding-left: 0;
	}
}


#hp_new_to_world {
	background: #f15a21 url('../images/world_map_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	margin: 0 auto;
	min-width: 310px;
	padding: 25px 25px 45px 25px;
	text-align: center;
	width: 97%;
}
#hp_new_to_world h2 {
	color: #faf4d0;
	font-size: 3.125em;
	padding-bottom: 30px;
}
#hp_new_to_world .button {
	background-color: #f89e33;
	font-size: 1em;
	font-weight: 600;
}
#hp_new_to_world .button:hover {
	color: #b03101;
}

#hp_blog {
	background: #011925 url('../images/hp_blog_dragon.png') 0 0 no-repeat;
	margin: 0 auto;
	min-width: 310px;
	padding: 55px 25px 45px 25px;
	text-align: center;
	width: 97%;
}
#hp_blog h2 {
	color: #74a5be;
	padding-bottom: 70px;
}

article.post a:hover,
article.page a:hover {
	color: #f89e33;
}
article.post_list {
	display: table;
	margin: 0 auto 70px auto;
	max-width: 850px;
	text-align: left;
	width: 100%;
}
article.post_list .post_img {
	display: table-cell;
	vertical-align: top;
	width: 220px;
}
article.post_list .post_img img {
	height: auto;
	width: 100%;
}
article.post_list .post_content {
	display: table-cell;
	padding: 0 0 0 25px;
	vertical-align: top;
}
article.post_list h3 {
	font-size: 1.750em;
	font-weight: 800;
	letter-spacing: 0;
	padding-bottom: 30px;
	text-transform: none;
}
article.post_list h3 a:hover {
	color: #f89e33;
}
article.post_list p {
	padding-bottom: 35px;
}

@media( max-width: 850px ) {
	#hp_blog h2 {
		padding-top: 80px;
	}

	article.post_list {
		display: block;
	}
	article.post_list .post_img {
		display: block;
		margin: 0 auto;
	}
	article.post_list .post_content {
		display: block;
		padding: 25px 0 0 0;
		margin: 0 auto;
		max-width: 550px;
	}
}



#hp_fan_art {
	background-color: #eea520;
	background: linear-gradient(180deg, rgba(228,146,38,1) 0%, rgba(252,188,22,1) 100%);
	margin: 0 auto;
	min-width: 310px;
	text-align: center;
	width: 97%;
}
#hp_fan_art > .inner_wrapper {
	background: transparent url('../images/hp_fan_art_dragon.png') 100% 0 no-repeat;
	padding: 45px 25px 45px 25px;
}
#hp_fan_art h2 {
	color: #fbe9bc;
	font-size: 3em;
}
#hp_fan_art .insta-gallery-feed {
	margin: 0 auto;
	max-width: 800px;
}
#hp_fan_art .fan_art {
	display: inline-block;
	margin: 28px;
	width: 160px;
}
#hp_fan_art .fan_art .thumb {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	height: 160px;
	margin-bottom: 15px;
	width: 160px;
}
#hp_fan_art .fan_art .name {
	color: #011925;
	display: block;
	font-size: 0.875em;
	font-weight: 600;
}
#hp_fan_art .button {
	background-color: #ee5519;
	font-size: 1.125em;
	max-width: 385px;
	padding: 25px;
	width: 100%;
}
#hp_fan_art .button:hover {
	background-color: #ee7319;
	color: #f9e3ad;
}


#hp_meet_tui {
	background: #011925 url('../images/hp_meet_tui_dragon.png') 0 100% no-repeat;
	margin: 0 auto;
	min-width: 310px;
	padding: 30px 25px 40px 25px;
	width: 97%;
}
#hp_meet_tui .inner_wrapper {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 0 auto;
	max-width: 860px;
}
#hp_meet_tui h2 {
	color: #74a5be;
	text-align: center;
}
#hp_meet_tui .bio_photo {
	min-width: 290px;
	text-align: center;
}
#hp_meet_tui .bio_content {
	padding-right: 30px;
}
#hp_meet_tui .bio_content p {
	text-shadow: 3px 3px 3px rgba( 1, 25, 37, 1 );
}

@media( max-width: 860px ) {

	#hp_meet_tui .inner_wrapper {
		display: block;
		margin: 0 auto;
		max-width: 580px;
	}
	#hp_meet_tui .bio_content {
		background-color: rgba( 0,0,0, 0.7 );
		margin-top: 30px;
		padding: 20px;
	}
	#hp_meet_tui .bio_content p {
		text-shadow: none;
	}

}

#hp_other_books {
	background-color: #163e52;
	margin: 0 auto;
	min-width: 310px;
	padding: 25px 25px 30px 25px;
	text-align: center;
	width: 97%;
}
#hp_other_books .cover {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border: 3px #fff solid;
	border-radius: 70px;
	display: inline-block;
	height: 140px;
	margin: 20px;
	overflow: hidden;
	width: 140px;
}
#hp_other_books .cover:hover {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}


/* series pages */
.series_section {
	display: block;
	padding: 50px 0;
	text-align: center;
	vertical-align: top;
}
.series_section h2 {
	padding-top: 0;
}
.series_list {
	text-align: center;
}
.series_list .series_section {
	border-bottom: 4px #163e52 solid;
}
.series_list .series_section:last-child {
	border-bottom: none;
}
.series_section .book {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}
.series_section .book img {
	width: auto;
	box-shadow: 1px 1px 5px 6px rgba( 0, 0, 0, 0.2 );
	height: 240px;
}
.series_section .book img:hover {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}
.series_more {
	padding: 0 25px 50px 25px;
	text-align: center;
}
.series_more .more {
	background-color: #219092;
}
.other_books_wrapper {
	background-color: #163e52;
	max-width: none;
	padding: 20px 100px;
	width: 97%;
}
@media( max-width: 890px ) {
	.other_books_wrapper {
		padding: 25px;
		width: 100%;
	}
}


/* book pages */
#single_book {
	display: table;
	margin-top: 30px;
	width: 100%;
}
#single_book .book_image {
	display: table-cell;
	vertical-align: top;
	width: 310px;
}
@media( max-width: 360px ) {
	#single_book .book_image {
		width: 290px;
	}
}
#single_book .book_image .cover_image {
	box-shadow: 1px 1px 5px 6px rgba( 0, 0, 0, 0.3 );
	width: 100%;
}

#single_book .book_text {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
}
h1.book_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.250rem;
	font-weight: 600;
}
h2.series_subtitle {
	color: #67cbc2;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#book_art {
	margin: 0 auto;
	width: 97%;
}
#book_art img {
	display: block;
	width: 100%;
}
@media( max-width: 890px ) {
	#book_art {
		width: 100%;
	}
}

.buy_button {
	background-color: #de4303;
	margin: 20px auto;
	width: 250px;
}
.buy_button span {
	color: #fff;
	display: block;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
}
.buy_button nav {
	display: none;
}
.buy_button:hover nav,
.buy_button.open nav {
	background-color: #de4303;
	display: inline-block;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 250px;
	z-index: 600;
}
.buy_button nav a {
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 5px 10px 15px 20px;
	text-align: left;
}
.buy_button nav a:hover {
	color: #f9d998;
}

@media( max-width: 890px ) {
	#single_book {
		display: block;
	}
	#single_book .book_image {
		display: block;
		margin: 0 auto 30px auto;
	}
	#single_book .book_text {
		display: block;
		padding-left: 0;
	}
}

/* world of Pyrrhia */
.blue_block {
	background-color: #011925;
	padding: 40px 15px;
	width: 97%;
}
.blue_block .inner_wrapper {
	max-width: 780px;
	margin: 0 auto;
}
.blue_block h2 {
	text-align: center;
}
.world_map {
	font-weight: 600;
	text-align: center;
}
.world_map svg {
	margin-bottom: 20px;
}
#meet_the_dragons {
	background-color: #103446;
	padding: 60px 15px;
	text-align: center;
	width: 97%;
}
#meet_the_dragons hr {
	background-color: #082635;
	color: #082635;
	display: block;
	height: 4px;
	margin: 0 auto;
	max-width: 100%;
	width: 90%;
}
.tribe_links a {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.tribe_links a:first-child {
	margin: 0 5px 0 0;
}

.tribe_links a:hover img {
	opacity: 0.8;
}

#tribe_pop {
	background-color : #103446;
	box-shadow: 1px 1px 5px 6px rgba( 0, 0, 0, 0.7 );
	border : 4px #306476 solid;
	left : 50%;
	margin-left : -185px;
	position : absolute;
	width : 310px;
	z-index : 905;
}
@media( max-width: 360px ) {
	#tribe_pop {
		left: 0;
		margin-left: 0;
		width: 290px;
	}
}
#tribe_pop .inner_wrapper {
	padding: 30px 20px;
}
#tribe_pop h1,
#tribe_pop h2 {
	text-align: center;
}
#tribe_pop h2 {
	font-size: 2rem;
	padding-bottom: 10px;
}
#tribe_pop img {
	width: 100%;
}
#tribe_pop p {
	line-height: 170%;
	padding-bottom: 15px;
}
#tribe_pop_bg {
	background-color: rgba( 0, 0, 0, 0.6 );
	display: none;
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 900;
}

#prophecies .inner_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	width: 100%;
}
#prophecies .block {
	display: inline-block;
	margin: 10px 0;
	vertical-align: top;
	text-align: center;
	width: 45%;
}
#prophecies .block:first-child {
	width: 100%;
}
#prophecies .block .text_scroll {
	padding: 0 10px;
}
#prophecies .block .text_scroll img {
	max-width: 100%;
}
#prophecies .block .text_only {
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: none;
	margin: 0 auto;
	max-width: 550px;
	padding-top: 60px;
	text-align: left;
}
#prophecies h2 {
	text-align: left;
}

#prophecies .original .text_only		{ background-image: url('../images/proph_header_original.png'); }
#prophecies .jade_mountain .text_only	{ background-image: url('../images/proph_header_jade.png'); }
#prophecies .lost_continent .text_only	{ background-image: url('../images/proph_header_lost.png'); }

@media( max-width: 1100px ) {
	#prophecies .block {
		width: 100%;
	}
}
@media( max-width: 600px ) {
	#prophecies .block {
		display: block;
		margin: 0 auto 40px auto;
		max-width: 500px;
	}
	#prophecies .block .text_only {
		display: block;
	}
	#prophecies .block .text_scroll {
		display: none;
	}

}


#meet_joy {
	background-color: #820000;
	background-image: url('../images/joy_ang_bg2.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 20px 0;
	width: 97%;
}
#meet_joy .inner_wrapper {
	margin-left: 150px;
	max-width: 590px;
	text-align: center;
}
#meet_joy h2 {
	color: #ffe0e0;
}
#meet_joy a {
	color: #fff;
	font-weight: 600;
}
#meet_joy .button {
	background-color: #e72122;
}
#meet_joy .button:hover {
	color: #011925;
}
@media( max-width: 850px ) {
	#meet_joy .inner_wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}



#meet_artists {
	background-color: #151d42;
	background-image: url('../images/banner_meet_artists.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 80px 0;
	text-align: right;
	width: 97%;
}
#meet_artists .inner_wrapper {
	display: inline-block;
	margin-right: 100px;
	max-width: 590px;
	text-align: center;
}
#meet_artists h2 {
	color: #b0d7f8;
}
#meet_artists a {
	color: #fff;
	font-weight: 600;
	margin: 10px;
}
#meet_artists .button {
	background-color: #ee5519;
}
#meet_artists .button:hover {
	background-color: #ce3506;
}
@media( max-width: 850px ) {
	#meet_artists .inner_wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}

/* blog */
.news_list {
	padding-top: 40px;
}
.news_list article {
	display: table;
	margin-bottom: 50px;
	width: 100%;
}
.news_list .post_image {
	display: table-cell;
	vertical-align: top;
	width: 280px;
}
.news_list .post_image img {
	width: 100%;
}
.news_list .post_content {
	display: table-cell;
	padding-left: 40px;
	vertical-align: top;
}
.news_list h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	padding: 8px 0 20px 0;
}
.news_list h2 a:hover,
a.post_more:hover {
	color: #f89e33;
}

.widget {
	background-color: #0f2734;
	margin-top: 30px;
	padding: 30px 20px;
}
.widget h4 {
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.widget ul {
	text-align: left;
}
.widget_recent_entries a {
	display: block;
	padding: 10px 6px;
}
.widget_recent_entries a:hover {
	color: #f89e33;
}


.widget_recent_entries li {
	border-bottom: 2px #1f3744 solid;
}
.widget_recent_entries li:last-child {
	border-bottom: none;
}

@media( max-width: 890px ) {
	.news_list article {
		display: block;
	}
	.news_list .post_image {
		display: block;
		margin: 0 auto 30px auto;
	}
	.news_list .post_content {
		display: block;
		padding-left: 0;
	}
}

.single_next_previous {
	background: transparent url('../images/next_prev_divider.png?v=2') 50% 50% no-repeat;
	border-top: 4px #67cbc2 solid;
	margin-top: 40px;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 150%;
	padding: 30px 0;
	margin-top: 60px;
}
.single_next_previous h5 {
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.single_next_previous .previous {
	background: transparent url('../images/arrow_prev.png?v=2') 0 50% no-repeat;
	float: left;
	min-height: 130px;
	padding-left: 40px;
	width: 40%;
}
.single_next_previous .next {
	background: transparent url('../images/arrow_next.png?v=2') 100% 50% no-repeat;
	float: right;
	min-height: 130px;
	padding-right: 40px;
	width: 40%;
}
@media( max-width: 700px ) {
	.single_next_previous {
		background: transparent;
	}
	.single_next_previous .previous,
	.single_next_previous .next {
		background: none;
		float: none;
		padding: 0 0 20px 0;
		width: 100%;
	}

}

#searchform {
	text-align: center;
}
#searchform label {
	display: none;
}
#searchform input[type="text"] {
	border: 0;
	display: block;
	margin: 10px auto;
	padding: 12px;
	width: 90%;
}
#searchform input[type="submit"] {
	background-color: #219092;
	border: 0;
	color: #fff;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 150%;
	padding: 12px 20px;
	text-transform: uppercase;
}

#header_search_form {
	border-bottom: 4px #67cbc2 solid;
	padding: 10px 10px 30px 10px;
	text-align: center;
}
.news_list #header_search_form {
	border-bottom: 0;
	border-top: 4px #67cbc2 solid;
	padding: 30px 10px;
}
#header_search_form label {
	color: #67cbc2;
	display: block;
	font-family: 'Berkshire Swash', cursive;
	font-size: 1.5em;
	text-align: center;
}
#header_search_form input {
	margin: 10px;
}
#header_search_form input[type="text"] {
	border: 0;
	padding: 10px;
	width: 300px;
}
#header_search_form input[type="submit"] {
	padding: 10px 15px;
}

/* contact form */
.form_error {
	background-color: #fdd;
	color: #600;
	display: block;
	margin-bottom: 8px;
	padding: 8px;
}
#c_last_name {
	display: none;
}
#contact_form label {
	display: inline-block;
	margin-right: 3%;
	vertical-align: middle;
	width: 16%;
}
#contact_form label.full {
	display: block;
	width: 100%;
}
#contact_form input,
#contact_form textarea {
	background: #f8f8f7;
	border: 0;
	padding: 12px;
}
#contact_form input[type="text"],
#contact_form input[type="email"] {
	vertical-align: middle;
	width: 80%;
}
#contact_form #c_sa {
	width: 100%;
}
#contact_form textarea {
	height: 240px;
	width: 100%;
}
#contact_form input[type="submit"] {
	background-color: #219092;
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 150%;
	padding: 12px 20px;
	text-transform: uppercase;
}
#contact_form .inner_wrapper {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

/* footer */
#site_footer {
	background: #37b5aa url('../images/footer_dragon.png') 0 0 no-repeat;
	margin: 0 auto;
	min-width: 310px;
	padding: 35px 25px 15px 25px;
	text-align: center;
	width: 97%;
}
#site_footer h2 {
	color: #0f6a6a;
	font-size: 1.375em;
	padding: 0;
}
#footer_logo {
	margin: 30px auto 10px auto;
}
#site_footer p {
	color: #09443f;
	font-size: 0.75em;
}
#site_footer a {
	color: #09443f;
	font-weight: 600;
}
#site_footer a:hover {
	color: #163e52;
}
@media( max-width: 860px ) {
	#site_footer {
		background: #37b5aa url('../images/footer_dragon_sm.png') -100px 0 no-repeat;
	}
	#site_footer h2 {
		color: #093a3a;
	}
	#site_footer p {
		color: #000;
	}
}

@media( max-width: 860px ) {
	#hp_intro,
	#hp_latest_book,
	#hp_more_wings,
	#hp_new_to_world,
	#hp_blog,
	#hp_fan_art,
	#hp_meet_tui,
	#hp_other_books,
	#meet_joy,
	#meet_artists,
	#site_footer {
		width: 100%;
	}
}
