/*!
Theme Name: cw
Theme URI: http://clarkesworldmagazine.com/
Author: Neil Clarke
Author URI: http://neil-clarke.com/
Description: Description
Version: 1.0.0
Tested up to: 7.0
Requires PHP: 5.6
License: Private
License URI: LICENSE
Text Domain: cw
Tags: clarkesworld,magazine

This theme was developed for Clarkesworld Magazine and is not available to third parties.

*/


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0em 0em 0em 0em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

kbd,
samp {
	font-family: monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Roboto', Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}


kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code { font-size: 0.9em; font-family: consolas, courier, monospace; }
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

p:empty::before {
    content: initial !important;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

hr {
    display:block;
    border:0px;
    height: 15px;
	width: 38px;
    background-image:url('/images/sep.png');
	padding:0;
	margin 0 auto;
}

hr.mantis {
	display : list-item;
	list-style: url(/mantis.png) inside;
	height: 28px;
	width: 40px;
	border:0;
	padding:0;
	margin-left: 227px;
	filter : alpha(opacity=0);
}
hr.normal {
	border:0;
	border-top:1px solid #555;
	margin:1.5em 0em 1.5em 0em;
	height:1px;
	width: 100%;
}
.wp-dark-mode-switcher.style-1 label {
    width: 30px !important;
    height: 30px !important;
}
.wp-dark-mode-switcher.style-1 label img{
    width: 50% !important;
    height: 50% !important;
}
.form-control {
	margin-bottom: 1em;
	width: 100%;
}
/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Footer
--------------------------------------------- */
#searchsubmit, #searchsubmit-menu_search {
    background-color: #2477a3;
    color: white;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 1.3;
    border-radius: 6px;
    cursor: pointer;
	margin: 2px 0;
}
 
#s, #s-menu_search {
    height: 32px;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 1.1;
    border-radius: 6px;
}

  div.issn {
    width: 100%;
	margin: 0px auto;
  }
  p.copyright {
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 0.6em;
	font-weight:bold;
	color: #0F4880;
	text-transform:uppercase;
	font-family: 'Oswald', Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
  }  

  div.footer-nav {
  	margin-top: 10px;
	border-top: dotted #cccccc thin;
	background-color: #eeeeee;
  }
  div.foot_col_1 {
  	width: 37%;
	float: left;
	padding-top: 10px; 
	padding-bottom: 10px;
	border-right:dotted #CCCCCC thin;
  }  
  div.foot_col_2 {
  	width: 26%;
	float: left;
	padding-top: 10px; 
	padding-bottom: 10px;
  }  
  div.foot_col_3 {
  	width: 37%;
	float: left;
	padding-top: 10px; 
	padding-bottom: 10px;
	border-left:dotted #CCCCCC thin;
  }
  div.foot_col_wide {
  	padding-top: 5px;
	padding-bottom: 5px;
	border:dotted #CCCCCC thin;
  }
  p.browse-by {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	color: #2477a3;
	text-align:center;
	font-size: 0.7em;
	font-weight: bold;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-transform:uppercase;	
  }
  p.browse-by a, p.browse-by a:visited {
  	text-decoration: none;
	color: #2477a3 !important;  
  }
  p.browse-by a:hover {
	text-decoration: underline;  
	color: #2477a3 !important;  
  }  
  p.footer-heading {
	margin-bottom: 0.5em;
	margin-top: 0.2em;
	color: #203647;
	text-align:center;
	font-size: 0.8em;
	font-weight: bold;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-transform:uppercase;  
  }
/* Header
--------------------------------------------- */
div.site-branding {
	text-align: center;
	line-height: 0em;
}
div.heading-wrapper {
	margin:auto; 
	display:inline-block; 
	text-align:left;
}

h1.site-title {
	font-family: "trajan-pro", times;
	font-size: 5.2em;
	font-weight: bold;
	margin-top: 0.28em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	text-align: center;
	line-height: 0.7em;
}

