/********************************************
 *
 * site-wide styles
 *
 *******************************************/

html,body {
	background: #f1f0f0;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
}
body {
}
body,p,input,textarea,select {
	font-family: 'Helvetica', Arial, serif;
	font-size: 15px;
	font-weight: 400;
}
a {
	color: #ea7e25;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #78ae30;
}
p {
	line-height: 140%;
}
hr {
	background: #ccc;
	border:0;
	height: 2px;
	margin: 20px auto;
	padding: 0;
}
.content_wrapper {
	margin: 0 auto;
	max-width: 1055px;
	min-width: 310px;
	padding-right: 2.5%;
	width: 99%;
}
.size_full { display: block; }
.size_mobile { display: none; }

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 15px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/* responsiveness */
@media( max-width: 700px ) {
	.content_wrapper {
		padding-right: 1%;
	}
}
@media( max-width: 580px ) {
	.size_full { display: none; }
	.size_mobile { display: block; }
	.wp-caption {
		display: block;
		float: none !important;
		margin: 0 auto 15px auto !important;
	}
}


/********************************************
 *
 * site header
 *
 *******************************************/

#site_header {
	background: #fff;
	border-top: 8px #ea7e25 solid;
	top: 0;
	width: 100%;
	z-index: 999;
}
#site_header > .content_wrapper {
	min-height: 70px;
	padding: 8px 0 0 0;
	vertical-align: middle;
}
#site_header .align_wrapper {
	display: table;
	width: 97.5%;
}
#site_header .menu_images {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
}
#site_header img.logo {
	vertical-align: middle;
}

#site_header #menu_wrapper {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

/* main menu */
#main_menu {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 72%;
	white-space: normal;
}
#main_menu > li {
	display: inline-block;
	height: 33px;
	padding: 4px 10px;
}
#main_menu > li > a {
	color: #333;
	display: inline;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
}
#main_menu > li > a:hover {
	color: #78ae30;
}
#main_menu > li.menu-item-112132 > a {
	color: #333;
	cursor: default;
}

#main_menu > li > .search {
	background: transparent url('../images/icon_search.png') no-repeat 50% 4px;
	cursor: pointer;
	display: inline-block;
	height: 33px;
	padding: 0;
	vertical-align: middle;
	width: 21px;
}
#main_menu > li > ul {
	display: none;
}
#main_menu > li > ul > li {
	display: inline;
}
#main_menu > li > ul a {
	border-bottom: 1px #eaeaea solid;
	color: #333;
	display: block;
	font-family: 'Oswald', sans-serif;
	padding: 6px 8px;
	text-transform: uppercase;
}
#main_menu > li > ul a:hover {
	color: #78ae30;
}

#main_menu > li:hover > ul {
	background: #fff;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	display: block;
	margin-left: -10px;
	margin-top: -2px;
	padding: 10px;
	position: absolute;
	width: 200px;
	z-index: 991;
}

#main_menu a > span {
	display: none;
}

#search_form {
	display: none;
	position: absolute;
	margin-left: -495px;
	margin-top: -6px;
	width: 490px;
}
#search_text {
	border: 1px #ddd solid;
	font-size: 1.25em;
	padding: 4px 2px;
	vertical-align: middle;
	width: 100%;
}
#search_submit {
	display: none;
}

#search_form.active {
	display: block;
}


/* social menu */
#social_menu {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 28%;
	white-space: normal;
}
#social_menu > a {
	display: inline-block;
	margin: 0 2px;
	height: 32px;
	vertical-align: middle;
	width: 32px;
}
#social_menu > a img {
	height: auto;
	width: 100%;
}

#burger_button {
	display: none;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#burger_button > span { display: none; }


/* responsiveness */
@media( max-width: 1100px ) {
	#main_menu > li {
		padding: 4px 10px;
	}
	#search_form {
		margin-left: -470px;
		width: 465px;
	}
}

@media( max-width: 1050px ) {
	#main_menu > li {
		padding: 4px 7px;
	}
	#search_form {
		margin-left: -440px;
		width: 435px;
	}
}

