/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# General
# Header
# Footer
# Nav
# Widgets
# Content
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}
*/
blockquote, q, p.blockquote {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after, p.blockquote:before, p.blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Crimson Pro", "Baskerville", serif;
	color: #191919;
	background: #fff;
	font-size: 1.3em;
	line-height: 1.5em;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
a {
	color:black;
	text-decoration:underline;
}
/*a:hover {
	color:#ff1c65;
}*/
a:visited {
	color:inherit;
}

h1, h2, h3, h4 {
	font-family:"Overpass", sans-serif;
}

h3 {
	font-weight:bold;
}
#page {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#main {
	width:66.66666666666666%;
	float:left;
}
#side {
	width:33.33333333333333%;
	float:right;
	
}
blockquote, p.blockquote {
    margin-left: 1em;
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 2em;
}
blockquote p:not(:last-child) {
    margin-bottom: 0.6em;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	margin-top:50px;
	margin-bottom:50px;	
}
.site-branding {
	width: 100%;
	margin-bottom: 15px;
}

#banner {
	background:url(/wp-content/themes/port-au-prince/img/banner-2-01.jpg) no-repeat;
	background-size: cover;
	width:calc(25% - 30px);
	margin-right:15px;
	margin-left:15px;	
	position:absolute;
	right:0;
	top:-50px;
	height:calc(100% + 50px);
	font-family: "Overpass";
}
#banner:before {
	content:'';
	width:100%;
	height:100%;
	display:block;
	position: absolute;
	top:0;
	left:0;
	background:repeating-linear-gradient(-45deg, transparent, transparent 2px, black 2px, black 4px);
	/*background:transparent url(/wp-content/themes/port-au-prince/img/pattern-diagonal.png);*/
	opacity:.2;
}
#banner span {
	position: relative;
	z-index: 0;
	margin-left:30px;
	display:inline-block;
	color:#ff64b0;
	opacity:.7;
	width:100%;
}
#banner span:nth-child(odd) {
	letter-spacing: .2rem;
}
#banner-isstxt {
	margin-top: 24px;
}
#banner-full-issue {
	font-size: 3.6rem;
    line-height: 2.6rem;
    letter-spacing: -.2rem;
    font-weight: 700;	
	margin-top:9px;
}
/*#banner #banner-srstxt {
	width:auto;
}
#banner-srstxt:last-child {
	margin-left:3px;
}
*/
#primary-menu {
	display:table;
}
#primary-menu>li {
	display:table-cell;
	padding:15px;
	text-align:center;
	border-left:1px solid #ccc;
	font-family: "Overpass";
	font-weight: bold;
	font-size: 1.15rem;
	-webkit-transition: .2s background ease, .2s color ease;
	-o-transition:.2s background ease, .2s color ease ;
	transition: .2s background ease, .2s color ease;
}
#primary-menu>li:first-child {
	border:none;
}
#primary-menu>li:hover {
	color:white;
	background:#cd9af6;
}
header .search-form {
	position: relative;
}
header .search-field {
        width: 100%;
        border: none;
	border-bottom:1px solid #000;
	border-radius: 0;
	height:100%;
	font-family:"Overpass";
	-webkit-appearance: unset;
}

header .search-field:focus {
    border: none;
}

header .search-submit {
    position: absolute;
    top: 0;
    right: 0;
	text-indent:-9999px;
    padding: 0;
    height: 100%;
    width: 38px;
	background:transparent url(/wp-content/themes/port-au-prince/img/icon-search.png);
	outline:none;
	border:none;
}

#alert-banner {
    background: #78ffae;
    padding: 1px;
}

#alert-banner span {
    width: calc(60%);
    max-width: 800px;
    margin: 5px auto;
    display: block;
    text-align: center;
    font-family: "Overpass";
    font-size: 0.8em;
}

#alert-banner span a {
    color: #ff64b0;
    text-decoration: none;
    font-weight: bold;
}