h1.site-title a, h1.site-title a:visited, h1.site-title a:hover {
	text-decoration: none;
	color: #B73225;
} 
span.smallercw {
    line-height: 0.95em;
  	font-size: 0.9em;
    vertical-align: 10%;
}
p.site-description, h2.site-description {
	font-family: "trajan-pro", "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #333333;
	letter-spacing: 0.05em;
	margin-top: 0em;
	padding-top: 0em;
	line-height: 1em;
	margin-bottom: 2em;
}
div.logo {
	float: left;
}
div.robot {
  	float:left;
	text-align: center;
	margin-top: 14px;
	padding: 0em;
	line-height: 0em;
	width: 91px;
	min-width: 91px;
	height: 118px;
}
img.robot {
	height: 118px;
	width: 91px;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	text-align: center;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	background-color:#000000;
	margin: 0em 1em 0 1em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	font-size: 0.7em;
	font-weight:bold;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 1.0em;
	color:#FFFFFF;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
button.menu-toggle {
  border: none;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  margin: 2px auto;
  cursor: pointer;
  width: 100%;
}

@media screen and (min-width: 44.5em) {

	.menu-toggle {
		display: none;
	}
/*	.main-navigation {
		line-height: 1em;
		padding-top: 0em;
		padding-bottom: 2px;
	} */
	div.menu-header-menu-container {
		display:inline-block;
	}
	.main-navigation ul {
		display: flex;
	}
	.main-navigation li {
		font-size: 0.7em;
		padding-top:0.2em;
		padding-bottom:0.2em;
		font-family:'Oswald',Arial, Helvetica, sans-serif;
	}
	button.menu-toggle {
		display:none;
	}

	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em 0;
	width: 90%;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/* Issue Index
--------------------------------------------- */

  div.issue-index {
	margin: auto;
	display:inline-block;
	text-align: left;
  }
  
  div.index-cover {
  	width: 300px;
	float: left;
	margin-right: 10px;
  }

  div.space30 {
    padding-bottom: 30px;
  }
  div.space60 {
    padding-bottom: 60px;
  }
  
  img.cover {
  	border: 1px black solid;
	padding: 2px;
	margin-left: 2px;
  }  

  p.section {
  	margin-left: 10px;
	font-weight:normal;
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-size: 1.0em;
	letter-spacing:0.2em;
	color: #2d271f;
	margin-bottom: 0em;
	border-bottom: 1px solid black;
	width: 800px;
    margin-top: 0;
  }
  p.section2 {
    margin-top: 0;
  }
  p.section3 {
    margin-top: 0;
  }
  p.section4 {
    margin-top: 0;
	margin-bottom: 0;
	color: #003366;
  }
  p.section5 {
    margin-top: 0.5em;
  }
  p.issue, h1.issue {
  	letter-spacing: 0.05em;
  	font-size: 1.8em;
	margin-top: 0em;
  	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:0em;
	text-transform:uppercase;
	font-family: 'Passion One', sans-serif; 
	font-weight:normal;
	color: #2d271f;
  }
  p.issue a, p.issue a:visited, h1.issue a, h1.issue a:visited{
  	text-decoration: none;
	color: #2d271f;
  }
  p.issue a:hover, h1.issue a:hover{
	color: #2d271f;
	text-decoration: underline;
  }
  p.story {
  	text-decoration: none;
	color: #203647;
  	margin-left: 30px;
	margin-top: 0.9em;
	margin-bottom: 0em;
	font-family: 'Passion One', sans-serif;
	font-size: 1.3em;
	line-height: 1em;
  }
  p.story a, p.story a:visited {
  	text-decoration: none;
	color: #203647;  
  }
  p.story a:hover {
	text-decoration: underline;  
	color: #203647;  
  }
  p.podcast {
  	margin-left: 50px; /*75px;*/
	margin-top: 0.2em;
	font-size: 0.8em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #203647;
	margin-bottom: 0em;
  }

  p.podcast a, p.podcast a:visited {
  	text-decoration: none;
	color: #203647;  
  }
  p.podcast a:hover {
	text-decoration: underline;  
	color: #203647;  
  }

  p.byline {
  	margin-left: 50px;
	margin-top: 0.2em;
	font-size: 0.8em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #2477a3;
	margin-bottom: 0em;
  }
  span.byl {
  	text-transform:uppercase;
	font-size: 0.8em;
  }
  p.byline2 {
  	margin-left: 50px;
	margin-top: 0.2em;
	font-size: 0.8em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #2477a3;
	margin-bottom: 0em;
	line-height: 1em;
  }    

  p.cover-image {
  	margin: 0em;
	padding: 0em;
  }
  p.line-above {
  	margin-top: 1em;
  }
  p.line-above15 {
  	margin-top: 1.5em;
  }
  p.line-above2 {
  	margin-top: 2em;
  }
  p.half-line-above {
  	margin-top: 0.5em;
  }
  img.boxed {
  	border: 1px black solid;
	padding: 2px;
  }  
div.index-table {
	width:800px;	
	margin-right: 4px;
	float: left;
}
div.index-row {
	width: 800px;
	float: left;
}
div.index-col1 {
	width: 400px;
	float: left;
}
div.index-col2 {
	width: 400px;
	float: left;
}
div.buy-issue, div.buy-issue-sidebar {
	border: 1px black solid;
	padding: 2px;
	width: 300px;
	margin: 0 auto;
}
div.buy-issue-sidebar {
position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}
p.buy-header {
	font-weight: bold;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	letter-spacing:0.2em;
	color: #2d271f;
	margin-bottom:0.5em;
    margin-top: 0.5em;
	text-align: center;
}
p.sale, p.sidebar-center {
	font-size: 0.7em;
  	text-decoration: none;
	text-align: center;
	color: #2477a3;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-family: 'Oswald','Passion One', sans-serif;
	line-height: 1em;
	font-weight: bold;
	text-transform:uppercase;
  }
  p.sale a, p.sale a:visited {
  	text-decoration: none;
	color: #2477a3;  
  }
  p.sale a:hover {
	text-decoration: underline;  
	color: #2477a3;  
  }



  div.clear {
  	clear: both;
  }
  span.authorname {
  	text-transform:uppercase;
  }
  span.smaller2 {
  	font-size: 0.8em;
  }
  span.smaller {
  	font-size: 0.9em;
  }
  div.bodyframe {
	margin : 1em 0 0 0;
	padding-top: 10px;
	text-align: center;
  }
  
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}





div.page-frame {
	margin: auto; 
	display:inline-block; 
	text-align: left;
	display: flex;
	max-width: 1100px;
}
div.content-section {
	float: left;
	box-sizing: content-box;
	max-width: 600px;
	min-width: 500px
	width: 90%;
	margin: 0 auto;
	padding: 0 1em 0 1em;
	line-height: 1.4em;
	font-size: 1.0em; /* changed from 0.9 */
	font-family:  'Roboto', sans-serif;
}
div.page-sidebar {
	float: left; 
	width: 310px; 
	margin-left: 50px; 
	margin-top: 0px;
	margin: 0 auto;
}


div.content-section h3 {
  	letter-spacing: 0.05em;
  	font-size: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	text-transform:uppercase;
	font-family: 'Passion One', sans-serif; 
	font-weight:normal;
	line-height: 1.0em;
	color: #2d271f;
	border-bottom: 1px #999999 solid; width: 100%;
}

div.content-section h3.about {
	margin-top: 2.6em;
}

div.content-section h2 {
  	letter-spacing: 0.05em;
  	font-size: 1.7em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-transform:uppercase;
	font-family: 'Passion One', sans-serif; 
	font-weight:normal;
	line-height: 1.0em;
	color: #2d271f;
	border-bottom: 1px #999999 solid; width: 100%;
}
div.content-section h1, div.page-frame h1 {
  	letter-spacing: 0em;
  	font-size: 2.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-transform:uppercase;
	font-family: 'Passion One', sans-serif; 
	font-weight:normal;
	line-height: 1.0em;
	text-align: center;
	color: #2d271f;
}
div.content-section p {
	margin-bottom: 1.3em;
	overflow-wrap: break-word;
}
div.content-section ul, div.content-section ol {
	margin-left: 0em;
}
div.content-section a, div.content-section a:visited {
	text-decoration: none;
	color: #2477a3;
} 
div.content-section a:hover {
	text-decoration: underline;
}

div.content-section h1.story-title {
  	letter-spacing: 0em;
  	font-size: 2.1em;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	text-transform:uppercase;
	font-family: 'Passion One', sans-serif; 
	font-weight:normal;
	line-height: 1.0em;
	text-align: center;
	color: #203647;
}
.balance-text {
	text-wrap: balance;
}
div.content-section p.story-author {
	margin-top: 0.2em;
	font-size: 1em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #5E7A8A;
	margin-bottom: 0em;
	line-height: 1.2em;
	text-align: center;
}
div.content-section p.story-description {
	margin-top: 1.4em;
	font-size: 0.8em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	text-align: center;
	color: #5E7A8A;
	text-transform: uppercase;
}
div.content-section p.issue-heading {
	margin-top: 0.3em;
	font-size: 0.8em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0em;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}
div.content-section p.issue-heading a, div.content-section p.issue-heading a:visited, div.content-section p.audio-text a, div.content-section p.audio-text a:visited {
	color: #2477a3;
	text-decoration: none;	
}
div.content-section p.issue-heading a:hover, div.content-section p.audio-text a:hover {
	text-decoration: underline;	
}
div.content-section p.audio-text {
	margin-top: 1em;
	font-size: 0.7em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0em;
	line-height: 1.2em;
	text-align: center;
}

div.content-section p.award {
	margin-top: 1em;
	font-size: 0.8em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0em;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	color: #203647;
	background-color:#eeeeee;
}
div.content-section div.story-text {
	margin-top: 2.5em; 
}
div.content-section h2.entry-title, div.content-section h2.entry-title a,
div.content-section h2.entry-title2, div.content-section h2.entry-title2 a {

	text-decoration: none;
	color: #203647;
  	margin-left: 0em;
	margin-top: 2em;
	margin-bottom: 0em;
	font-family: 'Passion One', sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	border-bottom: none;
}
div.content-section h2.entry-title2 {
	border-bottom: 1px #999999 solid; width: 100%;
}
div.content-section h2.entry-title a:visited, div.content-section h2.entry-title2 a:visited {
	color: #203647;
}
div.content-section h2.entry-title a:hover, div.content-section h2.entry-title2 a:hover {
	color: #203647;
	text-decoration: underline;
}
div.content-section p.entry-author, div.content-section p.cover-artist  {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 0.9em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #5E7A8A;
	margin-bottom: 0em;
	line-height: 1.2em;
}

div.content-section p.entry-location, div.content-section p.cover-location  {
	margin-top: 0.1em;
	margin-bottom: 0em;
	padding-bottom: 0.2em;
	font-size: 0.9em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #203647;
	line-height: 1.2em;
	text-transform: uppercase;
	border-bottom: 1px #999999 solid; width: 100%;
}
div.content-section p.cover-location {
	text-align: center;
	margin-top: 0.2em;
	font-size: 0.8em;
	margin-bottom: 2em;
	border-bottom: none;
}
div.content-section p.cover-title, div.content-section p.cover-title a, div.content-section p.cover-title a:visited{
	color: #203647;
	font-family: 'Passion One', sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 1.3em;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
}
div.content-section p.cover-title a:hover{
	color: #203647;
	text-decoration: underline;
}
div.content-section p.cover-artist {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}

div.cover-column0 {
	float:left; 
	width: 290px; 
	margin: 15px 10px 15px 0px;
	text-align: center;
}
div.cover-column1 {
	float:left; 
	width: 290px; 
	margin: 15px 0px 15px 10px;
	text-align: center;
}

div.content-section  p.staff-name {
	font-family: 'Passion One', sans-serif;
	font-size: 1.3em;
	margin-top: 0em;
	margin-bottom: 0em;
}
div.content-section p.staff-text {
	margin-top: 0em;
	margin-bottom: 0em;
}

div.content-section div.staff-image {
	width:190px; 
	float: left;
	margin-top: 1em;
	margin-bottom: 0em;
}
div.content-section div.staff-former {
	width:50%; 
	float: left;
	margin-top: 1em;
}
div.content-section div.staff-info {
	float: left;
	margin-top: 1em;
	padding-top: 0em;
}
div.content-section div.staff-info div.staff-column {
	float: left; 
	width: 50%; 
	margin-top: 0em;
}

div.content-section  p.staff-title {
	margin-top: 0em;
	margin-bottom: 0em;
}

div.content-section div.three-col-container {
	border: dotted #cccccc thin;
	background-color: #eeeeee;
	width: 100%;
  }
div.content-section div.three-col-1 {
  	width: 33%;
	float: left;
	border-right: dotted #cccccc thin;
	background-color: #eeeeee;
  }    
div.content-section div.three-col-2 {
  	width: 33%;
	float: left;
	background-color: #eeeeee;
  }  
div.content-section div.three-col-3 {
  	width: 33%;
	float: left;
	border-left: dotted #cccccc thin;
	background-color: #eeeeee;
} 

div.content-section p.book-name {
	font-size: 1.1em;
    font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	text-transform: uppercase;
}

div.content-section p.two-line-above, div.content-section p.line-above2 {
    margin-top: 2em;
}
div.content-section p.four-line-above {
    margin-top: 4em;
}
div.content-section p.noindent0 {
	margin-top: 0em; 
	text-indent: 0em;
}
div.content-section p.centered2 {
	text-align: center;
    margin-top: 2em;
}
div.content-section p.no-line-above {
    margin-top: 0em;
}
div.content-section p.line-above {
    margin-top: 1em;
}
div.content-section div.story-text p.half-line-above {
    margin-top: 0.5em;
}
div.content-section p.question {
    margin-top: 2em;
	font-weight: bold;
}
div.content-section span.smallcap {
	font-variant: small-caps;
}
div.content-section span.blacked-out {
	background-color: #000000;
}
div.content-section p.smaller {
	font-size: 0.9em;
}
div.content-section p.footnote {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 0.8em;
}
div.content-section p.centered-nla { text-align:center; margin-top:0em;}
div.content-section p.centered-nlb { text-align:center; margin-bottom:0em;}
div.content-section p.centered-nlab, p.centered-nlab { text-align:center; margin-top:0em; margin-bottom:0em;}
div.content-section p.nla { margin-top:0em;}
div.content-section p.nlb { margin-bottom:0em;}
div.content-section p.nlab { margin-top:0em; margin-bottom:0em;}
div.content-section p.changeface, div.content-section li.changeface {
  font-family: "Times New Roman", Times, serif, Monospace; 
  font-size: 1.1em;
}
div.content-section span.su-tooltip {
	border-bottom: dotted #666666 1px;
}
div.content-section span.bold {
	font-weight: bold;
}
div.content-section span.italic {
	font-style: italic;
}
div.content-section div.story-text a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
}

