/*
	Theme Name: New Authorlink (HTML5 Blank)
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/*background:#555;*/
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
.top-alert {
	width:100%;
	background:teal;
	color:white;
}
.top-alert p {
	width:80%;
	margin: auto;
}
.top-alert p strong {
	color:red;
}
main {
	width:100%;
	display:inline-block;
}

.single-product #container {
    width: 80%;
    display: inline-block;	
}

main.home {
	width:100%;
}
#page {
	width:85%;
	height:auto;
	margin:auto;
}
.logo {
	display:inline-block;
	width:49%;
	margin:0 auto 0 0;
}
#bnflogo {
	width:150px;
	position:absolute;
	top:0;
	right:0;
}
#firstlinebox {
	display:none;
	width: 49%;
	margin:0 0 0 auto;
}

#firstlinebox hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#firstlinebox #firstlinecontainer {
	width:80%;
	position:relative;
	margin: 0 0 0 auto;
	text-align:right;
}
#firstlinebox #firstlinecontainer a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

p {
	font-size:1.25em;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
button {
	font-size:125%;	
}
#topsearch {
	width:100%;
	margin-bottom: 5px;
}
#topsearch form {
	text-align:right;	
}
.notmobile {
	display:none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	/*background:#FFF;
    box-shadow: #000 0px 0px 10px;*/
	margin:10px auto;
	position:relative;
}
/* header */
.header {
	position:relative;
}

#title {
	width:100%;
	background-color: black;
}
#title h1 {
	margin:15px;
	color:white;
	font-size:3em;
}

}
/* logo */
.logo {
	width:25%;
}
.logo-img {
}
/* nav */
.nav {
	width:100%;
	margin:auto;
	padding: 1px 0px;
	border-top:1px solid teal;
	border-bottom:1px solid teal;
	background:none;
}
.nav a {
	text-decoration:none;
	color:black;
}
.nav ul {
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:5px;
}
.nav li {
	display:inline;
	position:relative;
	font-size:12pt;
	color:black;
	padding:10px;
}
.nav li:hover {
	background:#008080;
	color:white;
}
.nav .sub-menu {
	display:none;
	position:absolute;
	left:0;
	padding:10px;
	margin:0px;
	min-width:150px;
	background:#1b9c9c;
	color:white;
	z-index:1;
}
.sub-menu li {
	width:100%;
	display: block !important;
}
.sub-menu a {
	color:white;
	text-decoration:none;
	margin:3px;
	padding:5px;
}
.nav li:hover .sub-menu {
	display:block;
}

.menu {
	text-align:center;
}
.menu li {
	display:inline;
	position:relative;
	color:black;
	font-size:12pt;
	padding:10px;
}
.menu li:hover {
	background:#008080;
	color:white;
}
.menu li:hover .sub-menu {
	display:block;
}
.menu .sub-menu {
	display:none;
	position:absolute;
	left:0;
	padding:10px;
	margin:0px;
	min-width:150px;
	background:#1b9c9c;
	color:white;
	z-index:1;
}
.sidebar-widget .menu li {
	display:block;
	background:#EEE;
	margin:5px 0px;
}
.sidebar-widget .menu li:hover {
	background:gray;
}

ul #237 li {
	background:#62dad0;
	margin:5px;
}
.columnist-list {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.columnist {
	width:30%;
	margin:5px;
	text-align:center;
	background: #6d9292;
	color:white;
	border-radius:5px;
}

.columnist a {
	color: white;	
}

.columnist img {
	max-height:100px;
	margin:5px;
}

/* sidebar */
.sidebar {
	display:none;
	float:right;
}
.home .sidebar {
	display:none;
	float:right;
}
.date, .author {
	font-size:10pt;
}
.page-numbers {
	font-size:12pt;
	font-weight:bold;
}

/* footer */

#footer {
	width:85%;
	background:#C8C8C8;
	
}
.footer-section {
	display:inline-block;
	text-align:center;
	width:49%;
}
#menu-footer {
	background:none;
	padding:0;
}
#menu-footer li {
	display:inline-block;
}
#custom_html-2 {
	text-align:center;	
}

