/*****************************************
 * SITE-WIDE GENERIC
*****************************************/

html,body {
	background-color: #fff;
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}

a {
	color: #d02f2f;
	text-decoration: none;
}
a:hover {
	color: #b0151f;
}
h2.subtitle {
	font-family: "Noto Serif", serif;
	font-size: 1.250em;
	font-weight: 300;
	padding: 15px 0;
}
p {
	line-height: 150%;
}
p.anchor_point {
	font-weight: 700;
	margin-top: 20px;
}
strong {
	font-weight: 700;
}
hr {
	background: #e8e8e8;
	border: 0;
	height: 1px;
	margin: 20px 0;
	width: 100%;
}
.caption {
	color: #666;
	display: block;
	font-size: 0.875rem;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

article img,
iframe {
	max-width: 100%;
}

@media( max-width: 600px ) {
	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin: 15px auto;
		max-width: 450px;
	}

}


.content_wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1200px;
	width: 100%;
}
.page_wrapper {
	padding: 10px;
}
.page_wrapper p {
	padding-bottom: 20px;
}
.sprite {
	background-image: url('../images/spritesheet_2.png');
	background-repeat: no-repeat;
}


.blurb {
	padding-bottom: 30px;
}
.blurb header {
	padding-bottom: 15px;
	vertical-align: middle;
}
.blurb header .marker {
	background-color: #780808;
	display: inline-block;
	height: 8px;
	margin-right: 5px;
	width: 30px;
}
.blurb header .marker.blog			{ background-color: #dfd2a5; }
.blurb header .marker.fiction		{ background-color: #bd2c2c; }
.blurb header .marker.introduction	{ background-color: #d32f2f; }
.blurb header .marker.nonfiction		{ background-color: #bd2c2c; }
.blurb header .marker.poetry			{ background-color: #c0a54b; }
.blurb header .marker.review			{ background-color: #c8b681; }
.blurb header .marker.working_titles	{ background-color: #dfd2a5; }
.blurb header .marker.past_issues	{ background-color: #dfd2a5; }
.blurb header .marker.broadsides		{ background-color: #ac9b63; }
.blurb header .marker.callout		{ background-color: #ac9b63; }
.blurb header .marker.10_questions	{ background-color: #dfd2a5; }

.blurb header h3 {
	display: inline-block;
	letter-spacing: 1px;
	font-family: "Raleway", sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
}
.blurb header h3 a {
	color: #333;
}
.blurb h2 {
	font-family: "Noto Serif", serif;
	font-size: 1.250em;
	font-weight: 300;
	margin-bottom: 10px;
}
.blurb h2 a {
	color: #333;
}
.blurb h2 a:hover {
	color: #ac1e23;
}
.blurb .read_more {
	display: block;
	font-size: 0.813em;
	font-weight: 700;
	padding-top: 8px;
	text-align: right;
	text-transform: uppercase;
}
.blurb h4 {
	color: #666;
	font-size: 0.750em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
section.blocks .blurb time {
	color: #666;
	font-size: 0.688em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blurb_workingtitle img {
	margin-bottom: 15px;
	width: 50%;
}
.blurb_workingtitle h2,
.blurb_blog h2 {
	font-size: 100%;
}
.blurb_blog h2 {
	padding-top: 15px;
}

.columns_2_full {
	display: table;
	width: 100%;
}
.columns_2_full > section {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.columns_2_half {
	display: table;
	width: 100%;
}
.columns_2_half > section {
	display: table-cell;
	padding: 0 15px;
	vertical-align: top;
	width: 50%;
}

.content_2_col {
	display: table;
	width: 100%;
}
.content_2_col .col_1 {
	display: table-cell;
	padding-right: 40px;
	vertical-align: top;
	width: 290px;
}
.content_2_col .col_2 {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.col_2 {
	padding-bottom: 50px;
}
.col_2 p {
	font-size: 0.938em;
	line-height: 160%;
}
.col_2 blockquote {
	display: block;
	border-top: 1px #f0efe9 solid;
	border-bottom: 1px #f0efe9 solid;
	color: #ad1e23;
	font-family: "Noto Serif", serif;
	padding: 20px;
	margin: 20px 0;
	text-align: center;
}
.col_2 blockquote p {
	color: #ad1e23;
	font-size: 1.5em;
	line-height: 170%;
}
.col_2 blockquote cite {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 0.65em !important;
}
.col_2 blockquote cite strong {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content_2_col .col_1 img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}

@media( max-width: 1050px ) {
	.columns_2_full,
	.columns_2_full > section {
		display: block;
		padding-right: 0;
		width: 100%;
	}
}
@media( max-width: 900px ) {
	.content_2_col {
		display: block;
	}
	.content_2_col .col_1,
	.content_2_col .col_2 {
		display: block;
		margin: 0 auto;
	}
}
@media( max-width: 700px ) {
	.columns_2_half,
	.columns_2_half > section {
		display: block;
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
	}
}



/*****************************************
 * MAIN NAVIGATION
*****************************************/
#logo .content_wrapper {
	background: transparent url('../images/logo_desktop.png') 0 50% no-repeat;
	height: 142px;
}
#main_menu {
	background: #b0151f url('../images/nav_bg.png') repeat-x;
	color: #fff;
	font-size: 0.813em;
	font-weight: bold;
	letter-spacing: 0.063em;
	text-transform: uppercase;
	width: 100%;
}
#main_menu > .content_wrapper > ul {
	display: table;
	height: 62px;
	width: 100%;
}
#main_menu > .content_wrapper > ul > li {
	display: table-cell;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}
#main_menu > .content_wrapper > ul > li.search {
	width: 60px;
}
#main_menu > .content_wrapper > ul > li.subscribe {
	width: 209px;
}
#main_menu > .content_wrapper > ul > li > a {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	vertical-align: middle;
	width: 100%;
}
#main_menu > .content_wrapper > ul > li:hover {
	background-color: #d32f2f;
}
#main_menu > .content_wrapper > ul > li.search:hover,
#main_menu > .content_wrapper > ul > li.social:hover {
	background-color: transparent;
}

#main_menu > .content_wrapper li a {
	color: #fff;
}
#main_menu > .content_wrapper a:hover {
	color: #fbe0e0;
}
#main_menu > .content_wrapper > ul > li > .nav_drop {
	background-color: #d32f2f;
	display: none;
	padding: 30px;
	text-align: left;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul {
	display: table;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li {
	display: table-cell;
	padding: 10px 20px;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li.inner {
	border-right: 1px #a12e2e solid;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li a {
	display: block;
	padding-bottom: 20px;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li > a {
	padding-bottom: 15px;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li > a {
	padding-top: 20px;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li > a:first-child {
	padding-top: 0;
}
#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li > ul {
	padding-left: 25px;
}
.nav_cover {
	float: left;
	width: 130px;
}
.nav_cover img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	height: auto;
	width: 100%;
}


#search_button {
	background-position: -112px 0;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	width: 16px;
}
#social_nav {
	width: 148px;
}
.social_nav a {
	display: inline-block;
	height: 27px;
	margin-right: 5px;
	width: 27px;
}
.social_nav a.facebook	{ background-position: 0 0; }
.social_nav a.twitter	{ background-position: -28px 0; }
.social_nav a.instagram	{ background-position: -56px 0; }
.social_nav a.tumblr	{ background-position: -84px 0; }

.social_nav a span {
	display: none;
}

#subscribe_today {
	background: transparent url('../images/subscribe_today.png') no-repeat;
	height: 189px;
	left: 50%;
	margin-left: 361px;
	position: absolute;
	top: 15px;
	width: 209px;
}
#subscribe_today span {
	display: none;
}
body.logged-in #subscribe_today {
	top: 79px;
}

#mobile_header {
	display: none;
}

@media( min-width: 1131px ) {
	#main_menu > .content_wrapper > ul > li:hover > .nav_drop {
		box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.2 );
		display: block;
		position: absolute;
		z-index: 9000;
	}
}

