html,body {
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	margin: 0;
}
body {
	color: #000;
	padding: 15px;
}
img {
	height: auto;
	max-width: 100%;
}
strong {
	font-weight: 700;
}
hr {
	border: none;
	background: #b01116;
	clear: both;
	color: #b01116;
	height: 1px;
	margin: 20px auto 40px auto;
	max-width: 1200px;
	width: 50%;
}
/*
h1,h2,h4,h5 {
	font-family: "Noto Serif", serif;
	font-weight: 500;
	letter-spacing: 0.063em;
	line-height: 100%;
}
*/
h1,h2,h4,h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.063em;
	line-height: 100%;
}

h1 {
	font-size: 2.75rem;
	text-transform: uppercase;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.063em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	text-decoration: none;
}
h1.page_title {
	color: #333;
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
}
.page_title span {
	color: #666;
	display: block;
	font-size: 1.75rem;
}
@media( max-width: 800px ) {
	h1,
	h1.page_title {
		font-size: 2.5rem;
		text-align: center;
	}
	h2 {
		font-size: 1.75rem;
		text-align: center;
	}
}

button,
.button,
.more_button a,
.hp_hero_buttons > a,
input[type="submit"] {
	background-color: #b01116;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 12px 40px;
	transition: all 0.3s ease;
	text-decoration: none;
	text-transform: uppercase;
}
p.more > a,
a.more {
	font-size: 0.75em;
	font-weight: 600;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.hp_hero_buttons a:hover,
.more_button a:hover,
.button:hover {
	background-color: #f3d1a4;
	color: #000;
}
.read_more {
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.read_more:hover {
	color: #006a8c;
}

p {
	font-weight: 500;
	line-height: 160%;
	padding-bottom: 20px;
}
p.callout {
	font-size: 1.25em;
}

blockquote {
	font-family: "Noto Serif", serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
}
blockquote p {
	line-height: 120%;
}
blockquote:before {
	bottom: -20px;
	color: #c10b5e;
	content: "“";
	font-size: 6rem;
	position: relative;
	text-align: center !important;
}

cite {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
cite strong {
	color: #f00;
}
a {
	color: #94191d;
}
figcaption {
	color: #999;
	font-size: 0.75rem;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: #fff;
	color: #000;
	min-height: 105px;
	line-height: 140%;
	opacity: 0;
	padding: 10px 5px;
	text-transform: none;
	transition: all 0.4s ease;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption {
	opacity: 0.95;
}

.wp-block-embed {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}
figure,
.wp-block-image {
	display: block;
}
.wp-block-media-text {
	padding-bottom: 20px;
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	width: 100%;
}
.page_wrapper {
	border-bottom: 3px #b01116 solid;
	border-left: 3px #b01116 solid;
	border-right: 3px #b01116 solid;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	padding: 40px 15px 20px 15px;
	width: 100%;
}
.inner_wrapper {
	padding: 15px;
}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

iframe {
	max-width: 100%;
}

article a {
	font-weight: 500;
}
article ul,
.page_wrapper ul {
	margin: 20px 20px 40px 20px;
}
article ol,
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
	list-style-type: square;
}
.page_wrapper ul li,
.page_wrapper ol li,
article ul li,
article ol li {
	line-height: 150%;
	margin: 15px;
}
article ul li,
.page_wrapper ul li {
	list-style: disc;
}
article ol li,
.page_wrapper ol li {
	list-style-type: decimal;
}
ul a {
	text-decoration: none;
}
.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 15px auto;
	text-align: center;
}

.alignright,
.wp-block-image .alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

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


.cols,
.cols_rev {
	display: flex;
	flex-direction: row;
	flex: 1;
	width: 100%;
}
.col_30,
.col_40,
.col_50,
.col_60,
.col_70 {
	vertical-align: top;
}
.col_20 { width: 20%; flex-basis: 20%; }
.col_30 { width: 30%; flex-basis: 30%; }
.col_40 { width: 40%; flex-basis: 40%; }
.col_50 { width: 50%; flex-basis: 50%; }
.col_60 { width: 60%; flex-basis: 60%; }
.col_70 { width: 70%; flex-basis: 70%; }
.col_80 { width: 80%; flex-basis: 80%; }

@media( max-width: 1000px ) {
	.cols {
		flex-direction: column;
	}
	.cols_rev {
		flex-direction: column-reverse;
	}
	.col_20,
	.col_30,
	.col_40,
	.col_50,
	.col_60,
	.col_70,
	.col_80 {
		display: block;
		flex-basis: 100%;
		margin: 20px auto;
		width: 100%;
	}
	.col_50,
	.col_60,
	.col_70,
	.col_80 {
		order: 1;
	}
	.col_30 {
		order: 2;
	}
	.col_20 {
		order: 3;
	}
}

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

/* header / navigation */
#site_header {
	border: 3px #b01116 solid;
	padding: 15px;
	text-align: center;
}
#site_header h1,
#site_header h2 {
	display: none;
}
#mobile_header {
	margin: 0 auto;
	max-width: 250px;
	padding-bottom: 25px;
}


