/*
Theme Name: The Journal Theme 2.0
Theme URI: http://thejournalmag.org/
Author: Zachary Leven
Author URI: http://zaiquiri.com/
Description: This theme was developed for The Journal in 2015 by Zachary Leven. If you have questions, please email Zachary at zackr11@gmail.com.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-journal-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The Journal Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Normalize
2 Index.php
3 Sidebars
4 Footer
5 Archive Category Templates (Fiction, Poetry, Nonfiction, Art)
6 Single Post Issue
7 Single Post General
8 Archive.php
9 Search
10 Typography
11 Elements
12 Forms
13 Header
14 Navigation
	14.1 Links
	14.2 Menus
15 Accessibility
16 Alignments
17 Clearings
18 Widgets
19 Posts and pages
	19.1 Asides
	19.2 Comments
20 Infinite scroll
21 Media
	21.1 Captions
	21.2 Galleries
22 Responsive Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
        position: relative;
        min-height: 100%;
}

* { -moz-box-sizing: border-box; } /* I hate you, Firefox. */


/* Sticky Footer */
body {
	margin: 0 0 250px 0;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
}
/* ------------ */



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
    margin-top: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* Shortcuts */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfloats {
    clear: both;
}

/* This is mostly organized by page, but there's some crossover. */

/*--------------------------------------------------------------
2 Index.php
--------------------------------------------------------------*/

.site-content {
    clear: both;
}

#primary {
    width: 1060px;
    margin: 0 auto;
}

#responsive-container {
    margin-right: -320px;
    float: left;
    width: 100%;
}

#leftcol, #leftcol-general {
    margin: 45px 320px 0 0;
    padding: 0;
    max-width: 1060px;
}

#rightcol {
	float: left;
	margin: 45px 0 30px 0;
	padding: 0 0 0 30px;
        width: 320px;
}

#artbox {
	margin: 0 auto;
        margin-bottom: 20px;
	width: 100%;

}

#artbox img {
    border: 3px solid #222;
}

.artbox-copy {
    font-size: 15px;
    font-family: 'montserrat', sans-serif;
}

.artbox-copy img {
    border: 3px solid #222;
}



.artbox-copy p {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.artbox-copy a {
    color: #61A8C2;
    text-decoration: none;
}

.artbox-copy a:hover {
    color: #61A8C2;
    text-decoration: underline;
}

#latest-issue {
    background: rgb(60, 60, 60);
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #eee;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
}

#latest-issue img {
    border: 3px solid #ddd;
}

.latest-issue-post-title {
    font-size: 16px;
    font-weight: 700;
}

.latest-issue-post-excerpt p {
    font-size: 12px;
    margin-bottom: 5px;
}

.genrebox {
    border: 2px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.genrebox .featured-content-title {
    font-weight: 700;
}

.genrehead {
    height: 175px;
    width: 100%;
    padding-top: 50px;
    background-position: center;
}

.genre-box-content {
    width: auto;
}

.genre-title-box {
    width: 320px;
    margin: 0 auto;
    background-color: rgba(30, 30, 30, 0.7);
}

.genre-title {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 40px;
    font-family: montserrat, serif;
    font-weight: 700;
}

.genre-title a,
.genre-title a:hover,
.genre-title a:active,
.genre-title a:focus {
    text-decoration: none;
    color: #fff !important;
}

.featured-content {
    padding: 20px;
    font-family: vollkorn, serif;
    font-size: 16px;
    color: #4d4d4d;
    float: left;
    width: 100%;
    background: #f9f9f9;
}

.featured-content blockquote {
    display: none;
}

.featured-content-poetry {
    padding: 20px 20px 30px 50px;
    font-family: vollkorn, serif;
    font-size: 16px;
    color: #4d4d4d;
    float: left;
    width: 100%;
    background: #f9f9f9;
}

.featured-content-poetry p {
    margin: 0;
}

.genre-box-content-poetry p {
    margin-bottom: 15px;
}

.featured-content p:first-child {
    text-indent: 0;
}

.featured-content p {
    text-indent: 50px;
    margin-bottom: 7px;
    margin-top: 0;
}

.featured-content-title a {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #4d4d4d;
}

.author-title {
    margin-bottom: 20px;
    font-family: 'Vollkorn Italic', serif;
    font-style: italic;
    font-size: 16px;
}

.more-link {
    margin-left: 10px;
    text-decoration: none;
}

.continue-reading a {
    margin: 25px 4rem 0 0;
    color: #777;
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 16px;
    text-decoration: none;
    float: left;
    width: auto;
}

.continue-reading i, .continue-reading-content i { margin-left: .5em; }

.continue-reading-content a {
    margin: 0 4rem 50px 0;
    color: #777;
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 16px;
    text-decoration: none;
    float: left;
    width: auto;    
}

#newsbox {
    width: 100%;
    float: left;
    border: 1px solid #c6d2da;
    background: #eef2f4;
    padding: 15px;
    margin-bottom: 30px;
    color: #4d4d4d;
}

#newsbox p a {
    font-weight: bold;
    text-decoration: none;
    color: #67869c;
}

#newsbox p a:hover {
    text-decoration: underline;
}

#newsbox2 {
    width: 100%;
    float: left;
    border: 1px solid #ced4d1;
    background: #e8eeeb;
    padding: 15px;
    margin-bottom: 30px;
    color: #4d4d4d;
}

.newstitle {
    font-size: 20px;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    line-height: 1.3;
}

.newstitle a {
    color: #98a1a7;
    text-decoration: none;
}

