@charset "UTF-8";

/*
Theme Name: Smokelong 2021
Theme URI: https://smokelong.com
Author: The Design Foundry
Author URI: https://thedesignfoundry.net/
Description: 
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
License: 
License URI: h
Text Domain: twentytwentyone
Tags: 

*/


@font-face {
	font-family:"Socialico";
	src:url("assets/fonts/Socialico.eot?") format("eot"),
		url("assets/fonts/Socialico.woff") format("woff"),
		url("assets/fonts/Socialico.ttf") format("truetype"),
		url("assets/fonts/Socialico.svg#Socialico") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'socialico_plusregular';
	src: url('assets/fonts/socialico_plus-webfont.eot');
	src: url('assets/fonts/socialico_plus-webfont.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/socialico_plus-webfont.woff2') format('woff2'),
		 url('assets/fonts/socialico_plus-webfont.woff') format('woff'),
		 url('assets/fonts/socialico_plus-webfont.ttf') format('truetype'),
		 url('assets/fonts/socialico_plus-webfont.svg#socialico_plusregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* defaults */

body {
	font-size: 62.5%;
	font-family: 'Enriqueta', serif;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #990033;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
}

.contain {
	max-width: 1300px;
	padding: 0 50px;
	box-sizing: border-box;
	margin: 0 auto;
}

.screen-reader-text {
	display: none;
}

/* header */

header {
	display: block;
	background-size: cover;
	background-position:  center center;
	background-image: url('assets/images/smokebg.jpg');
	padding: 30px;
	box-sizing: border-box;
}

header h1 {
	width: 331px;
	position: relative;
	margin: 0 auto;
	transition: all .3s;
}

header h1:hover {
	opacity: .65;
}

header h1 a {
	display: block;
	width: 100%;
	padding-bottom: 30.6%;
	background-size: contain;
	background-position: center center;
	text-indent: -8000px;
	background-repeat: no-repeat;
}

nav {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 20000;
}

nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 20010;
}

nav ul li {
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 20020;
}

nav ul li a {
	padding: 10px 10px;
	color: #000;
	display: block;
	transition: all .3s;
	position: relative;
}

nav ul li:hover a {
	color: #990033;
}

nav ul li a::before {
	content: '\2022';
	color: #990033;
	padding-right: 10px;
}

nav ul.searchnav li a {
	color: #a1a3a6;
}

nav ul.searchnav li a::before {
	color: #000;
	content: '|';
	padding-right: 20px;
}

/* footer */

.footermeta {
	background-image: url('assets/images/footerbg.jpg');
	background-size: cover;
	background-position:  center center;
	padding: 50px;
	box-sizing: border-box;
}

.footermeta .contain {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: .2fr .3fr .2fr .2fr .1fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"flogo fpitch fcopy ftrans fsoc";
}

.footermeta .logo {
	grid-area: flogo;
}

.footermeta .logo img {
	max-width: 100%;
	max-height: 120px;
	width: auto;
	height: auto;
}

.footermeta .pitch {
	grid-area: fpitch;
}

.footermeta .copyright {
	grid-area: fcopy;
}

.footermeta .translate {
	grid-area: ftrans;
}

.footermeta .social {
	grid-area: fsoc;
}

.footermeta p {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5;
	margin: 0 0 .5em 0;
}

.footermeta li {
	color: #fff;
	font-size: 1.6em;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.footermeta ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footermeta a {
	color: #fff;
}

.footermeta li a::before {
	content: '2';
	padding-right: 10px;
	font-family:"Socialico";
	font-size: 2em;
	top: 5px;
	position: relative;
}

.footermeta li.menu-item-17410 a::before {
	content: 'f';
}

.footermeta li.menu-item-17411 a::before {
	content: 'l';
}

.collection {
	background-color: #e2e0df;
	padding: 30px 0;
	background-image: url('assets/images/sl_bg_3.jpg');
	background-size: cover;
	background-position: center center;
}

.collection .contain {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: .33fr .67fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"collsh collde";	
		align-items: center;
}

.collfo {
	grid-area: collfo;
	text-align: center;
}

.collection .contain h3 {
	grid-area: collsh;
	color: #990033;
	font-size: 4.7em;
	line-height: 1;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
}

.collection .contain > p {
	grid-area: collde;
	color: #6a6462;
	font-size: 2em;
	line-height: 1.3;
	margin: 0;
}


.collection .mc4wp-form-fields  input[type=submit] {
	margin: 0;
	border: 0;
	background-color: #990033;
	padding: 8px 15px;
	color: #fff;
	font-size: 1.9em;
	line-height: 1.2;
	font-family: 'Enriqueta', serif;
	box-shadow: none;
	border-radius: 0;
}

.collection .mc4wp-form-fields input[type=email] {
	border: 0;
	background-color: #fff;
	padding: 8px 15px;
	color: #6a6462;
	font-size: 1.9em;
	line-height: 1.2;
	font-family: 'Enriqueta', serif;
	box-shadow: none;
}

.collection .frm_style_formidable-style.with_frm_style .frm_form_field {
	margin-bottom: 0;
}

.urgent {
	background-color: #990033;
	padding: 40px 0;
}

.urgent .contain {
	display: grid;
	grid-gap: 60px;
	grid-template-columns: .33fr .66fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"urgsub urgcon";	
}

.urgent .urgsub {
	grid-area: urgsub;
	text-align: right;
}

.urgent .urgcon {
	grid-area: urgcon;
}

.urgcon p {
	color: #fff;
	font-size: 1.7em;
	line-height: 1.6;
	margin: 0 0 .5em 0;
}

.urgcon p.link {
	font-weight: 500;
	color: #cbc8c8;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	font-size: 1.8em;
	text-transform: uppercase;
}

.urgcon p.link a {
	color: #cbc8c8;
}

.urgsub h3 {
	font-size: 4.2em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	color: #cbc8c8;
}

.urgsub p.label {
	margin: 10px 0 20px;
	font-size: 1.6em;
	letter-spacing: .25em;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.urgsub p.label span {
	display: inline-block;
	background-color: #fff;
	color: #990033;
	padding: 7px 14px;
}


.transbox {
	background-color: #6a6462;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 0;
	font-size: 1.5em;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}

.transbox .contain {
	text-align: center;
	position: relative;
}

.transbox .switcher {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-transform: none;
}

.transbox .contain > span {
	position: relative;
}

.transbox .contain > span::after {
	content: '|';
	padding: 0 10px;
}

.transbox .contain > span:last-of-type::after {
	content: none;
	padding: 0 0px;
}

.transbox span:first-of-type a {
	font-family:"Socialico";
	color: #fff;	
	text-transform: lowercase;
	font-size: 2em;
	margin-left: 5px;
	bottom: -5px;
	position: relative;
}

#page {
	padding: 60px 0 0 0;
}

#page .entry-content {
	padding: 0 120px;
}

#page h2 {
	text-align: center;
	line-height: 1.1;
	font-size: 6.4em;
	font-family: 'Montserrat', sans-serif;
	color: #990033;
	margin: 0 auto .5em;
	font-weight: 400;
}