.rp-issue-cover {
    text-align: center;
    max-width: 100%;
    padding: 15px;
    font-family: "Overpass";
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/
footer {
	font-family: "Overpass";
	margin-top:15px;
}
footer a {
	text-decoration:none;
}
#footer-head, #footer-s2 {
	margin:auto;
	background:black;
	color:#F5F5F5;
	padding: 30px 30px 10px;
	overflow:hidden;
}
#footer-s2 {
	padding:0 30px 0;
	border-bottom:15px solid black;
	font-size:.75rem;
}
#footer-s2 a {
	color:#b5b5b5;
	-webkit-transition: .5s opacity ease;
	-o-transition: .5s opacity ease;
	transition: .5s opacity ease;
}
#footer-s2 a:hover {
	color:#ffa2ce;
}
#footer-s2 td:first-child {
	padding-left:30px;
	font-weight:700;
	white-space: nowrap;
}
#footer-s2 td:last-child {
	padding:0 30px;
	color:#b5b5b5;
}
#footer-title {
	width:50%;
	float:left;
	text-indent:-9999px;
	background:transparent url(/wp-content/themes/port-au-prince/img/rp-horiz-white-sm.png) no-repeat;
	background-size: contain;
}
#social {
	float:right;
}
#social span {
	display: none;
}
/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

ul.menu {
    display: grid;
    grid-template:
	"archive about patreon search";
    font-family: "Overpass";
    font-size: 0.9em;
}

ul.menu a {
    text-decoration: none;
}

ul.menu a:hover {
    text-decoration: underline;
}

ul.menu li {
    list-style: none;
    cursor: pointer;
}

ul.menu > li:nth-child(1) {
    grid-area: archive;
}

ul.menu > li:nth-child(2) {
    grid-area: about;
}

ul.menu > li:nth-child(3) {
    grid-area: patreon;
}

ul.menu > li:nth-child(4) {
    grid-area: search;
}

ul.menu li ul {
    display: none;
}