.grecaptcha-badge {
	opacity:0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#content {
	display: block;
    width: 99%;
    margin: 0 auto;
	/*background-color:#DDDDDD;*/
}
article {
	background:#dedede;
	padding:10px;
	margin-bottom:10px;
}
.archive article {
    clear: both;
    overflow: auto;
}
.archive article img {
	float:left;
	margin-right:10px;
}

#bnf-banner {
	background:rgb(18,104,117);
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
#bnf-banner a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#bnf-banner img {
	width:90%;
	margin:auto;
}
#bnf-banner-text {
	position:relative;
	width:100%;
}
#bnf-banner h2 {
	color:white;
	width: 95%;
	position: relative;
	margin: auto;
	text-align: center;
}
/*New Posts Navigation*/
#newposts{
	width:100%;
	/*display:flex;
	flex-wrap:wrap;
	height:300px;
	background-color:#7A7A7A;*/
}
#newposts .postlink  {
    display: block;
		position:relative;
   /* position: absolute;
    top: 0;
    width: 100%;
    height: 100%;*/
}
#newposts .postlink>a {
	/*width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;*/
}
#topstory-container {
	
}

#topstory {
	position:relative;
	display:inline-block;
    width: 100%;
    padding-bottom: 150%;
	height:100%;
	margin:.5%;
	background-color:#919191; /*#121212*/
	/*background: #008080;*/
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	box-shadow:8px 8px 8px 0px #ababab;
	-webkit-box-shadow:8px 8px 8px 0px #ababab;
}
#topstory>a, .chartbox>a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/*#topstory img {
	display:block;
	height:75%;
	margin-left:auto;
	margin-right:auto;
}*/
#topstory h2, .chartbox h2 {
	position:absolute;
	width:100%;
	/*min-height:33%;*/
    -webkit-margin-after: 0;
    padding-bottom: 0.83em;
	bottom:0;
	text-align:center;
	font-size:2.5em;
	font-weight:normal;
	font-family: Arial, sans-serif;
	color:white;
	background:rgba(0,0,0,.65);
	text-shadow: 1px 1px 10px black;
}
#postgroup {
	display:flex;
	display:-webkit-flex;
    width: 98%;
	height:100%;
	margin:.5%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#chartbox-container {
	position:relative;
	display:inline-table;
	width: 50%;
	margin: 0 0 auto;
	border-right: 1px #c5c5c5 solid;
    border-left: 1px #c5c5c5 solid;
}
#chartbox-container h2 {
	text-align:center;
}
.chartbox {
	position:relative;
	width:95%;
	margin:auto;
	height:150px;
	/*background: #008080;*/
	background-color: #919191;
	background-image:url('https://authorlink.com/wp-content/uploads/2020/09/Screenshot-2020-09-11-222542.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.postsingle, .poststack {
	position:relative;
	display:inline-table;
	justify-content: flex-start;
	align-content:stretch;
    width: 50%;
    border-right: 1px #c5c5c5 solid;
    border-left: 1px #c5c5c5 solid;
    /*padding-bottom: 100%;*/
	margin: 0 0 auto;
	/*background-color:#121212;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;*/
}
.postsingle h2, .poststack h2 {	
	font-size: 1.5em;
	font-weight:normal;
	font-family: Arial, sans-serif;
	text-align:center;
	width:95%;
	min-height:33%;
    -webkit-margin-after: 0;
    padding-bottom: 0.83em;
	bottom:0;
	/*color:white;
	background:rgba(0,0,0,.5);
	text-shadow: 1px 1px 10px black;*/
}
.poststack .chartbox h2 {
	width:100%;
	min-height:initial;
	
}
.postsingle p, .poststack p {
	width:85%;
	margin:auto;
	text-align:right;
    /*position: absolute;
    top: 0;
    margin-left: 7.5%;*/
}
.postsingle img {
	display:block;
	object-fit:contain;
	/*background: #008080;*/
	background: #919191;
	width:75%;
	height:205px;
	/*width:35%;*/
  /*height:55%;*/
	margin:5px auto;
	padding:1px;
	box-shadow:8px 8px 8px 0px #ababab;
	-webkit-box-shadow:8px 8px 8px 0px #ababab;
}
.poststack img {
	display:block;
	object-fit:cover;
	width:75%;
	height:100px;
	margin: 5px auto;
    padding: 1px;
}
.postsingle#reports img {
	object-fit:cover;
}
.postsingle .dateline, .poststack .dateline {
	color:teal;
	font-size:8pt;
}
.poststack-section {
	width:100%;
}
.catbox {
	width:85%;
	margin:5px auto;
	text-align:right;
	z-index:3;
}
.catbox ul {
	list-style:none;
	padding:0;
	margin:0;
}
.catbox li {
	display:inline-block;
	background:white;
	border: 1px solid #c5c5c5;
	color:black;
	padding:3px;
}
#rantbox {
	text-align: left;
	height: 55%;
}
#writernav {
	width:100%;	
}
#writernav h2 {
	text-align:center;
}
#writernav ul {
	list-style: none;
	text-align:center;
	padding:0;
}
#writernav li {
	position:relative;
	margin:.25%;
	display:inline-block;
	background:teal;
}
#writernav a {
	color:white;
	text-decoration:none;
}
#writernav li:hover .navdrop {
	display:block;
}
#featuredgroup {
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featureditem {
	width: 48%;
	margin: .33%;
	text-align:center;
	background-color:none;
	border-left:1px solid teal;
}
.featureditem img {
	width:auto;
	max-height:100px;
	margin:5px;
}
.featureditem h2 {
	font-size:1.25em;
	font-weight:normal;
	margin:5px;
	color:black;
}
.featureditem h3 {
	font-size:1.125em;
	font-weight:normal;
	margin:5px;
	color:black;
}
#readernav {
	width:100%;	
}
#readernav h2 {
	text-align:center;
}
#readernav ul {
	list-style: none;
	text-align:center;
	padding:0;
}
#readernav li {
	position:relative;
	margin:.25%;
	display:inline-block;
	background:teal;
}
#readernav a {
	color:white;
	text-decoration:none;
}
.newslist {
	display:inline-block;
	width:100%;
	text-align:center;
}
.newslist h2 {
	text-align:center;
	color:teal;
}
.newslist h3 {
	text-align:left;
	margin-top:0;
}
.newsitem, .awarditem, .debutitem {
	display:inline-block;
	width:85%;
	margin:3%;
}
.newsitem p, .awarditem p, .debutitem p {
	display:block;
	text-align:left;
}
.newsitem img, .awarditem img, .debutitem img {
	width:25%;
	float:left;
    margin: 0 10px 10px 0;
}