.newscontent {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.newscontent p {
    margin-bottom: 10px;
}

.newscontent .continue-reading a {
    margin-top: 10px;
    font-size: 14px;
    color: #98a1a7;
}

.newscontent .continue-reading a:hover {
    color: #AF0D1B;
}

#breaking-big {
    width: 100%;
    border: 12px solid #e5e7b9;
    background: #fcfcf1;
    padding: 20px;
    float: left;
}

.breaking-big-title {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #4d4d4d;
    width: 100%;

}

.breaking-big-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4d4d4d;
}

.breaking-big-content .continue-reading a {
    margin-top: 0;
}

#featured-content-headline {
    width: 100%;
    height: 10px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #eee;
}


/*--------------------------------------------------------------
3 Sidebars
--------------------------------------------------------------*/

.recent-list-category {
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    text-align: left;
}

.recent-list-category li {
    margin-bottom: 10px;
}

.recent-list-category a:hover {
    text-decoration: underline;
}

.recent-list-category a {
    text-decoration: none;
}

.rlc-fiction a, .rlc-fiction, .rlc-fiction a:hover {
    color: #444;
}

.rlc-fiction {
    background: #f1f1f1;
}

.rlc-nonfiction a, .rlc-nonfiction, .rlc-nonfiction a:hover {
    color: #8FA97B;
}

.rlc-nonfiction {
    background: #edf3e9;
    border-top: 3px solid #B6CBA4;
}

.rlc-poetry a, .rlc-poetry, .rlc-poetry a:hover {
    color: #84a393;
}

.rlc-poetry {
    background: #e8eeeb;
    border-top: 3px solid #a9bfb4;
}

.rlc-title-poetry {
    color: #e8eeeb !important;
    background: #a9bfb4;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.rlc-title-fiction {
    color: #fff !important;
    background: #c0414b;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.rlc-title-nonfiction {
    color: #edf3e9 !important;
    background: #B6CBA4;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.recent-list-category ul {
    list-style-type: none;
    padding: 0 20px 0 20px;
    margin: 0;

}

.recent-list-category li {
    width: 100%;
}

.recent-list-category-title {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}

.recent-list-title {
    font-size: 14px;
    font-family: montserrat, sans-serif;
}


.recent-list-author {
    font-family: 'Vollkorn', serif;
    font-style: italic;
    font-size: 14px;
    
}

.special-single-sidebox {
    float: right;
    width: 270px;
    border: 1px solid #888;
    margin-top: -2px;
    margin-right: -300px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.special-single-sidebox p {
    margin-bottom: 0;
    margin-top: 8px;
}

.entry-category {
    text-transform: uppercase;
}



/*--------------------------------------------------------------
4 Footer
--------------------------------------------------------------*/

.site-footer {
    width: 100%;
    height: 250px;
    background: #313131;
    color: #fff;
    padding: 40px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

#footer-container {
    width: 1060px;
    margin: 0 auto;
    text-align: center;
}

.journal-footer-widget {
    width: auto;
    height: 100%;
    float: left;
    text-align: left;

}

.footer-widgets {
    margin-right: 40px;
    padding-right: 40px;
    border-right: solid 3px #444;
}

.footer-widget .textwidget {
    width: 400px;
    font-size: 13px;
}

.footer-widget ul {
    list-style: none;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.site-info a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.site-info a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-widget li a {
    color: #fff;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #7190d3;
}

.site-info {
    width: 40%;
    float: left;
    text-align: left;
    border-right: solid 3px #444;
    padding-right: 20px;
    font-size: 13px;
}

footer .social-icons a {
    color: #fff;
    text-decoration: none;
}

footer .social-icons a:hover {
    color: #fff;
}

.social-icons {
    float: left;
    width: auto;
    font-size: 60px;
    color: #fff;
}

.social-icons .fa {
    margin-right: 10px;
}

#oac {
    background: #fff;
    width: auto;
    display: inline-block;
    margin-top: 20px;
}

#oac img {
    opacity: 0.1;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}

#category-container {
    width: 1060px;
    margin: 0 auto;
}

#category-right-col {
    width: 350px;
    float: right;
    border: 3px solid #aaa;
}

#issue-container {
    width: 1060px;
    margin: 30px auto;
}

#issue-container p {
    font-size: 12px;
}

#issue_main div.post {
float: left;
margin-right: 20px;
clear: none;
}

.cat-issues-nav-container {
    width: 1060px;
    margin: 0 auto;
    clear: both;
    font-family: montserrat, sans-serif;
}

.cat-issues-nav-container a {
    text-decoration: none;
}

.nav-previous {
    float: left;
    width: auto;
    margin-bottom: 30px;
}

.nav-next {
    float: left;
    width: auto;
    margin-left: 20px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
5 Archive Category Templates (Fiction, Poetry, Nonfiction, Art)
--------------------------------------------------------------*/

body.archive #leftcol, #leftcol-general {
    max-width: 940px;
}

.genre-cat-title {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 30px 0;
}

body.category-poetry .genre-cat-title {
    color: #84a393;
}

.poloroid-holder {
    height: 340px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #eee;
    background-position: center;
}

.poloroid-holder-poetry {
    height: 250px;
    width: 250px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #eee;
}

.poloroid-poetry-container {
    height: 280px;
    min-width: 1060px;
    text-align: justify;
    font-size: 0.1px;
}

.poloroid-poetry-container:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}


.poloroid-photo-overlay {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(30, 30, 30, 0.7);
    color: #fff;
    padding: 24px 15px 0 15px;
}

.poloroid-photo-overlay-poetry {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(30, 30, 30, 0.6);
    color: #fff;
    padding: 24px 20px 0px 20px;
}

