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

/*
<link href="https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i|Overpass:400,700,900|Josefin+Sans:400,700" rel="stylesheet">
gray #f5f5f5
pink #ff1c65
nav bg #cd9af6
nav border #e5cafa
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
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: "Noto Serif";
	color:black;
	background:#f5f5f5;
	font-size: 16px;
	line-height:24px;
}
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";
}

h3 {
	font-weight:bold;
	font-size: 1.25rem;
	margin-bottom: 15px;
}
#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: 15px;
    overflow: hidden;
    font-size:.9rem;
    line-height: 1.3rem;
}
.entry-content blockquote p, .entry-content p.blockquote {
	margin-bottom:9px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	margin-top:50px;
	margin-bottom:50px;
	width:100%;
	position: relative;
}
/*.site-title a{
	background:transparent url(/static/images/rp-horiz.svg) no-repeat;
	background-size: contain;
	height:50px;
	text-indent: -9999px;

}*/

.site-title {
	background:transparent url(/static/images/rp-horiz.svg) no-repeat;
	text-indent:-9999px;
	
}
.site-description {
	display:none;
}
.site-branding, #site-navigation {
	width:calc(75% - 30px);
	margin-right:15px;
	margin-left:15px;
	float:left;
}
#site-navigation {
	width:calc(60% - 30px);
}

.site-branding {
	padding-bottom:25px;
	border-bottom:1px solid #ff1c65;
}
#banner {
	background:url(/static/images/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(/static/images/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 {
    display: inline-block;
    float: left;
    width: 13.6%;	
	position: relative;
	height:44px;
}
header .search-field {
	width:100%;
	background:transparent;
	border:none;
	border-bottom:1px solid #ccc;
	height:100%;
	color:#ccc;
	font-family:"Overpass";
	text-transform:lowercase;
	-webkit-appearance: unset;
}
header .search-submit {
    position: absolute;
    top: 0;
    right: 0;
	text-indent:-9999px;
    padding: 0;
    height: 100%;
    width: 38px;
	background:transparent url(/static/images/icon-search.png);
	outline:none;
	border:none;
}
/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/
footer {
	font-family: "Overpass";
	margin-top:15px;
}
footer a {
	text-decoration:none;
}
#footer-head, #footer-s2 {
	width:calc(100% - 30px);
	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(/static/images/rp-horiz-white-sm.png) no-repeat;
	background-size: contain;
}
#social {
	float:right;
}
#social span {
	display: none;
}
/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
nav>ul>li:last-child a {
    display: inline-block;
    text-align: center;
}
nav>ul>li:last-child a:after {
    content:'';
}
.menu>li {
	width:calc(27% - 1px);
	text-align: center;
	font-weight: bold;
	border-right:1px solid #ccc;
}
.menu li:hover {
	background:#e0e0e0;
}
.menu>li:last-child {
	width:calc(16% - 1px);
}
.menu>li:last-child:hover {
	background:#f5f5f5;
}
.menu ul {
	text-align: left;
	text-indent: 15px;
	z-index: 999;
	width:auto;
}	
#site-navigation>label {
	padding-left: 15px;

}
.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #F5F5F5;
	font-family:"Overpass";
	width:calc(60% - 30px);
	margin-right:15px;
	margin-left:15px;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	width:100%;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #f5f5f5;
	}
.menu ul li {
	background:#e0e0e0;
}
.menu ul li:hover, .menu ul li a:hover {
	background:#cecece;
}