#page .entry-content h3 {
	line-height: 1.1;
	font-size: 4em;
	font-family: 'Montserrat', sans-serif;
	color: #990033;
	margin: .25em auto .5em;
	font-weight: 400;
}

#page .entry-content p, #page .entry-content ul, #page .entry-content ol {
	font-size: 1.8em;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1.5em;
	color: #6a6462;
}

#page .entry-content ul li, #page .entry-content ol li {
	margin-top: 0;
	margin-bottom: .5em;
}

.poemmeta {
	text-align: center;
	color: #6a6462;
	font-size: 1.4em;
	line-height: 1.5;
	margin: -20px 0 60px 0;
	
}

.poemmeta span {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #6a6462;
}

.poemmeta span:last-of-type {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

.poemmeta a {
	color: #990033;
}

.single-stories .fimage, .single-interviews .fimage, .single-people .fimage {
	float: right;
	margin: 10px 0 20px 30px;
	max-width: 40%;
	height: auto;
}

.single-stories .fimage img, .single-interviews .fimage img, .single-people .fimage img {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	max-width: 100%;
	height: auto;
}

.single-stories .fimage p, .single-interviews .fimage p, .single-people .fimage p {
	text-align: right;
	line-height: 1.1;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	color: #990033;
	margin: 10px 0 0 0;
	font-weight: 400;
	text-transform: uppercase;
}

.aboutpeople {
	background-color: #e2e0df;
	padding: 30px 0;
	background-image: url('assets/images/sl_bg_3.jpg');
	background-size: cover;
	background-position: center center;
}
.aboutpeople .contain {
	display: flex;
    flex-wrap: wrap;
}

.aboutpeople .contain > * {
	box-sizing: border-box;
    padding: 10px 60px;
  width: 50%;
}

.aboutauthor {
	grid-area: aboutauthor;
}

.aboutartist {
	grid-area: aboutartist;
}

.aboutpeople p {
	font-size: 1.6em;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1.5em;
	color: #6a6462;
}

.aboutpeople h3 {
	line-height: 1.8;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 20px -10px;
	font-weight: 700;
	text-transform: uppercase;
}

.aboutpeople h3 span {
	display: inline-block;
	background-color: #990033;
	color: #fff;
	padding: 5px 15px;
}

.abdiv {
	grid-area: abdiv;
	background-color: #6a6462;
}

.aboutpeople img {
	float: right;
	margin: 5px 0 20px 30px;
	max-width: 40%;
	height: auto;
	max-height: 200px;
	widows: auto;
}

.aboutpeople.singleperson .contain {
	display: grid;
	grid-gap: 60px;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"aboutauthor ";
}

.aboutpeople.singleperson .aboutartist, .aboutpeople.singleperson .abdiv {
	display: none;
}

.inissue .contain {
	padding-top: 60px;
	padding-bottom: 60px;
	display: grid;
	grid-gap: 60px;
	grid-template-columns: .15fr .18fr .66fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"inissuetitle inissuecover inissuecontents";
}

.inissue h5 {
	grid-area: inissuetitle;
	text-align: right;
	line-height: 1.7;
	font-size: 1.6em;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	margin: 0px 0 0 0;
	font-weight: 500;
	text-transform: uppercase;
}

.inissue h5 a {
	color: #990033;
}

.inissue .cover {
	grid-area: inissuecover;
}

.inissue .cover img {
	width: 100%;
	height: auto;
}

.inissue ul {
	grid-area: inissuecontents;
	margin: 0;
	padding: 0;
	columns: 3;
	column-gap: 45px;
	list-style: none;
	column-rule:  1px dotted #6a6462;
}

.inissue ul li {
	padding: 0;
	text-align: left;
	line-height: 1.7;
	font-size: 1.4em;
	color: #000000;
	margin: 0px 0 5px 0;
	font-weight: 500;
	break-inside: avoid;
}

.divider .contain {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: .5fr 30px .5fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"divi1 divi2 divi3";
}

.divider img {
	max-width: 30px;
	height: auto;
}

.divider .divi1 {
	grid-area: divi1;
	border-top: 1px solid #990033;
	margin-top: 10px;
}

.divider .divi2 {
	grid-area: divi2;
}

.divider .divi3 {
	grid-area: divi3;
	border-top: 1px solid #990033;
	margin-top: 10px;
}

.support, .divider {
	clear: both;
}

.support .contain {
	padding-top: 60px;
	padding-bottom: 80px;
	display: grid;
	grid-gap: 60px;
	grid-template-columns: .45fr .55fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"suptitle supdetails";
}

.support h3 {
	grid-area: suptitle;
	font-size: 9em;
	line-height: .8;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
	color: #6a6462;
}

.support h3 strong {
	font-weight: 500;
	font-size: 75%;
}

.support .supportdetails {
	grid-area: supdetails;
}

.support .supportdetails p {
	font-size: 2.1em;
	line-height: 1.7;
	margin: 0 0 30px 0;
	color: #6a6462;
}

.support ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.support ul li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	font-size: 3.8em;
	line-height: 1;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.support ul li span {
	font-size: 40%;
	display: block;
	line-height: 1.3;
}

.support ul li a {
	background-color: #990033;
	color: #fff;
	font-weight: 500;
	padding: 12px 15px;
	display: block;
}

.aboutpeople + .divider {
	display: none;
}


.frpitch .contain {
	padding-top: 60px;
	padding-bottom: 60px;
}

.frpitch p {
	text-align: center;
	font-size: 2.5em;
	line-height: 1.5;
	margin: 0;
	padding: 0 10%;
	color: #6a6462;
}

.frpitch p strong {
	font-size: 120%;
	font-weight: 500;
}

.currentissue .contain {
	padding-top: 60px;
	padding-bottom: 60px;
}

ul.currentstories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
}