.poloroid-title a {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

.poloroid-title a:hover {
    color: #fff;
    text-decoration: underline;
}

.poloroid-author-title {
    font-family: Vollkorn, serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    margin-top: 8px;
}

.poloroid-title-poetry a {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #fff;    
}

body.art_feature .poloroid-title-poetry a {
    font-size: 15px;
}

body.art_feature h1.entry-title {
    font-size: 30px;
    width: 820px;
}

.poloroid-title-poetry a:hover {
    color: #fff;
    text-decoration: underline;
}


.fiction-poloroid {
    width: auto;
}

.poetry-poloroid {
    display: inline-block;
    width: 250px;
    height: 250px;
    background-position: center;
}

.poloroid-middle {
    margin: 0 20px 0 20px;
}

.poloroid-left {
    float: left;
}

.poloroid-right {
    float: right;
}

.poloroid-holder-art {
    height: 250px;
    width: 250px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 2px solid #eee;
    display: inline-block;
}

body.archive.fiction .cat-featured-content {
    width: 100%;
    background: #ebeff2;
    font-family: vollkorn, serif;
    font-size: 16px;
    color: #4d4d4d;
    border: 8px solid #D8E2E8;
    padding: 20px;
    display: inline-block;
}

body.archive.poetry .cat-featured-content {
    width: 100%;
    background: #F4F5F5;
    font-family: vollkorn, serif;
    font-size: 16px;
    color: #4d4d4d;
    border: 8px solid #DCE7E1;
    padding: 20px;
    display: inline-block;
}

.cat-featured-content {
    width: 100%;
    background: url("../image/paper.jpg");
    border: 7px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
    font-family: Vollkorn, serif;
    font-size: 16px;
    display: inline-block;
}

.cat-featured-content p {
    margin-bottom: .5em;
    margin-top: .5em;
}

.category-art-feature-container {
    margin-bottom: 30px;
}

body.category-poetry .cat-featured-content {
    font-size: 20px;
    color: #555;

}

body.category-poetry .featured-content-title {
    font-size: 25px;
}

header.genre-top {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    margin-top: 40px;
}

h1.archive-headline {
line-height: 1;
}

header.genre-top h1 {
    font-family: montserrat, sans-serif;
    color: #333;
    padding-left: 20px;
}

body.archive .page-header h1 {
    font-family: montserrat, sans-serif;
    color: #333;    
}

body.archive .fa-bookmark {
    color: #a2c08b;
}

body.archive.fiction .fa-bookmark {
    color: #67869c;
}

body.archive.nonfiction .fa-bookmark {
    color: #8FA97B;
}

body.archive.poetry .fa-bookmark {
    color: #84a393;
}

body.archive.art_feature .fa-bookmark {
    color: #7d679c;
}

article.category-nonfiction img.alignright, article.category-nonfiction img.alignleft {
    border: 10px solid #DDD;

}

/*--------------------------------------------------------------
6 Single Post Issue
--------------------------------------------------------------*/

#single-post-issue-container {
    width: 1000px;
    margin: 30px auto;
}

#responsive-container-issue {
    margin-right: 420px;
}

.single-post-issue-right-col {
    margin: 52px -420px 100px 0;
    padding-left: 100px;
    float: left;
}

.single-post-issue-right-col p {
    margin: 0;
    padding: 0;
}

#single-post-issue-container header {
    font-family: montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-post-issue-left-col {
    width: auto;
    max-width: 423px;
    float: left;
    margin-bottom: 50px;
}

.single-post-issue-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

}

#single-post-issue-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#single-post-issue-container li {
    margin-bottom: 15px; 
}

.single-post-issue-content-author {
    font-family: Vollkorn, serif;
    font-size: 14px;
    font-style: italic;
}

.single-post-issue-right-col {
    width: 420px;
}

.single-post-issue-left-col img {

    border: 3px solid #ccc;
}

.toc-cat99999, .toc-cat99999 a {
    text-decoration: underline;
    color: #4a4a4a;
    font-size: 20px;
}

.toc-cat99999 {
    font-weight: 700;
}

.single-post-issue-title {
    font-family: montserrat, sans-serif;
    font-size: 14px;
}

.single-post-issue-title a {
    text-decoration: none;
    color: #7190d3;

}

.single-post-issue-title a:hover {
    text-decoration: underline;
}

.single-post-issue-author {
    font-family: vollkorn, serif;
    margin-bottom: 15px;
    font-size: 12px;
}

.bio {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 20px;
    border-top: 3px dotted #ddd;
    border-bottom: 3px dotted #ddd;
    margin: 0 auto;
    color: #666;
    clear: both;
    width: 900px;
}

.general-bio {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 20px 0 20px 0;
    border-top: 3px dotted #ddd;
    border-bottom: 3px dotted #ddd;
    margin-top: 50px;
    color: #666;
    clear: both;
    width: 100%;    
}

/* In single-issue.php there's a php counter on category titles
that starts at 99999. The following hides anything that has a class
with "000" in it, thus ensuring the category title appears onle once.*/
body.single-post.online-issue div[class*="000"],
body.single-post.print-issue div[class*="000"],
body.single-post.issue div[class*="000"]{
    display: none;
}

/*--------------------------------------------------------------
7 Single Post General
--------------------------------------------------------------*/

.general-header {
    margin-top: 50px;

    border-bottom: 2px solid #ddd; 
}

.general-title {
    font-family: montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #4d4d4d;
}

.general-content {
    width: auto;
    margin-bottom: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #4d4d4d; 
}

.archive-entry-content img.alignleft, .general-content img.alignleft {
    margin-left: 0;
}

.archive-entry-content img.alignright, .general-content img.alignright {
    margin-right: 0;
}

.general-single-content-wrapper {
    float: left;
    margin-bottom: 100px;
}

/*--------------------------------------------------------------
8 archive.php
--------------------------------------------------------------*/
#primary-general {
    width: 940px;
    margin: 0 auto;
}