@media( max-width: 1130px ) {
	#logo .content_wrapper {
		display: none;
	}
	#mobile_header {
		background: #b0151f url('../images/logo_mobile.png') 50% 50% no-repeat;
		color: #fff;
		display: block;
		height: 62px;
	}
	#burger_button {
		background-position: -129px 0;
		cursor: pointer;
		display: block;
		margin: 19px 0 0 15px;
		float: left;
		height: 23px;
		width: 30px;
	}
	#search_mobile {
		background-position: -112px 0;
		cursor: pointer;
		display: block;
		margin: 19px 15px 0 0;
		float: right;
		height: 16px;
		width: 16px;
	}

	#main_menu {
		background: #b0151f;
		left: -325px;
		position: absolute;
		-o-transition: left 0.25s;
		-ms-transition: left 0.25s;
		-moz-transition: left 0.25s;
		-webkit-transition: left 0.25s;
		transition: left 0.25s;
		width: 320px;
	}
	#main_menu > .content_wrapper {
		display: inline;
		margin: 0;
		min-width: auto;
		max-width: auto;
		width: auto;
	}
	#main_menu > .content_wrapper > ul {
		display: block;
		height: auto;
		width: auto;
	}
	#main_menu > .content_wrapper > ul > li {
		display: block;
		height: auto;
		padding: 10px;
		text-align: left;
	}
	#main_menu > .content_wrapper > ul > li.search {
		display: none;
	}
	#main_menu > .content_wrapper > ul > li > a {
		height: auto;
		line-height: normal;
	}
	#main_menu > .content_wrapper > ul > li > .nav_drop {
		padding: 0;
		position: static;
	}
	#main_menu > .content_wrapper > ul > li.menu_open {
		background-color: #d32f2f;
	}
	#main_menu > .content_wrapper > ul > li.menu_open > .nav_drop {
		box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.2 );
		display: block;
		padding: 30px;
	}
	#main_menu > .content_wrapper > ul > li:hover > .nav_drop,
	#main_menu > .content_wrapper > ul > li.menu_open > .nav_drop {
		box-shadow: none;
		padding: 15px;
	}
	#main_menu > .content_wrapper > ul > li > .nav_drop > ul {
		display: block;
	}
	#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li {
		display: block;
		padding: 10px;
	}
	#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li.inner {
		border-right: 0;
	}
	#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li a {
		padding-bottom: 5px;
	}
	#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li > a {
		padding-bottom: 5px;
	}
	#main_menu > .content_wrapper > ul > li > .nav_drop > ul > li > a {
		padding-top: 0;
	}
	.nav_cover {
		display: none;
		float: none;
	}
	#subscribe_today {
		left: auto;
		margin-left: 0;
		position: static;
		top: auto;
	}
	body.menu_open #main_menu {
		left: 0;
	}

}