ul.currentstories li  {
	width: 19%;
	margin: .5%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #eee;
}

ul.currentstories li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 15px 5px 15px;
	box-sizing: border-box;
}

ul.currentstories li .storythumb {
	opacity: .65;
	transition: all .3s;
	text-align: center;
}

ul.currentstories li .storythumb img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

ul.currentstories li:hover .storythumb {
	opacity: 1;
}

ul.currentstories li .storymeta {
	padding: 20px;
	box-sizing: border-box;
}

ul.currentstories li .storymeta p {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.cimeta {
	display: grid;
	padding-bottom: 50px;
	grid-gap: 60px;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-template-areas: 
		"cidetails cicover";
}

.cidetails {
	grid-area: cidetails;
	text-align: right;
	padding-left: 10%;
	box-sizing: border-box;
}

.cicover {
	grid-area: cicover;
	text-align: left;
}

.cicover img {
	max-width: 90%;
	height: auto;
	max-height: 500px;
	width: auto;
}

.cidetails h3 {
	font-size: 8em;
	color: #990033;
	line-height: 1;
	margin: 0 0 35px 0;
	font-weight: 100;	
	font-family: 'Montserrat', sans-serif;
}

.cidetails h4 {
	font-size: 2.2em;
	color: #990033;
	line-height: 1;
	margin: 0 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;	
	font-family: 'Montserrat', sans-serif;
}

.cidetails p {
	font-size: 1.9em;
	line-height: 1.5;
	margin: 0;
	color: #6a6462;
}

.cidetails p.date {
	font-size: 2.2em;
	color: #6a6462;
	line-height: 1;
	margin: 0 0 40px 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}




.geditor {
	background-image: url('assets/images/footerbg.jpg');
	background-size: cover;
	background-position:  center center;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.geditor .contain {
	display: grid;
	grid-gap: 50px;
	grid-template-columns: .3fr .2fr .5fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"gmeta gphoto gbio";
	align-items: center;
}

.geditor .gmeta {
	grid-area: gmeta;
	text-align: right;
	color: #fff;
}

.geditor .gmeta span {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.4em;
	line-height: .5;
	text-align: center;
	width: 1em;
	height: 1em;
	font-weight: 100;
	color: #6a6462;
	background-color: #fff;
	margin: 0 5px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
}

.geditor .gmeta h3 {
	font-size: 4.9em;
	line-height: 1;
	font-weight: 100;
	color: #dfdddc;
	margin: 0;
}

.geditor .gmeta h4 {
	font-size: 1.8em;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding-top: 10px;
}

.geditor .gphoto {
	grid-area: gphoto;
	text-align: center;
}

.geditor .gphoto img {
	max-width: 100%;
	max-height: 205px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.geditor .gbio {
	grid-area: gbio;
}

.geditor .gbio p {
	font-size: 1.6em;
	line-height: 1.5;
	margin: 0 0 1em 0;
	color: #fff;
}

.geditor .gbio a {
	color: #dfdddc;
}





.features {
	background-color: #e2e0df;
	padding-top: 40px;
	padding-bottom: 70px;
	background-image: url(assets/images/sl_bg_3.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.features .contain {
	display: grid;
	grid-gap: 50px;
	grid-template-columns: .5fr 1px .5fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"feattitle feattitle feattitle"
		"featissue fdiv featauthor";
	align-items: center;
	position: relative;
	align-items: start;
}

.features .contain .feattitle {
	grid-area: feattitle;
	text-align: center;
	position: relative;
	height: 0;
}

.features .contain .feattitle h3 {
	display: inline-block;
	margin: 0px auto 0 auto;
	padding: 10px 40px;
	background-color: #6a6462;
	color: #fff;
	font-size: 4em;
	line-height: 1;
	font-weight: 100;
	text-transform: uppercase;
	position: relative;
	top: -65px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
}

.features .contain .featissue {
	grid-area: featissue;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: .3fr .7fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"fismetaphoto fismetatext"
		"fismetadesc fismetadesc";
}

.fismetadesc {
	grid-area: fismetadesc;
}

.fismetadesc  p, .features .contain .featauthor p {
	font-size: 1.7em;
	line-height: 1.7;
	margin: 0 0 .75em 0;
	color: #6a6462;
}

.fismetaphoto {
	grid-area: fismetaphoto;
}

.fismetaphoto img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.fismetatext {
	grid-area: fismetatext;
}

.features .contain .featissue h4, .features .contain .featauthor h4 {
	font-weight: 400;
	line-height: 1;
	font-size: 1.9em;
	color: #fff;
	background-color: #990033;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	margin: 10px 0;
}

.features .contain .featissue h3, .features .contain .featauthor h3 {
	font-weight: 400;
	line-height: 1;
	font-size: 5em;
	color: #990033;
	margin: 0;
}

.features .contain .fdiv {
	grid-area: fdiv;
	background-color: #6a6462;
	height: 100%;
}

.fby span::before {
	content: ', ';
}

.fby span:first-of-type::before {
	content: none;
}

.fby span:last-of-type::before {
	content: ', and ';
}


.latestnews .contain {
	padding-top: 60px;
	padding-bottom: 40px;
}


.latestnews .posts {
	display: flex;
	padding: 0 5%;
	position: relative;
}

.latestnews .posts .post {
	width: 29%;
	margin: 2%;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	padding-bottom: 40px;
	position: relative;
	transition: all .3s;
}

.latestnews .posts .post:hover {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.47);
}

.latestnews .post .lpphoto {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.postcontent {
	padding: 30px;
	position: relative;
}

.postcontent h3 {
	font-size: 2.5em;
	line-height: 1.3;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	position: relative;
}

.postcontent p {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	color: #000;
	position: relative;
}

.latestnews .post h6 {
	padding: 15px 20px;
	background-color: #e4e2e1;
	color: #000;
	font-weight: 400;
	display: flex;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1.3em;
	line-height: 1;
	align-items: center;
}

.latestnews .post h6 span {
	width: 50%;
}

.latestnews .post h6 span:last-of-type {
	text-align: right;
}

.latestnews .contain > h3 {
	text-align: center;
	font-size: 5.6em;
	line-height: 1;
	margin: 0 0 25px 0;
	letter-spacing: .35em;
	color: #6a6462;
	font-weight: 400;
	text-transform: uppercase;
}


.slideshow {
	background-color: #740027;
}

.slideshow .contain {
	background-image: url('/images/slidebg.jpg');
	background-size: cover;
	background-position: center center;
}

.cycle-slideshow .panel {
	height: 558px;
	width: 100%;
}

.home #page {
	display: none;
}

.paneltext {
	padding: 40px 60px;
	background-color: #e5e4e3;
	position: absolute;
	bottom: 90px;
	left: 50px;
	width: 70%;
	box-sizing: border-box;
}

.paneltext p {
	font-size: 1.8em;
	line-height: 1.65;
	margin: 0 0 30px 0;
}

.paneltext h5, .paneltext h6 {
	font-size: 1.6em;
	line-height: 1;
	margin: 10px 0 0 0;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
}

.panelimg {
	position: absolute;
	width: 25%;
	padding-bottom: 25%;
	top: 50px;
	left: calc(70% + 25px);
}

.panelimg > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	  display: flex;
	  align-items: center;
	  justify-content: left;
}

.panelimg > div img {
	max-width: 100%;
	min-width: 70%;
	max-height: 100%;
	width: auto;
	height: auto;
	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
}

.cycle-prev, .cycle-next {
	top: 45%;
	font-size: 6em;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 60px;
}

.cycle-prev {
	left: -40px;
}

.cycle-next {
	right: -40px;
}

.cycle-prev img, .cycle-next img {
	max-width: 30px;
	max-height: 70px;
	width: auto;
	height: auto;
	opacity: .3;
	transition: all .3s;
}

.cycle-prev img:hover, .cycle-next img:hover {
	opacity: 1;
}

nav > ul > li > ul.sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 0;
	top: 100%;
	width: 150px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.17);
}

nav > ul > li:hover > ul {
	display: block;
}

nav > ul > li > ul.sub-menu > li {
	font-size: 1em;
	background-color: #fff;
	line-height: 1.3;
}

nav > ul > li > ul.sub-menu > li:first-of-type a {
	padding-top: 15px;
}

nav > ul > li > ul.sub-menu > li:last-of-type a {
	padding-bottom: 15px;
}

nav > ul > li > ul.sub-menu > li a {
	text-transform: none;
	font-size: 85%;
	padding-left: 12px;
	color: #000
}

nav > ul > li > ul.sub-menu > li a:hover {
	color: #990033;
}

nav > ul > li > ul.sub-menu > li a::before {
	content: none;
}

#covers {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.issh {
	width: 21%;
	margin: 2%;
	position: relative;
	box-sizing: border-box;
	  border: 1px solid #ddd;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 30px;
	  text-align: center;
}