@media( max-width: 990px ) {
	#site_header .align_wrapper {
		display: block;
	}
	#site_header .menu_images {
		display: block;
		width: auto;
	}

	#site_header > .content_wrapper {
		text-align: center;
	}
	#site_header #menu_wrapper {
		background: #fff;
		display: none;
		padding: 5px 0 30px 0;
		text-align: left;
		width: 100%;
	}
	#site_header #menu_wrapper.active {
		display: block;
	}
	#burger_button {
		background-image: url('../images/sprite_burger.png');
		background-repeat: no-repeat;
		display: inline-block;
		cursor: pointer;
		height: 56px;
		vertical-align: middle;
		width: 56px;
	}
	#burger_button.active {
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#main_menu {
		display: block;
		margin: 0 auto;
		padding: 8px;
		width: 320px;
	}
	#main_menu > li {
		border-bottom: 1px #eaeaea solid;
		display: block;
		height: auto;
		padding: 0;
	}

	#main_menu > li > a {
		display: block;
		padding: 6px 8px;
	}
	#main_menu > li:hover > ul {
		display: none;
	}
	#main_menu > li.nav_open > ul {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: block;
		margin-left: 0;
		margin-top: 0;
		padding: 10px;
		position: static;
		width: auto;
	}
	#main_menu > li > ul a {
		border-bottom: 0;
		border-top: 1px #eaeaea solid;
	}
	#social_menu {
		display: block;
		margin: 0 auto;
		padding-top: 15px;
		text-align: center;
		width: 320px;
	}


	#main_menu > #search_wrapper {
		border-bottom: 1px #eaeaea solid;
		display: block;
		padding: 10px 0 15px 8px;
	}
	#search_form {
		display: inline-block;
		position: static;
		margin-left: 0;
		margin-top: 0;
		vertical-align: middle;
		width: 220px;
	}
	#search_form.active {
		display: inline-block;
	}
	#search_button {
		margin-left: 8px;
		vertical-align: middle;
	}
}



/********************************************
 *
 * features
 *
 *******************************************/

.feature_wrapper {
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	display: table;
	margin-top: 30px;
	width: 100%;
}
.feature_wrapper > .feat_horizontal,
.feature_wrapper > .feat_vertical,
.feature_wrapper > .feat_square,
.feature_wrapper > .feat_no_img {
	display: table-row;
	min-height: 330px;
}
.feature_wrapper .feature_img,
.feature_wrapper .feature_content {
	background-color: #fff;
	display: table-cell;
}
/* horizontal */
.feat_horizontal .feature_img,
.feat_horizontal .feature_content {
	width: 50%;
}
/* square */
.feat_square .feature_img {
	width: 30%;
}
.feat_square .feature_content {
	width: auto;
}
/* vertical */
.feat_vertical .feature_img {
	width: 20%;
}
.feat_vertical .feature_content {
	width: 80%;
}
/* no image */
.feature_wrapper > .feat_no_img {
	min-height: auto;
}
.feat_no_img .feature_img {
}
.feat_no_img .feature_content {
	width: 100%;
}

/* global */
.feature_img {
	background-position: 50% 50%;
	background-size: cover;
}

.feature_content_inner {
	padding: 20px;
}
.feature_content_inner h2 {
	font-family: 'Crete Round', serif;
	font-size: 2.5em;
	line-height: 110%;
	padding-bottom: 20px;
}
.feature_content_inner p {
	padding-bottom: 12px;
}
.feature_content_inner footer {
	color: #666;
	font-size: 0.875em;
}

.feature_content iframe {
	position: relative;
	margin: 0;
	top: 4px;
	height: 54px;
	width: 100%;
}

body.hours .feature_content footer {
	display: none;
}

/* responsiveness */
@media( max-width: 910px ) {
	.feat_square .feature_img {
		width: 40%;
	}
	.feat_vertical .feature_img {
		width: 25%;
	}
	.feat_vertical .feature_content {
		width: 75%;
	}

}
@media( max-width: 760px ) {

	.feature_wrapper .feat_horizontal .feature_img,
	.feature_wrapper .feat_horizontal .feature_content {
		display: block;
		width: 100%;
	}
	.feature_wrapper .feat_horizontal .feature_img {
		background-position: 50% 0;
		height: 200px;
	}

	.feat_square .feature_img {
		width: 50%;
	}
	.feat_vertical .feature_img {
		width: 35%;
	}
	.feat_vertical .feature_content {
		width: 65%;
	}

}
@media( max-width: 610px ) {

	.feature_wrapper .feature_img,
	.feature_wrapper .feature_content {
		display: block;
		width: 100%;
	}
	.feature_wrapper .feature_img {
		background-position: 50% 0;
		height: 200px;
	}
}