/*****************************************
 * HOMEPAGE
*****************************************/
#hp_head {
	padding: 30px 10px;
}
#hp_head section.blocks {
	border-left: 1px #e6e6e6 solid;
}
#hp_head section.blocks article {
	border-bottom: 1px #e6e6e6 solid;
	padding: 20px 0;
}
#hp_head section.blocks article:first-child {
	padding: 0 0 20px 0;
}
#hp_head section.blocks article:last-child {
	border-bottom: 0;
}
#hp_head .hp_current_cover {
	display: block;
	margin-bottom: 20px;
	max-width: 280px;
}
#hp_head .hp_current_cover img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	height: auto;
	max-width: 100%;
}
#hp_head section.blocks .blurb img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	display: block;
	height: auto;
	max-width: 200px;
}
#hp_head article.introduction p {
	font-size: 0.875em;
	line-height: 120%;
}
#hp_head article.introduction div {
	font-size: 0.875em;
	line-height: 150%;
}
#hp_head article.current_issue p {
	font-size: 0.750em;
	line-height: 150%;
}
.order_now {
	background-color: #b0151f;
	color: #fff;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.125em;
	margin: 20px 0;
	max-width: 300px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.order_now:hover {
	background-color: #000000;
	color: #fff;
}
#subscribe_today_banner {
	background: #f8f8f2 url('../images/subscribe_today_bg_lg.png') repeat-x;
}
#subscribe_today_banner .content_wrapper {
	display: table;
	vertical-align: middle;
}
#subscribe_today_banner section {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
}
#subscribe_today_banner section h4 {
	font-family: "Noto Serif", serif;
	font-size: 1.75em;
}
#subscribe_today_banner section .subscribe {
	background-color: #140002;
	color: #fff;
	display: inline-block;
	font-family: "Raleway", serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 20px 30px;
	text-transform: uppercase;
}

#hp_section_callouts {
	background-color: #f8f8f2;
	padding: 30px 0;
	text-align: center;
	vertical-align: top;
}
#hp_section_callouts article {
	background-color: #fefefc;
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	display: inline-block;
	max-width: 500px;
	padding: 20px 30px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