body.archive #primary {
    width: 940px;
}

#archive-primary{
    position: relative;
    width: 100%;
}

#archive-responsive-container {

    width: 100%;
    float: right;

}

#archive-content-container {

    width: 700px;
    margin: 0 auto;
}

#archive-leftcol {

    max-width: 700px;
    float: left;
}

#archive-rightcol {
    width: 280px;
    float: left;
}

#general-container {
    width: 970px;
    float: left;
}

body.archive #leftcol {
    padding-right: 20px;
}

.archive-entry-title {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;

}

#archive-leftcol header.page-header {
    margin-top: 40px;
}

.archive-entry-title a {
    text-decoration: none;
    color: #7b8892;
}

.archive-entry-title a:hover {
    color: #AF0D1B;
}

.archive-entry-content {
    margin-bottom: 50px;
    width: auto;
}

.archive-entry-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.archive-entry-content blockquote,
.general-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  border-top: none;
  border-bottom: none;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.archive-entry-content blockquote:before,
.general-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  font-family: vollkorn, sans-serif;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.archive-entry-content blockquote p,
.general-content blockquote p {
  display: inline;
}

.general-content blockquote p {
    font-size: 18px;
}

.archive-entry-content blockquote p:first-child:first-letter,
#primary-general blockquote p:first-child:first-letter {
    font-style: normal !important;
    font-family: montserrat, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.entry-meta {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px; 
    color: #888;
}

body.archive .entry-header {
    width: 100%;
    border-bottom: 2px solid #ddd;
}

.archive-rightcol {
    margin-top: 178px !important;
}

.rlc-interviews a {
    color: #67869c;
}

.rlc-reviews a {
    color: #84a393;
}

.rlc-interviews .recent-list-title {
    font-weight: normal;
}

article.category-reviews .archive-entry-title a {
    color: #84a393;
}

article.category-special .archive-entry-title a {
    color: #b7bd90;
}

.archive-entry-thumbnail {
    float: left;
    max-width: 250px;
    margin-right: 20px;
    padding-top: 5px;
}

.small-cat-title {
    font-size: 12px;
    color: #76A6C8;
}

.small-cat-title ul {
    margin: 0;
    padding: 0;
}

.small-cat-title ul li {
    margin-bottom: -8px;
}

.recent-list-category.sidebar-special {
    padding-bottom: 15px;
}

.recent-list-category.sidebar-special li {
    margin-bottom: 0;
}

#archive-nav-container {
    font-family: montserrat, sans-serif;
    width: 700px;
}

.archive-nav-previous {
    float: left;
    width: auto;
    margin-bottom: 30px;
}

.archive-nav-next {
    float: right;
    width: auto;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
9 Search
--------------------------------------------------------------*/
body.search-results h1.entry-title {
    margin: 0;
    text-align: left;
    font-size: 26px;
    font-family: montserrat, sans-serif;
}

body.search-results h1.entry-title a {
    text-decoration: none;
    color: #67869c;
    font-size: 20px;
}

body.search-results h1.entry-title a:hover {
    text-decoration: underline;
}

body.search-results .content-area {
    margin-bottom: 100px;
}

/*--------------------------------------------------------------
10 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
        font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 16px;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h6 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.latest-issue-title {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.single-issue-thumb img {
    border: 3px solid #ccc;
}

/*--------------------------------------------------------------
11 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

* { -moz-box-sizing: border-box; } /* I hate you, Firefox. */

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
12 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
13 Header
--------------------------------------------------------------*/

#masthead {
    background: rgb(206, 206, 206);
    height: auto;
    width: 100%;
}

header#masthead img {
    margin: 0 auto;
    display: block;
}

.site-branding {
    color: rgb(255, 255, 255);
    font-family: montserrat, sans-serif;
    margin: 28px auto 15px auto;
    min-height: 68px;
    padding: 0;
    text-align: left;
    width: 1020px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #fff;
}

.site-title a, .site-title a:hover {
    font-weight: 700;
    font-size: 4em;
    text-decoration: none;
    line-height: 1;
}

.site-title .fa-bookmark,
.site-title .fa-bookmark-o {
    font-size: 2.5em;
    margin-left: 5px;
    position: relative;
    top: -15px;
    color: #fff !important;
}

.site-title {
    text-transform: uppercase;
}

.site-description {
    padding-left: 14px;
}

.site-description a, .site-description a:hover {
    color: #fff;
}

/* Header search */

input[type="search"] {
    box-sizing: border-box;
    width: 100%;
}

.search-box-wrapper {
    z-index: 2;
    width: 1060px;
    margin: 0 auto;
    display: none;
}