.issh img {
	max-width: 100%;
	max-height: 200px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.issh .qic {
}

.issh p {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0;
	padding: 15px 0;
	font-style: italic;
	color: #666;
}

.issh p span {
	display: block;
	font-size: 110%;
	color: #222;
}

.issh p span:last-of-type {
	font-style: normal;
}

.issh a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	text-align: center;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 1.5em;
	  text-transform: uppercase;
	  line-height: 1.3;
	  font-family: 'Montserrat', sans-serif;
	  opacity: 0;
	  transition: all .3s;
}

.issh:hover a {
	opacity: 1;
}



#weeklies {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

#weeklies .weekly {
	width: 29%;
	margin: 2%;
	padding: 40px;
	box-sizing: border-box;
	border-top: 30px solid #f2f2f2;
}

#weeklies .weekly img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}

#weeklies .weekly a {
	color: #222;
}

#weeklies .weekly p {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 0 .5em 0;
}

#weeklies .weekly h3 {
	font-size: 2.3em;
	line-height: 1.3;
	margin: 0 0 .5em 0;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400;
}

#weeklies .weekly h6 {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 1.5em 0;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400;
}



#weeklies .weekly h5 {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 1em 0 .5em 0;
	font-style: italic;
	font-family: 'Enriqueta', serif;
	font-weight: 400;
	color: #666 !important;
}

