/* TYPOGRAPHY */

@font-face {
    font-family: 'Sabon LT';
    src: url('/wp-content/themes/prtcls/css/fonts/SabonLT-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/prtcls/css/fonts/SabonLT-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Sabon LT';
    src: url('/wp-content/themes/prtcls/css/fonts/SabonLT-Bold.woff2') format('woff2'),
        url('/wp-content/themes/prtcls/css/fonts/SabonLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sabon LT';
    src: url('/wp-content/themes/prtcls/css/fonts/SabonLT-Roman.woff2') format('woff2'),
        url('/wp-content/themes/prtcls/css/fonts/SabonLT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sabon LT';
    src: url('/wp-content/themes/prtcls/css/fonts/SabonLT-Italic.woff2') format('woff2'),
        url('/wp-content/themes/prtcls/css/fonts/SabonLT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

::selection {
  background: #aaa; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #aaa; /* Gecko Browsers */
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: 'Sabon LT', Times, serif;
  font-style: normal;
  font-weight: 400;
}

h1 {
  font-size: 1.85rem;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  margin-top: 1.25rem;
}

p {
  letter-spacing: 0.2px;
}

a {
  color: var(--red);
  text-decoration: none;
}

/* STYLES */

body {
  --black: #0c0c0c;
  --red: #c8051e;
  --apple: #FF6666;
  --white-grey: #eee;
  --highlight: rgb(233, 155, 165, 0.4); 
  --nav-height: 60px;
  --content-width: 800px;
  --full-width: 94%;
  margin:0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color:var(--black);
  font-weight: 400;
  background: var(--white-grey);
  counter-reset: item;  
}
.postid-2779 .slick-next {
	visibility:hidden;
}

#shopping-cart {
  visibility: hidden;
}

.page-id-453 #shopping-cart {
  visibility: visible;
}


/* NAV */

header {
  position: absolute;
	width: 100%;
	z-index: 3;
	height: var(--nav-height);
  padding: 0 1rem;
  box-sizing: border-box;
	top:0;
  display: flex;
  align-items: center;
  justify-content: space-between;
	border-bottom: 2px solid #aaa;
	background: var(--white-grey);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

header .site-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  margin: 20px auto;
  font-weight: 400;
  width: 190px;
}

header .issue-title {
	margin: 0;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .7px;
  margin: 0 0 0 1rem;
  font-weight: 500;
}

header .issue-title a, header .menu-link a {
  color: var(--black);
  font-weight: 500;
}

header .issue-title.events-link {
  flex-grow: 1;
}

header .menu-link {
  margin-left: 0.75rem;
}

header .site-title a, header .menu-link a  {
	color: var(--black);
	text-decoration: none;
}

header .menu-link a {
  display: inline-block;
  margin:0px 10px;
}

header .menu-link a:last-child {
  margin-right:0px;
}

/* UNPINNED */

header.headroom--not-top {
  transform: translateY(-100px);
}

header.headroom--not-top .site-title {
  transform: translate(0, -50px);
}

/* THIN NAV */

header.grey {
  --nav-height: 40px;
  position: fixed;
	background: var(--black);
	color: white;
	transition: all .3s ease;
  justify-content: unset;
  transform: translateY(0);
  border: none;
  z-index: 20;
}

header.grey .issue-title.events-link {
 flex-grow: 0;
}

header.grey .menu-link a, header.grey .issue-title a, header.grey .issue-title {
  color: white !important;
  font-size: 0.85rem;
}

header.grey .site-title svg {
  fill: white !important;
}

header.grey .site-title {
  right: 20px;
  left: unset;
  transform: unset;
  top: 12px;
  width: 105px;
  margin: 0;
  transition: transform 1s ease;
  transition-delay: 0.2s;
}


/* -- home */
.page-template-newissue-template header {
  border:none;
  background: transparent;
	color: #fff;
}

header .menu-link.black a,header .menu-link .black a, header .issue-title.black {
	color: var(--black);
}

header .issue-title.white a, header .menu-link.white a {
  color: white;
}

.page-template-newissue-template header.menu-link-active .splash-logo svg,
.page-template-newissue-template header.issue-link-active .splash-logo svg {
	fill: var(--black);
}

.page-template-newissue-template header.grey {
  background: var(--black);
}

.page-template-newissue-template .issue-title.menu-link-active,
.page-template-newissue-template .issue-title.issue-link-active {
  color: var(--black);
}

.page-template-newissue-template header .splash-logo svg {
  fill:#fff;
	transition: all .3s ease;
}

.page-template-newissue-template header .splash-logo.black svg {
  fill:#000;
}

/* --single */

.single .splash-logo svg {
  fill:var(--red);
}

.single .issue-title.all-issues-link a,
.single .issue-title.events-link a {
  color: var(--black);
}


.support-bar {
	padding: 20px 40px 25px;
    background: #c8051e;
    color: #fff;
    text-align: center;
}

.support-bar .support-logo {
	width:180px; 
	display: inline-block;
}

.support-bar .support-logo svg {
	fill:#fff;
}

.support-bar .support-header {
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
}

.support-bar .contribute-button {
	display: inline-block;
	background:#fff;
	padding:7px 18px;
}

.support-bar .small-text {
    font-size: 11px;
    margin-top: 15px;
    display: none;
}

.issue-contents {
  position: fixed;
  z-index: 1;
  padding-top: var(--nav-height);
  background: var(--white-grey);
  top: 0;
  width: 100%;
  border-bottom: 1px solid #aaa;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  max-height: 100%;
  overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  max-width:300px;
  border-right:1px solid #aaa;
  left:-300px;
  transition: all .3s ease;
}

.issue-contents.grey {
  --nav-height: 40px;
}

.issue-contents.show-contents {
	visibility: visible;
	opacity: 1;
  left:0px;
}

.issue-contents .issue-articles {
	padding: 20px;
	margin: 0px auto;
}

.issue-contents .issue-articles li a {
	text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  /* font-family: 'Sabon LT', Times, serif; */
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  /* color: #000; */
  color: #c8051e;
}

.issue-contents .issue-articles li a .byline {
	color: #000;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	display: block;
	margin-top:2px;
	font-weight: 400;
	text-transform: initial;
}

.issue-articles .article-item {
	margin:0px auto;
	text-align: left;
	padding:10px 0px;
}

.issue-articles .article-item.toc-group {
    background: #ddd;
    margin: 0px auto;
    padding: 5px 0px;
}

.issue-articles .article-item p {
	margin:0px auto;
	padding:5px;
}

.articles .article-item.toc-group {
	background: #ddd;
}

.articles .article-item.toc-group + .emdash {
	background: #ddd;
	margin:0px auto;
	padding-bottom: 20px;
}

main {
	padding:20px;
  min-height: 500px;
}

.menu-link .menu-open {
	display: none;
}

.menu-link.active .menu-open {
	display: block;
}

.menu-link.active .menu-closed {
	display: none;
}

.menu-nav {
	top: 60px;
  position: fixed;
  width: 100%;
  background: #eee;
  border-bottom: 1px solid #aaa;
  left: 0px;
	transition: all .3s ease;
  visibility: hidden;
	opacity: 0;
	text-align: right;
}

.menu-nav.menu-nav-dropdown {
  background: transparent;
  position: absolute;
  top:0px;
  width: auto;
  right:0px;
  left:auto;
  visibility: visible;
  opacity: 1;
  border:none;
  display: none;
}

.menu-nav.active {
	visibility: visible;
	opacity: 1;
	border-top: 1px solid #aaa;
}

.menu-nav ul {
  padding: 0px 20px;
  margin: 25px auto;
  list-style-type: none;
}

.menu-nav ul li {
	margin:10px auto;
	font-weight:600;
	text-transform:uppercase;
	font-size: 14px;
}

.menu-nav ul li a {
  color: #000;
  text-decoration: none;
}

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

.contents {
	position: fixed;
	top: 70px;
	left: 0px;
	width: 20%;
	max-width: 300px;
	/* background: #fff; */
	z-index: 1;
	padding: 0px 30px;
	display: none;
}

.contents.active {
	display: block;
}

.contents ol {
	padding: 0px 10px;
	margin: 15px auto 25px;
}

.contents li {
	margin:10px auto;
}

.contents li a {
	color:#000;
	text-decoration: none;
}

.contents li a:hover {
	text-decoration: underline;
}

.issue-cover {
	position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
}

.issue-cover .issue-title-main {
	color:#fff;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 1;
	font-weight: 600;
}

.issue-cover .down-arrow {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 24px;
}

.issue-cover .issue-title-main a {
	color:#fff;
	text-decoration: none;
}

.issue-cover .issue-title-main a.black {
	color:#000;
}

.issue-cover .issue-title-main a:hover {
	text-decoration: none;
}

.issue-cover .issue-title-main p {
	color:#fff;
	font-size: 80px;
	text-align: center;
	margin:0px auto;
	text-transform: uppercase;
	font-weight: 400;
}

.issue-cover .issue-title-main .black p {
	color:#000;
}

.issue-cover .issue-title-main p.issue-name {
	font-family: 'Sabon LT', Times, serif;
	font-style: normal;
	font-weight: 400;
}

.issue-content {
	margin-top:100vh;
}

.issue-content .article-header {
	font-weight: bold;
}

.issue-content .article {
	margin: 50px auto;
  padding: 30px;
  border-bottom: 1px solid #000;
}

.issue-content .article .article-text {
	width: 600px;
  max-width: 90%;
	margin:auto;
}

.issue-content .article:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.issue-content .article .article-text p {
	letter-spacing: .2px;
	line-height: 23px;
}

.issue-content .article .article-text p a {
	color:#000;
}

/** new issue **/

.page-template-newissue-template {
	background: #eee;
}

.page-template-newissue-template a {
	color:#c8051e;
}

.issue-content-section {
	padding:30px;
}

.issue-content-section .toc-title {
	text-align: center;
	padding:5px 0px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-weight: 500;
	width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0px auto 20px;
}

.articles {
	padding:0px;
	margin:0px;
	list-style: none;
	width: 100%;
	max-width: 1200px;
	margin:auto;
	text-align: center;
}

.article-item {
	display: block;
	padding: 5px 20px;
	width: calc(100% - 40px);
	text-align: center;
}

.issue-articles .article-item {
	display: block;
  padding: 0px 0px;
  /* width: calc(100% - 40px); */
  text-align: left;
  margin: 20px auto;
  width: 100%;
}

.issue-articles .article-item:first-child {
	margin-top:-10px;
}

.articles .emdash {
	margin:0px auto 20px;
}

.articles .emdash:last-child {
	display: none;
}

.article-item .article-thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 200px;
	display: none;
}

.article-item .post-thumbnail {
	width: 100%;
	height: 135px;
	background-size: cover;
}

.article-item .article-deets {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	max-width: calc(100% - 226px);
	width: 600px;
}

.article-item .article-deets .article-cat {
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #c8051e;
}

.article-item .article-deets .article-cat a {
	text-decoration: none;
	font-weight: 500;
}

.article-item .article-deets .article-title {
	text-decoration: none;
	color: #000;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Sabon LT', Times, serif;
	font-style: normal;
	font-weight: 400;
}

.article-item .article-deets .article-subtitle {
	font-family: 'Sabon LT', Times, serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	color:#000;
}

.article-item .article-deets .article-subtitle p {
	margin:10px auto 10px;
	font-style: italic;
	font-size: 16px;
}

.article-item .article-deets .article-author {
	margin-bottom: 0px;
	font-weight: 500;
	margin: 13px auto;
	font-size: 14px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {
	 display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption-text {
	font-size: 15px;
	font-weight: 400;
	padding:5px 0px;
	margin-top: 5px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 25px;
}

/* STATIC PAGES */
.static {
  padding: 0;
  margin: 0;
	list-style-type: none;
  margin-top: var(--nav-height);
}

.static .section {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.static .section .heading h1 p:first-of-type {
  margin-top: 0;
}

.static .section .left-half {
  grid-column: 1 / 3;
}

.static .section .right-half {
  grid-column: 3 / 5;
}

/** ABOUT**/

.about .section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: var(--black);
  color: white;
}

.about .section .heading {
  grid-column: 1/3;
  padding: 0 2rem;
}

.about .masthead h2 {
  margin-bottom: 2rem;
}

.about .middle-section {
  display: grid;
  grid-template-columns: 2fr 4fr;
  max-width: 1200px;
  margin: 0 auto;
}

.about .middle-section .join h6 {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}

.about .middle-section > div:nth-of-type(1), 
.about .middle-section > div:nth-of-type(2) {
  padding-top: 11rem;
}

.about .middle-section > div:nth-last-of-type(2),
.about .middle-section > div:last-of-type {
  padding-bottom: 11rem;
}

.about .middle-section div:last-of-type p {
  margin-top: 0.5rem;
}

.about .middle-section .left-col {
  border-right: 2px solid var(--apple); 
  grid-column: 1/2;
  padding: 3rem 2rem;
  text-align: right;
}

.about .middle-section .right-col {
  padding: 3rem 2rem;
}

.about .middle-section .highlighted-card {
  background-color: var(--highlight);
  mix-blend-mode: darken;
  padding: 0.25rem 0 1rem;
}

.highlighted-card > * {
  padding: 0 1.5rem;

} 
.about .middle-section .highlighted-card h2 {
  border-bottom: 1px solid white;
  padding: 0.5rem 1.5rem 1rem;
  margin-bottom: 1.5rem;
}

.about .heading img {
  width: 80%;
}

.about .masthead {
  padding-right: 2rem;
}

.about .masthead h6:first-of-type {
  margin: 0.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid white;
}

.about .contributors {
  display: flex;
  padding: 2rem 2rem 4rem;
}

.about .contributors h6 {
  width: 18%;
}

.about .contributors ul {
  display: flex;
  flex-flow: column wrap;
  height: 500px;
  width: 100%;
  list-style-type: none;
}

.about .contributors ul a {
  line-height: 1;
  text-decoration: underline;
  color: white;
}

.about .contributors ul a:hover {
  color: var(--red);
}

.about-info {
	margin: 100px auto 50px;
  max-width: 1000px;
  width: 90%;
	font-weight: 400;
}

.about-info p {
  line-height: 24px;
  font-weight: 400;
  font-size: 17px;
  margin: 15px auto;
}

.about-info a {
  color: #c8051e;
  text-decoration: underline;
}

/* GIVE */

.give .section .heading, .events .section .heading {
  grid-column: 1 / 5;
}

.give .section, .events .section {
  padding: 2rem;
}

.give .left-half {
  padding-right: 3rem;
}

.give .contribute button {
  margin: 1.2rem;
  background-color: var(--red);
  border: none;
  border-radius: 6px;
  padding: 0.8rem 3rem;
}

.give .contribute button a {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 500;
}

.give .contribute button:hover {
  background-color: var(--black);
}

.give .contribute h6, .give .check-payment h6 {
  border-bottom: 2px solid var(--apple);
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

.give .highlighted-card {
  background-color: var(--highlight);
  margin: 1rem 0 3rem;
  padding-bottom: 1rem;
}

.give .highlighted-card h6 {
  margin-top: 0;
  border-bottom: 1px solid white;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.give .check-payment {
  padding-bottom: 2rem;
}

/* EVENTS */

.events .section {
  grid-template-rows: auto 1700px;
}

.events .heading {
  margin-bottom: 3rem;
}
.events .photo img {
  width: 100%;
}

.events .right-half .event {
  width: 50%;
  box-sizing: border-box;
}

.events .right-half {
  display: flex;
  flex-flow: column wrap;
}

.events .event {
  padding-right: 3rem;
}

.event h2 {
  margin: 2rem 0 1rem;
}

.event h6 {
  margin-top: 0;
}

.event h6:first-of-type {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--apple);
  margin: 1.5rem 0;
}

 
.article-wrap, .collage-wrap .footnotes, .video-wrap .footnotes, .artwork-wrap .footnotes {
	width: 85%;
	margin:20px auto 0px;
	max-width: var(--content-width);
}

.single .article-content {
	max-width: var(--content-width);
	margin:auto;
}

.article-content p,
.article-content li {
	line-height: 24px;
	font-weight: 400;
	font-size: 17px;
	margin:15px auto;
}

.column {
  float: left;
  width: calc(33.33% - 15px);
  padding: 0px 15px 0px 0px;
}

.row {
	margin:15px auto;
} 

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.article-content blockquote {
	padding: 0px;
	margin: 35px;
	text-align: center;
}

.article-content blockquote p {
	line-height: 32px;
	font-size: 24px;
	font-family: 'Sabon LT', Times, serif;
	font-style: italic;
	font-weight: 400;
	color: #000;
}

.article-content figure {
	max-width: 100%;
	margin:10px auto;
}

.article-content figure.alignleft {
	max-width: 100%;
	margin:10px auto;
	margin-right:15px;
	float: left;
}

.article-content figure.alignright {
	max-width: 100%;
	margin:10px auto;
	margin-left:15px;  
	float: right;
}

.article-content figure img {
	max-width: 100%; 
	height: auto;
}


/* POEM CONTENT */

.poem-content h1, .poem-content h2, .poem-content h3, .poem-content h4, .poem-content h5, .poem-content h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.serif h1, .serif h2, .serif h3, .serif h4, .serif h5, .serif h6, .serif p {
  font-family: 'Sabon LT', Times, serif;
}

.mono h1, .mono h2, .mono h3, .mono h4, .mono h5, .mono h6, .mono p {
  font-family: 'Courier New', Courier, monospace;
}

.poem-content h1 { font-size: 2.5rem; }
.poem-content h2 { font-size: 2rem; }
.poem-content h3 { font-size: 1.8rem; }
.poem-content h4 { font-size: 1.5rem;}
.poem-content h5 { font-size: 1.2rem;}
.poem-content h6 { font-size: 0.85rem;}

.single .poem-content {
  margin:auto;
  padding-bottom: 2rem;

}
.single .poem-content .poem {
	max-width: 700px;
}

.poem-content p {
	line-height: 24px;
}

.poem-content li {
	line-height: 24px;
	margin:8px auto;
}

.poem-content .text-left { text-align: left;}
.poem-content .text-right { text-align: right;}
.poem-content .text-center { text-align: center;}

.poem-content .columns {
  display: flex;
}

.poem-content .columns > * {
  width: 50%;
  padding: 0 0.75rem;
}

.footnotes {
	border-top:1px solid #000;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}

.footnotes ol {
	list-style: none;
	padding:0px;
}

.footnotes ol li {
	counter-increment: item;
  margin-bottom: 10px;
	text-align: justify;
}

.footnotes ol li:before {
   margin-right: 10px;
   content: counter(item);
   text-align: center;
   display: inline-block;
	 font-size: 12px;
 }

.footnotes p {
  font-family: 'Sabon LT', Times, serif;
  font-style: italic;
  font-weight: 400;
  color: #888;
}

.author-bio {
  font-style: italic;
  font-weight: 400;
  letter-spacing: .3px;
}

.author-bio p {
	font-weight: 400;
	letter-spacing: .3px;
}

.author-bio p:last-child {
  font-style: normal;
}

.poem-content figure {
	max-width: 100%;
	margin:10px auto;
}

.poem-content figure img {
	max-width: 100%;
	height: auto;
}

.article-header {
    font-weight: bold;
    margin: 100px auto 0px;
    padding-bottom: 20px;
    width: 90%;
}

.article-header img {
	width: 100%;
	height: auto;
}

.article-header .single-author {
	text-align: center;
	margin-bottom: 15px;
	margin-top:5px;
}

.article-header .single-title,
.videotext .single-title {
	text-align: center;
	padding:5px 0px;
	font-family: 'Sabon LT', Times, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 55px;
	margin-bottom: 0px;
}

.article-header .single-title.hide {
	display: none;
}

.single .share-links {
	border-bottom: 1px solid #000;
	margin: 0px auto 10px;
}

.single .share-links p {
	width: 94%;
	max-width: 600px;
	margin:20px auto;
}

.single .share-links a {
	color:#000;
}

/* ARTICLE NAVIGATION */

.related-articles {
	width: 94%;
	margin: 4rem auto;
}

.related-articles .related-title {
	text-align: center;
	font-weight: 400;
	padding:5px 0px;
	margin-bottom:-10px;
}

.next-title {
  text-align: center;
  font-weight: 400;
  padding: 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--red);
}

.related-articles .article-cat a {
	color: var(--red);
}

.emdash {
	text-align: center;
}

.article-nav {
  display: flex;
  max-width: var(--content-width);
  margin: 0 auto;
  margin-bottom: 8rem;
}

.article-nav > div {
  width: 50%;
}

.article-nav > :first-of-type {
  padding-right: 2rem;
}

.article-nav a.nearby-article:hover .heading {
  color: var(--red);
}

.article-nav .heading {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid var(--red) ;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  color: black;
  width: 100%;
	height: 60px;
	align-items: center;
	font-size: 1rem;
	flex-flow: column;
}

a.nearby-article {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.article-nav .image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.article-nav .heading .single-author {
  font-weight: 500;
}
.article-nav .heading h4 {
  padding-bottom: 0.35rem;
  text-align: center;
}

.article-nav img.arrow {
  max-width: 100px;
  padding: 1rem 0;
  cursor: pointer;
}

 img.arrow.prev {
  transform: rotate(180deg);
}

/** video post **/
.video-wrap {
	width: 100%;
	margin: 0;
  padding-top: 28px;
}

.videowrap {
  position: relative;
}

.videowrap.fullscreen {
  width: 100%;
}

.videowrap.article-width {
  max-width: var(--content-width);
  margin: 20px auto 0px;
}

.videotitle {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-flow: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videotitle.hide {
  display: none;
}

.videotitle h1 {
  font-size: 55px;
}

.videotitle.black > * { color: var(--black); }
.videotitle.white > * { color: white; }

.single .video-wrap .article-content {
  max-width: 100%;
}

p.video-caption {
  padding: 1rem;
  margin: 0;
}

.audiowrap {
  text-align: center;
  margin:30px auto;
}

.audiowrap audio {
  width:100%;
}

.video-wrap .videowrap {
	width: 100%;
}

.video-wrap .videowrap iframe {
	width: 100%;
}

.video-wrap .video-text, .footenotes, .author-bio {
  max-width: var(--content-width);
  margin: 20px auto 0px; 
}
/** gallery post **/

.slick-arrow {
  font-size: 40px;
  color:#000;
}

.slick-arrow:hover {
  color:#c8051e;
}

.slick-next:before {
  content:none;
}

.slick-prev:before {
  content:none;
}

.gallerywrap {
  width: 100%;
  margin-bottom: 4rem;
}

.gallerywrap ul {
	padding: 0;
	margin: 2rem 0;
	list-style: none;
}

.gallerywrap ul li {
	margin:20px auto;
  outline:0;
  height:auto;
}

.gallerywrap ul li p {
	font-style: italic;
}

.gallerywrap ul.three li {
  transform: scale(0.75);
}

.gallerywrap ul.three .slick-current.slick-active.slick-center {
  transform: scale(1);
  transition: 0.6s transform ease-out;
}

.gallerywrap ul.book {
  padding: 0 4rem;
  max-width: 80%;
  margin: 0 auto;
}

.gallerywrap ul.book li {
  padding: 1rem;
}


.gallerywrap ul li img {
	width: 100%;
}

.gallerywrap ul.three li img {
	width: auto;
    max-height: 510px;
	max-width: 100%;
    margin: 0 auto;
}

.gallery-arrows {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  box-sizing: border-box;
}


/* collage post  */

.collage-content {
  max-width: 1400px;
  margin: 0 auto;
}

.collage-row {
  display: flex;
  flex-flow: row;
  list-style-type: none;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  justify-content: space-around;
}

.collage-row li {
  width: min-content;
}

.collage-wrap .article-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/** all issues page **/

.issue-list {
	min-height: calc(100vh - 60px);
	margin: 85px 0;
	padding: 0;
	list-style: none;
}

.issue-list li a {
	display: flex;
  margin: 0 1rem;
	padding: 20px;
	border-top: 2px solid var(--apple);
	font-weight: 600;
  color: black;
}

.issue-list li:last-of-type a {
  border-bottom: 2px solid var(--apple);
}

.issue-list > li:hover {
  background-color: var(--highlight);
}

.sharebtn {
  font-size:18px;
  color:#000;
  margin:0px 3px;
}

.issue-list .copy { 
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 2rem;
}

.issue-list .copy h1 {
  font-size: 2.5rem;
}

.issue-list .copy h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.issue-list p.subtitle {
  font-family: 'Sabon LT', Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.35rem;
  margin-bottom: 0;
}
.issue-list .cover img {
  object-fit: cover;
  width: 400px; 
  height: 250px;  
}


/** footer styles **/

footer {
  padding: 30px;
  background: #c8051e;
  color: #fff;
  text-align: center;
}

footer .footer-logo {
	width: 180px;
	margin:10px auto 35px;
}

footer .footer-logo svg {
	fill:#fff;
}

footer a {
	color:#fff;
}

footer .footer-copy {
	font-size: 15px;
	margin-top:25px;
	margin-bottom:0px;
	letter-spacing: 1px;
}

.page-template-newissue-template footer a {
	color:#fff;
}

footer .email-signup {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

footer .footer-links li a {
	text-decoration: none;
}

footer .email-signup-text {
	margin-bottom: 25px;
}

footer #mc_embed_signup_scroll {
	position: relative;
}

footer #mc_embed_signup {
	width: 100%;
	max-width: 500px;
	position: relative;
	margin:auto;
}

footer #mce-responses {
	position: absolute;
	top: 5px;
	right: 2px;
}

footer #mce-responses input {
	font-size: 22px;
	background: none;
	border: none;
	-webkit-appearance: none;
	padding: 0px;
	cursor: pointer;
	outline:0px;
}

footer .mc-field-group #mce-EMAIL {
  width: calc(100% - 20px);
	padding:7px 10px;
	border:1px solid #eee;
	border-radius: 4px;
	background: #eee;
	font-size: 15px;
	outline:0px;
}

footer #mc-embedded-subscribe {
	background: transparent;
	border:none;
	font-size: 18px;
}

footer .footer-links {
	padding: 0px;
	margin: 30px auto 27px;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

footer .footer-links li {
	display: inline-block;
	margin: 0px 9px;
}

@media screen and (max-width: 750px) {

  /* TYPE */
  .heading h1 {
    font-size: 1.5rem
  }

  h2 {
    font-size: 1.2rem;
  }

  .static .section .left-half,
  .static .section .right-half {
    grid-column: 1/5;
    padding-right: 0;
  }

  /* NAV */
	.issue-title.events-link {
    display: none;
  }
	.page-template-newissue-template header .menu-link a.sign-up-header {
		display: none;
	}
	header .menu-link a.sign-up-header {
		display: none;
	}

  /* ABOUT */

  .about .section {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding: 1.5rem;
  }

  .about .section .heading {
    grid-column: 1 / span 2;
    padding: 0;
    padding-bottom: 2rem;
  }

  .about .masthead {
    box-sizing: border-box;
  }

  .about .middle-section {
    grid-template-columns: 1.5fr 4fr;
  }

  .about .contributors {
    flex-flow: column;
  }

  .about .contributors ul {
    padding: 0;
    flex-flow: column;
    height: max-content;
  }

  .about .middle-section .left-col {
    padding: 3rem 1rem;
  }

  .about .middle-section .right-col {
    padding: 2.5rem 1rem;
  }

  .about .middle-section > div:nth-of-type(1) {
    padding-top: 8rem;
  }

  .about .middle-section > div:nth-of-type(2) {
    padding-top: 7.5rem;
  }

  .highlighted-card h6 {
    margin-top: 1rem;
  }

  /* ISSUES */

  .issue-list li a {
    flex-flow: column-reverse;
    padding: 20px 0;
  }

  .issue-list .cover img {
    width: 100%;
    padding-bottom: 1rem;
  }

  /* GIVE EVENTS */
  .give .section, .events .section {
    padding: 1.5rem;
  }

  .give .heading {
    border-bottom: 2px solid var(--apple);
  }

  .give .right-half {
    margin-top: 2rem;
  }

  .give .check-payment {
    margin-bottom: 4rem;
  }

  .events .event {
    padding: 0;
  }

  .events .right-half .event {
    width: 100%;
  }

  .events .right-half {
    display: block;
    height: 100%;
  }

  /* POETRY */
	
  .poem-content .columns {
	flex-flow: column;
  }

  .poem-content .columns > * {
	width: 100%;	
	padding: 0 0 1.5rem;
  }

  /* COLLAGE */
  .collage-row.mobile-grid li img {
    transform: translate(0, 0) !important;
  }

  .collage-row.mobile-grid {
    flex-flow: column;
    align-items: center;
  }

  .collage-wrap .article-content {
    padding: 1rem;
  }

  .footnotes, .artwork-wrap, .article-content, .author-bio {
    padding: 1rem; 
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  /* ARTWORK */
  .gallery-arrows {
    padding: 0;
  }
	
  .gallerywrap ul.book {
  	padding: 0;
  	max-width: 100%;
  }
	
  .gallerywrap ul.book li {
	padding: 0.5rem;
  }
	
  /* VIDEO */

  .videotitle {
    position: initial;
    top: unset;
    left: unset;
    transform: unset; 
    padding-top: 3rem;
    text-align: center;
  }

  .videotitle.white > * { color: var(--black); }

  .videotitle h1 {
    font-size: 40px;
  }

  /* ARTICLE FOOTER */
  .article-nav {
    flex-flow: column;
  }
  .article-nav > div {
    width: 100%;
  }


}

@media screen and (max-width: 650px) {
  .menu-nav.menu-nav-dropdown {
    position: relative;
    text-align: right;
    border-bottom: 1px solid #aaa;
  }
	.article-item .article-thumbnail {
		width: 100%;
		display: block;
		max-width: none;
	}
	.article-item .article-deets {
		width: 100%;
    max-width: none;
    padding: 0px;
    margin: 13px auto;
	}
	.article-item {
		max-width: 100%;
	}
	.article-header .single-title {
		font-size: 35px;
	}
	header .site-title {
		width: 100px;
		top:1px;
	}
  header {
    padding:5px 10px;
  }
  header .menu-link a {
    font-size: 13px;
    margin: 3px 2px;
  }
  header .issue-title {
    font-size: 13px;
    top:0px;
    margin-left: 10px;
  }
  .issue-title.all-issues-link {
    flex-grow: 1;
  }
  .issue-title.all-issues-link .issues-text {
    display: none;
  }
  header.grey .issue-title.all-issues-link{
    flex-grow: 0;
  }
}

@media screen and (max-width: 550px) {
	.issue-cover .issue-title-main p {
		font-size: 45px;
	}
}

@media print {
  @page { margin: 30px 0px; }
  header, .issue-title {
  	display: none;
  }
}