.search-box {
    padding: 1em;
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

.search-box .search-field {
    max-width: 362px;
    float: right;
    padding-right: .5em;
    padding-left: .5em;
    font-size: 20px;
    font-size: 1rem;
    background-color: #fff;
    border: 0;
}

.error404 .search-submit,
.search .search-submit,
.search-box .search-submit { 
    display: none; 
}

.search-toggle {
    float: right;
    width: 54px;
    padding: 4px;


    color: #fff;
    text-align: center;
    cursor: pointer;
}

.search-toggle:hover,
.search-toggle.active {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

/*@media screen and (max-width: 600px) {
    .search-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }
}*/

/*--------------------------------------------------------------
14.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}



a:hover {
	color: #AF0D1B;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
14.2 Menus
--------------------------------------------------------------*/
#navcontainer {
    width: 1060px;
    margin: 0 auto;
}

.main-navigation {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    background: #888;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
    display: block;
    padding: .5em;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.3em;
    color: white;
    color: hsl(0, 0%, 100%);
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 2em;
	left: -999em;
	z-index: 99999;
        background: #4d4d4d;
        background: hsla(0, 0%, 30%, 0.9);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
    background: #313131;
    background: hsl(0, 0%, 19%);
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
    background: white;
    color: #313131;
    color: hsl(0, 0%, 19%);
}

.main-navigation .current_page_ancestor,
.main-navigation .current-category-parent {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}


.main-navigation .current-category-ancestor .current-menu-item > a,
.main-navigation ul ul .current_page_parent,
.main-navigation ul .current-menu-ancestor,
.main-navigation .current_page_parent .current_page_item > a,
.main-navigation .current-menu-parent .current-menu-item > a {
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #313131;
    background: hsl(0, 0%, 19%);
} 

.main-navigation .current-menu-item.menu-item-has-children > a {
    background: #fff;
    color: #313131;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
15 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
16 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
17 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
18 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget-title {
    font-family: montserrat, sans-serif;
}

.widget-area {
    padding: 20px 0 0 20px;
    background: #D2D3C9;
    color: #fff;
    height: auto;
    float: left;
    width: 100%;
}

.widget-general {
    background: #D2D3C9 !important;
}

.widget-area ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.widget-area a {
    text-decoration: none;
    color: #fff;
}

h3.widget-title {
    font-family: montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
}

#archive-rightcol .widget-area {
    padding-left: 0;
    padding-top: 0;
    background: #f1f1f1!important;
}

.rpwe-ul {
    margin-bottom: -10px;
}

/*--------------------------------------------------------------
19 Posts and pages
--------------------------------------------------------------*/

body.single-post.fiction #content,
body.single-post.nonfiction #content {
    background: url("../image/paper.jpg");
}

body.single-post.poetry #content {
    background: #f4f4f4;
}


.interview-name {
    font-family: montserrat, sans-serif;
    color: #61A8C2;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

#post-head-holder {
    position: relative;
    width: 1060px;
    height: 400px;
    margin: 0 auto;
    clear: both;
    background-position: center;
}

#graybox-header {
    width: 100%;
    background: #8f9a9e;
    z-index: -3;
}

.photo-overlay {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    background-color: rgba(30, 30, 30, 0.6);
    color: #fff;
}

.entry-title-photo {
    font-family: montserrat, sans-serif;
    font-size: 45px;
    padding-top: 10px;
}

.entry-author-photo {
    font-family: Vollkorn, serif;
    font-size: 25px;
}

.photo-attr {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgba(200, 200, 200, 0.4);
    float: right;
    padding: 10px 20px;
    position: relative;
    top: 35px;
}

.photo-attr a {
    color: rgba(200, 200, 200, 0.4);
    text-decoration: none;
    font-weight: 700;
}

.photo-attr a:hover {
    color: #fff;
}

.entry-title {
    font-size: 40px;
    font-family: montserrat, sans-serif;
    text-align: center;
    margin: 50px auto 0 auto;
    width: 800px;
}

.content-single-author {
    font-family: 'Vollkorn', serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.content-single-author2 {
    text-align: center;
    font-family: Vollkorn, serif;
    font-size: 22px;
    color: #bbb;
    font-style: italic;
    margin-top: 50px;
}

.entry-content {
    width: 800px;
    margin: 30px auto 30px auto;
    font-family: Vollkorn, serif;
    font-size: 20px;
    color: #4d4d4d;
    margin-bottom: 100px;
    
}


#responsive-poetry {
    margin-left: -320px;
    width: 100%;
    float: right;
}

#poetry-content-container {
    margin: 50px 50px 30px 320px;
    max-width: 1060px;
}

h1.entry-title-poetry {
    font-family: montserrat, sans-serif;
    font-size: 25px;
    margin-top: 0;
    padding-top: 0;
}

.content-single-author-poetry {
    font-family: vollkorn, serif;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

.poetry-issue-link {
    font-family: montserrat, sans-serif;
    font-size: 14px;
}

.poetry-issue-link a {
    text-decoration: none;
    color: #777;
}

.poetry-issue-link a:hover {
    color: #AF0D1B;
}

.entry-poetry {
    margin-bottom: 50px;
    font-family: vollkorn, serif;
    font-size: 16px;
}

#poetry-sidebar {
    float: left;
    font-size: 12px;
    margin: 0 70px 0 0;
    width: 250px;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}

.poetry-sidebar-title {
    font-family: montserrat, sans-serif;
}

.poetry-sidebar-author {
    font-family: vollkorn, serif;
}

.gray-bck .poetry-sidebar-author {
    color: #aaa;
    transition: color .5s ease-in-out;
   -moz-transition: color .5s ease-in-out;
   -webkit-transition: color .5s ease-in-out;
}

.white-bck .poetry-sidebar-author {
    color: #444;
    transition: color .5s ease-in-out;
   -moz-transition: color .5s ease-in-out;
   -webkit-transition: color .5s ease-in-out;
}

#poetry-sidebar a {
    text-decoration: none;
}

#poetry-sidebar a:hover {
    text-decoration: underline;
}

#poetry-sidebar.white-bck a {
    color: #7190d3;
    transition: color .5s ease-in-out;
   -moz-transition: color .5s ease-in-out;
   -webkit-transition: color .5s ease-in-out;
}

#poetry-sidebar.gray-bck a {
    color: #888;
    transition: color .5s ease-in-out;
   -moz-transition: color .5s ease-in-out;
   -webkit-transition: color .5s ease-in-out;
}

.white-bck {
    background: #fff;
    transition: background .5s ease-in-out;
   -moz-transition: background .5s ease-in-out;
   -webkit-transition: background .5s ease-in-out;
}
.gray-bck {
    background: #ddd;
    transition: background .5s ease-in-out;
   -moz-transition: background .5s ease-in-out;
   -webkit-transition: background .5s ease-in-out;
}