/********************************************
 *
 * ad banners
 *
 *******************************************/
.page_banners img {
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	width: 100%;
}
.homepage_banners .page_banners {
	margin-top: 30px;
}


/********************************************
 *
 * article lists (homepage, archives, etc.)
 *
 *******************************************/

.article_list {
	margin: 0 auto;
	max-width: 1050px;
	min-width: 310px;
	padding-top: 30px;
	width: 99%;
}
.article_list .grid_sizer {
	width: 50%;
}
.article_list article {
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	padding: 0;
	width: 47.5%;
}
.article_list article.banner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.article_list article .article_content {
	padding: 20px;
}
.article_list article img.post_img {
	display: block;
	width: 100%;
}
.article_list article h2 {
	color: #333;
	font-family: 'Crete Round', serif;
	font-size: 1.875em;
	line-height: 110%;
	padding-bottom: 20px;
}
.article_list article h2 a {
	color: #333;
}
.article_list article h2 a:hover {
	color: #ea7e25;
}
.article_list article p {
	padding-bottom: 20px;
}
.article_list article footer,
.feature_content_inner footer {
	color: #666;
	display: table;
	font-size: 0.75em;
	width: 100%;
}
.article_list article footer > span,
.feature_content_inner footer > span {
	display: table-cell;
}
.article_list article footer > span.comments,
.feature_content_inner footer > span.comments {
	background: transparent url('../images/icon_comments.png') left middle no-repeat;
	text-align: right;
}


.article_list article footer a,
.feature_content_inner footer a {
	color: #333;
	text-transform: uppercase;
}
.article_list article footer a:hover,
.feature_content_inner footer a:hover {
	color: #78ae30;
}
.article_list article iframe {
	position: relative;
	margin: 0;
	top: 4px;
	padding: 0;
	width: 100%;
}
.article_list .grid_tile {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.article_list .grid_tile img {
	width: 100%;
}
div.single_content div.podcast_intro ul {
	list-style-type: disc !important;
	padding: 0 10px 15px 10px;
}
div.single_content div.podcast_intro ul li {
	list-style-type: disc !important;
	margin: 8px 10px;
}

.next_previous {
	margin: 0 auto;
	max-width: 1055px;
	min-width: 310px;
	width: 99%;
}
.next_previous .nav_next > a,
.next_previous .nav_previous > a {
	background: #fff;
	border: 1px #ea7e25 solid;
	display: inline-block;
	padding: 8px;
	text-align: center;
	margin: 15px 0;
	vertical-align: middle;
	width: 150px;
}
.next_previous .nav_next > a:hover,
.next_previous .nav_previous > a:hover {
	border: 1px #78ae30 solid;
}

/* random post block */
.article_list #random_post {
	background: #fdd6b6;
}
#random_post_header {
	background-color: #ea7e25;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	padding: 20px;
}
#random_post_header h5 {
	font-family: 'Helvetica', Arial, serif;
	font-size: 0.938em;
	padding-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
}
#random_post_header .header_blocks {
	display: table;
	border-spacing: 3px;
	width: 100%;
}
#random_post_header .random_post_button {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
	width: 45%;
}
#random_post_header .random_post_button img {
	cursor: pointer;
	margin: 0;
	display: block;
	width: 100%;
}
#random_post_header #random_day,
#random_post_header #random_month,
#random_post_header #random_year {
	background-color: #f4a15d;
	display: table-cell;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#random_post.reloading #random_post_header,
#random_post.reloading #random_content,
#random_post.reloading #random_permalink {
	color: transparent !important;
	text-shadow: 0 0 4px rgba(80,80,80,0.6)  !important;
}
#random_post_header #random_slot_arm {
	background-image: url('../images/button_slot_arm.png');
	background-position: 0 0;
	height: 136px;
	margin-left: -15px;
	margin-top: -93px;
	position: absolute;
	width: 45px;
}
#random_post.reloading #random_post_header #random_slot_arm {
	background-position: -45px 0;
}


/* responsiveness */

@media( max-width: 700px ) {
	.article_list .grid_sizer {
		width: 100%;
	}
	.article_list .grid_item {
		width: 98%;
	}

}
@media( max-width: 550px ) {
	#random_post_header #random_slot_arm {
		display: none;
	}
	.article_list article footer > span.comments {
		display: none;
	}
	.article_list article footer > span.byline {
		text-align: right;
	}

}