#hp_section_callouts article p {
	font-size: 0.875em;
	margin: 10px 0;
}
#hp_section_callouts article:first-child {
	margin-right: 50px;
}
#hp_section_callouts article img.post_img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	float: right;
	margin-left: 30px;
}
.buy_now_wrapper {
	padding: 20px 0 10px 0;
	text-align: center;
}
.buy_now {
	background-color: #ac9b63;
	color: #fff;
	display: inline-block;
	font-family: "Raleway", serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
}
.buy_now:hover {
	background-color: #9b8a53;
	color: #fff;
}
.content_2_col .col_1 .buy_now {
	width: 100%;
}


#hp_quotes {
	color: #74612d;
	margin: 30px 0;
	padding: 70px;
	text-align: center;
}
#hp_quotes p {
	font-family: "Noto Serif", serif;
	font-size: 2.5em;
	font-style: italic;
	line-height: 150%;
}
#hp_quotes cite {
	color: #d02f2f;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	padding-top: 20px;
	text-transform: uppercase;
}


@media( max-width: 1100px ) {
	#hp_head .columns_2_half > section.blocks:first-child {
		border-left: 0;
	}
	#subscribe_today_banner {
		background: none;
	}
	#subscribe_today_banner .content_wrapper {
		display: block;
	}
	#subscribe_today_banner section {
		color: #333;
		display: block;
		margin: 20px auto;
		max-width: 350px;
		width: 100%;
	}
	#hp_section_callouts article {
		display: block;
		box-shadow: none;
		margin: 0 auto 30px auto;
	}
	#hp_section_callouts article:first-child {
		margin-right: auto;
	}
}
@media( max-width: 700px ) {
	#hp_head section.blocks {
		border-left: 0;
	}
	#hp_head section.blocks article {
		border-bottom: 0;
	}
	#hp_quotes p {
		font-size: 1.5em;
	}
	#hp_quotes cite {
		font-size: 1em;
	}
}


/*****************************************
 * BLOG SECTIONS
*****************************************/
#hp_blog {
	padding: 30px 10px;
}
#hp_blog h1 {
	font-family: "Raleway", sans-serif;
	font-size: 1.125em;
	letter-spacing: 0.125em;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
#hp_blog h1:before,
#hp_blog h1:after {
	background-color: #d32f2f;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
	z-index: 20;
}
#hp_blog h1:before {
	right: 1em;
	margin-left: -50%;
}
#hp_blog h1:after {
	left: 1em;
	margin-right: -50%;
}
#hp_blog a.blog_more {
	background-color: #1f1e1e;
	color: #fff;
	display: block;
	font-family: "Raleway", serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.125em;
	margin: 50px auto;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 240px;
}
#hp_blog a.blog_more:hover {
	background-color: #9e2f2e;
}