body.poetry.single .bio {
    max-width: 700px;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px

}

.poetry-sidebar-thumb {
    margin-bottom: 0;
    float: left;
}

.poetry-sidebar-content {
    padding: 20px;

}

.poetry-sidebar-head {
    font-family: montserrat, sans-serif;
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

#poetry-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#poetry-sidebar li {
    margin-bottom: 10px;
}

body.single-post[class*="paged-"] p:first-child {
    text-indent: 60px;
}

body.single-post[class*="paged-"] .entry-content > p:first-child:first-letter {
    float: none;
    width: auto;
    color: #4d4d4d;
    font-family: vollkorn, serif;
    font-weight: normal;
    font-size: 20px;
    height: auto;
    line-height: 1.5;
    margin: 0;
    padding: 0;   
}

.entry-content-poetry p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.entry-content-art {
    width: auto;
    max-width: 820px;
    margin: 30px auto 30px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.entry-content-page {
    width: 800px;
    margin: 30px auto 60px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.entry-content p:first-child {
    text-indent: 0;

}

.entry-content > p:first-child:first-letter {
    float: left;
    width: auto;
    color: #AF0D1B;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 360%;
    height: .7em;
    line-height: .8em;
    margin: 11px 0 0 0;
    padding: 0 .1em 0 0;

}



.entry-content p, .entry-content-add p {
    text-indent: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2;
}




blockquote {
    padding: 1em;
    margin-bottom: 1em;
    font-family: montserrat, sans-serif;
    font-style: italic;
    font-size: 22px;
    color: #919B9C;
    border-top: 3px dotted #ccc;
    border-bottom: 3px dotted #ccc;
}

blockquote p {
    text-indent: 0 !important;
    margin-bottom: 10px !important;
}

blockquote p:first-child:first-letter {
    font-family: montserrat, sans-serif !important;
    font-style: italic;
    font-size: 22px !important;
    color: #919B9C !important;
}

blockquote.alignleft {
    width: 50%;
    float: left;
    padding: 0;
    margin-right: 2em;
}

blockquote.alignright {
    width: 50%;
    float: right;
    padding: 0;
    margin-left: 2em;
}

.paged-post {
    display: none;
}

body.single-post[class*="paged-"] .entry-title,
body.single-post[class*="paged-"] .content-single-author,
body.single-post[class*="paged-"] #graybox-header {
    display: none;
}

body.single-post[class*="paged-"] .content-single-page2-title.paged-post {
    display: block;
    width: 800px;
    margin: 50px auto;
    text-align: center;
    font-family: Vollkorn, serif;
    font-size: 22px;
    color: #bbb;
    font-style: italic;
}

.content-single-page2-title.not-paged-post {
    display: none;
}

@media screen and (min-width: 1320px) {
    .alignleft {
        margin-left: -160px; 
    }
}

@media screen and (min-width: 1320px) {
    .alignright { 
        margin-right: -160px; 
    }
}

.page-content,
.entry-content,
.entry-summary {

}

#bottom-nav {
    margin-top: 50px;
}

.page-links {
    font-family: montserrat, sans-serif;
}

.page-links span {
    margin-right: 8px;
}

.page-links a {
    text-decoration: none;
}

.page-links-next {
    font-family: montserrat, sans-serif;
    font-size: 25px;
    margin-left: 20px;

    width: auto;
    position: relative;
    top: 1px;
}

.next-page-chev {
    margin-left: 20px;
}

.page-links-next a {
    text-decoration: none;
}

body.page .alignleft {
    margin-left: 0;
}

body.page .alignright {
    margin-right: 0;
}

.archive .category-issue img {
	max-height: 188px;
}


/*  Custom Formatting
    For reasons beyond me, sometimes theses classes show up with
    uppercases, sometimes not, so I have to repeat them
*/

.remove-indent {
    text-indent: 0 !important;
}

#content.Story_Formatting-white-background,
#content.Story_Formatting-remove-all-formatting,
#content.story_formatting-white-background,
#content.story_formatting-remove-all-formatting {
    background: #fff !important;
}

#content.Story_Formatting-no-dropcap-first-line-indent .entry-content > p:first-child,
#content.story_formatting-no-dropcap-first-line-indent .entry-content > p:first-child {
    text-indent: 60px;
}

#content.Story_Formatting-no-dropcap-first-line-indent .entry-content > p:first-child:first-letter,
#content.story_formatting-no-dropcap-first-line-indent .entry-content > p:first-child:first-letter,
#content.Story_Formatting-no-dropcap .entry-content > p:first-child:first-letter,
#content.Story_Formatting-remove-all-formatting .entry-content > p:first-child:first-letter,
#content.story_formatting-no-dropcap .entry-content > p:first-child:first-letter,
#content.story_formatting-remove-all-formatting .entry-content > p:first-child:first-letter {
    float: none;
    color: #4d4d4d;
    font-family: vollkorn, serif;
    font-weight: normal;
    font-size: 100%;
    height: auto;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

#content.Story_Formatting-remove-all-formatting .entry-content p,
#content.Story_Formatting-remove-all-formatting .entry-content-add p,
#content.story_formatting-remove-all-formatting .entry-content p,
#content.story_formatting-remove-all-formatting .entry-content-add p {
    text-indent: 0;
    margin-top: 25px;
    margin-bottom: 25px;    
}

#content.Story_formatting-smaller-title-font h1.entry-title-photo,
#content.story_formatting-smaller-title-font h1.entry-title-photo {
    font-size: 30px;
}

.add-dropcap p:first-child {
    text-indent: 0 !important;
}