div.content-section div.box {
	border: 1px solid #000;
	background: #ccc;
	padding: 1em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}


#awards h3 {
	font-size: 1.1em;
	border-bottom: none;
}
#awards p {
	margin-bottom: 0.5em;
}
#contributors li {
	text-align: center;
}
#contributors .m-a-list .m-a-list-item {
	display: block;
	margin-left: 0em;
	padding-left: 0em;
	font-size: 1.1em;
}
#contributors .m-a-list .m-a-list-item a {
	color: #2477a3;
}
#contributors ul.m-a-list {
	padding-left: 0em;
}
#contributors li.m-a-list-item {
	margin-left: -1em !important;
}
span.smallcap {font-variant: small-caps;}
span.blacked-out {background-color: #000000;}
span.linkcolor {color: #0000EE;}
span.commentcolor {color: #006699;}
span.black {color:#000000;}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

p.center, p.centered {
	text-align: center;
}
p.smaller {
	font-size: 0.9em;
}
p.reprinted {
	text-align: center;
	font-size: 0.9em;
}
p.size-9 {
	font-size: 0.9em;
}
div.aboutinfo li { 
	font-size: 1.0em;
}
div.m-a-box-related-entry-title span {
    color: #2477a3;
	font-size: 0.9em;
}
div.aboutinfo {
  margin-top: 0.3em !important;
  margin-bottom: 0.0em !important;
}

table.nolines {
	width: 85%;
	border: none;
	margin: 0 auto;
}
td.left-td {
	width: 50%;
}
td.right-td {
	width: 50%;
}

@font-face
{
  font-family: 'molongui-authorship-font';
  src: url('/wp-content/plugins/molongui-authorship/assets/font/molongui-authorship-font.eot?27310790');
  src: url('/wp-content/plugins/molongui-authorship/assets/font/molongui-authorship-font.eot?27310790#iefix') format('embedded-opentype'),
       url('/wp-content/plugins/molongui-authorship/assets/font/molongui-authorship-font.woff2?27310790') format('woff2'),
       url('/wp-content/plugins/molongui-authorship/assets/font/molongui-authorship-font.woff?27310790') format('woff'),
       url('/wp-content/plugins/molongui-authorship/assets/font/molongui-authorship-font.ttf?27310790') format('truetype'),
       url('/wp-content/plugins/molongui-authorship/assets/font/molongui-authorship-font.svg?27310790#molongui-authorship-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="m-a-icon-"]:before, [class*=" m-a-icon-"]:before
{
  font-family: "molongui-authorship-font";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.m-a-icon-facebook:before       { content: '\e000'; }
.m-a-icon-twitter:before        { content: '\e001'; }
.m-a-icon-doc:before     { content: '\f00f'; }
.m-a-icon-youtube:before        { content: '\e003'; }
.m-a-icon-instagram:before      { content: '\e006'; }
.m-a-icon-twitch:before         { content: '\e03e'; }

.m-a-box-container .m-a-box-content .m-a-box-social .m-a-box-social-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    margin: 5px;
}

.m-a-box-container .m-a-box-content .m-a-box-social .m-a-box-social-icon a.icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
    border: none;
}


.molongui-display-none {
    display: none !important;
}
.m-a-box-container .m-a-box-content .m-a-box-social {
    text-align: center;
}
div.m-a-box-item.m-a-box-social {
	float: right;
	width: 8%;
	text-align: left;
}
div.m-a-box-content-middle div.m-a-box-item.m-a-box-data  {
	float: left ;
	width: 90%
}
div.m-a-box-content-bottom {
 clear: both;
}

div.m-a-box-container {
	padding: 0em;
}
div.m-a-box-headline {
	margin-top: 3.5em;
}
div.m-a-box-avatar, div.m-a-box-profile-title {
	display: none;
}

div.m-a-box div.molongui-border-style-solid {
	border-style: none !important;
}
div.m-a-box-related-title {
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #203647 !important;
	text-transform:uppercase;
	font-weight: 500;
	font-size: 0.9em !important;
	margin-bottom:0.5em;
}
div.m-a-box-title h5.molongui-font-size-22-px, molongui-font-size-22-px, h5, .molongui-font-size-22-px, .molongui-text-align-left {
	margin-top: 0.3em;
	font-size: 1.2em !important;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #2477a3 !important;
	margin-bottom: 0em;
	line-height: 1.3em;
	text-transform:uppercase;
	text-align: left;
}
.m-a-box-bio {
    font-size: 0.97em;
}
span.m-a-box-string-web {
	font-size: 0.8em;
	font-weight: 500;
	font-family:'Oswald','Passion One',Georgia, "Times New Roman", Times, serif;
	color: #2477a3;
	margin-top: 0em;
	margin-bottom: 0em !important;
	line-height: 1.0em;	
	text-transform:uppercase;
	vertical-align: top;
}
.molongui-line-height-10 p{
	line-height: 1.4em  !important;
	font-size: 1.1em !important;;
}

.molongui-text-align-justify p {
	text-align: left !important;
}




p.powerpress_subscribe_links {
	margin-top: 0.4em;
	font-size: 0.9em;
}
p.powerpress_links_mp3 {
	margin-bottom: 0em !important;
	font-size: 0.9em;
}

/********nav test *********/
.navbar {
  overflow: hidden;
  color: white;
  font-family: 'Oswald',Arial, Helvetica, sans-serif;
}

.navbar h3 {
	font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
	text-align: left;
	color: #cb2027;
}

.dropdown {
  float: left;
  overflow: hidden;
  width: 100%;
}

.dropdown .dropbtn, .column-main .dropbtn-close {
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font: inherit;
  margin: 0;
}
.column-main .dropbtn-close {
  text-align: left;
  display: block;
  font-size: 2em;
  padding: 0px 0 0 0;
  height: 1em;
  line-height: 1em;
}
.navbar a:hover {
  text-decoration: underline;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #000000;
  margin: 0em 1em 0 1em;
  padding: 0.5px;
  top: -25.6px;
  clear: both;
  width: 100%;
  left: 0em;
  z-index: 1;
}

.column, .column-main {
  float: left;
  width: 31%;
  background-color: #000000;
}
.column {
	margin-top: 2em;
}
.column-main a {
  font-size: 1.1em;	
}
.column a, .column2 a, .column-main a {
  float: none;
  color: white;
  padding: 6px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover, .column2 a:hover, .column-main a:hover {
  color: #2477a3;
  text-decoration: none;
}
p.hamburger-menu-item {
	margin: 0em;
	padding: 6px;
	text-align: left;
}
p.hamburger-menu-item a {
	display: inline;
}
.defmenu {text-align:center; float: left; height: 25.6px; align-items: center; display: flex; line-height: 0.8em; width: 90%; justify-content:center;}
.main-navigation ul {align-items: center;}
.nav-button {float:left;}
.nav-button button {padding: 0 1em 0.1em;}
div#sb .searchform {
	text-align: left;
	padding-left: 5px;
}
div#sb {margin-top: 1em;}
.hide {display: none;}
.show {display: flex;}
.nohamburger {display: none;}
.hamburger {display: block;}

html.wp-dark-mode-active .mejs-inner {
    background-color: #222 !important;
}
.mejs-inner {
    background-color: #222 !important;
}





/* responsive */

@media only screen and (max-width: 1130px) {
	div.index-table {
		width: 720px;	
		margin-right: 4px;
		float: left;
	}
	div.index-row {
		width: 720px;
		float: left;
	}
	div.index-col1 {
		width: 360px;
		float: left;
	}
	div.index-col2 {
		width: 360px;
		float: left;
	}
  	p.section {
 		width: 720px;
	}	
	div.index-cover {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1050px) {
	div.index-table {
		width:400px;	
		margin-right: 4px;
		float: left;
	}
	div.index-row {
		width: 400px;
		float: left;
	}
	div.index-col1 {
		width: 400px;
		float: none;
	}
	div.index-col2 {
		width: 400px;
		float: none;
	}
  	p.section {
 		width: 400px;
	}	
	h1.site-title {
		font-size: 4.5em;
		line-height: 0.8em;
		margin-top: 0.8em;
	}
	div.robot {
		margin-top: 41px;
	}
	div.heading-wrapper {
		margin-top: -30px;
	}
	div.content-section {
		max-width: 500px;
		min-width: 300px;
		width: unset;
	}
	div.page-sidebar {
		margin-left: 20px; 
	}

	div.cover-column0 {
		float: none; 
		width: 500px; 
		margin: 15px 0px;
	}
	div.cover-column1 {
		float: none; 
		width: 500px; 
		margin: 15px 0px;
	}
}
@media only screen and (max-width: 890px) {
	div.page-sidebar img{
		width: 250px; 
	}
	div.page-sidebar {
		width: 255px; 
	}
	div.buy-issue-sidebar {
		width: 253px;
	}

}

@media only screen and (max-width: 835px) {
	div.page-sidebar {
		float: none; 
	}
	div.page-frame {
	 	display:inline-block; 
	}
	div.buy-issue-sidebar {
		width: 300px; 
		position: relative;
        top: initial;
	}
	div.content-section {
		float: none;
	}
	div.page-sidebar {
		width: 100%;
		text-align: center;
		margin: 25px 0 0 0;
		padding: 0; 
	}
	div.page-sidebar img{
		width: 300px;
	}
	div.buy-issue-sidebar img {
		visibility: hidden;
		height: 0em;
	}
	div.buy-issue-sidebar p.sidebar-center {
		visibility: hidden;
		line-height: 0em;
	}
	div.g-col {
		float: none;
	}
}

@media only screen and (max-width: 730px) {
	div.index-table {
		width: 350px;	
		margin-right: 4px;
		float: left;
	}
	div.index-row {
		width: 350px;
		float: left;
	}
	div.index-col1 {
		width: 350px;
		float: none;
	}
	div.index-col2 {
		width: 350px;
		float: none;
	}
  	p.section {
 		width: 350px;
	}
	.hamburger {display: none;}
	.nohamburger {display: block; font-size: 0.65em;}
	.nav-button {line-height: 0.7em; display: flex; justify-content: center; position: relative; top: -1px} 
	.nav-button button {line-height: 0.7em;}
  .column, .column-main {
    float: none;
    width: 100%;
    text-align: center;
  }
  p.hamburger-menu-item {
  	text-align: center;	
  }
  .column a, .column-main a, .column h3, .column-main h3 {
  	text-align: center;
  }
  .show {display: block;}
  .hide {display: none !important;}
  div#sb .searchform {
	text-align: center;
	padding-left: 5px;
  }
  .dropdown-content {
  	margin:0em;
	top: -15.6px;
  }
  .column-main .dropbtn-close {
    padding-left: .5em;
  }
  .nav-button {
  	display: block;
	text-align: center;
	width: 100%;
  }
}


@media only screen and (max-width: 685px) {
  	div.index-cover {
		width: 100%;
		float: none;
		margin-right: 0px;
  	}
	p.cover-image {
		text-align:center;
	}
    img.cover {
		margin-left: 0px;
    }
  	div.index-table {
		width: 360px;	
		margin-right: 1px;
		float: none;
		clear: both;
		margin: 0 auto;
	}	
	div.cover-column0 {
		float: none; 
		width: 100%; 
		margin: 15px 0px;
		text-align: center;
	}	
	div.cover-column1 {
		float: none; 
		width: 100%; 
		margin: 15px 0px;
		text-align: center;
	}

	div.index-row {
		width: 360px;
		float: none;
	}
	div.index-col1 {
		width: 360px;
		float: none;
	}
	div.index-col2 {
		width: 360px;
		float: none;
	}
  	p.section {
 		width: 350px;
		margin-left: 10px;
	}	
	div.g-1 {
		max-width: 360px;
	}
	h1.site-title {
/*		font-size: 2.5em; */
		font-size: 2.0em;
		line-height: 0.8em;
		margin-top: 0.8em;
	}
	p.site-description, h2.site-description {
/*		font-size: 0.57em;*/
		font-size: 0.47em;
		margin-bottom: 1.5em;
	}
  	p.issue, h1.issue {
	  	font-size: 1.6em;
		text-align: center;
		margin-bottom: .6em;
		margin-top: .6em;
  	}
  	p.story {
		margin-right: 1em;
	}
	div.robot {
/*		display: none;*/
		margin-top: 17px;
		height: 55px;
		width: 42px;
		min-width: 42px;
	}
	img.robot {
		height: 55px;
		width: 42px;
	}
	div.heading-wrapper {
		margin-top: 0px;
	}
	div.content-section h3 {
		font-size: 1.2em;
	}
	div.content-section h2 {
		font-size: 1.4em;
	}
	div.content-section h1, div.page-frame h1  {
  		font-size: 1.7em;
	}
	div.content-section div.staff-info {
		margin-top: 0em;
	}

}

@media only screen and (max-width: 660px) {
	div.content-section {
		max-width: 300px;
	}  
	div.index-table {
		width: 345px; 
	}
	div.index-row {
		width: 345px;
	}
	div.index-col1 {
		width: 345px;
	}
	div.index-col2 {
		width: 345px;
	}
	p.section {
 		width: 335px;
		margin-left: 10px;
	}
	p.story {
		margin-right: 0.9em;
	}
	div.content-section div.staff-image {
		float: none;
		width:300px; 
		text-align: center;
	}
	div.content-section div.staff-info {
		float: none;
		width:300px; 
		text-align: center;
	}

}