#authors {
	padding-bottom: 60px;
}

#authors > h3:first-of-type, #authors > div:first-of-type {
	display: none;
}

#authors > h3 {
	text-align: center;
	background: transparent;
	border: 0;
	color: #ccc;
	font-size: 2em;
	letter-spacing: .25em;
	  font-family: 'Montserrat', sans-serif;
	  text-transform: uppercase;
	  outline: none;
	  line-height: 1;
	  font-weight: 400;
	  padding: 4px 10px;
}

#authors > h3 span {
	background: none;
}

#authors > h3::before {
	content: '+';
	padding-right: 10px;
}

#authors > h3.ui-accordion-header-active::before {
	content: '-';
	padding-right: 10px;
}

#authors .ui-accordion-header-active {
	background-color: #bbb;
	color: #fff;
}

#authors .ui-accordion-content-active {
	background-color: #eee;
}

#authors > div {
	border: none;
}

.indiauth {
	padding: 20px 40px;
	border-bottom: 1px dotted #444;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: .25fr .75fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"indauthname indauthstories";
}

#authors > div > div:last-of-type {
	border-bottom: 0px;
}

.indiauth h4 {
	grid-area: indauthname;
	font-size: 1.9em;
	color: #990033;
	line-height: 1.4;
	margin: 0 0 0px 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.indiauth h5 {
	grid-area: indauthname;
	font-size: 1.5em;
	color: #888;
	line-height: 1.4;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.indiauth .indiauthstories {
	grid-area: indauthstories;
}

.indiauth .indiauthstories p {
	font-size: 1.6em;
	line-height: 1.5;
	margin: 0;
	font-family: 'Enriqueta', serif;
}

#authors.readers .indiauth .indiauthstories p {
	font-size: 1.6em;
	line-height: 1.5;
	font-family: 'Enriqueta', serif;
	padding: 15px;
	border-bottom: 2px dotted #fff;
}

#authors.readers .indiauth .indiauthstories p:last-of-type {
	border-bottom: 0;
}