.add-dropcap p:first-child:first-letter {
    float: left;
    width: auto;
    color: #AF0D1B;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 360%;
    height: .7em;
    line-height: .8em;
    margin: 11px 0 0 0;
    padding: 0 .1em 0 0;

}

body.single-post[class*="paged-"] .section-break p:first-child {
    text-indent: 0;
}

.section-break p:first-child:first-child {
    font-size: 32px;
    color: #888;
    text-indent: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
}

.section-break {
    font-family: helvetica, arial, verdana, times, sans-serif;
}

.IIIpxspace {
    width: 3px;
    display: inline-block;
}

.Vpxspace {
    width: 5px;
    display: inline-block;
}

.Xpxspace {
    width: 10px;
    display: inline-block;
}

.XXVpxspace {
    width: 25px;
    display: inline-block;
}

.Lpxspace {
    width: 50px;
    display: inline-block;
}

.Cpxspace {
    width: 100px;
    display: inline-block;
}

.CCpxspace {
    width: 200px;
    display: inline-block;
}

.mejs-container {
    width: 400px !important;
    margin-top: 20px;
}

.mejs-controls {
    background: #7d7d7d !important;
}

.mbMiniPlayer {
    margin-top: 20px;
}

/*--------------------------------------------------------------
19.1 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
19.2 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
20 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
21 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
21.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
21.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
22 Responsive Layout
--------------------------------------------------------------*/
@media only screen
and (max-width : 1420px) {
    #archive-responsive-container {
        margin-left: -320px;

    }
    #archive-leftcol {
        margin-left: 320px;
    }
    #archive-content-container{
        width: auto;
    }
}


@media only screen
and (max-width : 1100px) {
    #primary, #primary-archive-genre {
        width: 90%;
        padding: 0;
    }

    .cat-issues-nav-container {
        width: 100%; 
    }
    .site-branding {
        width: 100%;
        padding-left: 10px;
    }
    
    body.archive .entry-header {
    width: auto;

    }
    #archive-content-container {
        margin-right: 40px;
    }
    
    #category-fiction-featured-container,
    .poloroid-poetry-container, #issue-container {
        width: 100%;
    }
    .poloroid-poetry-container {
        min-width: 100%;
    }
    #issue-container {
        margin-left: 20px;
        margin-right: 20px;
    }
    body.poetry #category-container,
    body.art_feature #category-container,
    body.nonfiction #category-container,
    body.fiction #category-container {
        width: 95%;
    }
    article.page,
    body.page header.entry-header {
        width: 100%;
    }
    body.page h1.entry-title {
        width: auto;
    }
    .search-box-wrapper {
        width: 100%;
    }
    
}

@media only screen
and (max-width : 1060px) {
        #navcontainer {
        width: auto;
    }
    
}

@media only screen
and (max-width : 980px) {
    body.archive #primary, #primary-general {
        width: 90%;
    }
}

@media only screen
and (min-width : 326px) and (max-width : 1100px) {
    .poloroid-holder-poetry,
    .poetry-poloroid {
        width: 220px;
        height: 220px;
    }
}

@media only screen
and (max-width : 1060px) {
    #post-head-holder {
        width: 100%;
    }

    
    #footer-container {
        width: 100%;
    }
}

@media only screen
and (max-width : 1000px) {
    #single-post-issue-container {
        width: 100%;
    }
    body.poetry.single .entry-content-poetry
    {
        width: 100%;
        padding: 0 80px 0 80px;
    }
    body.poetry.single header.entry-header {
        width: 100%;
        padding: 0 100px 0 100px;
    }
    body.poetry.single .content-single-author {
        width: 100%;
    }

    .poloroid-holder-poetry,
    .poetry-poloroid {
        width: 250px;
        height: 250px;
    }

}

@media only screen
and (min-width : 326px) and (max-width : 1000px) {
    .poetry-last-poloroid {
        display: none;
    }
}


@media only screen
and (max-width : 925px) {
    .entry-content-art {
        width: 100%;
        padding: 0 10px 0 10px;
    }
    body.art_feature h1.entry-title {
        width: auto;
        padding: 0 10px 0 10px;
        font-size: 32px;
    }
}

@media only screen
and (max-width : 900px) {
    .bio {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    }
    .entry-content-page {
        width: 100%;
    }
}

@media only screen
and (min-width : 326px) and (max-width : 850px) {
    .poetry-penultimate {
        display: none;
    }
    .poloroid-holder-poetry,
    .poetry-poloroid {
        width: 300px;
        height: 300px;
    }
    .poloroid-poetry-container {
        height: 330px;
    }
}
    
@media only screen
and (min-width : 376px) and (max-width : 900px) {
    body.fiction .entry-content,
    body.fiction .entry-content-add,
    body.nonfiction .entry-content,
    body.nonfiction .entry-content-add {
    width: 100%;

    }
}

@media only screen
and (max-width : 800px) {
    #archive-rightcol {
        display: none;
    }
    #archive-responsive-container {
        margin-left: 0;
    }
    #archive-leftcol {
        margin: 0 20px 0 20px;
    }
    #archive-content-container {
        margin-right: 0;
    }
    .special-single-sidebox {
        float: none;
        margin-right: 0;
        padding: 0;
    }
    .general-single-content-wrapper {
        float: none;
    }
    #leftcol-general {
        width: 100%
    }
    body.single-post[class*="paged-"] .content-single-page2-title.paged-post {
        width: auto;
        padding: 10px;
    }
}