/********************************************
 *
 * generic page styles
 *
 *******************************************/
.page_header {
	padding-bottom: 30px;
	padding-top: 30px;
	white-space: nowrap;
}
.page_header .half_n_half {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50%;
}
.page_title {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	vertical-align: middle;
	white-space: normal;
}
.page_header .subnav {
	text-align: right;
	vertical-align: middle;
	white-space: normal;
}
.page_header .subnav a {
	color: #333;
	display: inline;
	font-family: 'Oswald', sans-serif;
	margin-left: 15px;
	text-transform: uppercase;
	vertical-align: middle;
}
.page_header .subnav a.active,
.page_header .subnav a:hover {
	color: #78ae30;
}


.page_content_wrapper {
	background: #fff;
	margin: 0 auto 30px auto;
	max-width: 1055px;
	min-width: 310px;
	padding-left: 10px;
	width: 99%;
}
.page_content_wrapper article {
	padding: 30px;
}
.page_content_wrapper article h2 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	line-height: 110%;
	padding-bottom: 15px;
}
.page_content_wrapper article h3 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 1.875em;
	line-height: 110%;
	padding-bottom: 15px;
}
.page_content_wrapper p {
	padding-bottom: 20px;
	line-height: 160%;
}
.page_content_wrapper iframe {
	display: block;
	margin: 15px auto;
}

.page_content_wrapper blockquote,
.single_content blockquote {
	background: #f8f7f7;
	border-left: 6px #78ae30 solid;
	margin: 0px auto 20px auto;
	padding: 15px;
	width: 85%;
}
.page_content_wrapper blockquote p {
	padding-bottom: 0;
}
.page_content_wrapper ul,
.single_content ol {
	margin: 0px auto 20px auto;
	width: 85%;
}
.page_content_wrapper ul,
.page_content_wrapper ul li {
	list-style-type: square;
}
.page_content_wrapper ul li,
.single_content ol li {
	padding: 8px 0 8px 8px;
}
.single_content ol,
.single_content ol li {
	list-style-type: decimal;
	line-height: 150%;
}