.blog_wrapper {
	display: table;
	margin-top: 20px;
	width: 100%;
}
.blog_wrapper > section {
	display: table-cell;
	vertical-align: top;
}
.blog_wrapper > section.posts {
	padding-right: 50px;
}
body.node-type-blog .blog_wrapper > section.posts h2.byline,
body.node-type-performance .blog_wrapper > section.posts h2.byline {
	color: #666;
	display: inline-block;
	font-size: 0.750em;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
body.node-type-blog .blog_wrapper > section.posts time,
body.node-type-performance .blog_wrapper > section.posts time {
	color: #666;
	font-size: 0.750em;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
}
.blog_wrapper > section.sidebar {
	width: 270px;
}
.blog_wrapper .post {
	border-bottom: 1px #e8e8e8 solid;
	display: table;
	width: 100%;
}
.blog_wrapper .post > div {
	display: table-cell;
	padding: 30px 0;
	vertical-align: top;
}
.blog_wrapper .post h2 {
	font-size: 1.500em;
}
.blog_wrapper .post h4 {
	color: #666;
	font-size: 0.75em;
	letter-spacing: 0.063em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.blog_wrapper .post p,
.blog_wrapper section.posts article p {
	font-size: 0.938em;
	padding-bottom: 20px;
}
.blog_wrapper section.posts article h1.page_title_blog {
	font-family: "Noto Serif", serif;
	font-size: 1.750em;
	font-weight: 300;
	margin: 30px 0 15px 0;
}


.blog_wrapper .post > div.post_img {
	width: 270px;
}
.blog_wrapper .post > div.post_img img {
	height: auto;
	width: 100%;
}
.blog_wrapper .post_img_mobile {
	display: none;
}
.blog_wrapper .post > div.post_content {
	padding-left: 30px;
}
.blog_wrapper .blog_links {
	padding-top: 20px;
}
.blog_wrapper a.comment_link {
	background: transparent url('../images/comment_link.png') 0 50% no-repeat;
	display: inline-block;
	float: right;
	font-size: 0.813em;
	font-weight: 700;
	line-height: 20px;
	padding-left: 30px;
	text-transform: uppercase;
}
.blog_wrapper a.post_more {
	font-size: 0.813em;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

@media( max-width: 850px ) {
	.blog_wrapper {
		display: block;
	}
	.blog_wrapper > section {
		display: block;
	}
	.blog_wrapper > section.posts {
		padding-right: 0;
	}
	.blog_wrapper > section.sidebar {
		margin: 50px auto;
	}
}
@media( max-width: 650px ) {
	.blog_wrapper .post,
	.blog_wrapper .post > div {
		display: block;
		width: auto;
	}
	.blog_wrapper .post > div.post_img {
		display: none;
	}
	.blog_wrapper .post > div.post_content {
		margin: 0 auto;
		padding-left: 0;
		width: 270px;
	}
	.blog_wrapper .post_img_mobile {
		display: block;
	}
	.blog_wrapper .post_img_mobile img {
		height: auto;
		margin: 0 auto 10px auto;
		width: 100%;
	}
	.blog_wrapper .blog_links,
	.blog_wrapper .post > div.post_content p {
		display: none;
	}
}



.sidebar_block {
	border-bottom: 1px #f4cbcb solid;
	padding: 30px 0;
}
.sidebar_block h2,
.sidebar_block p {
	font-size: 0.75em;
}
.sidebar_block h4 {
	color: #666;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.sidebar_block .order_now {
	font-size: 0.75em;
}
.sidebar_block a.hp_current_cover img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	width: 90%;
}
.sidebar_block a.past_issues {
	background-color: #c4b277;
	color: #fff;
	display: block;
	font-family: "Raleway", serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
}

.sidebar_block a.past_issues:hover {
	background-color: #000;
	color: #fff;
}


nav.sidebar_nav {
	padding-left: 35px;
}
nav.sidebar_nav a {
	color: #bd2c2c;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px 0;
	text-transform: uppercase;
}
nav.sidebar_nav a.depth_1 {
	padding: 8px 0 8px 25px;
}
nav.sidebar_nav a.depth_2 {
	padding: 8px 0 8px 50px;
}
nav.sidebar_nav a.depth_3 {
	padding: 8px 0 8px 75px;
}
nav.sidebar_nav a.header {
	color: #333;
}
nav.sidebar_nav a:hover {
	color: #333;
}

.pagination {
	padding: 50px 0;
}
.pagination a {
	background-color: #1f1e1e;
	color: #fff;
	display: inline-block;
	font-size: 0.75em;
	letter-spacing: 0.063em;
	line-height: 0.75em;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
}
.pagination a.previous	{ float: left; }
.pagination a.next		{ float: right; }


/*****************************************
 * ISSUE PAGES
*****************************************/

.issue_wrapper {
	display: table;
	margin-top: 20px;
	width: 100%;
}
.issue_wrapper > section {
	display: table-cell;
	vertical-align: top;
}
.issue_wrapper > section.cover_buy {
	padding-right: 50px;
	width:290px;
}
.issue_wrapper > section.cover_buy p {
	font-size: 0.750em;
	line-height: 150%;
}
.individual_issue section.cover_buy {
	padding-top: 25px;
}
.individual_issue .cover_image {
	margin-bottom: 15px;
}
.individual_issue .current_issue img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	height: auto;
	width: 100%;
}
.issue_wrapper > section.content {
	padding-right: 50px;
}
.issue_toc,
.issue_contributors {
	display: none;
}
body.hash_toc .issue_toc {
	display: block;
}
body.hash_contributors .issue_contributors {
	display: block;
}
body.hash_toc .issue_content,
body.hash_contributors .issue_content {
	display: none;
}
.issue_toc h2,
.issue_contributors h2 {
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: 10px;
}

.issue_wrapper > section.sidebar {
	width: 270px;
}
.issue_entries article {
	border-bottom: 1px #e6e6e6 solid;
	padding-top: 20px;
}
.issue_entries {
	margin-bottom: 50px;
}

.content_expander {
	line-height: 150%;
}
.content_expander .content_expander_inner {
	height: 300px;
	overflow: hidden;
}
.content_expander .content_expander_inner.expanded {
	height: auto;
	overflow: auto;
}
.content_expander .content_expander_toggle {
	color: #d02f2f;
	cursor: pointer;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	padding-top: 15px;
	text-align: right;
	text-transform: uppercase;
}
.content_expander .content_expander_toggle:hover {
	color: #333;
}
.content_expander .content_expander_toggle.expanded {
	display: none;
}


@media( max-width: 850px ) {

	.issue_wrapper {
		display: block;
	}
	.issue_wrapper > section {
		display: block !important;
		margin: 0 auto;
	}
	.issue_wrapper > section.cover_buy {
		padding-right: 0;
	}
	.issue_wrapper > section.content {
		padding-right: 0;
	}

}


/*****************************************
 * INDIVIDUAL PAGES
*****************************************/
h1.page_title,
h2.section_title {
	font-family: "Raleway", sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: 0.125em;
	margin: 30px 0;
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
}
h1.page_title:after,
h2.section_title:after {
	background-color: #d32f2f;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 20;
}
h1.page_title:after,
h2.section_title:after {
	left: 1em;
	margin-right: -50%;
}
ul.links li.statistics_counter {
	display: none;
}
body.page-performance h1.page_title {
	display: none !important;
}
body.page-performance .views-field-field-post-image {
	clear: both;
	float: left;
	margin-right: 20px;
	max-width: 350px;
}
body.page-performance .views-field-field-post-image img {
	height: auto;
	width: 100%;
}
body.page-performance .views-row {
	clear: both;
	padding-top: 50px;
}
body.page-performance .views-row:first-child {
	padding-top: 0;
}
@media( max-width: 950px ) {
	body.page-performance .views-field-field-post-image {
		float: none;
		margin: 0 auto;
	}
}

/*****************************************
 * SEARCH
*****************************************/

.search-advanced {
	display: none !important;
}
#search_pop {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9500;
}
body.search_open #search_pop {
	display: block;
}
#search_pop form {
	background: #d32f2f;
	box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.4 );
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	padding: 30px 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 9510;
}
#search_pop form h3 {
	color: #fff;
	font-family: "Noto Serif", serif;
	font-size: 1.25em;
	letter-spacing: 0.125em;
	margin-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}
