/*
	Theme Name: ASF Metro Pro
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: Presenting Metro, a modern magazine-style layout built on an optimized mobile responsive platform.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.0.0

	Tags: one-column, two-columns, three-columns, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, accessibility-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html'

	Text Domain: metro-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Ivory
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Custom Pages
		- Store
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px


*/

/**/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600);
@import url(editor-styles.css);

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	/* color: #f96e5b; */
	color: #333
}

a:focus,
a:hover {
	color: #222;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry-content .entry-image {
	width: 332px;

}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 5px solid #f5f5f5;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	color: #333
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto;
}

/* input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
} */

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #bbb;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	/* background-color: #f96e5b; */
	color: #000;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #565656;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	display: table;
    border-collapse: separate;
    box-sizing: border-box;
    /* border-spacing: 2px; */
	/* border-collapse: collapse; */
	border-spacing: 0;
	/* line-height: 2;
	margin-bottom: 40px;
	width: 100%; */
	/* border-color: transparent; */
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	/* border-top: 1px solid #ddd; */
	/* padding: 3px 0; */
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 16px 23px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
	background-color: #fff;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container-wrap {
	background-color: #fff;
	margin: 10px auto;
	max-width: 1140px;
	overflow: hidden;
	padding: 36px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.site-inner {
	clear: both;
	overflow: hidden;
	/* padding-top: 10px; */
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	/* width: 700px; */
	width: 63.555555555%;
	padding: 0 !important;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.metro-pro-landing .site-container-wrap {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 332px;
}

.sidebar-primary .entry-title {
	font-size: 1.75rem!important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* .search-form::before {
	color: #aaa;
	content: "\f179";
	font-family: "dashicons";
	font-size: 1.5em;
	left: 16px;
	line-height: 0;
	position: absolute;
	top: 29px;
} */

.search-form input[type="search"] {
	background: transparent url(images/search.png) no-repeat 10px 7px;
	padding: 0 1em 0 2.75em !important;
	height: 30px;
	box-shadow: none;
	font-family: 'Georgia', serif;
	font-style: italic;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 0 15px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
.sticky {
	/* background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px; */
	padding-top: 10px;
}

.taxonomy-archive-description {
	padding-top: 0;
}

.archive-title + p {
	margin-top: 16px;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

.author-box .author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	position: absolute;
	visibility: hidden;
	margin-bottom: 0;
}

.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	/* font-size: 24px;
  font-size: 1.5rem; */
	font-weight: 700;
}

.entry-title a { font-family: 'TradeGothicLTCom-BdCn20', sans-serif }

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	/* color: #f96e5b; */
}

.content .home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	background: url("https://americanshortfiction.org/new/wp-content/themes/metro-pro-c-all/images/lines.png") bottom repeat-x;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 16px;
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

.content .featured-content .entry-meta .entry-comments-link a,
.content .featured-content .entry-meta .entry-comments-link a:focus,
.content .featured-content .entry-meta .entry-comments-link a:hover {
	background-color: transparent;
	color: inherit;
	padding: 0;
}

.content .featured-content .entry-meta .entry-comments-link a:focus,
.content .featured-content .entry-meta .entry-comments-link a:hover {
	color: #222;
}

.home-bottom .featured-content .entry-title {
	margin: 0px 0 8px 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input[type="submit"] {
	/* background-color: #f96e5b; */
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:focus[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
/* :focus {
	color: #333;
	outline: #ccc solid 1px;
} */


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 63.555555555%; /* 708px / 1080px */
	height: 87px;
	margin-bottom: 20px;
	background-image: url(/new/wp-content/uploads/2013/06/banner.png);
}

.site-title {
	visibility: hidden;
	/* font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin: 0 0 16px;
	text-transform: uppercase; */
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	visibility: hidden;
	/* background-color: #f96e5b; */
	/* color: #fff; */
	/* display: inline-block;
	padding: 16px;
	text-decoration: none; */
}

.site-description {
	visibility: hidden;
	/* display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px; */
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: transparent;
	background-size: contain !important;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */
.widget-headline {
	background-color: #fff;
	line-height: 1;
	padding: 0 .45em;
}

.site-header .widget-area {
	float: right;
	width: 30.111111111%; /* 336px / 1080px */
	background-color: white;
}

.site-header .search-form {
	float: right;
	margin-top: 0;
	width: 100%;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border: none;
	display: inline-flex;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 16px 20px 14px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	/* background-color: #f96e5b; */
	/*color: #fff;*/
	font-style: italic;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0 0 16px 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 99;
	background-color: #bbb;
	/* Grey here is matched to menu top/bottom border */
	transform: translate(0, 40px);
}

.genesis-nav-menu .sub-menu li{
	background-color: #bbb;
}

.sub-menu-3 ul.sub-menu,
.sub-menu-3 ul.sub-menu a{
	width: 250px;
}

.genesis-nav-menu .sub-menu a {
	/* background-color: #333; */
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 16px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:focus,
.genesis-nav-menu > .right > a:hover {
	/* color: #f96e5b; */
	color: #fff;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
	color: #fff;
}

.nav-primary a {
	text-transform: uppercase;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	/*color: #fff;*/
}

.nav-primary .sub-menu a {
	padding: 16px 20px 0 20px;
}

.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover {
	/* background-color: #f96e5b; */
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

/* .menu-item-10773:after {

} */

@media only screen and (min-width : 1030px) {
.dashicons, .dashicons-before:before {
	line-height: 1.4!important;
	font-size: 15px!important;
}}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: transparent;
	/* color: #fff; */
	text-align: right;
	transform: translate(0, -125px);
	/* margin-right: 36px; */
	width:50%;
	float: right;
}

.nav-secondary a {
	text-decoration-color: transparent;
	padding: .85em 2em .75em 2em!important;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	/* padding: 16px; */
}

.menu-item-10795 a span,
.menu-item-11998 a span {
	color: #fff !important;
}

/* .menu-item-10795 a,
.menu-item-10795 a:hover {
	background-color: black;
} */



.nav-secondary .sub-menu a:focus,
.nav-secondary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

/* Navigation Search  */
.is-menu.is-dropdown form {
	min-width: 200px!important;
	max-width: 100%!important;
	right: 0!important;
	top: 85%!important;
	left: -18%!important;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle
/* ,
.sub-menu-toggle */
 {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
}

/** (asf-custom) NOTE: we'll only ever use home-middle-left... */

/* .home-middle-left,
.home-middle-right {
	width: 332px;
} */

.home-middle-left {
	float: left;
}

.home-middle-right {
	float: right;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	/* background: url("https://americanshortfiction.org/new/wp-content/themes/metro-pro-c-all/images/lines.png") bottom repeat-x;
	background-size: 8px 8px; */
	/* margin-bottom: 48px; */
	/* padding-bottom: 32px; */
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.entry-content a {
	color: #f96e5b;
}

.entry-content a:focus,
.entry-content a:hover {
	color: #333;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

ul.arrow li {
	margin-bottom: 25px;
	list-style-image: url("/new/wp-content/uploads/2013/07/arrow-grey.png");
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: 400;
}

.entry-meta {
	color: #999;
	font-size: 12px !important;
	font-size: .75em;
	/* text-transform: uppercase; */

	font-family: Georgia, serif !important;
	/* font-style: italic !important; */
	text-transform: none;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:focus,
.entry-meta a:hover {
	color: #222;
	font-style: italic;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: none;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #f96e5b;
	color: #fff;
	padding: 8px 16px;
}

.content .entry-meta .entry-comments-link a:focus,
.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url("https://americanshortfiction.org/new/wp-content/themes/metro-pro-c-all/images/lines.png");
	background-size: 8px 8px;
	margin-top: 32px;
	padding: 16px;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
}

.after-entry p {
	margin-bottom: 20px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f96e5b;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.ping-list li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.ping-list .reply {
	display: none;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 0;
	word-wrap: break-word;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	list-style-type: none;
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:focus,
a.social-buttons:hover {
	background-color: #f96e5b;
}

/* Custom Social by SP */
.header-nav-skyline {
	margin-bottom: 55px;
	padding-left: 0.3em;
}

.header-nav-skyline li {
	float: left;
}

ul.header-nav-skyline-wrap {
	list-style-type: none;
}

.header-nav-social {
	position: relative;
	height: 0.625em;
	width: 0.75em;
	cursor: pointer;
	float: left;
	margin-right: 0.65em;
}

.header-nav-social svg {
	height: 0.75em;
	width: 0.75em;
	margin-left: -0.375em;
	margin-top: -0.375em;
	fill: #c8c8c8;
	transition: all 0.1s ease;
}

li.header-nav-social a {
	width: fit-content
}

.icon-facebook {
	background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22240%22%20height%3D%22480%22%20viewBox%3D%22200%20-0.289%20240%20480%22%3E%3Ctitle%3Efacebook%3C%2Ftitle%3E%3Cpath%20d%3D%22M251.3%20479.71h96.6V230.26h76.2l5.7-71.656h-81.9v-56.066c1.563-16.485%2016.203-28.58%2032.697-27.018%201.725.164%203.432.476%205.103.934%2013.986.384%2027.88%202.396%2041.4%205.997L440%208.996C409.866%201.738%20378.87-1.29%20347.9%200c-30.948-2.106-60.9%2011.397-79.8%2035.978-13.085%2022.475-18.852%2048.46-16.5%2074.355v48.27H200v71.658h51.3v249.45z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
}

.icon-twitter {
	background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22548%22%20height%3D%22480%22%20viewBox%3D%2245.714%200%20548%20480%22%3E%3Ctitle%3Etwitter%3C%2Ftitle%3E%3Cpath%20d%3D%22M537.888%20135.085v-15.77c22.118-17.364%2041.015-38.485%2055.827-62.4-20.31%209.785-42.044%2016.266-64.39%2019.2%2024.2-16.117%2041.728-40.485%2049.32-68.572-21.884%2014.08-46.14%2024.07-71.584%2029.485C486.396%2013.436%20456.55-.065%20425.205%200c-64.385%202.417-114.652%2056.573-112.34%20121.028-.06%209.214.858%2018.41%202.74%2027.43-92.13-5.655-177.03-51.853-231.873-126.172-9.962%2018.668-15.14%2039.52-15.07%2060.686-.548%2039.8%2018.06%2077.44%2050.006%20101.142-18.044-.715-35.61-6.025-51.032-15.43v2.744c-.84%2055.477%2036.63%20104.213%2090.42%20117.6-9.567%202.793-19.49%204.18-29.455%204.113-7.233.177-14.465-.397-21.578-1.713%2012.97%2047.978%2055.537%2081.983%20105.147%2084-38.962%2033.32-88.497%2051.672-139.74%2051.77-8.897.567-17.82.567-26.716%200%2050.436%2034.533%20110.146%2052.943%20171.25%2052.8C424.86%20480%20537.888%20295.543%20537.888%20135.086z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
}

.icon-insta {
	background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22480%22%20viewBox%3D%22170%200%20300%20480%22%3E%3Ctitle%3Etumblr%3C%2Ftitle%3E%3Cpath%20d%3D%22M223.7%20365.075c-.965%2016.942%201.17%2033.92%206.3%2050.097%205.613%2012.787%2014.264%2024.012%2025.2%2032.698%2012.917%2010.675%2027.796%2018.726%2043.8%2023.697%2019.434%205.938%2039.683%208.773%2060%208.4%2018.37.096%2036.69-1.917%2054.6-6%2019.43-4.78%2038.326-11.515%2056.4-20.1v-75.894c-21.654%2014.92-47.21%2023.158-73.5%2023.698-12.945.22-25.703-3.1-36.9-9.6-7.684-4.08-13.646-10.79-16.8-18.897-4.01-17.6-5.524-35.675-4.5-53.696v-122.99h115.5v-76.495H338.3V0H269c-2.252%2020.824-8.035%2041.113-17.1%2059.996-7.893%2016.186-19.022%2030.582-32.7%2042.297-14.52%2011.925-31.235%2020.893-49.2%2026.398v67.796h53.7v168.59z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
}

/* .svg-icon {
  width: 480px;
  height: 480px;
} */

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #c8c8c8;
}

.svg-icon circle {
  stroke: #c8c8c8;
  stroke-width: 1;
}

.icon-rss {
	background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22480%22%20height%3D%22480%22%20viewBox%3D%2279.758%200%20480%20480%22%3E%3Ctitle%3Erss%3C%2Ftitle%3E%3Cpath%20d%3D%22M143.568%20352.2c-35.107-.134-63.676%2028.232-63.81%2063.357-.133%2035.125%2028.22%2063.708%2063.327%2063.842%2017.076.063%2033.46-6.747%2045.46-18.9%2024.676-24.986%2024.434-65.255-.54-89.942-11.84-11.704-27.794-18.294-44.437-18.358zM80%200v91.5c213.996.987%20387.184%20174.396%20388.005%20388.5h91.754c-.06-127.28-50.645-249.328-140.63-339.3C329.313%2050.5%20207.256-.14%2080%200z%22%2F%3E%3Cpath%20d%3D%22M80%20163.2v91.5c59.552-.034%20116.653%2023.726%20158.62%2066%2042.345%2042.172%2066.093%2099.522%2065.967%20159.3h92.054c-.045-83.99-33.49-164.513-92.953-223.8-59.22-59.55-139.726-93.02-223.687-93z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
}

/* .social-media-icons
{
	background-color: none;
	width:100%;
	height:80px;
}

.social-header
{
	padding:0px 10px 2px 10px;
	background-color:#eee;
	color:#444;
}

.socialfb
{
         background: url(images/social.png) no-repeat 0px 0px;
         width: 49px;
         height: 49px;
         text-indent: -9999px;
         float: left;
}

.socialfb:hover
{
	background: url(images/social-bw.png) no-repeat 0 0px;
	width: 49px;
	height: 49px;
}

.socialtw
{
	background: url(images/social.png) no-repeat 0px -435px;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 5px;
}

.socialtw:hover
{
	background: url(images/social-bw.png) no-repeat 0px -433px;
	width: 49px; height: 49px;
}

.socialgp
{
	background: url(images/social.png) no-repeat 0px -109px;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 5px;
}

.socialgp:hover
{
	background: url(images/social-bw.png) no-repeat 0px -108px;
	width: 49px;
	height: 49px;
}

.socialpin
{
	background: url(images/social.png) no-repeat 0px -218px;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 5px;
}

.socialpin:hover
{
	background: url(images/social-bw.png) no-repeat 0px -217px;
	width: 49px;
	height: 49px;
}

.socialrss
{
	background: url(images/social.png) no-repeat 0px -326px;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 5px;
}

.socialrss:hover
{
	background: url(images/social-bw.png) no-repeat 0px -325px;
	width: 49px;
	height: 49px;
} */

/* Swify Bar */
#sb_super_bar {
	left: 39px!important;
	width: 93.25%!important;
	border-top: 1px solid #bbb!important;
}

.sb_text-size a,
.sb_text-size span {
	font-size: 1.2rem!important;
	text-decoration: none;
}

.sb_text-size a :hover {
	font-style: italic;
}

.sb_post-data h2 {
	letter-spacing: .1em;
	font-family: 'TradeGothicLTCom-BdCn20', sans-serif!important;
	font-weight: normal!important;
	font-size: 22px!important;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 32px auto;
	max-width: 1140px;
	padding: 36px 36px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 36px;
}

.footer-widgets .search-form {
	width: 100%;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-image: url("https://americanshortfiction.org/new/wp-content/themes/metro-pro-c-all/images/footer-diamond.png");
	background-repeat: repeat;
	clear: both;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.5rem 0;
	height: 125px;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #a6a6a6;
}

.site-footer p {
	margin: 0;
}




/* custom without clear equivalents */
.genesis-nav-menu li.right a:hover,
.site-footer a:hover,
#subnav .subnav-left a:hover {
    color: black;
}

#title {
	font-size: 32px;
	font-size: 2.3rem;
}

.category-8 .entry-meta {
	margin-bottom: 10px;
}

.category-8 .entry-title {
	margin-bottom: 5px !important;
}

.category-6 .entry-meta {
	margin-bottom: 0;
}

.category-6 .entry-title {
	margin-bottom: 5px !important;
}

.category-web-exclusives h2 {
	margin-top: -13px;
}

.category-news {
	margin-bottom: 10px;
}

.home-middle .featuredpost .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	letter-spacing: .1em;
	font-family: 'TradeGothicLTCom-BdCn20', sans-serif;
	font-weight: normal !important;
	font-size: 28px;
}


.home-middle .featuredpost h2 {
	margin-bottom: 8px ;
	margin-bottom: 0.5rem ;
	letter-spacing: .1em ;
	font-family: 'TradeGothicLTCom-BdCn20', sans-serif ;
	font-weight: normal ;
	font-size: 28px ;
}

.home-bottom .featuredpost h2 {
	margin-bottom: 8px ;
	margin-bottom: 0.5em ;
	letter-spacing: .1em !important;
	font-family: 'TradeGothicLTCom-BdCn20', sans-serif !important;
	font-weight: normal !important;
	font-size: 22px !important;
}

/* .footer-widgets in a list? Old: line 1599
.footer-widgets,
    #wrap { max-width: 888px }
    #carousel { width: 95% !important }
}
*/
.subnav-left { display: none }

#header {
	margin: 10px 0 10px 10px !important;
}
/* Social links control */
.social-links {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

.social-top {display: inline;}
.social-bottom {display: none;}

@media only screen and (max-width : 1030px) {
		.social-top {display: none;}
		.social-bottom {display: inline;}
}

/* more custom*/

.byline { display: inline }
/* links above search */
.social-links {
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400  !important;
	font-size: 10pt  !important;
	text-decoration: none !important;
	color: #afafaf !important;
}
.social-links a {
	text-decoration: none !important;
	color: #afafaf !important;
}
.social-links a:hover { text-decoration: underline !important }
/* .home-middle a.alignright img { margin: 0 0 0 15px } */
.sidebar .widget { margin-bottom: 30px }
.sidebar .entry {
	margin-bottom: 5px !important;
	padding-bottom: 0 !important;
}
.sidebar .page {
	padding-bottom: 0 !important;
	background-image: none !important;
}
.sidebar .widget .page a.alignleft img,
.sidebar .widget .post a.alignleft img { margin: 0 }
.sidebar .post { background-image: none !important }
.menu-primary {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
.menu-primary a { font-size: 10pt !important }
/*.entry p {*/
	/*font-family: 'Source Sans Pro', sans-serif;*/
	/*font-weight: 400; *//*ernesto*/
	/*font-size: 17px;*/
/*}*/
.entry p {
	/*font-family: "ratio",sans-serif;*/
	/*font-style: normal;*/
	/*font-weight: 200;*/
	font-family: sans-serif;
	font-style: normal;
	/*font-weight: 300;*/
	font-size: 15px;
}
.entry p.byline, .byline {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
}

strong {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: sans-serif;
	font-weight: bold;
}

.home-bottom .widget .entry p {
	font-weight: 400; /*ernesto*/
	font-size: 15px;

}

.home-bottom .entry-content {
	overflow:hidden;
}

.search-input {
	font-family: 'Georgia', serif;
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget-title,
h2.entry-title,
h2.entry-title a {
	/* line-height: 1.2; */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 14pt;
	/* color: #032317;  */
}

.category-6 .entry-title,
.category-6 .entry-title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 14pt;
}
.genesis-nav-menu.menu-primary {
	background-color: #fff !important;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #bbb;
}
.genesis-nav-menu a {
	padding: .85em 4.5em .75em 0;
	color: #000;
}

.menu-item-has-children a {
	padding-right: 0;
}

.astm-search-menu a {
	padding: 0;
	transform: translate(0, -5px);
}

.genesis-nav-menu li.menu-item-64,
.genesis-nav-menu li.menu-item-11998,
.genesis-nav-menu li.menu-item-11998 {
	float: right;
	padding-right: 0 !important;
}

.genesis-nav-menu .menu-item-64 a,
.genesis-nav-menu .menu-item-10814 a { padding: .85em 0 0.75em 4em !important }
.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a {
	background-color: transparent !important;
	/*color: #19d700; */ /*leave to animation*/
}

.genesis-nav-menu .menu-item-has-children a.sf-with-ul:hover  {
	color: black !important;
	font-style: normal;
}

.search-input {
	background: transparent url(images/search.png) no-repeat 10px 7px;
	padding: 0 0 0 2.75rem !important;
	box-shadow: none;
}

.sub-menu-toggle {
	background-color: transparent;
	float: right;
	padding: 10px;
	/* position: absolute; */
	right: 0;
	top: 0;
	z-index: 100;
	border-width: 0;
	color: #333;
	display: block;
	padding: .5em 3em 0 0;
	overflow: hidden;
	text-align: right;
	visibility: visible;
}

.sub-menu-toggle:hover {
	color: blueviolet;
}

.widget_reallysimpletwitterwidget {
	padding: 10px 10px 10px 10px;
	/*background-color: #ececec;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 10pt;
	/*margin-bottom: 40px !important; *//* important to override .sidebar .widget */
}
.twitter-timestamp {
	display: none; /* don't show time on tweets */
}
.widget_reallysimpletwitterwidget { margin-bottom: 0px !important }
.widget_reallysimpletwitterwidget li {
	background-color: #ececec;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px !important;
}
.widget_reallysimpletwitterwidget li:before {
	position: absolute;
	margin-left: -75px;
	margin-top: 0px;
	content: '';
	background: transparent url('images/twitter-grey.png') no-repeat 0 0;
	width: 100px;
	height: 100px;
	pointer-events: none;
}
.more-link {
	font-family: 'Georgia', serif;
	font-style: italic;
	text-decoration: none;
	color: #c7c7c7;
	font-size: smaller;
}
.more-link:hover {
	text-decoration: underline;
	color: #000;
}
.footer-widgets {
	margin-top: 0;
	padding-top: 0;
}

.paypal-section {
	display: absolute;
	border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/*we only want one wide footer section*/
.footer-widgets-1 { width: 100% !important }
.footer-widgets-2,
.footer-widgets-3 { width: 0 !important }
.paypal-section input,
.paypal-section select {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}
.paypal-section input { border: 1px solid #a9a9a9 }
.paypal-section select { border: 1px solid #a9a9a9 }
.bottom-custom { margin: 35px 0 25px 0 }
.webexcl_image_div {
	text-align: center;
	max-height: 200px;
	margin-bottom: 15px;
}
.webexcl_image_div .inside {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center 0;
}
.webexcl_image_div img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.webexcl_date {
	font-style: italic;
	letter-spacing: 0.15em;
	font-size: 10pt!important;
	margin-bottom: 3px!important;
}

.category-web-exclusives .entry-content { margin-top: 5px }
.category-web-exclusives .entry-author a {
	/* margin-top: 10px;
	font-family: 'Source Sans Pro', sans-serif; */
	font-weight: 400;
	/* text-decoration: none;
	color: black;
	font-style: italic; */

	/* to match entry-meta */
	color: #999;
	font-size: 12px !important;
	font-size: .75em;
	font-family: Georgia, serif !important;
	text-transform: none;
	text-decoration: none;
}

.category-web-exclusives .entry-author a:hover {
	color: black;
	font-style: italic;
}
.genesis-grid {
	width: 45%;
	height: 450px;
	/*border: 1px solid green;*/
}
.genesis-grid-odd {
	float: left;
	margin: 0 5px 15px 0px;
}
.genesis-grid-even {
	float: right;
	margin: 0 0 15px 5px;
}

.genesis-grid .post-image {
	width: 100%;
	max-height: 173px;
}

#webexcl-widget {
	width: 105px;
	float: right;
	border-left: 1px solid #d3d3d3;
	margin-left: 15px;
	padding-top: 20px;
	padding-left: 15px;
}
.mr_social_sharing {
	display: block !important;
	text-align: right;
	margin-top: 10px;

}
.mr_social_sharing_wrapper span.mr_small_icon {
	font-size: 12px !important;
	font-family: 'Droid Sans','Arial','sans-serif' !important;
	/*font-weight: bold;*/
	color: #c0c0c0;
	width: 65px;
	padding-left: 5px;
	text-align: left;
	display: block;
}
.wpptopdf {
	display: block;
	text-decoration: none;
	margin-left: 2px;
}
.wpptopdf a { text-decoration: none }
.wpptopdf .text {
	color: #c0c0c0;
	width: 65px;
	/*font-weight: bold;*/
	text-decoration: none;
	padding-left: 5px;
	font-size: 12px !important;
	font-family: 'Droid Sans','Arial','sans-serif' !important;
	vertical-align: bottom;
}
.webexcl-print {
	margin-top: 4px;
	margin-left: 2px;
	font-size: 12px !important;
	font-family: 'Droid Sans','Arial','sans-serif' !important;
}
.webexcl-print .second {
	margin-left: 5px;
	vertical-align: bottom;
	text-decoration: none;
	color: #c0c0c0 !important;
}
.category-web-exclusives .entry-content { /*float: left;_NO__DOTCOMMA__AFTER__*/  }

#ui-carousel-prev {
	position: absolute;
	margin-left: -50px;
	margin-top: 35px;
	background-image: url('./images/nav_prev.png');
}
#ui-carousel-next {
	float: right;
	margin-left: -10px;
	margin-top: -110px;
	background-image: url('./images/nav_next.png');
}
#ui-carousel-prev,
#ui-carousel-next {
	display: inline-block;
	height: 50px;
	width: 25px;
}
/*
15 Custom Pages-----------*/
/*Store*/
#store {
	font-family: sans-serif !important;
}

.product {
	padding: 25px 0;
	border-bottom: 1px solid #bbb;
	clear: both;
	overflow: hidden;
}
.product.last { border: 0 }
.product img {
	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.55);
	box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.55);
}
input.storeIcon {
	width: 107px;
	background-color: transparent;
	border: 0 none;
	padding: 0;
	width: 107px;
	box-shadow: none;
}

#pay-subscribe {
	padding-left: 325px;
}

@media only screen and (max-width: 750px) {
	#pay-subscribe {
		padding-left: 0;
	}
}