.page_content_wrapper .to_top {
	display: block;
	font-size: 0.688em;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.single_content .w480 {
	text-align: center;
}

.single_content .w480 span {
	display: block;
}


/* responsiveness */
@media( max-width: 700px ) {
	.page_header .half_n_half {
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.page_header .subnav {
		text-align: left;
	}

}


/********************************************
 *
 * single post/podcast views
 *
 *******************************************/
.single_wrapper {
	display: table;
	margin-bottom: 30px;
}
.single_wrapper > .single_content {
	display: table-cell;
	vertical-align: top;
}
.single_wrapper > .sidebar {
	display: table-cell;
	padding-left: 20px;
	width: 310px;
	vertical-align: top;
}
.single_wrapper > .single_content > article,
.single_wrapper > .single_content > .comments_wrapper,
.single_wrapper > .single_content > .single_next_previous {
	margin-bottom: 30px;
	padding: 30px;
}
.single_wrapper > .single_content > article,
.single_wrapper > .single_content > .comments_wrapper {
	background: #fff;
}
.sidebar_block {
	background: #fff;
	margin-bottom: 20px;
}
.single_title {
	color: #333;
	font-family: 'Crete Round', serif;
	font-size: 2.250em;
	line-height: 110%;
	padding-bottom: 20px;
}
#podcast_title.podcast-category-nsq .single_title {
	background: transparent url('../images/logo_nsq.jpg') 0 0 no-repeat;
	padding-left: 120px;
}
.podcast_embed {
	background: #eaf3e0;
	color: #78ae30;
	display: table;
	padding: 5px;
	margin-bottom: 20px;
	width: 100%;
}
.podcast_embed > span,
.podcast_embed iframe,
.podcast_embed .wkd_player_wrapper {
	display: table-cell;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.podcast_embed > span {
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	width: 130px;
}
.podcast_embed iframe {
	width: 100%;
}
.podcast_embed .wkd_player_wrapper {
	width: auto;
}

@media( max-width: 900px ) {
	.podcast_embed {
		display: block;
	}
	.podcast_embed > span,
	.podcast_embed iframe,
	.podcast_embed .wkd_player_wrapper {
		display: block;
	}
	.podcast_embed > span {
		text-align: center;
		width: 100%;
	}
}



.single_content p {
	padding-bottom: 20px;
	line-height: 150%;
}
.single_content .podcast_intro,
.single_content .podcast_transcript,
.single_content .podcast_footer {
	padding-bottom: 30px;
}
.single_content .podcast_footer {
	background: #eaeaea;
	border: 1px #ddd solid;
	padding: 20px;
}
article.grid_item footer span,
article.grid_item footer span a {
	color: #666;
}

.wp-caption-text {
	font-size: 0.833em;
}
.single_content p.wp-caption-text {
	padding-bottom: 0;
}

.article_tags {
	color: #666;
	font-size: 0.75em;
	line-height: 150%;
	padding: 30px 0;
}
.article_tags strong {
	text-transform: uppercase;
}
.article_tags a {
	color: #777;
}

.single_article_header {
	color: #666;
	border-bottom: 3px #ccc solid;
	display: table;
	margin-bottom: 20px;
	width: 100%;
}
.single_article_header .article_meta {
	display: table-cell;
	font-size: 0.75em;
	padding: 10px 0 20px 0;
	line-height: 140%;
	text-align: left;
	vertical-align: middle;
}
.single_article_header .article_meta a {
	color: #333;
}
.single_article_header .article_social {
	display: table-cell;
	padding: 0 0 10px 0;
	text-align: right;
	vertical-align: middle;
}
.download_wrapper {
	display: table-cell;
	vertical-align: middle;
}
.download_wrapper a {
	display: none;
}
.download_wrapper.podcast-category-hours a {
	background: #78ae30;
	color: #fff;
	display: inline-block !important;
	font-size: 0.875em;
	height: 50px;
	padding: 18px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 180px;
}
.download_wrapper a:hover {
	background: #000;
}

.article_social > a {
	display: inline-block;
	margin-left: 8px;
	height: 32px;
	vertical-align: middle;
	width: 32px;
}
.article_social > a img {
	height: auto;
	width: 100%;
}

.single_next_previous {
	background: #e6e5e5;
	display: table;
	width: 100%;
}
.single_next_previous > div {
	border-spacing: 0;
	display: table-cell;
	padding: 5px 10px;
	vertical-align: text-top;
	width: 50%;
}
.single_next_previous .previous {
	border-right: 2px #ccc solid;
	text-align: right;
}
.single_next_previous .next {
	text-align: left;
}
.single_next_previous a {
	color: #78ae30;
	display: inline-block;
	font-family: 'Crete Round', serif;
	font-weight: 300;
	vertical-align: text-top;
}
.single_next_previous a:hover {
	color: #ea7e25;
}
.single_next_previous a > span {
	color: #333;
	display: block;
	font-family: 'Helvetica', Arial, serif;
	font-size: 0.688em;
	font-weight: bold;
	letter-spacing: 0.083em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#comments_archived {
	max-width: 600px !important;
	overflow: hidden !important;
	padding: 10px;
	width: 100% !important;
}

#comments_archived > .comment {
	overflow: hidden;
	padding: 20px;
}
#comments_archived > .comment:nth-child(even) {
	background: #eaeaea;
}
#comments_archived > .comment > .comment {
	overflow: hidden;
	padding: 20px 20px 20px 40px;
}
#comments_archived > .comment > .comment > .comment {
	overflow: hidden;
	padding: 20px 20px 20px 80px;
}

#comments_archived header {
	display: table;
	margin-bottom: 8px;
	width: 100%;
}
#comments_archived header h4,
#comments_archived header time {
	display: table-cell;
	width: 50%;
}
#comments_archived header h4 {
	font-weight: bold;
}
#comments_archived header time {
	text-align: right;
}
#comments_archived .long_comment {
	max-height: 300px;
	overflow: hidden;
}
#comments_archived .comment_fade {
	height: 100px;
	margin-top: -100px;
    position: relative;
	width: 100%;
	z-index: 800;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}
#comments_archived > .comment:nth-child(even) .comment_fade {
    background: -webkit-linear-gradient(
        rgba(234, 234, 234, 0) 0%,
        rgba(234, 234, 234, 1) 100%
    );
    background: -moz-linear-gradient(
        rgba(234, 234, 234, 0) 0%,
        rgba(234, 234, 234, 1) 100%
    );
    background: -o-linear-gradient(
        rgba(234, 234, 234, 0) 0%,
        rgba(234, 234, 234, 1) 100%
    );
    background: linear-gradient(
        rgba(234, 234, 234, 0) 0%,
        rgba(234, 234, 234, 1) 100%
    );
    background: -ms-linear-gradient(
        rgba(234, 234, 234, 0) 0%,
        rgba(234, 234, 234, 1) 100%
    );
}