#search_pop form input[type="text"] {
	background-color: #fff;
	border: 0;
	display: block;
	margin: 0 auto 20px auto;
	padding: 10px 5px;
	width: 250px;
}
#search_pop form input[type="submit"] {
	background-color: #b0151f;
	border: 0;
	color: #fff;
	font-family: "Raleway", serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

/*****************************************
 * SLIDERS
*****************************************/
#wt_slider_wrapper {
	background-color: #f8f8f2;
	padding: 30px 30px 30px 10px;
}
#wt_slider {
	padding: 0 30px;
}
#wt_slider .wt_item {
	padding: 0 15px;
}
#wt_slider .wt_item h4 {
	font-family: "Noto Serif", serif;
	font-size: 0.875em;
	padding: 15px 0;
}
#wt_slider .wt_item h5 {
	color: #666;
	font-size: 0.688em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#wt_slider .wt_item a {
	color: #333;
}
#wt_slider .wt_item img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	height: 300px;
	width: auto;
}
#wt_slider .slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 34px;
	margin-top: -10px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 40%;
	width: 12px;
}
#wt_slider .slick-prev {
	background: transparent url('../images/wt_arrow_left.png');
    left: -5px;
}
#wt_slider .slick-next {
	background: transparent url('../images/wt_arrow_right.png');
	right: -5px;
}
@media( max-width: 700px ) {
	#wt_slider_wrapper {
		padding: 30px 10px;
	}
	#wt_slider {
		padding-left: 0;
	}
	#wt_slider .slick-arrow {
		display: none !important;
	}
}

/*****************************************
 * ISSUE ARCHIVES
*****************************************/