#main_menu {
	background-color: #f3d1a4;
	color: #000;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
#main_menu ul {
	display: inline-block;
	marin: 0;
	padding: 8px 0;
}
#main_menu li {
	border-left: 1px #94191d solid;
	display: inline-block;
}
#main_menu li:first-child {
	border-left: none;
}
#main_menu > ul > li ul {
	display: none;
}
#main_menu a,
#main_menu span {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#main_menu li.search span {
	background: transparent url('../images/search_icon.png') 100% 50% no-repeat;
	padding-right: 20px;
}
#main_menu a:hover,
#main_menu li.current-menu-item a,
#main_menu li.current-page-ancestor a {
	color: #7a1518;
}

#main_menu ul > li:hover > ul {
	background: #f3d1a4;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	display: block;
	padding: 6px 10px;
	position: absolute;
	width: 280px;
	z-index: 30;
}
#main_menu > ul > li ul li {
	display: inline;
	border-left: none;
}
#main_menu > ul > li ul li a {
	display: block;
	padding: 10px 0;
	text-align: left;
}
#main_menu > ul > li ul li a:hover {
	color: #94191d;
}
#burger_button,
#menu_open_bg {
	display: none;
}
.home_burger {
	display: none;
}
body.home .home_burger {
	display: inline-block;
}
body.home .sub_burger {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}
#main_menu li.search input[type="text"] {
	border: 1px #333 solid;
	border-radius: 8px;
	font-size: 0.875rem;
	padding: 1px 5px;
}

@media( max-width: 1100px ) {
	#site_header {
		margin: 0
	}

	#main_menu {
		border: 0 !important;
		display: block;
		height: 100vh;
		left: -310px;
		padding: 30px 0 20px 10px;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 310px;
		z-index: 510;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu a {
		display: block;
		padding: 8px 12px;
		width: 80%;
		text-align: left;
	}
	#main_menu li {
		border-left: 0;
		display: block;
	}

	#main_menu > ul > li ul,
	#main_menu > ul > li:hover ul {
		background: transparent;
		box-shadow: none;
		display: block;
		padding: 0 0 0 20px;
		position: static;
		width: auto;
	}


	#burger_button {
		cursor: pointer;
		display: inline-block;
		height: 25px;
		width: 30px;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	body.menu_open #burger_button {
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	body.menu_open #menu_open_bg {
		background-color: rgba( 0, 0, 0, 0.6 );
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

}


#site_content {
	border-bottom: 3px #b01116 solid;
	border-left: 3px #b01116 solid;
	border-right: 3px #b01116 solid;
}
#site_content > #col_main {
	border-left: 3px #b01116 solid;
	border-right: 3px #b01116 solid;
	padding: 15px 0;
}
#site_content > #col_main.col_70 {
	border-left: 0;
}
.hp_left_block {
	border-bottom: 3px #b01116 solid;
	padding: 15px;
}
.hp_left_block:last-child {
	border-bottom: 0;
}
.hp_left_block h2 {
	padding-bottom: 10px;
}

.col_hp_main h2 {
	color: #b01116;
	font-size: 1.875rem;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.col_hp_main h3 {
	background-color: #fff0c7;
	font-size: 0.875rem;
	position: relative;
	text-align: center;
	padding: 5px;
}
.col_hp_main h3 a {
	text-decoration: underline;
	text-transform: uppercase;
}

@media( max-width: 1000px ) {
	#site_content > #col_main {
		border-bottom: 3px #b01116 solid;
		border-left: 0;
		border-right: 0;
	}
}

#col_left h2,
#col_right h2 {
	font-size: 1.5em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#col_right .post {
	padding-top: 15px;
}
#col_right .post .post_title {
	display: block;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.hp_archives {
	border-top: 3px #b01116 solid;
}
.sidebar_social_media {
	padding-bottom: 0;
	padding-top: 15px;
	text-align: center;
}