#comments_archived .expand_comment {
	cursor: pointer;
	display: block;
	text-align: right;
}

.comments_next_prev {
	display: table;
	width: 100%;
}
.comments_next_prev > div {
	display: table-cell;
	padding: 15px;
	width: 50%;
}
.comments_next_prev > div.next {
	text-align: right;
}


/* responsiveness */
@media( max-width: 950px ) {
	.single_article_header {
		display: block;
	}
	.single_article_header .article_meta {
		display: block;
		padding: 10px;
		text-align: center;
	}
	.download_wrapper,
	.single_article_header .article_social {
		display: block;
		padding: 10px;
		text-align: center;
	}
}
@media( max-width: 750px ) {
	.single_wrapper {
		display: block;
	}
	.single_wrapper > .single_content {
		display: block;
		width: 100%;
	}
	.single_wrapper > .sidebar {
		display: block;
		margin: 30px auto;
		padding-left: 0;
	}


}
@media( max-width: 600px ) {

	.single_next_previous {
		display: block;
	}
	.single_next_previous > div {
		display: block;
		padding: 10px;
		vertical-align: middle;
		width: 100%;
	}
	.single_next_previous .previous {
		border-right: 0;
		text-align: left;
	}
	.single_next_previous .next {
		text-align: right;
	}

	#comments_archived > .comment > .comment {
		padding: 10px 10px 10px 30px;
	}
	#comments_archived > .comment > .comment > .comment {
		padding: 10px 10px 10px 60px;
	}
	.comments_next_prev {
		display: block;
	}
	.comments_next_prev > div {
		display: block;
		padding: 10px;
		text-align: center;
		width: 100%;
	}
	.comments_next_prev > div.next {
		text-align: center;
	}
	#comments_archived header {
		display: block;
	}
	#comments_archived header h4,
	#comments_archived header time {
		display: block;
		width: auto;
	}
	#comments_archived header time {
		text-align: left;
	}
}
@media( max-width: 600px ) {
	#comment_tabs > div span {
		display: none;
	}
}


/********************************************
 *
 * widgets
 *
 *******************************************/

.wkd_recent_posts {
	border-top: 4px #78ae30 solid;
	padding: 15px 15px 5px 15px;
}
.wkd_recent_posts > h4 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.wkd_recent_posts > .wkd_recent_post {
	border-top: 1px #eaeaea solid;
	padding: 10px 0;
}
.wkd_recent_posts > .wkd_recent_post a.title {
	font-family: 'Crete Round', serif;
	font-weight: 300;
}
.wkd_recent_posts p {
	font-size: 0.833em;
}

/********************************************
 *
 * books
 *
 *******************************************/
.books_list {
	text-align: center;
	vertical-align: top;
}
.page_content_wrapper .books_list {
	border-bottom: 2px #ccc solid;
	margin: 0 auto;
	padding: 30px 0 0 10px;
}
.books_list > a {
	display: inline-block;
	margin: 0 1%;
	padding-bottom: 30px;
	vertical-align: top;
	width: 22%;
}
.books_list > a img {
	width: 100%;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
}

.all_books {
	margin: 0 auto;
}
.all_books > .book {
	padding: 20px;
	border-bottom: 2px #ccc solid;
}
.all_books > .book h2 {
	color: #ea7e25;
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	padding-bottom: 15px;
}
.all_books > .book .book_content {
	display: table-row;
	vertical-align: top;
}
.all_books > .book .book_extras {
	display: table-cell;
	padding-bottom: 30px;
	vertical-align: top;
	width: 300px;
}
.all_books > .book .book_extras img {
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	margin-bottom: 15px;
	width: 85%;
}
.all_books > .book .book_description {
	display: table-cell;
	vertical-align: top;
}
.book .book_description p {
	line-height: 160%;
}
.buy_links {
	background: #ea7e25;
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 85%;
}
.buy_links > .buy_button {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
.buy_links > div {
	display: none;
}
.buy_links:hover > div {
	display: block;
	margin-top: 10px;
}
.buy_links > div a {
	color: #fff;
	border-top: 1px #ef9e5c solid;
	display: block;
	padding: 8px;
	text-align: left;
}
.buy_links > div a:hover {
	color: #fdc8a1;
}

/* responsiveness */
@media( max-width: 800px ) {
	.books_list > a {
		width: 30%;
	}
	.page_content_wrapper .books_list > a {
		width: 17%;
	}
}
@media( max-width: 600px ) {
	.books_list > a {
		margin: 0 2%;
		width: 40%;
	}
	.page_content_wrapper .books_list > a {
		margin: 0 1%;
		width: 17%;
	}
	.all_books > .book .book_content,
	.all_books > .book .book_description {
		display: block;
	}
	.all_books > .book .book_extras {
		text-align: center;
	}
}
@media( max-width: 400px ) {
	.books_list > a {
		margin: 0 auto;
		width: 90%;
	}
	.page_content_wrapper .books_list > a {
		margin: 0 2%;
		width: 45%;
	}
}



/********************************************
 *
 * footers
 *
 *******************************************/

#site_footer {
	background: #fff;
	padding: 50px 0;
	width: 100%;
}