#interviewsubcat {
text-align:center;
}
#interviewsubcat li {
display:inline;
}

.post-main {
	width:100%;
	display:inline-block;
}
#directory-flex {
	display: flex;
    flex-wrap: wrap;
}
.directory-flexbox {

}
.pub-options {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-evenly;
}
.pub-type {
	width:30%;
	background:gray;
	color:white;
}
.pub-type h3 {
	text-align:center;
}
.pub-type .pub-button {
	display:block;
	background:green;
	text-align:center;
	font-size:1.25em;
}
blockquote {
	width: 80%;
	margin: 25px auto;
	font-weight:bold;
	font-style:italic;
	font-size:11pt;
	color:gray;
}

/*Book Publishing Service*/
#menu-book-publishing li {
	background: #F1F1F1;
}

/*Columnist Index Page*/
#columnist-index {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.columnist-item {
	width:20%;
	margin:2.5%;
	text-align:center;
	background:#DDD;
}
.columnist-item:hover {
	background:#CCC;	
}

.single p a {
	color:teal;
}
.single p a:hover {
	text-decoration:underline;
}
/*Famous First Lines*/
.firstline-item {
	padding:5px;
}
.firstline-title {
	color: teal;
}
.firstline-item:nth-child(odd) {
	background: #e4e4e4;
}
/*Indie Bestseller*/