@media only screen
and (max-width : 780px) {
    body.home #rightcol {
        display: none;
    }

    #rightcol {
        float: none;
        margin: 0 0 20px 0 !important;
        padding: 0;
        width: 100%;
    }
    
    #leftcol {
        width: 100%;
        float: none;
    }
    
    body.archive .recent-list-category {
        width: 100%;
    }
    
    body.archive .archive-rightcol {
        width: 100% !important;
        margin: 0;
        padding: 0 !important;
    }
    
    .special-single-sidebox {
        width: 100%;
        border: 0;
        clear: both;
        margin-top: 0 !important;
    }
    
    #responsive-container,
    body.archive #responsive-container, 
    body.special #responsive-container, 
    body.interviews #responsive-container, 
    body.reviews #responsive-container {
        margin: 0 !important;
    }
    body.fiction blockquote,
    body.nonfiction blockquote {
        display: none;
    }
    .page-links {
        display: none;
    }
    
    .page-links-next {
        font-size: 50px;
        margin-left: 100px;
    }
    
    .photo-attr {
        display: none;
    }
    
    #footer-widgets {
        display: none;
    }
    
    footer .social-icons {
        margin-left: 30px;
    }
    .site-info {
        width: 50%;
    }
    .entry-title-photo {
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .entry-author-photo {
        font-size: 20px;
    }
    .single-post-issue-right-col {
        padding-left: 50px;
    }
    #single-post-issue-container header {
        font-size: 20px;
    }
}

@media only screen
and (max-width : 700px) {
    #archive-nav-container {
        width: 100%;
    }
}

@media only screen
and (max-width : 675px) {
    .poloroid-poetry-container {
        height: auto;
        margin-bottom: 10px;
    }
    .poetry-poloroid {
        margin-bottom: 10px;
    }
    .featured-content-poetry {
        padding: 20px 20px 30px 20px;
    }
}

@media only screen
and (max-width : 650px) {
    .social-icons {
        display: none;
    }
    .site-info {
        border: 0;
        width: 100%;
    }
    #responsive-container-issue {
        margin-right: 0;
    }
    .single-post-issue-right-col {
        margin-right: 0;
        margin-top: 0;
        padding-left: 0;
    }
    .single-post-issue-left-col {
        margin-bottom: 30px;
    }

    #poetry-sidebar {
        display: none;
    }
    #responsive-poetry {
        margin-left: 0;
        float: none;
    }
    #poetry-content-container {
        margin: 50px auto 30px auto;
        width: 90%;
    }
}

@media only screen
and (min-width : 575px) {
    #category-left-col {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    }

}

@media only screen
and (min-width : 650px) {
    #category-left-col-fiction {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    }
    


}

@media only screen
and (max-width : 575px) {
    .poloroid-poetry-container {
        height: auto;
        margin-bottom: 10px;
    }
    .poetry-poloroid {
        margin-bottom: 10px;
    }
    .cat-featured-content {
        width: 90%;
        padding: 0;
    }
}
   
@media only screen
and (max-width : 550px) {
    .poloroid-poetry-container {
        height: auto;
        margin-bottom: 10px;
    }
    .poetry-poloroid {
        margin-bottom: 10px;
    }
    .featured-content-poetry {
        padding: 20px 20px 30px 20px;
    }

    .site-title a, .site-title a:hover {
        font-size: 3.5em;
    }
    .site-title .fa-bookmark,
    .site-title .fa-bookmark-o {
        font-size: 2.1em;
        top: -14px;
    }
    .artbox-copy {
        font-size: 13px;
    }
}

@media only screen
and (min-width : 535px) {
    #category-fiction-poloroid-columns {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;        
    }
}

@media only screen
and (max-width : 450px) {
    .site-footer {
        height: 308px;
    }
    .site-info {
        padding-bottom: 20px;
    }
    
    body {
	margin: 0 0 308px 0;
    }
    body.art_feature h1.entry-title {
        font-size: 25px;
    }
}

@media only screen
and (max-width : 490px) {
    .site-title a, .site-title a:hover {
        font-size: 3em;
    }
    .site-title .fa-bookmark,
    .site-title .fa-bookmark-o {
        font-size: 2em;
        top: -10px;
    }
}

@media only screen
and (max-width : 425px) {
    .site-title a, .site-title a:hover {
        font-size: 2.7em;
    }
    .site-title .fa-bookmark {
        font-size: 1.7em;
        top: -11px;
    }
}

@media only screen
and (max-width : 420px) {
    .single-post-issue-right-col {
        width: 100%;
    }
}

@media only screen
and (max-width : 400px) {
    .genre-title {
        font-size: 30px;
    }
    .genre-title-box {
        width: 200px;
    }
}

@media only screen
and (max-width : 375px) {
    .site-title a, .site-title a:hover {
        font-size: 2.5em;
    }
    .site-description {
        font-size: 14px;
    }
    .entry-content, .entry-content-add {
        font-size: 18px;

        width: 100%;
    }
    .site-title .fa-bookmark {
        font-size: 1.5em;
        top: -11px;
    }
    body.art_feature h1.entry-title {
        font-size: 20px;
    }
}

@media only screen
and (max-width : 350px) {
    .site-title a, .site-title a:hover {
        font-size: 2.1em;
    }
    .site-title .fa-bookmark {
    font-size: 1.4em;
    top: -8px;
    }
    .poloroid-poetry-container {
        width: 100%;
    }
    body.single.fiction .entry-content p,
    body.single.nonfiction .entry-content p {
        text-indent: 30px;
    }
    body.single.fiction .entry-content p:first-child,
    body.single.nonfiction .entry-content p:first-child {
        text-indent: 0;
    }
}

@media only screen
and (max-width : 325px) {
    .poloroid-poetry-container {
        width: 90%;
    }
    body.art_feature .poloroid-holder-art,
    .poetry-poloroid,
    .poloroid-holder-poetry {
        width: 100%;
    }
}