.viewCart {
	width: 107px;
	float: right;
	height: 26px;
}

/*Home Page*/
.home-bottom .featuredpost .post { border: 0 none }
.home-middle-left {
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
}
.home-bottom-widget div:first-child { display: none }
.home-middle-left {
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.home-bottom-widget div:first-child { display: none }
.navigation a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400  !important;
	font-size: 10pt  !important;
	text-decoration: none !important;
	/*color: #afafaf;*/
}
.category-5 .content .post {
	border-bottom: 1px solid #bbb;
	margin-bottom: 25px !important;
}
.entry-content a {
	color: black;
	text-decoration: underline;
}
.entry-content a:hover {
	color: black;
	text-decoration: none;
}
.navigation {
	padding-bottom: 40px;
}
.navigation a {
	color: black;
}
.category-6 .entry-content {
	font-size: 11pt;
}
.category-6 .navigation {
	clear: both;
}
.category-6 .navigation .alignright,
.category-6 .navigation .alignleft {
	margin: 25px 0;
}
/*hide regular page headers*/
.page h1 { display: none !important; }
/*store content should use source sans pro font*/
/* .post-29 .entry-content h1, .post-29 .entry-content h2, .post-29 .entry-content h3, .post-29 .entry-content h4,
	.post-29 .entry-content h5, .post-29 .entry-content td, .post-29 .entry-content td, .post-29 .entry-content td,
	.post-29 .entry-content td,
	.post-29 .entry-content td, .backIssueWrap {
	font-family: 'Source Sans Pro', sans-serif;
} */