.bestseller-listbox {
	margin:10px auto;
}
.bestseller-listbox h2 {
	text-align: center;
	font-size: 2em;
}
.bestseller-listbox ul {
	list-style:none;
	background: f7f7f7;
	-webkit-padding-start: 0;
	width: 75%;
	margin: 0 auto;
}
.bestseller-listbox ul li {
	border:1px solid #dedede;
	font-size:1.25em;
}
.bestseller-listbox ul li:first-child {
	font-size:1.75em;
	background: gray;
	color: white;
}
.bestseller-title {
	background:#d0ecec;
}
.bestseller-list {
	padding:5px;
	list-style:none;
	background-color:#e6e6e6;
	-webkit-padding-start:0;
}
.bestseller-item {
	text-decoration:none;
	height:fit-content;
	padding:1px;
}
.bestseller-item:nth-child(odd) {
	background:#d0d0d0;
}
.bestseller-item img {
	height:75px;
	margin:5px;
	float:left;
}
.seemore-bestseller {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
/*.single-post .post {
	max-height: 400px;
	overflow: hidden;
}
.single-post .show-more {
	margin-top: 15px;
	display:block;
	margin:auto;
	width:fit-content;
	font-size:3em;
	background:teal;
	color:white;
	border-radius:5px;
}*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.single .featured-img {
	float:left;
	margin:0px 10px 10px 0px;
	width:15%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
.postsingle {
		/*padding-bottom:110%;*/
	}
}
@media only screen and (min-width:425px) {
.postsingle {
		/*padding-bottom:85%;*/
	}
	#bnf-banner img {
		width:350px;
	}
}
@media only screen and (min-width:768px) {
	#bnf-banner {
		flex-wrap:nowrap;
	}
	#bnf-banner img {
		width:33%;
	}
	#bnf-banner-text {
		width: 67%;
	}
	#bnf-banner-text h2 {
		width:75%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#topstory {
		width:100%;
		padding-bottom:48%;
	}
	#postgroup {
		width:100%;
		height:100%;
	}
	#chartbox-container {
		width:33%;
		border-left:initial;
		border-right: 1px #c5c5c5 solid;
	}
	.chartbox {
		height:190px;
	}
	.postsingle, .poststack {
		width: 33%;
		border-left:initial;
		border-right: 1px #c5c5c5 solid;
		/*padding-bottom: 30%;*/
	}
	.postsingle img {
	  height:320px;
	}
	.featureditem {
		width: 18%;
		margin: auto;
	}
	.newslist {
		width:48%;
		vertical-align: top;
	}
	main.home {
		width:100%;
	}
	button {
		font-size:100%;	
	}
	#firstlinebox {
		display:inline-block;
	}
}
@media only screen and (min-width:1024px) {
	#bnf-banner img {
		width:30%;
	}
	#bnf-banner-text {
		width: 75%;
	}
	#topstory {
		width:32%;
		padding-bottom:48%;
	}
	#postgroup {
		width:66%;
		float:right;
	}
	.sidebar {
		display:inline-block;
		width:20%;
	}
	.post-main {
	width:75%;
	}
	main {
		width:80%;
	}
	aside {
		display:inline-block;
	}
	.columnist {
	width:24%;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	.columnist {
		width:19%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.see-more .rpwe_widget h3 {
		text-align:center;
}
.see-more .rpwe-ul {
  display:flex;
  flex-wrap:wrap;
}

.see-more .rpwe-li {
  width:33%;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}