.archive_wrapper {
	display: table;
	width: 100%;
}
.archive_wrapper .archive_content {
	display: table-cell;
	padding: 0 40px 50px 0;
	vertical-align: top;
	width: auto;
}
.archive_wrapper .archive_sidebar {
	display: table-cell;
	padding-top: 40px;
	vertical-align: top;
	width: 250px;
}
.archive_year_block {
	border-bottom: 1px #e8e8e8 solid;
	padding: 30px 0;
}

.archive_year_block .blurb header {
	padding-bottom: 0;
}
.archive_issue {
	display: inline-block;
	margin: 0 15px 30px 15px;
	text-align: center;
	width: 180px;
}
.archive_issue a {
	color: #666;
}
.archive_issue img {
	box-shadow: 3px 3px 4px rgba( 0, 0, 0, 0.25 );
	display: block;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.archive_sidebar h4 {
	color: #666;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.archive_sidebar a {
	background-color: #b0151f;
	color: #fff;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin-bottom: 10px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
}
.archive_sidebar a:hover,
.archive_sidebar a.active {
	background-color: #fff;
	color: #b0151f;
}


.archive_filters {
	background-color: #f9f8f7;
	display: table;
	width: 100%;
}
.archive_filters .name_search {
	display: table-cell;
	padding: 40px;
	vertical-align: top;
	width: 45%;
}
.archive_filters .divider {
	color: #b0151f;
	display: table-cell;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	letter-spacing: 0.125em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 10%;
}
.archive_filters .filters {
	display: table-cell;
	padding: 40px;
	vertical-align: top;
	width: 45%;
}
.archive_filters p {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 280px;
}
.archive_filters label {
	color: #333;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.archive_filters input[type="text"] {
	border: 1px #ccc solid;
	padding: 4px;
	width: 100%;
}
.archive_filters input[type="submit"] {
	background-color: #1f1e1e;
	border: 0;
	color: #fff;
	font-family: "Raleway", serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.125em;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
}
.archive_filters select {
	padding: 4px;
	width: 80%;
}
.entries_list th,
.entries_list td {
	padding: 10px;
	vertical-align: top;
}
.entries_list th {
	font-weight: 700;
}
.entries_list tr:nth-child(odd) td {
	background-color: #eee;
}

@media( max-width: 1000px ) {

	.archive_filters {
		display: block;
	}
	.archive_filters .name_search,
	.archive_filters .divider,
	.archive_filters .filters {
		display: block;
		width: 100%;
	}
	.archive_filters input[type="text"] {
		width: auto;
	}
}
@media( max-width: 800px ) {
	.archive_wrapper {
		display: block;
	}
	.archive_wrapper .archive_content {
		display: block;
		padding: 10px;
	}
	.archive_wrapper .archive_sidebar {
		display: block;
		margin: 0 auto;
	}
}

@media( max-width: 650px ) {
	.archive_issue {
		display: block;
		margin: 0 auto 30px auto;
		width: 250px;
	}
}

/*****************************************
 * FOOTER
*****************************************/
#newsletter_pop {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9600;
}
body.newsletter_popped #newsletter_pop {
	display: block;
}
#newsletter_pop .newsletter_pop_inner {
	background: #f6f3e9 url('../images/logo_newsletter.png') 50% 40px no-repeat;
	border: 3px #8f1018 solid;
	box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.4 );
	left: 50%;
	margin-left: -290px;
	margin-top: -175px;
	padding: 120px 40px 40px 40px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 580px;
	z-index: 9610;
}
#newsletter_pop h3 {
	color: #000;
	font-family: "Noto Serif", serif;
	font-size: 2.375em;
	margin-bottom: 20px;
}
#newsletter_pop p {
	font-size: 0.875em;
	padding-bottom: 25px;
	text-transform: uppercase;
}
#newsletter_pop a.sign_up {
	background-color: #d02f2f;
	color: #fff;
}
@media( max-width: 600px ) {
	#newsletter_pop .newsletter_pop_inner {
		margin-left: -175px;
		padding: 120px 20px 30px 20px;
		width: 350px;
	}
	#newsletter_pop h3 {
		font-size: 2em;
		margin-bottom: 15px;
	}
}


#newsletter_signup {
	background: #971818 url('../images/signup_bg.png') repeat;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}