/* blog */
.blog_main .col_80 {
	padding: 0 0 20px 30px;
}
.blog_main h2 {
	padding-bottom: 20px;
}
ul.blog_categories,
ul.blog_categories ul {
	display: block;
	padding-left: 25px;
}
.blog_categories a {
	display: block;
	font-size: 0.875em;
	font-weight: 600;
	padding: 5px 0;
	text-transform: uppercase;
}
.sidebar_latest_issue {
	border-top: 3px #b01116 solid;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}

.post_time_byline {
	font-size: 0.75em;
	color: #666;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.posts_list .post_time_byline {
	text-align: left;
}
.post_terms {
	padding-bottom: 10px;
	text-align: center;
}
.post_terms a {
	font-size: 0.75em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

@media( max-width: 1000px ) {
	.posts_list .col_20 {
		text-align: center;
	}
	.posts_list .post_time_byline {
		text-align: center;
	}

	.blog_main .col_80 {
		padding: 0;
	}
}

/* search pop-up */
#search_pop_bg {
	display: none;
	z-index: 600;
}

/* issues */
.issue_wrapper {
	border-bottom: 3px #b01116 solid;
}
.issue_content {
	display: block;
}
.issue_toc,
.issue_contributors {
	display: none;
}
.toc_intro_link {
	text-transform: uppercase;
}
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_nav {
	border-bottom: 3px #b01116 solid;
	text-align: center;
}
.issue_nav_inner {
	display: inline-block;
	text-align: left;
}
.issue_nav a {
	display: block;
	font-size: 0.75em;
	font-weight: 600;
	padding: 5px 0;
	text-transform: uppercase;
}
.issue_archive {
	border-top: 3px #b01116 solid;
	margin-top: 15px;
	padding: 15px;
	text-align: center;
}
.issue_archive h2 {
	padding-bottom: 20px;
}
.issues_list {
	padding-bottom: 30px;
	text-align: center;
}
.issue_list_item {
	background-color: #eaeaea;
	display: inline-block;
	margin-right: 5px;
	padding: 10px;
	width: 23.5%;
}
.issue_list_item p {
	padding-bottom: 0;
}
.issue_list_item a {
	text-decoration: none;
}
@media( max-width: 1000px ) {
	.issue_list_item {
		width: 49%;
	}
}
@media( max-width: 700px ) {
	.issue_list_item {
		display: block;
		width: auto;
	}
}

/* issue entries */
.issue_entries {
	margin: 0 auto;
	max-width: 500px;
	padding-top: 50px;
}
.issue_entries h2 {
	text-align: center;
}

.entry {
	padding-bottom: 15px;
}
.entry header .marker {
	background-color: #780808;
	display: inline-block;
	height: 8px;
	margin-right: 5px;
	width: 30px;
}
.entry header .marker.blog			{ background-color: #dfd2a5; }
.entry header .marker.fiction		{ background-color: #bd2c2c; }
.entry header .marker.introduction	{ background-color: #d32f2f; }
.entry header .marker.nonfiction		{ background-color: #bd2c2c; }
.entry header .marker.novel-excerpt		{ background-color: #bd2c2c; }
.entry header .marker.poetry			{ background-color: #c0a54b; }
.entry header .marker.review			{ background-color: #c8b681; }
.entry header .marker.working-titles	{ background-color: #dfd2a5; }
.entry header .marker.past-issues	{ background-color: #dfd2a5; }
.entry header .marker.broadsides		{ background-color: #ac9b63; }
.entry header .marker.callout		{ background-color: #ac9b63; }
.entry header .marker.10_questions	{ background-color: #dfd2a5; }
.entry_byline {
	font-size: 0.75em;
	color: #666;
	padding-bottom: 10px;
	text-transform: uppercase;
}
@media( max-width: 1000px ) {
	.issue_entries {
		text-align: center;
	}
}

/* search pop-up */
body.search_open #search_pop_bg {
	background-color: rgba( 0, 0, 0, 0.5 );
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#search_pop {
	background: #d32f2f;
	box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.4 );
	display: none;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	padding: 30px 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 9510;
}
body.search_open #search_pop {
	display: block;
}
#search_pop hr {
	background-color: #fff;
	color: #fff;
	margin: 15px auto;
}

#search_pop 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 input[type="text"] {
	background-color: #fff;
	border: 0;
	display: block;
	margin: 0 auto 20px auto;
	padding: 10px 5px;
	width: 250px;
}
#search_pop 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;
}

/* footer */
#site_footer {
	border-bottom: 3px #b01116 solid;
	border-left: 3px #b01116 solid;
	border-right: 3px #b01116 solid;
	font-size: 0.875rem;
	padding-top: 10px;
	text-align: center;
}
#site_footer p {
	padding-bottom: 10px;
}

#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;
}
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;
}

#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;
	}
}