.indiauth .indiauthstories p span {
	font-size: 70%;
	color: #999;
	text-transform: uppercase;
	padding-top: 4px;
}

.indiauth .indiauthstories p em {
	font-style: normal;
}

.indiauth .austory {
	grid-area: austory;
}

.indiauth .auint {
	grid-area: auint;
}

.storyset {
	padding: 15px 0;
	border-bottom: 1px dotted #fff;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: .5fr .5fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"austory auint";
}

.indiauth .indiauthstories > div:last-of-type {
	border-bottom: none;
}

.indiauth .auint, .indiauth .austory {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"austory auint";
}

#staff {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

#staff li {
	width: 21%;
	margin: 2%;
	text-align: center;
	background-color: #eee;
}

#staff .spho {
	background-size: cover;
	background-position: center center;
	padding-bottom: 100%;
	background-color: #ddd;
}

#staff li h5 {
	padding: 8px 15px;
	background-color: #555;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 0;
}

.stcontent {
	padding: 20px;
	max-height: 300px;
	box-sizing: border-box;
	overflow: auto;
}

#staff li h3 {
	color: #555;
	font-weight: 400;
	font-size: 1.7em;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

#staff li h4 {
	color: #555;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

#staff li p {
	color: #000;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-color: #990033;
	border: 0;
}

.entry-content img.alignright, .entry-content figure.alignright {
	float: right;
	margin: 3px 0 30px 30px;
}

.entry-content img.alignleft, .entry-content figure.alignleft {
	float: left;
	margin: 3px 30px 30px 0;
}

.pbutton {
	float: right;
	margin: 10px 0 30px 30px;
	box-shadow:inset 0px 34px 0px -15px #c50243;
	background-color:#990033;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:2em;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #990033;
	text-transform: uppercase;
	line-height: 1;
}
.pbutton:hover {
	background-color:#c50243;
}
.pbutton:active {
	position:relative;
	top:1px;
}

		
		
		
		
		
#page .contain.cats {
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: -20px;
}

.blog #page .contain.cats {
	display: none;
}

#page .contain.cats.seec {
	display: block;
}

#page .contain.cats h3 {
	margin-top: 0;
	text-align: center;
}

#page .contain.cats ul, #page .contain.cats li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.8em;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

#page .contain.cats li {
	display: inline-block;
	font-size: .9em;
}

.seec {
	padding-top: 20px !important;
}

#page .contain.cats li::after {
	content: '|';
	padding: 0 10px;
}

#page .contain.cats li:last-of-type::after {
	content: none;
}

p.entrymeta {
	font-size: 1.7em;
	font-style: italic;
	padding-bottom: 20px;
}

.blog #page .contain > h2 {
	margin-bottom: 50px;
}

.latestpost {
	border: 1px solid #ddd;
	padding: 50px 60px;
	margin: 2%;
	box-sizing: border-box;
}

.latestpost h3 {
	margin-top: 0;
	line-height: 1.35;
	font-size: 4em;
	font-weight: 400;
}