#newsletter_signup p {
	display: inline-block;
	font-family: "Noto Serif", serif;
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 1px;
	margin-right: 20px;
	vertical-align: middle;
}
a.sign_up {
	background-color: #d02f2f;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.188em;
	line-height: 22px;
	padding: 15px 25px;
	text-transform: uppercase;
}

#hp_associates {
	text-align: center;
}
#hp_associates a {
	display: inline-block;
	margin: 30px;
}


#site_footer {
	background-color: #f8f8f2;
	padding: 50px 0;
}
#site_footer .content_wrapper {
	display: table;
}
#site_footer .address_copyright {
	background: transparent url('../images/logo_footer.png') 10px 0 no-repeat;
	color: #73736c;
	display: table-cell;
	font-family: "Raleway", sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 150%;
	padding: 100px 0 0 10px;
	vertical-align: top;
}
#site_footer .address_copyright .copyright,
#site_footer .address_copyright .siteby {
	color: #9b9b92;
	font-size: 0.75em;
	font-weight: 400;
	letter-spacing: 0.125em;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#site_footer .address_copyright .copyright {
	margin-top: 40px;
}


#site_footer .footer_nav {
	color: #141414;
	column-count: 2;
	column-gap: 30px;
	display: table-cell;
	font-family: "Raleway", sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding-top: 10px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: top;
	width: 450px;
}
#site_footer .footer_nav li {
	padding-bottom: 12px;
	text-align: left;
}
#site_footer .footer_nav li a {
	color: #141414;
}
#site_footer .footer_nav li a:hover {
	color: #9e2f2e;
}
#site_footer .footer_nav .social_nav {
	padding-top: 18px;
}


@media( max-width: 850px ) {
	#newsletter_signup label,
	#newsletter_signup input[type="email"] {
		display: block;
		margin: 0 auto 20px auto;
	}
	#newsletter_signup input[type="submit"] {
		display: block;
		margin: 0 auto;
		width: 130px;
	}

	#site_footer .content_wrapper {
		display: block;
	}
	#site_footer .address_copyright {
		background: transparent url('../images/logo_footer.png') 50% 0 no-repeat;
		display: block;
		padding: 100px 0 40px 0;
		text-align: center;
	}
	#site_footer .footer_nav {
		display: block;
		margin: 0 auto;
	}
}
@media( max-width: 500px ) {
	#site_footer .footer_nav {
		column-count: auto;
		column-gap: 0;
		width: auto;
	}
	#site_footer .footer_nav li {
		text-align: center;
	}
}


.field-name-field-parent-page { display: none !important; }


/* performance styles */

.blurb_performance iframe {
	max-width: 100%;
	height: 140px;
}
.blurb_performance .views-field-field-post-image img {
	height: auto;
	max-width: 300px !important;
	width: 100%;
}

.blurb_performance .views-field-title {
	font-family: "Noto Serif", serif;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 10px;
}
.blurb_performance .field-content,
body.node-type-performance .field-content {
	padding-top: 20px;
	text-align: left;
}
.blurb_performance .field-content a {
	color: inherit;
}
body.node-type-performance .views-field-title {
	display: none !important;
}

.views-row {
	padding: 10px 20px 30px 30px;
}
.views-row h2 {
	margin-bottom: 10px;
}
.views-row h2 a {
	color: #333;
	display: block;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	font-weight: 300;
}
.field-name-field-post-image {
	text-align: center;
}
.field-name-field-post-image img {
	height: auto;
	max-width: 100%;
}
h1.performance_title {
	font-family: "Noto Serif", serif;
	font-size: 1.750em;
	font-weight: 300;
	padding: 10px 20px 30px 30px;
}
h1.performance_title {
	font-family: "Raleway", sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: 0.125em;
	margin: 30px 0;
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
}
h1.performance_title:after {
	background-color: #d32f2f;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 20;
}
h1.performance_title:after {
	left: 1em;
	margin-right: -50%;
}


.view-performance .views-field-field-author,
.view-performance .views-field-field-publish-date {
	color: #666;
	display: inline-block;
    font-size: 0.75em;
    letter-spacing: 0.063em;
    text-transform: uppercase;
}
.view-performance .views-field-field-publish-date {
	padding-right: 15px;
}
.view-performance .views-label-field-author,
.view-performance .field-content {
	display: inline;
}
.view-performance .views-field-field-post-image,
.view-performance .views-field-body {
	display: block;
	padding-top: 20px;
}