#footer_nav {
	border-top: 5px #333 solid;
	width: 100%;
	vertical-align: top;
}
#footer_nav nav {
	display: inline-block;
	padding-top: 30px;
	width: 12.5%;
	vertical-align: top;
}
#footer_nav nav a {
	color: #78ae30;
	display: block;
	font-size: 0.875em;
	padding: 4px 0;
}
#footer_nav nav a:hover {
	color: #ea7e25;
}
#footer_nav nav a.top {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	letter-spacing: 0.063em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#footer_nav nav a.top:hover {
	color: #78ae30;
}
#footer_nav nav a span {
	display: none;
}
#footer_nav nav.subscribe {
	width: 30%;
}
#footer_nav nav.subscribe a {
	background: transparent url('../images/footer_subscribe.png') no-repeat;
	height: 118px;
	margin: 0 0 0 auto;
	width: 177px;
}

#footer_copyright {
	border-top: 3px #e9e8e8 solid;
	margin-top: 20px;
	padding: 20px 10px 0 10px;
}
#footer_copyright p {
	color: #666;
	font-size: 0.75em;
}


/* responsiveness */

@media( max-width: 850px ) {
	#footer_nav nav {
		width: 24%;
	}
	#footer_nav nav.subscribe {
		width: auto;
	}
}
@media( max-width: 620px ) {
	#footer_nav {
		display: none;
	}
}



/********************************************
 *
 * pop-up campaigns
 *
 *******************************************/
#freakopop_overlay {
	background: transparent url('../images/overlay_grey.png') repeat;
	left: 0;
	margin: 0;
	padding: 50px 0 0 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}



/********************************************
 *
 * subscribe slide-out
 *
 *******************************************/
#subscribe_wrapper {
	background-color: rgba( 0, 0, 0, 0 );
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1010;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#subscribe_menu {
	background-color: #fff;
	height: 100%;
	position: fixed;
	right: -180px;
	top: 0;
	padding: 10px;
	text-align: right;
	width: 160px;
	-o-transition: right 0.5s;
	-ms-transition: right 0.5s;
	-moz-transition: right 0.5s;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
}
#subscribe_menu li {
	display: inline;
}
#subscribe_menu li a {
	color: #000;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.375em;
	padding: 20px 6px 0 0;
}
#subscribe_menu li a:hover {
	color: #ea7e25;
}

body.subscribe_started #subscribe_wrapper {
	display: block;
}
body.subscribe_open #subscribe_wrapper {
	background-color: rgba( 0, 0, 0, 0.6 );
}
body.subscribe_open #subscribe_menu {
	right: 0;
}


/********************************************
 *
 * newsletter slide-out
 *
 *******************************************/