.post-29 .entry-content td, .backIssueWrap {
	font-size: 14px !important;
}
.backIssueWrap img {
	margin-bottom: 10px;
}

.staff {
	padding-right: 60px;
}

a.wpptopdf {
	text-decoration: none !important;
}

/* Current Issue Widget */
.cur_issue {
  /* width: 75%;
  margin: 0 auto;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  padding: 6rem;
  padding-left: 9rem;
  font-size: 1.6rem;
	transform: skewX(-12deg);  */
}
  .cur_issue:not(:last-child) {
		/* margin-bottom: 4rem;  */
	}
.cur_issue_fig {
	/* width: 15rem;
	height: 15rem;
	float: left;
	background-color: red;
	color: #fff;
	-webkit-shape-outside: circle(50% at 50% 50%);
	shape-outside: circle(50% at 50% 50%);
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	transform: translateX(-3rem) skewX(12deg); */
	position: relative;

	margin: 1em 30px 1em 0;
	width: 50%;

}
.cur_issue_img {
	/* height: 100%; */
	/* transform: translateX(-4rem) scale(1.4); */
	transform: translateX(1rem) scale(1.1);
	backface-visibility: hidden;
	transition: all .5s;
}
.cur_issue_text {
	/* transform: skewX(12deg);  */
}
.cur_issue_link {
	font-family: 'TradeGothicLTCom-BdCn20', sans-serif
	/* background-color: red; */
	color: rgb(0, 0, 0);
	box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
	/* -webkit-shape-outside: circle(50% at 50% 50%);
	shape-outside: circle(50% at 50% 50%);
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%); */
}
.cur_issue_caption {
	position: absolute;
	top: 45%;
	left: 55%;
	transform: translate(-50%, 20%);
	text-transform: uppercase;
	font-size: 1.7rem;
	text-align: center;
	opacity: 0;
	transition: all .5s;
	backface-visibility: hidden; }