.latestpost p {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 0 .75em 0;
}

.latestpost p:last-of-type {
	margin-bottom: 0;
}

.allposts {
	display: flex;
	flex-wrap: wrap;
}

.allposts .apost {
	width: 29%;
	margin: 2%;
	padding: 30px 30px 0px 30px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.apost h3 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5;
	text-transform: none;
	margin-top: 0;
}

.blog h2 {
	text-align: center;
}

.blog #page .contain.cats ul, .archive #page .contain.cats ul {
	text-align: center;
}

.abppho {
	background-position: center center;
	background-size: cover;
	padding-bottom: 100%;
	margin-bottom: 20px;
}

.latestpost .abppho {
	width: 25%;
	float: right;
	margin: 5px 0 30px 30px;
	padding-bottom: 25%;
}

.latestpost {
	position: relative;
	overflow: hidden;
}

.abppho.deffeatimg {
	background-size: 90% auto;
	background-color: #ddd;
	background-repeat: no-repeat;
}

.seecats {
	text-align: center;
}

.seecats button {
	padding: 0;
	border: 0;
	font-size: 1.8em;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	background-color: transparent;
	text-transform: uppercase;
	outline: 0;
	margin: 0 auto;
}

.seecats button::after {
	content: '\2193';
	padding-left: 7px;
}

#seec ul.children {
	display: none !important;
}

.single-post .entry-content img {
	max-width: 45%;
	height: auto;
	max-height: 600px;
	width: auto;
}

.single-post .entry-content figure img {
	max-width: 100%;
}

.single-post .entry-content figcaption {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0;
	padding: 10px;
	font-style: italic;
}

.single-post .entry-content {
	position: relative;
	overflow: hidden;
}


.supportdetails input[type='image'] {
	width: 99px;
	height: 89px;
}
.supportdetails li:last-of-type input[type='image'] {
	width: 138px;
	height: 89px;
}

.currentstories li p span {
	display: block;
	text-align: center;
	text-transform: none;
	font-family: 'Enriqueta', serif;
	font-size: 88%;
}

.currentstories li p span em {
	display: block;
}

.currentstories li p span em a {
	color: #000;
}

#searchbx.featherlight-inner form {
	padding: 20px;
}

#searchbx.featherlight-inner form #search-form-1 {
	margin: 0 10px;
	border: 0;
	border-radius: 0;
	background-color: #ddd;
	padding: 4px 10px;
}

#searchbx.featherlight-inner form label {
	display: none;
}

#searchbx.featherlight-inner form .search-submit {
	border: 0;
	border-radius: 0;
	padding: 4px 10px;
	background-color:#990033;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.page-template-donate #specials .support, .page-template-donate #specials .divider {
	display: none;
}

.supportbuttons ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.supportbuttons ul li {
	width: 20%;
	margin: 1%;
	padding: 20px;
	box-sizing: border-box;
}

.single-product .poemmeta, .single-product .entry-content > img {
	display: none;
}

.single-product .product .woocommerce .single-product .product {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: .5fr .5fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"prodthumb proddets";
}

.single-product .product .prodimg {
	grid-area: prodthumb;
}

.single-product .product .proddetails {
	grid-area: proddets;
}

.shcart {
	font-size: 1.6em;
	line-height: 1;
	margin: 0 0 20px 0;
	text-align: center;
}

.single-post .shcart {
	display: none;
}

.shcart::before {
	content: '\1F6D2';
	padding-right: 10px;
}

.woocommerce-page ul.products h2 {
	font-size: 1.4em !important;
}

.woocommerce-page ul.products li {
	background-color: #f2f2f2;
	padding: 30px !important;
	box-sizing: border-box;
	text-align: center;
}

.woocommerce-page ul.products li span.price {
	display: block;
	text-align: center;
}

.woocommerce-page ul.products li a.button {
	margin-left: auto;
	margin-right: auto;
}

.featpro {
	padding: 60px 0;
}

.featpro .contain {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: .5fr .5fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"featprotitle featprodets";
}

.featpro .contain > div:first-of-type {
	grid-area: featprotitle;
}

.featpro .contain > div:last-of-type {
	grid-area: featprodets;
}

.featpro h3 {
	font-size: 4em;
	font-weight: 300;
	margin: 0;
	color: #666;
	line-height: 1;
	text-transform: uppercase;
}

.featpro h3 a {
	color: #666;
}

.featpro .contain > div:first-of-type p {
	font-weight: 700;
	color:#990033;
	margin: 0 0 10px 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.75em;
	text-transform: uppercase;
		
}

.featpro .contain > div:first-of-type p::before {
	content: '\1F6D2';
	padding-right: 10px;
}