#newsletter_pop {
	box-shadow: 4px 4px 3px rgba( 0, 0, 0, 0.3 );
	font-family: 'Oswald', sans-serif;
	position: fixed;
	left: -480px;
	max-width: 450px;
	min-width: 320px;
	top: 80px;
	position: fixed;
	-o-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	width: 100%;
	z-index: 1200;
}
#newsletter_pop.open {
	left: 0;
}
.newsletter_wrapper {
	background-color: #d56101;
	color: #fff;
	padding: 6px 10px 25px 25px;
}
#newsletter_pop_close {
	background: transparent url('../images/newsletter_close.png') no-repeat;
	cursor: pointer;
	float: right;
	display: block;
	height: 20px;
	width: 20px;
}
.newsletter_wrapper .sign_up_1 {
	clear: both;
	color: #fff5ec;
	display: block;
	font-family: 'Crete Round', serif;
	font-size: 1.5em;
	letter-spacing: 0.063em;
	padding-bottom: 4px;
}
.newsletter_wrapper .sign_up_2 {
	color: #fff5ec;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.newsletter_tile_title {
	background: transparent url('../images/newsletter_icon.png') 0 25px no-repeat;
	padding: 20px 0 0 45px;
}
.newsletter_pop_form {
	text-align: center;
}
#newsletter_pop .newsletter_pop_form {
	text-align: left;
}
.newsletter_wrapper input[type="email"] {
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.125em;
	margin-right: 15px;
	padding: 8px;
	width: 250px;
}
.newsletter_wrapper input[type="submit"] {
	background-color: #fc8c30;
	border: 0;
	border-radius: 5px;
	box-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.2 );
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 1.125em;
	padding: 8px 12px;
	text-transform: uppercase;
}
@media( max-width: 420px ) {
	#newsletter_pop,
	#newsletter_pop .newsletter_pop_form {
		text-align: center;
	}
	.newsletter_wrapper input[type="email"],
	.newsletter_wrapper input[type="submit"] {
		display: block;
		margin: 8px auto;
	}
}



/*****************************************
 *
 * AUDIO PLAYER
 *
*****************************************/

.wkd_player {
	align-items: flex-start;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 40px;
	padding: 4px 2px;
	width: auto;
}

.wkd_player .play_button,
.wkd_player .timeline,
.wkd_player .readout,
.wkd_player .volume,
.wkd_player .download {
	align-self: stretch;
	background-color: #ccc;
	margin: 0 2px;
}
.wkd_player .play_button:hover,
.wkd_player .timeline_outer:hover,
.wkd_player .readout:hover,
.wkd_player .volume:hover,
.wkd_player .download:hover {
	opacity: 0.8;
}
.wkd_player .play_button {
	cursor: pointer;
	width: 36px;
}

.wkd_player .readout {
	width: 100px;
}
.wkd_player .readout span {
	color: #000;
	display: block;
	padding-top: 10px;
	font-size: 0.688em;
	opacity: 0.875;
	text-align: center;
}

.wkd_player .timeline {
	flex-grow: 2;
	padding: 2px 8px;
}
.wkd_player .timeline span.timeline_outer {
	background-color: #ddd;
	display: block;
	margin-top: 9px;
	height: 10px;
	width: 100%;
}
.wkd_player .timeline span.timeline_buffered {
	background-color: #eee;
	display: block;
	height: 10px;
	overflow: visible;
	width: 0;
}
.wkd_player .timeline span.timeline_inner {
	background-color: #78ae30;
	display: block;
	height: 10px;
	position: relative;
	width: 0;
}

.wkd_player .mode_pause {
	background-image: url('../images/player_play.png?v=1.1');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.wkd_player .mode_play {
	background-image: url('../images/player_pause.png?v=1.1');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.wkd_player .volume {
	background-image: url('../images/player_volume.png?v=1.4');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 16px;
}
.wkd_player .volume_0	{ background-position: 0 0; }
.wkd_player .volume_1	{ background-position: -16px 0; }
.wkd_player .volume_2	{ background-position: -32px 0; }
.wkd_player .volume_3	{ background-position: -48px 0; }
.wkd_player .volume_4	{ background-position: -64px 0; }
.wkd_player .volume_5	{ background-position: -80px 0; }
.wkd_player .volume_6	{ background-position: -96px 0; }
.wkd_player .volume_7	{ background-position: -112px 0; }
.wkd_player .volume_8	{ background-position: -128px 0; }
.wkd_player .volume_9	{ background-position: -144px 0; }
.wkd_player .volume_10	{ background-position: -160px 0; }


.wkd_player .download {
	width: 30px;
}
.wkd_player .download a {
	background: transparent url('../images/player_download.png?v=1.1') no-repeat;
	display: block;
	margin: 4px 0 0 3px;
	height: 24px;
	width: 24px;
}
.wkd_player .download span {
	display: none;
}

.widget_wkd_media_widget,
.widget_wkd_media_widget a {
	white-space: nowrap;
}

.widget_wkd_media_widget {
	background: transparent !important;
}
.series_header {
	display: block !important;
	width: 100%;
}
