/*
Theme Name: Author Theme
Theme URI: https://olympusthemes.com/themes/author-theme
Author: Danny Cooper
Author URI: https://olympusthemes.com/
Description: A theme for authors who want to highlight their work.
Version: 4.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ot-author
Tags: right-sidebar, featured-images, theme-options, threaded-comments, translation-ready, two-columns
/*

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# CSS Reset
# Repeatable Patterns
# Typography
# Structure
# Site header
    ## Logo Centered
# Navigation Menu
    ## Inline Navigation
    ## Navigation Above Logo
# Primary Sidebar
# Content
    ## Archives
    ## Comments
# Site Footer
# Books Custom Post Type
# Page Templatges
    ## Home Page Template
    ## Landing Page Template
    ## Blog Page Template
# Slider
# Callout
# Shortcodes
# Misc
# Responsive Styles

/*--------------------------------------------------------------
# CSS Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption,
th,
td {
	text-align: left;
	font-weight: 400;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333333;
}
ins {
	text-decoration: none;
	background: #fff9c0;
}
hr {
	height: 1px;
	margin: 24px 0;
	border: 0;
	background-color: #cccccc;
}
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# Repeatable Patterns
--------------------------------------------------------------*/

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	text-transform: uppercase;
	color: #929292;
	font-size: 11px;
	font-weight: 400;
}
/* Shared Post Format styling */
article.format-quote .entry-meta,
article.format-link .entry-meta,
article.format-status .entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 10px;
}
textarea {
	overflow: auto;
	vertical-align: top;
	font-size: 100%;
}
/* Reset non-text input types */
input[type=checkbox],
input[type=radio],
input[type=file],
input[type=hidden],
input[type=image],
input[type=color] {
	padding: 0;
	border: 0;
	border-radius: 0;
}
/* Buttons */
.menu-toggle,
input[type=submit],
input[type=button],
input[type=reset],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 7px 10px;
	color: #ffffff;
	border: 0;
	border-radius: 3px;
	background-color: #1c6586;
	font-size: 11px;
	font-weight: 400;
}
button,
input[type=submit],
input[type=button],
input[type=reset] {
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
article.post-password-required input[type=submit]:hover {
	background-color: #0c2e3e;
}
button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
	color: #757575;
	border-color: transparent;
	background-color: #e1e1e1;
	background-image: linear-gradient(top,#ebebeb,#e1e1e1);
	background-repeat: repeat-x;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
.bypostauthor cite span {
	padding: 0;
	color: #ffffff;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	background-color: #21759b;
	background-image: none;
	box-shadow: none;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
	height: auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
	/* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
	/* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color: #757575;
	font-size: 12px;
	font-style: italic;
	line-height: 2;
}
img.wp-smiley,
.rsswidget img {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	width: auto;
	max-width: 100%;
}
.gallery .gallery-icon img {
	max-width: 90%;
	height: auto;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	overflow: hidden;
	line-height: 2;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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

#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	width: 50%;
	text-align: right;
}

.post-links p {
	text-decoration: underline;
	color: #1b89bb;
}

.content .post-navigation {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ededed;
}

.post-navigation .meta-nav {
	text-transform: uppercase;
	color: #1d1d1d;
	font-size: 10px;
}

.post-navigation .nav-links a {
	text-decoration: none;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	overflow: hidden;
	margin: 24px 0;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	margin: 0 0 48px;
	border-top: 0;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	color: #1d1d1d;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}
p {
	margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 1em;
	font-weight: 700;
	line-height: 1.2;
}
h1 {
	font-size: 2.441em;
}
h2 {
	font-size: 1.953em;
}
h3 {
	font-size: 1.563em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
a {
	color: #1b89bb;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.entry-content a,
#nav-below a,
.comments-area a {
	text-decoration: none;
}
.entry-content a:hover,
#nav-below a:hover,
.comments-area a:hover {
	border-bottom: 0;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.site-wrapper {
	width: 1080px;
	margin: 0 auto;
	padding: 0 60px 0;
	background: #ffffff;
}

.site-content {
	float: left;
	width: 640px;
}
.template-front-page .site-content,
.full-width .site-content {
	width: 100%;
}

.primary-sidebar {
	width: 260px;
	padding: 0 0 0 40px;
	color: #757575;
	border-left: 1px solid #f3f3f3;
	font-size: 13px;
}

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

.site-header {
	padding: 50px 0 40px 0;
}

.site-branding {
	float: left;
}

.header-right .site-branding {
	float: right;
}

.site-header .site-title {
	margin: 0;
}

.site-titla a,
.site-title a {
	text-decoration: none;
	letter-spacing: -1px;
	color: #000000;
	font-size: 26px;
}

.header-image {
	margin-top: 24px;
}

/*--------------------------------------------------------------
## Logo Centered
--------------------------------------------------------------*/

.header-center .site-branding {
	width: 100%;
}

.header-center .site-branding,
.header-center .site-branding .site-title {
	text-align: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.primary-navigation {
	display: block;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

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

.primary-navigation li {
	display: inline-block;
	position: relative;
	margin: 0;
}

.primary-navigation a {
	display: block;
	text-decoration: none;
	color: #5e5e5e;
}

.primary-navigation ul ul {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

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

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

.primary-navigation ul ul li {
	border-bottom: 1px solid #e2e2e2;
	background: #efefef;
}

.primary-navigation li:hover,
.primary-navigation li.focus {
	background: #e3e3e3;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: 0;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

.primary-navigation ul {
	max-width: 1080px;
	margin: 0 auto;
	display: inline-block;
}

.primary-navigation a {
	padding: 10px;
}

.primary-navigation .sub-menu li:hover {
	background: #e3e3e3;
}

.primary-navigation li.menu-item-has-children > a:after {
	color: rgba(0, 0, 0, 0.5);
	content: '\25bc';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
}
.primary-navigation li li.menu-item-has-children > a:after {
	color: rgba(255, 255, 255, 0.5);
	content: '\25b6';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
}

.nav-above-left .primary-navigation,
.nav-below-left .primary-navigation {
	float: none;
	text-align: left;
}
.nav-above-right .primary-navigation,
.nav-below-right .primary-navigation {
	float: none;
	text-align: right;
}

.nav-above-center .primary-navigation,
.nav-below-center .primary-navigation {
	float: none;
	text-align: center;
}

.nav-inline .site-branding {
	width: auto;
}

.nav-inline .primary-navigation {
	clear: none;
}

.header-right.nav-inline .primary-navigation {
	float: left;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-meta {
	clear: both;
}

.content .post-edit-link {
	text-decoration: none;
}

.post-feature {
	margin-bottom: 24px;
}

.post-feature a {
	display: block;
}

.entry-header .entry-title {
	margin-bottom: 0;
	font-size: 24px;
}

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

.entry-header .entry-title a {
	text-decoration: none;
	color: #000000;
}

.entry-header .entry-format {
	margin-top: 24px;
	font-weight: 400;
}

.comments-link a,
.entry-meta a {
	text-decoration: none;
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #da6565;
}
article.sticky .featured-post {
	margin-bottom: 24px;
	text-align: center;
	color: #757575;
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	font-size: 13px;
	line-height: 3.692307692;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 1.75em;
}
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	margin-top: 1em;
	margin-bottom: 1em;
}


.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-top: 1em;
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 1em 2em;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 0 2em;
	border-left: 2px solid #d2d2d2;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	overflow: auto;
	margin: 24px 0;
	padding: 24px;
	color: #666666;
	border: 1px solid #ededed;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	cursor: help;
	border-bottom: 1px dotted #666666;
}
.entry-content address,
.comment-content address {
	display: block;
	margin: 0 0 24px;
	line-height: 1.714285714;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: 700;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
	line-height: 1.714285714;
}
.entry-content table,
.comment-content table {
	width: 100%;
	margin: 0 0 24px;
	color: #757575;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	line-height: 2;
}
.entry-content table caption,
.comment-content table caption {
	margin: 24px 0;
	font-size: 16px;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
	border-top: 1px solid #ededed;
}
.site-content article {
	margin-bottom: 40px;
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
	border-bottom: 4px double #ededed;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
.entry-meta {
	margin-bottom: 24px;
	padding: 5px 0 10px 0;
	color: #757575;
	border-bottom: 1px solid #e8e3e3;
	font-size: 13px;
	line-height: 1.846153846;
}

.comment-count {
	float: right;
}
.mu_register h2 {
	color: #757575;
	font-weight: 400;
}

.entry-tags {
	margin-top: 2rem;
	color: #757575;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	margin-top: 22px;
	color: #757575;
	font-size: 12px;
	line-height: 2;
}
/* =Single image attachment view-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

.book-archive-title {
	font-size: 24px;
}

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

#comments .comment-list {
	margin-left: 0;
	list-style: none;
}

#comments .comments-title {
	margin-bottom: 2em;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}


.comment-meta {
	position: relative;
	overflow: hidden;
	margin: 0 0 1em;
	font-size: 13px;
}

#comments .comment-meta a {
	text-decoration: none;
	color: #757575;
}

.comment-author .fn {
	font-weight: 700;
	font-style: normal;
}
.comment-author .fn a {
	text-decoration: none;
	color: #111111;
}
.comment-author .avatar {
	float: right;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	margin-bottom: 24px;
	line-height: 1.714285714;
}

.comment-body {
	border-bottom: 4px double #ededed;
	padding-bottom: 2em;
	margin-bottom: 2em;
}

/* Comment form */

#respond h3#reply-title {
	font-size: 16px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	color: #9e2f2f;
	font-size: 12px;
	font-weight: 400;
}
#respond form {
	margin: 24px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type=text],
#respond form textarea {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

.required {
	color: red;
}

/*--------------------------------------------------------------
# Primary Sidebar
--------------------------------------------------------------*/

.widget-area {
	float: right;
}

.widget-area ul li {
	padding-bottom: 12px;
	border-bottom: 1px solid #eaeaea;
}

.primary-sidebar a {
	color: #757575;
}

.widget-area .widget {
	margin: 0 0 40px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}
.widget-area .widget h3 {
	margin-top: 0;
	margin-bottom: 12px;
}

.widget-area .widget p {
	margin-bottom: 12px;
}
.widget-area .textwidget ul {
	margin: 0 0 24px;
	list-style: none;
}
.widget-area .textwidget li {
	margin-bottom: 1em;
	margin-left: 20px;
	list-style-type: square;
}
.widget-area .widget a {
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: #757575;
	border-bottom: 0;
}

.widget-area #s {
	margin-right: 5px;
}

/* =Widgets-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	margin-left: 12px;
	color: #aaaaaa;
	font-size: 11px;
}
#wp-calendar {
	width: 100%;
	margin: 0;
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

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

.site-footer {
	clear: both;
	padding-top: 40px;
}

.footer-widgets {
	padding: 40px 0 20px;
	border-top: 4px double #ededed;
}

.site-info {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ededed;
}

.site-footer .site-info p {
	margin-bottom: 0;
	text-align: right;
	color: #686868;
	font-size: 12px;
}
.site-footer a {
	color: #686868;
}

.footer-widget {
	float: left;
}

.footer-widgets-count-1 .footer-widget {
	width: 100%;
}

.footer-widgets-count-2 .footer-widget {
	width: 45%;
	margin-right: 10%;
}

.footer-widgets-count-3 .footer-widget {
	width: 30%;
	margin-right: 5%;
}

.footer-widgets-count-4 .footer-widget {
	width: 22%;
	margin-right: 4%;
}

.footer-widget.last {
	margin-right: 0 !important;
}


/* =Plugins----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
}
.author-avatar {
	float: left;
	margin-top: 8px;
}
.author-description {
	float: right;
	width: 80%;
}

#respond form input[type=text] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}

.commentlist .children {
	margin-left: 48px;
}

ul,
ol {
	margin-top: 20px;
	margin-bottom: 40px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}
li {
	margin-bottom: 12px;
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
img.alignnone {
	display: block;
	margin: 1em 0;
}

/*--------------------------------------------------------------
# Books Custom Post Type
--------------------------------------------------------------*/
.page-template-books .book,
.tax-book_category .book {
	float: left;
	clear: both;
	width: 400px;
	margin-right: 80px;
	margin-bottom: 40px;
}

.book.last {
	clear: none;
}
.book-title {
	margin-bottom: 0.5em;
	font-size: 20px;
}

.book-title a {
	text-decoration: none;
	color: #000000;
}

.page-template-books .book img,
.tax-book_category .book img {
	float: left;
	padding-right: 20px;
}

.book-info {
	float: left;
	width: 220px;
}

.single-book .entry-header {
	margin-bottom: 1rem;
}

.single-book .book-cover {
	float: left;
	width: 400px;
	margin-right: 80px;
	margin-bottom: 60px;
}
.single-book .book-info {
	float: left;
	width: 480px;
}
.buy-links {
	margin-bottom: 20px;
	padding: 5px 0;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.buy-links p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.buy-link {
	margin-left: 2px;
	text-decoration: none;
}
.buy-link:hover {
	border-bottom: 0;
}

.buy-links a:after {
	padding-left: 5px;
	content: '\007C';
}

.buy-links a:last-child:after {
	content: ' ';
}

.buy-buttons {
	margin-top: 1em;
}

.book_categories {
	margin-bottom: 2em;
}

.books-category-title {
	margin-bottom: 2em;
	font-size: 20px;
}
/*--------------------------------------------------------------
# Page Templates
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Home Page Template
--------------------------------------------------------------*/

.page-template-front-page .site-footer {
	padding-top: 0;
}

.page-template-front-page .no-callout {
	display: none;
}

.no-slides {
	padding: 50px;
	text-align: center;
	color: #000000;
	background: #dfdfdf;
	font-size: 20px;
}

.arrow-left {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 20px;
	width: 17px;
	height: 30px;
	margin-top: -15px;
	background: url(assets/images/arrows.png) no-repeat left top;
}
.arrow-right {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 20px;
	width: 17px;
	height: 30px;
	margin-top: -15px;
	background: url(assets/images/arrows.png) no-repeat left bottom;
}
.section-intro {
	float: left;
	width: 240px;
}
.template-front-page h5 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1em;
	font-weight: 700;
}
.template-front-page .homepage-books {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #d8d8d8;
}
.template-front-page .book {
	float: left;
	width: 140px;
	margin: 0 0 0 40px;
}
.homepage-blogs {
	margin-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #d8d8d8;
}

.blog-post {
	float: left;
	width: 200px;
	margin-left: 40px;
}
.blog-feature {
	margin-bottom: 20px;
}
.blog-post h3,
.blog-post p {
	font-size: 13px;
	line-height: 1.5;
}
.blog-post h3 a {
	text-decoration: none;
	color: #000000;
}
.blog-post h3 a:hover {
	text-decoration: none;
}
.blog-post p {
	margin-bottom: 0;
}
.homepage-author {
	padding-top: 60px;
	padding-bottom: 60px;
}
.homepage-author .author-bio {
	float: left;
	width: 650px;
}
.homepage-author .author-image {
	float: left;
	max-width: 300px;
	padding: 5px 40px 0 0;
}
.homepage-author .author-social {
	float: right;
	width: 240px;
}
.homepage-author .social-widget a {
	text-decoration: none;
	border-bottom: 0;
}

.social-widget a {
	text-decoration: none
}

.social-icon .fa-fw {
	color: white
}

.social-icon {
	display: inline-block;
	padding: 4px;
	margin-right: 6px;
	border-radius: 3px;
	font-size: 11px;
	line-height: initial;
}

.social-icon.goodreads  {
	background-color: #64320f
}
.social-icon.twitter  {
	background-color: #00aeef
}
.social-icon.facebook  {
	background-color: #3b5998
}
.social-icon.youtube  {
	background-color: #ff0000
}
.social-icon.instagram  {
	background-color: #e1306c
}
.social-icon.linkedin  {
	background-color: #0077b5
}
.social-icon.tumblr  {
	background-color: #35465c
}
.social-icon.pinterest  {
	background-color: #bd081c
}
.template-front-page ul {
	margin: 0;
	margin-bottom: 0;
}
.template-front-page .social-widget a {
	color: #1d1d1d;
}
.homepage-author h5 {
	margin-bottom: 20px;
}
.author-social h5 {
	margin-bottom: 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #929292;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Landing Page Template
--------------------------------------------------------------*/

.page-template-landing-page {
	margin-top: 40px;
}

.page-template-landing-page .site-header {
	display: none;
}

.page-template-landing-page .site-wrapper {
	max-width: 780px;
	margin: 0 auto;
}

.page-template-landing-page article {
	margin-bottom: 0;
	padding-top: 60px;
	border-bottom: 0;
}

.page-template-landing-page .entry-meta {
	display: none;
}

.page-template-landing-page .site-footer {
	padding-top: 0;
}

.page-template-landing-page .footer-widgets {
	display: none;
}

/*--------------------------------------------------------------
## Blog Page Template
--------------------------------------------------------------*/

.page-template-blog .entry-header .entry-title {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.sss {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

.ssslide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ssslide img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.sssnext,
.sssprev {
	position: absolute;
	z-index: 99;
	top: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	margin: 0;
	margin-top: -16px;
	opacity: 0.5;
	background-image: url('assets/images/controls.png');
}

.sssnext:hover,
.sssprev:hover {
	opacity: 1;
}

.sssprev {
	left: 3%;
	background-position: 0 0;
}

.sssnext {
	right: 3%;
	background-position: -32px 0;
}

.sssprev:hover,
.sssnext:hover {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Callout
--------------------------------------------------------------*/
.callout {
	margin-bottom: 40px;
	padding: 20px 0;
	color: #121212;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: #ffffff;
}

.callout .callout-content {
	float: left;
}
.callout .callout-button {
	float: right;
}
.callout p {
	margin-top: 5px;
	margin-bottom: 0;
	color: #121212;
	font-size: 18px;
}
.button {
	display: inline-block;
	padding: 10px 25px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	text-decoration: none;
	letter-spacing: 1px;
	color: #ffffff;
	border-radius: 2px;
	background-color: #1c6586;
}
.button:hover {
	background-color: #0c2e3e;
}

.homepage-callout {
	margin-top: -1px;
	margin-bottom: 0;
}

.divider {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 60px;
	background: #e7e7e7;
}
.no-slider {
	height: 1px;
	margin-top: 0;
	margin-bottom: 20px;
	background: #e7e7e7;
}

.no-callout {
	margin-top: 0;
	margin-bottom: 50px;
	border: 0;
	background-color: #d8d8d8;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.review {
	margin: 40px 2.5%;
	text-align: center;
}
.review img {
	margin-bottom: 1em;
}
.review p {
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.post-type-archive-book .site-content {
	width: 100%;
}
.site-content.full-width {
	width: 100%;
}
.site-content.full-width {
	float: none;
}
.read-more,
.section-intro a,
.author-bio a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.read-more:hover,
.section-intro a:hover {
	border-bottom: 0;
}
.updated {
	display: none;
}

.clear {
	clear: both;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: '';
}


/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width:1040px) {
	body,
	body.custom-background {
		margin: 0 5%;
		background: #ffffff !important;
		background-color: #ffffff !important;
	}

	.site-wrapper {
		width: 100%;
		padding: 0;
	}

	.primary-navigation div.nav-menu > ul {
		float: none;
	}

	.homepage-author .author-bio,
	.homepage-author .author-social,
	.section-intro {
		float: none;
		width: 100%;
	}

	.homepage-author .author-image {
		margin-bottom: 5%;
		margin-right: 5%;
		padding: 0;
	}

	.homepage-author .author-social {
		margin-top: 25px;
	}

	.template-front-page .book {
		float: left;
		width: 20%;
		height: auto;
		margin: 5% 5% 0 0;
	}

	.blog-post {
		width: 47.5%;
		margin: 5% 5% 5% 0;
	}

	.blog-post-2 {
		margin: 0;
	}

	.callout .callout-content,
	.callout .callout-button {
		float: none;
		text-align: center;
	}

	.callout .callout-button {
		margin-top: 25px;
	}

	.site-header h2,
	.site-header h1 {
		text-align: center;
	}

	.site-content {
		float: none;
		width: 100%;
	}

	.primary-sidebar {
		width: 100%;
		padding: 0;
		border: 0;
	}

	.book {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.book img {
		max-width: 40%;
	}

	.template-front-page .book img {
		max-width: 100%;
	}

	.book-info {
		float: left;
		width: 50%;
	}

	.single-book .book-cover {
		float: none;
		width: 100%;
		margin: 0 0 10%;
	}

	.single-book .book-info {
		float: none;
		width: 100%;
	}

	textarea {
		max-width: 90%;
	}

	img {
		max-width: 100%;
	}

	.footer-widgets-count-4 .footer-widget {
		width: 46%;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	.homepage-books,
	.homepage-blogs,
	.homepage-author {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.page-template-books .book,
	.tax-book_category .book {
		width: 47.5%;
		margin-right: 5%;
	}

	.book.last {
		margin-right: 0;
	}
}

@media screen and (max-width:640px) {
	.primary-navigation {
		text-align: center;
	}

	.primary-navigation ul {
		display: none;
	}

	#menu-1.toggled .nav-menu {
		display: block;
	}

	.homepage-author .author-image {
		float: none;
	}

	.blog-post {
		width: 100%;
		margin-right: 0;
	}

	.homepage-books,
	.homepage-blogs,
	.homepage-author {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.site-branding,
	.primary-navigation {
		float: none !important;
		width: 100% !important;
	}

	.primary-navigation .nav-menu {
		float: none !important;
	}


	.site-branding .site-title {
		margin-bottom: 25px;
		text-align: center !important;
	}

	.footer-widgets .footer-widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.page-template-books .book,
	.tax-book_category .book {
		width: 100%;
		margin-right: 0;
	}

	.primary-navigation a {
		border-top: 1px solid #e3e3e3;
	}

	.menu-toggle {
		background-color: #253e80;
		color: white;
		margin: 0 auto;
		width: 100%;
		border: 0;
		border-radius: 0;
	}

	.toggled .menu-toggle {
		background-color: #132658;
		color: white;
		margin: 0 auto;
	}

	/* Small menu. */
	.menu-toggle,
	.primary-navigation.toggled #site-menu {
		display: block;
		background-color: #253e80;
	}

	.primary-navigation li {
		float: none;
		width: 100%;
	}

	.primary-navigation ul ul {
		position: relative;
		float: none;
		left: auto;
		display: none;
		box-shadow: none;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		display: block;
	}

	.primary-navigation ul ul a {
		width: 100%;
	}

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