.paneltext {
	bottom: 50px;
}

.cycle-slideshow .panel {
	height: 640px;
}

.cimeta {
	grid-template-columns: 3fr 2fr;
}

.cidetails h3 {
	font-size: 6em;
}

.cidetails p {
	font-size: 1.6em;
}

ul.currentstories li {
	width: 32%;
	margin: .5%;
}

.footermeta .contain {
	row-gap: 20px;
	column-gap: 40px;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
		"fpitch fpitch"
		 "fcopy fcopy" 
		 "ftrans fsoc";
}

.footermeta .contain .logo {
	display: none;
}

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

.latestnews .posts {
	flex-wrap: wrap;
}

.latestnews .posts .post {
	width: 46%;
}

.latestnews .posts > div:nth-of-type(3) {
	display: none;
}

.features .contain {
	padding: 0 100px;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	grid-template-areas:
		"feattitle"
		"featissue"
		"featauthor";
}

.features .contain .fdiv {
	display: none;
}

.features .contain .featissue {
	margin-top: 30px;
}


.featpro .contain {
	padding: 0 100px 50px;
	grid-gap: 40px;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: "featprotitle""featprodets";
}

.geditor .contain {
	grid-gap: 30px;
	grid-template-columns: .3fr .7fr;
	grid-template-rows: auto;
	grid-template-areas: "gmeta gmeta""gphoto gbio";
	align-items: center;
	align-items: start;
}

.geditor .gmeta h4 {
	display: inline-block;
	padding-left: 10px;
}

.geditor .gmeta {
	text-align: center;
}

.support .contain {
	padding: 60px 100px;
	grid-template-columns: 1fr;
	grid-template-areas: "suptitle""supdetails";
}

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

nav > ul:first-of-type {
	display: none;
}

.trigger {
	display: block;
	font-size: 3em;
	line-height: 1;
	color: #990033;
}

nav {
	padding: 5px 0;
}



/* The side navigation menu */
.sidenav {
	display: block;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 30000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
	background-color: #990033; 
	background-color: rgba(153, 0, 51, 0.873); 
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 4px 8px 4px 32px;
  text-decoration: none;
  font-size: 1.6em;
  line-height: 1.3;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ddd;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

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

.sidenav ul li {
	margin: 0;
	padding: 0;
}

.sidenav .sub-menu {
	padding-left: 20px;
}

.issh {
	width: 29%;
}

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


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

.inissue .contain {
	padding-top: 60px;
	padding-bottom: 60px;
	display: grid;
	row-gap: 30px;
	column-gap: 60px;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: "inissuetitle inissuecover""inissuecontents inissuecontents";
	align-items: center;
}

#weeklies .weekly {
	width: 46%;
}

.apost p.entrymeta {
	line-height: 1.3;
}

.allposts .apost, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 46%;
}

#staff li {
	width: 46%;
}