.featpro .contain > div:last-of-type p {
	font-size: 2em;
	color: #666;
	margin: 0 0 .5em 0;
	line-height: 1.5;
}

.featpro .contain > div:last-of-type button {
	border: 0;
	background-color: #990033;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	font-size: 1.6em;
	margin-top: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	outline: none;
}

.featpro .contain > div:last-of-type button > span {
	display: block;
	font-size: 140%;
	line-height: 1;
}


ul.supportees {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;	
	flex-wrap: wrap;
	justify-content: center;
}

ul.supportees li {
	width: 21%;
	margin: 2%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #990033;
	line-height: 1.3;
}

ul.supportees li div {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.supportees li div img {
	max-width: 100%;
	max-height: 200px;
	width: auto;
	height: auto;
}

#page .entry-content.dropcap > p:first-child:first-letter {
	color: #903;
	  float: left;
	  font-size: 5em;
	  line-height: .8;
	  padding-top: 4px;
	  padding-right: 8px;
	  padding-left: 3px;
}

.entry-content .divider {
	padding-top: 70px;
	padding-bottom: 70px;
}

.bibliography p {
	text-align: center;
}

.bibliography p span {
	font-size: 70%;
	color: #666;
	font-family: 'Montserrat', sans-serif;
}

.search-result-count p {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.4;
	margin: 0;
	color: #000;
	position: relative;
}


.search .currentstories {
	padding: 40px 0;
}

.nav-links {
	font-size: 1.5em;
	line-height: 1.4;
	padding-bottom: 40px;
}

.single-stories article {
	position: relative;
	overflow: hidden;
}

.fted a.more-link {
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 29%;
}

.trigger {
	display: none;
}

.sidenav {
	display: none;
}

#alg_checkout_files_upload_form_1 label {
	line-height: 1.1;
	font-size: 4em;
	font-family: 'Montserrat', sans-serif;
	color: #990033;
	margin: 0.25em auto 0.5em;
	font-weight: 400;
}

#alg_checkout_files_upload_form_1 input[type=button] {
	display: none;
}

#alg_checkout_files_upload_form_1 input[type=file] {
	display: block !important;
}

form.cart label {
	font-size: 1.4em;
	line-height: 1.4;
}

.woocommerce div.product form.cart .button {
	font-size: 1.7em;
}

#page .cross-sells h2 {
	font-size: 3em;
}

#wufdc_div::before {
	display: block;
	font-size: 3em;
	content: 'Upload files';
	color: #990033;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 20px;
}

.cimeta .more-link {
	display: none;
}

p.perlink {
	font-style: italic;
	padding-top: 10px;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product {
	float: none;
	margin: 0 3.8% 2.992em 0 !important;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto !important;
}

.features .contain .featissue h3, .features .contain .featauthor h3 {
	font-size: 4em;
}

body .woocommerce {
	font-size: 1.5em;
	line-height: 1.3;
}

#page .woocommerce h2 {
	font-size: 3em;
}

.woocommerce-shop #page .woocommerce h2 {
	font-size: 1em !important;
}

.woocommerce-shop #page .woocommerce a.button {
	font-size: .7em !important;
}

#page .woocommerce p {
	font-size: 1em;
}

.urgent img.alignleft {
	float: left;
	margin: 3px 20px 20px 0;
}




.features .contain .featauthor {
	grid-area: featauthor;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: .3fr .7fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"fametaphoto fametatext"
		"fametadesc fametadesc";
}

.features .contain .featauthor .fametaphoto {
	grid-area: fametaphoto;
}

.features .contain .featauthor .fametatext {
	grid-area: fametatext;
}

.features .contain .featauthor .fasum {
	grid-area: fametadesc;
}


#page .entry-content nav.woocommerce-MyAccount-navigation ul, #page .entry-content nav.woocommerce-MyAccount-navigation ul li {
	padding: revert;
	margin: revert;
	list-style: revert;
	display: revert;
	font-size: revert;
}

#page .entry-content nav.woocommerce-MyAccount-navigation ul li a::before {
	content: none;
	padding-right: 0;
}

.woocommerce-MyAccount-content header {
	padding: 0;
	background-color: transparent;
	background-image: none;
}

#page .entry-content .woocommerce-MyAccount-content h3 {
	font-size: 2.5em;
}

p.audiointro {
	text-align: center;
	color: #808285;
	font-size: 1.5em;
	margin: -20px 0 25px 0;
	font-style: italic;
}

.single-stories .mejs-container {
	max-width: 60%;
	margin: 0 auto 40px auto;
}

.single-stories .mejs-container, .single-stories .mejs-container .mejs-controls {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #6a6462;
}

.gtranslate_wrapper {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}