ul.menu > li:hover ul {
    display: block;
    position: absolute;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding-right: 0.5em;
    padding-left: 0.1em;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	#site-branding {
	    margin: 0 auto;
	}

	ul.menu {
	    display: grid;
	    grid-template:
		"archive about patreon"
		"search search search";
	    font-family: "Overpass";
	    font-size: 0.9em;
	    text-align: center;
	}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.item {
	height:180px;
	font-family: "Overpass";
	font-weight: 700;
	color:white;
	background:white;
	position: relative;
	overflow:hidden;
	margin-bottom:30px;
    float: left;   
	width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
	text-decoration:none;
}
.item:hover, .item:visited {
	color:white;
}
.item:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.item:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:url(/wp-content/themes/port-au-prince/img/pattern-noise.png);
	z-index: 2;
	opacity:.8;
}
.item:hover:after {
	opacity:.1;
	-webkit-transition: .1s opacity ease;
	-o-transition: .1s opacity ease;
	transition: .1s opacity ease;
}
.item:hover {
	cursor: pointer;
        color: #ff1c65;
}
.item a, .item a:hover {
	text-decoration:none;

}
.item img {
	position: absolute;
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-filter: grayscale(100%);
	-o-filter:grayscale(100%) ;
	filter: grayscale(100%);
	-webkit-transition: .5s filter ease;
	-o-transition: .5s filter ease;
	transition: .5s filter ease;
}
.item p {
	position: relative;
	z-index: 3;
	font-size:22px;
	line-height: 24px;
	margin:30px 30px 0 30px;
}
.item p:last-child {
	font-size:16px;
	line-height: 22px;
	margin:0 30px;

}
.item:hover img  {
	-webkit-filter: grayscale(0%);
	-o-filter:grayscale(0%) ;
	filter: grayscale(0%);
}
#side .item {
	width: calc(100% - 30px);
}
#features {
	width:calc(100% - 30px);
	margin-right:15px;
	margin-left:15px;
	overflow: hidden;
	margin-bottom:15px;
}
#features .item {
	width:33.333333333%;
	margin-right: 0;
	margin-left:0;
}
#features .item.even {
	width:50%;
	height:125px;
	margin-bottom:0;
}
#features .item.even:last-child {
	margin-bottom:15px;
}
#editorial {
	margin-bottom:15px;
	overflow: hidden;
}
#editorial .item {
	background:transparent url(/wp-content/themes/port-au-prince/img/pattern-check.png);
	padding:0 0 30px 0;
	height:auto;
	color:#ff1c65;
}
#editorial .item:before, #editorial .item:after, #editorial .item img, #editorial h3 {
	display:none;
}
#editorial .item p {
	background:#f5f5f5;
	margin:0;
}
/*#editorial .item p:last-child {
	padding-bottom:10px;
}*/
#side h3 {
    width: calc(100% - 30px);
    margin: 0 auto 5px;
    color: #ff1c65;
    border-top: 4px solid #ffa2ce;
    padding-top: 10px;
}
.item-list .item, .item-list .item:visited {
	color:black;
	background:none;
	padding:0 0 15px 0;
	height:auto;
	margin-bottom:15px;
	-webkit-transition: .1s color ease;
	-o-transition: .1s color ease;
	transition: .1s color ease;
}
.item-list .item:last-child {
	margin-bottom: 0;
}
.item-list .item:hover {
	color:#ff1c65;
}
.item-list .item:before, .item-list .item img {
	display:none;
}
.item-list .item:after {
	bottom:0;
	width:30px;
	height:1px;
	background:#ff1c65;
	top:calc(100% - 1px);
}
.item-list .item:last-child:after {
	display:none;
}
.item-list .item p {
	margin:0;
	font-size:16px;
	line-height: 20px;
}
.item-list .item p:first-child {
	font-weight: bold;
}
.item-list .item p:last-child {
	font-weight: 400;
}
#reviews.overflow .item-list {
	margin-bottom:30px;
}
.item.item-border {
	background:transparent url(/wp-content/themes/port-au-prince/img/pattern-check.png);
	padding:20px;
	height:auto;
}
.item.item-border:before, .item.item-border:after, .item.item-border img {
	display:none;
}
.item.item-border p {
	background:#f5f5f5;
	color:black;
	padding:10px 10px 0 10px;
}
.item.item-border p:last-child {
	padding:0 10px 10px 10px;
}
#dossier {
	width:calc(100% - 30px);
	margin:0 auto 30px;
	background-color:#ccc;
	overflow:hidden;
	border-left: 4px solid #ff1c65;
	padding-bottom:15px;
	background-size: cover;
	position:relative;
}
#dossier .item-group {
	margin-left:-15px;
}
#dossier>img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
#dossier:hover>img {
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
#dossier:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:url(/wp-content/themes/port-au-prince/img/pattern-noise.png);
	z-index: 2;
	opacity:.8;
}
#dossier h3 {
       margin: 15px 0 15px 30px;
       color: #ffa2ce;
	z-index: 3;
	position:relative;
}
.item-group .item {
	background:transparent;
	width:auto;
	height:auto;
	float:left;
	clear:both;
	margin-bottom:30px;
	-webkit-transition: margin-left .1s ease;
	-o-transition: margin-left .1s ease;
	transition: margin-left .1s ease;
}
.item-group .item:hover {
	margin-left:23px;
}
.item-group .item:before, .item-group .item:after, .item-group .item img {
	display:none;
}
.item-group .item p {
	margin:0 30px;
}
#po-block {
    display: flex;
    width: 100%;
}
.po-item {
    width:40%;
    font-family: "Overpass";
    text-decoration: none;
    height:90px;
    border:1px solid black;
    display: inline-block;
    padding: 30px 30px 90px;
    margin: 40px auto 0;
    font-size: 18px;
    transition: color .5s ease, border-color .5s ease;
}
.po-item:hover {
    color: #ff1c65;
    border-color: #ff1c65;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
article.post {
	overflow: hidden;
}
.entry-header, .entry-content, .entry-footer, .page-header {
	width:calc(70%);
	margin-right:15px;
	float:left;	
	max-width: 70em;
	margin-top:0;
}
.entry-header:after, .entry-content:after, .entry-footer:after, .page-header:after {
	content:'';
	position: relative;
	width:100%;
}
.archive .entry-content {
	width:calc(100% - 30px);
	max-width:none;
	margin-left:0;
}
.entry-header a, .entry-header {
	text-decoration: none;
	font-family: "Overpass";

}
.entry-header a:hover {
	text-decoration: underline;
	color:#ff1c65;
}
.entry-header .author-byline {
	font-size: 1em;
	line-height: 1.2em;
	display:block;
}
.entry-header .byline a {
	font-size: 0.8em;
	line-height: 1em;
}
.archive .page-header {
	margin-left:15px;
}

.entry-header, .page-header {
	margin-top:0;
	margin-bottom:20px;
}
.entry-header h1, .page-header h2, .archive article h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 900;
}
.page-header h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 900;
}
.entry-header h3, .page-header h3 {
	font-size: 1em;
	line-height: 1.2em;
}
.entry-content > p {
        margin-bottom: 1em;
}