.cur_issue:hover .cur_issue_caption {
	opacity: 1;
	transform: translate(-50%, -50%); }
.cur_issue:hover .cur_issue_img {
	/* transform: translateX(-4rem) scale(1); */
	transform: translateX(1.1rem) scale(1);
	filter: blur(3px) brightness(80%); }

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.entry-comments h3:after,
	.entry-comments h3:before,
	.entry,
	.widget-title:after,
	.widget-title:before {
		/* background-image: url("https://americanshortfiction.org/new/wp-content/themes/metro-pro-c-all/images/lines@2x.png"); */
	}

}

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

	.footer-widgets,
	.site-container-wrap,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}


	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	/* .home-middle-left,
	.home-middle-right, */
	.sidebar-primary,
	.title-area {
		width: 272px;
	}

	.sidebar-primary a {
		width: 100%;
		margin: 0 0 12px 0;
	}

	/* Genesis Responsive Menus */
	.genesis-responsive-menu{
		display: none;
		position: relative;
		margin-right: 0;
		transform: translate(0, -60px);
	}

	.genesis-responsive-menu .wrap {
		padding: 1px 0 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #333;
		display: block;
		margin: 0 auto;
		padding-right: 4em;
		overflow: hidden;
		text-align: right;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		border-width: 0;
		color: #333;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: 25%;
		padding-right: 0;
		transform: translate(0, -90px);
		float: right;
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		background-color: transparent;
		float: right;
		padding: 7px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.nav-secondary {width: 100%}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a:hover,
	.genesis-responsive-menu.nav-secondary .genesis-nav-menu .sub-menu a:focus,
	.genesis-responsive-menu.nav-secondary .genesis-nav-menu .sub-menu a:hover {
		background: transparent;
		color: currentColor;
		text-decoration: none;
		/* text-decoration: underline; */
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .current-menu-item > a {
		background-color: transparent;
		border: none;
		/* margin-bottom: 1px; */
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding: 3px 0 3px 15px;
		position: static;
		width: 100%;
		transform: translate(0, 0px);
	}

	/* .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	} */

	.genesis-nav-menu .menu-item-64 a,
	.genesis-nav-menu .menu-item-10814 a {
		padding: .85em 2em 0.75em 2em !important
	}

	/* Navigation Search  */
	.is-menu.is-dropdown form {
		/* min-width: 200px!important;
		max-width: 100%!important;
		right: 0!important; */
		top: 13%!important;
		left: 21%!important;
	}

	.astm-search-menu a {
		transform: none;
	}

	.site-inner {
		padding-top: 0;
	}

	.search-results .site-inner {
		padding-top: 10px;
	}

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-widgets {
		padding: 20px 5% 0;
	}
}

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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area
	{
		width: 100%;
	}

	.header-image .site-title a {
		background-position: center !important;
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	img.cur-issue {
		max-width: 50%;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
	}

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer-widgets,
	.site-container-wrap {
		width: 94%;
	}

	.site-container-wrap {
		padding: 20px 5%;
	}

	.five-sixths,
	.four-sixths,
	/* .home-middle-left,
	.home-middle-right, */
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	/* responsive images */
	.alignright {
		display: block;
		text-align: center;
		/* float: none; */
	}

	a.alignright, img.alignright, .wp-caption.alignright {
    margin: 0 0 15px 15px;
	}

	.home-middle .featuredpost header {
		text-align: center;
		margin: 0 20px 20px 16px;
	}
}

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

	img {
		width: 100%;
	}

	.alignleft {
		display: block;
		text-align: center;
		float: none;
	}

	.genesis-grid {
		width: 100% !important;
	}

	a.alignright, img.alignright, .wp-caption.alignright {
		width: 100%;
    margin: 0 0 15px 0;
	}

	img.cur-issue {
		max-width: 100%;
		width: 100%;
	}

}

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

	.content .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin: 10px 0;
	}

	.header-full-width .title-area {
		width: 70%;
	}

	.title-area {
		background-size: cover;
		/* 860px; */
		background-repeat: no-repeat;
		height: 65px;
		margin-bottom: 0;
	}

	/* Genesis Responsive Menus */
	.genesis-responsive-menu{
		transform: translate(0, -35px);
	}
	.menu-toggle {
		transform: translate(0, -65px);
	}

}

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

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.header-full-width .title-area {
		width: 65%;
	}

	.title-area {
		height: 55px;
		margin-bottom: 0;
	}

}



/* In process */
.post-10781 a.alignleft  img {
	width: 160;
}

/* .norm_row {
	transform: translate(-50px, 32px);
} */

/* Focus outline for non tab users v tab users */
/* a subtle focus style for keyboard-input elements */
.text-input:focus {
  outline: 1px solid #aaa; /* Adjust to suit your tastes */
}

/* no outline for non-keyboard-inputs elements */
button:focus,
select:focus {
	outline: none;
}
/* Strong outline for tab users */
body.user-is-tabbing *:focus {
  outline: #19d700 solid !important; /* for non-webkit browsers */
	/* outline: 5px auto -webkit-focus-ring-color !important; */
	background-color: black;
	text-decoration-color: white;
	color: white;
}