/* Styling the links */
nav a {
	display:block;
	height:44px;
	line-height: 44px;
	font-size:17px;
	color:black;
	text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #e0e0e0; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 44px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
        width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px;
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

/* Social */
nav ul>li:last-child a:after {
	display:none;
}
nav ul>li:last-child a:hover {
	background:transparent;
}
nav ul>li:last-child a img {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	margin-top:5px;
}

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

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

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	.menu>li {
		border:none;
		border-top:1px solid #e8e8e8;
	}
	nav {
		width:calc(100% - 30px);
	}

	nav>.toggle:before {
		content: url(/static/images/icon-menu.png);
		display: inline-block;
		height: 16px;
		width: 16px;
		margin-top: 8px;
		margin-right: 10px;
	}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}
	.menu ul {
		text-align: center;
		text-indent: 0;
	}
	.menu ul li:hover, .menu ul li a:hover {
		color:black;
	}
	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #e0e0e0;
		height:44px;
		line-height: 44px;
		color:black;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #e0e0e0;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li, .menu>li {
		display: block;
		width: 100%;
		background: #e0e0e0;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #cecdcd;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@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(/static/images/pattern-noise.png);
	z-index: 2;
	opacity:.8;
}
.item:hover:after {
	opacity:.6;
	-webkit-transition: .5s opacity ease;
	-o-transition: .5s opacity ease;
	transition: .5s opacity ease;
}
.item:hover {
	cursor:pointer;	
}
.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(/static/images/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: .5s color ease;
	-o-transition: .5s color ease;
	transition: .5s 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 {
	max-height: 370px;
	overflow:hidden;
	margin-bottom:30px;
	overflow-y:scroll;
}
.item.item-border {
	background:transparent url(/static/images/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:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:url(/static/images/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 .3s ease;
	-o-transition: margin-left .3s ease;
	transition: margin-left .3s ease;
}
.item-group .item:hover {
	margin-left:18px;
}
.item-group .item:before, .item-group .item:after, .item-group .item img {
	display:none;
}
.item-group .item p {
	margin:0 30px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
article.post {
	overflow: hidden;
}
.entry-header, .entry-content, .entry-footer, .page-header {
	width:calc(66.666667% - 30px);
	margin-right:15px;
	margin-left:calc(8.3333333333% + 15px);
	float:left;	
	max-width: 650px;
	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 {
	text-decoration: none;
	font-family: "Overpass";

}
.entry-header a:hover {
	text-decoration: underline;
	color:#ff1c65;
}
.entry-header .author-byline {
	font-size: 22px;
	line-height: 26px;
	display:block;
}
.entry-header .byline a {
	font-size: 16px;
	line-height: 24px;
}
.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: 30px;
	line-height: 36px;
	font-weight: 900;
}
.page-header h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 900;
}
.entry-header h3, .page-header h3 {
	font-size: 22px;
	line-height: 26px;
}
.entry-content p {
	margin-bottom:16px;
}
.entry-content h2 {
	font-weight:bold;
	font-size: 1.25rem;
}

.entry-content h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 900;
}
.entry-content img {
	margin-bottom:15px;
	max-height: 400px;
	width:auto;
}
.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 {
	color:#ff1c65;
	font-size: 12px;
	vertical-align: super;
	line-height: 10px;
	text-decoration: none;
	font-weight: bold;
	position:relative;
}
/*.footnoteRef {
	margin-left:8px;
	margin-right:3px;
}*/
.footnoteRef sup {
	top:0;
}
.reflink:hover, .footnoteRef:hover {
	color:#ff1c65;
	text-decoration: underline;
}
.footnoteRef.bracket:before {
	content: '[';
    display: inline-block;
    width: 5px;
    position: absolute;
    top: 3px;
    left: -5px;
}
.footnoteRef.bracket:after {
	content: ']';
    display: inline-block;
    width: 5px;
    position: absolute;
    top: 3px;
    right: -5px;
}
.footnoteRef.bracket {
	margin-left:5px;
	margin-right:5px;
}
.footnotes, .reference {
	font-size:.9rem;
	line-height: 1.3rem;
}
.footnotes p, p.reference {
	margin-bottom:10px;
}
.footnotes img {
	position: relative;
}
.footnotes img:after {
	content:'url(/static/images/icon-footnote.png)';
	position:absolute;
	display:block;
	top:0;
	left:0;
	
}
.cat-links, .tags-links {
	display:block;
}
.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(/static/images/icon-post-prev.png);
	width:9px;
	height:25px;
	top:9px;
	left: 0;
	display:block;
	position: absolute;	
}
.nav-next:before {
	content:url(/static/images/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 {
    width: calc(25% - 30px);
    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(/static/images/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;	
}
.content a[href^="/archive"] {
	color:white !important;
	background:#cd9af6;
	padding:2px 4px 4px;
	text-decoration: none;
	display:block;
	float: left;
}
.content a[href^="/archive"]:hover {
	color:black;
}
.content a[href*="z"] {
	margin-bottom:30px;
}
.authorName {
	margin-bottom: 10px;
}
.authorName a {
	text-decoration: none;
}
.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;
	}
	.menu>li, .menu>li:last-child {
		width:calc(24% - 1px);
	}
	.entry-header, .entry-content, .entry-footer, .page-header {
		width:calc(75% - 30px);
		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:calc(100% - 30px);
	}
	#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;
	}
	header .search-form {
		float: right;
		width: calc(49% - 30px);	
		margin-right:15px;
	}
	.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);
	}

}