.entry-content:not(img):not:(figure):not(h3) {
    max-width: 630px;
}

.entry-content h2 {
	font-weight:bold;
	font-size: 1.25rem;
}

.entry-content h3 {
	margin-top: 1.8em;
	margin-bottom: 0.9em;
}

.entry-content h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 900;
}
.entry-content img {
	width: 100%;
}
.entry-content ul, .entry-content ol {
	margin-bottom:20px;
	margin-left:18px;
}
.entry-content ul li, .entry-content ol li {
	list-style-position: outside;
	margin-bottom:5px;
}

.reflink,
.reflink:visited,
.footnoteRef,
.footnoteRef:visited,
.reffoot,
.reffoot:visited,
.footnote-ref,
.footnote-ref:visited,
.footnote-back,
.footnote-back:visited {
	color:#ff1c65;
	font-size: 0.8em;
	vertical-align: super;
	line-height: 10px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0.2em;
}
.footnoteRef sup {
	top:0;
}
.reflink:hover, .footnoteRef:hover {
	color:#ff1c65;
	text-decoration: underline;
}
.footnotes, .reference, figcaption {
	font-size: 0.8em;
	line-height: 1.4em;
}
.footnotes p, p.reference {
	margin-bottom:10px;
}
.footnotes img {
	position: relative;
}
.footnotes img:after {
	content:'url(/wp-content/themes/port-au-prince/img/icon-footnote.png)';
	position:absolute;
	display:block;
	top:0;
	left:0;
	
}
.cat-links, .tags-links {
        display:block;
        font-size: 0.75em;
	line-height: 1.5em;
}
.cat-links:before {
	content:'Category';
	display:inline;
	margin-right:5px;
	color:#999;
}
.tags-links:before {
	content:'Tags';
	display:inline;
	margin-right:5px;
	color:#999;
}
.cat-links a:hover, .tags-links a:hover {
	color:#ff1c65;
	text-decoration: underline;
}
.site-content .post-navigation, .site-content .posts-navigation {
	width:calc(100% - 30px);
	margin-right: 15px;
	margin-left:15px;
	clear:both;
}
.nav-previous {
	position: relative;
	padding-left:15px;
}
.nav-next {
	position: relative;
	padding-right: 15px;
}
.nav-previous:before {
	content:url(/wp-content/themes/port-au-prince/img/icon-post-prev.png);
	width:9px;
	height:25px;
	top:9px;
	left: 0;
	display:block;
	position: absolute;	
}
.nav-next:before {
	content:url(/wp-content/themes/port-au-prince/img/icon-post-next.png);
	width:9px;
	height:25px;
	top:9px;
	right: 0;
	display:block;
	position: absolute;	
}
.entry-footer {
	margin-bottom: 30px;
}
.nav-previous a:hover, .nav-next a:hover {
	background:transparent;
	color:#ff1c65;
}
#side-article {
    margin-right: 15px;
    margin-left: 15px;
	float:right;
}
#side-article a {
    background: #f5f5f5;
	font-family: "Overpass";
	font-weight: bold;
    padding: 10px;
	margin:20px;
	text-decoration: none;
    color: black;
	display:block;
	position: relative;
	margin-bottom:50px;
}
#side-article a:hover {
    color: #ff1c65;	
}
#side-article a:before {
	content:'';
	display:block;
	position: absolute;
	top:-20px;
	left:-20px;
	width:calc(100% + 40px);
	height:calc(100% + 40px);
	z-index: -1;
    background: transparent url(/wp-content/themes/port-au-prince/img/pattern-check.png);
}
.archive #main {
	width:100%;
}
.single-issue {
	width:calc(33.333333333% - 30px);
	margin-right:15px;
	margin-left:15px;
	float:left;
	margin-bottom:30px;
}
.single-issue a {
	text-decoration:none;
	
}
.single-issue:hover h2, .single-issue:hover p {
	text-decoration: underline;
    color: #ff1c65;
}
.single-issue img {
	height: 170px;
	width:auto;
	float:left;
	display:inline-block;
}
.single-issue h2, .single-issue p {
	font-size:22px;
	font-weight:900;
	line-height: 30px;
	width:auto;
	width:45%;
	display:inline-block;
	margin-left:10px;
}
.single-issue p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
#comments {
	width:calc(100% - 30px);
	margin:0 15px 15px;
	padding-top:30px;
	overflow: hidden;
}
.posts-navigation {
	clear:both;
}
.content {
	width:calc(100% - 30px);
	margin-left:15px; 
	margin-right:15px;
	margin-bottom:30px;
}
.content h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
}
section.contributors {
    font-family: "Overpass";
}
.content .contributor-navbar {
    display: flex;
    margin: 20px 0;
}
.content .contributor-navbar a {
    color:white;
    background:#cd9af6;
    text-decoration: none;
    flex: 1 1 auto;
    padding: 10px 1px;
}
.content .contributor-navbar a:first-child {
    padding-left: 10px;
}
.content .contributor-navbar a:hover {
    color:black;
}
.content .contributor-list {
    column-count: 3;
}

.contributor-list .authorname {
	margin-bottom: 10px;
}
.contributor-list .authorname a {
	text-decoration: none;
}
.contributor-list .authorname a:hover {
	text-decoration: underline;
}
.search-results #main {
	width:100%;
}
.search-results .page-header, .archive .page-header {
	width:calc(100% - 30px);
	max-width:none;
	margin-left: 15px;
}
.search-results article, .archive article {
	width:calc(100% - 30px);
	margin-right:15px;
	margin-left:15px;
	border-bottom:1px solid #ccc;
}
.search-results .entry-header, .search-results .entry-footer, .archive .entry-footer, .archive .entry-header {
	width:100%;
	margin-left:0;
	max-width:none;
}
.search-results .entry-summary, .archive .entry-summary {
	margin-bottom: 15px;
}
.entry-header .warning_ocr {
       font-size:0.9em;
       line-height: 1.2em;
       background:#cecece;
       padding:15px;
       margin-bottom: 2em;
}
.entry-content .amendment {
    background:#cecece;
    padding:20px;
    margin: 20px 0px;
}
.entry-content .amendment .amendment-date {
      font-weight: bold;
}

.amendment .amendment-date:after {
    content: ' ';
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  #page {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #page {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #page {
    width: 1170px;
  }
}
/*-----------*/
@media (max-width: 1199px) {
	.site-branding {
		padding-bottom:15px;
	}
}
@media (max-width: 991px) {
	.header {
		width:100%;
	}
	#banner span {
		margin-left:15px;
	}
	#banner-full-issue {
		font-size: 2.7rem;
		line-height: 1.8rem;
	}
	.site-branding {
		padding-bottom:10px;
	}
	.entry-header, .entry-content, .entry-footer, .page-header, #side-article {
		width: 100%;
		margin-left:15px;
	}
	.archive .entry-header {
		width:100%;
		margin-left:0;
	}
	.single-issue {
		width:calc(50% - 30px);
	}
}
@media (max-width: 767px) {
	#page {
		padding:0;
	}
	header {
		width:100%;
		margin:15px 0;
	}
	.site-branding, #site-navigation {
	    width: 90%;
	    margin: 0 auto;
	}
	#banner {
		background:none;
		color:black;
		position:relative;
		float:left;
		width:calc(49% - 30px);
		text-align:left;
		top:0;
		line-height: 0;
	}
	#banner:before {
		display:none;
	}
	#banner span {
		display:inline-block;
		margin:0 5px 0 0;
		font-size:.7rem;
		letter-spacing: 0 !important;
		color:black;
		width:auto;
	}
	.item {
		width:calc(100% - 30px);
		height:auto;
		padding-bottom:30px;
	}
	#features {
		width:100%;
		margin: 0 0 15px 0;
	}
	#features .item, #features .item.even {
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left:15px;
		margin-bottom:15px;
	}
	#dossier .item {
		padding-bottom:0;
	}
	#main, #side {
		width:100%;
	}
	#footer-title {
		width:100%;
		margin-bottom:10px;
	}
	#footer-s2 td {
		display:inline-block;
	}
	.entry-header, .entry-content, .entry-footer, .page-header, #side-article {
		width:calc(100% - 30px);
	}
	.single-issue {
		width:calc(50% - 30px);
	}
}
@media (max-width: 610px) {
	.single-issue {
		width:calc(100% - 30px);
	}
	.single-issue img {
		height:125px;
	}

}
@media (max-width: 390px) {
	.site-branding {
		padding-bottom:5px;
	}
	.single-issue {
		width:calc(100% - 30px);
	}

}
