/*
	Theme Name: Author Pro Theme
	Theme URI: http://my.studiopress.com/themes/author/
	Description: The industry standard for Premium WordPress Themes.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.0.0
	
	Tags: black, blue, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
		
	Template: genesis
	Template Version: 2.1.2
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis Author Pro
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
	- Shrink
- Site Navigation
	- Primary Navigation
	- Secondary Navigation
	- Responsive Menu
- Content Area
	- Home
	- Flexible Widgets
	- Entries
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1320px
	- Max-width: 1200px
	- Max-width: 980px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## 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
--------------------------------------------- */
@font-face {
    font-family: "CloisterBlack";
    src: url("http://ajhartley.net/wp-content/themes/author-pro/fonts/CloisterBlack.ttf");
}

body {
	background-color: #7a8690;
	color: #000;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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

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

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

a {
	color: #0085da;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 30px;
}

blockquote::before {
	color: #e1e9ee;
	content: "\201C";
	display: block;
	font-size: 60px;
	font-weight: 400;
	height: 0;
	left: -30px;
	position: relative;
	top: -16px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #000;
	clear: both;
	margin: 40px 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	padding: 2px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

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

::-moz-placeholder {
	color: #000;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.featured-content .more-link {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	padding: 16px 32px;
	text-align: center;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.featured-content .more-link:hover {
	background-color: #000;
	color: #fff;
}

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

.content .widget-full .featuredpage .button,
.content .widget-full .featuredpage .more-link,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .featured-content .more-link {
	border-color: #fff;
	color: #fff;
}

.content .widget-full .featuredpage .button:hover,
.content .widget-full .featuredpage .more-link:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .featured-content .more-link:hover {
	background-color: #fff;
	color: #000;
}

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

.button {
	display: inline-block;
}

.more-link {
	display: table;
	margin-top: 30px;
}

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

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #f2f2f2;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #fff;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 120px;
	position: relative;
	z-index: 99;
}

.featured-widget-area + .site-inner,
.landing-page .site-inner {
	margin-top: 0;
}

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

/* ### Content */

.content {
	float: right;
	width: 900px;
}

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

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

.archive.genesis-author-pro .content,
.archive.genesis-pro-portfolio .content {
	padding: 80px 80px 0;
}

/* ### Primary Sidebar */

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

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


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #f3f3f3;
	padding: 20px 30px;
}



.archive-description,
.author-box {
	background-color: #f9f9f9;
	font-size: 16px;
	padding: 80px;
}

.author-box {
	margin-bottom: 80px;
}

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

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.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;
	width: 1px;
}

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

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

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #0085da;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0;
}

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


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

.widget-area .widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area p:last-child,
.widget-area .widget:last-child {
	margin-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.widget-area .featured-content .entry-header p {
	margin-bottom: 20px;
}

.featured-content .entry:after {
	display: none;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 22px;
}

.featured-content .entry:last-of-type + .widget-title {
	margin-top: 20px;
}

.featured-content .aligncenter ~ div,
.featured-content .aligncenter ~ header {
	text-align: center;
}

.featured-content .aligncenter ~ div .more-link {
	margin: 20px auto 0;
}

.content .widget-full .featuredpage {
	background-color: #181c1e;
	color: #fff;
}

.content .widget-full .featuredpage .entry {
	background-color: rgba(255, 255, 255, 0.05);
}

.content .widget-full .featuredpage a:hover,
.content .widget-full .featuredpage .entry-title a {
	color: #fff;
}

.content .widget-full .featuredpage .entry-title a:hover {
	color: #ccc;
}


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

/* ## Genesis Author Pro
--------------------------------------------- */

.archive.genesis-author-pro .archive-description,
.archive.genesis-author-pro .breadcrumb,
.archive.genesis-pro-portfolio .archive-description,
.archive.genesis-pro-portfolio .breadcrumb {
	margin: -80px -80px 80px;
}

.archive.genesis-author-pro .archive-pagination,
.archive.genesis-pro-portfolio .archive-pagination {
	margin: 0 -80px;
}

.archive.genesis-author-pro .content .entry {
	margin-bottom: 20px;
}

.archive.genesis-author-pro  .entry::after,
.archive.genesis-pro-portfolio .entry::after {
	border-bottom-width: 0;
	padding-top: 0;
}

.archive.genesis-author-pro .author-pro-featured-image,
.author-pro-featured-image a,
.single-books .author-pro-featured-image {
	position: relative;
	overflow: hidden;
}
.series-url a {
    border: 3px solid gold;
    padding: 2px 29px 5px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    display: table;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
}

div .book-featured-text-banner {
	background-color: #0085da;
}

.featuredbook .image-aligncenter ~ div,
.featuredbook .image-aligncenter ~ header {
	text-align: center;
}

.featuredbook .book-price {
	font-weight: 700;
}

.single-books .content .book-price {
	border-bottom: 1px solid #000;
}

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

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

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #7a8690;
	color: #fff;
	min-height: 120px;
	position: fixed;
	width: 100%;
	z-index: 498;
}

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

.title-area {
	float: left;
	padding: 42px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.site-title {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.site-description {
	display: block;
	height: 0;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .title-area {
	padding: 25px 0;
	width: 320px;
}

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

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	float: left;
	min-height: 70px;
	width: 100%;
}

/* ## Shrink
--------------------------------------------- */

.shrink {
	min-height: 0;
}

.shrink .title-area {
	padding: 17px 0;
}

.shrink .genesis-nav-menu li a {
	padding-bottom: 27px;
	padding-top: 27px;
}

.header-image .shrink .title-area {
	padding: 0;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 52px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	background-color: #181c1e;
	left: -9999px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	transition:         opacity .3s ease-in-out;
	width: 200px;
	z-index: 499;
}

.genesis-nav-menu .sub-menu li a {
	background-color: #181c1e;
	color: #fff;
	font-size: 12px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -62px 0 0 199px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > li.last > a {
	padding-right: 0;
}

.genesis-nav-menu .highlight {
	float: right;
}

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

.nav-primary {
	float: right;
	text-align: right;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.nav-primary:hover .genesis-nav-menu a {
	color: #e1e9ee;
}

.nav-primary:hover .genesis-nav-menu a:hover {
	color: #fff;
}

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

.nav-secondary {
	background-color: #e1e9ee;
	display: block;
	max-width: 1280px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 498;
}

.nav-secondary .wrap {
	background-color: rgba(255, 255, 255, 0.3);
}

.nav-secondary + .content-sidebar-wrap {
	margin-top: 100px;
}

.nav-secondary.shrink + .content-sidebar-wrap {
	margin-top: 70px;
}

.nav-secondary .genesis-nav-menu a {
	color: #000;
	padding: 42px 30px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #e1e9ee;
	padding: 20px 40px;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #181c1e;
	color: #fff;
}

.nav-secondary .genesis-nav-menu .highlight > a {
	background-color: #0085da;
	color: #fff;
}

.nav-secondary .genesis-nav-menu li.highlight > a:hover {
	background-color: #f5f5f5;
	color: #000;
}

.nav-secondary.fixed {
	position: fixed;
	top: 70px;
}

.admin-bar .nav-secondary.fixed {
	top: 102px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin: 15px auto 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	font: normal 20px/1 "dashicons";
	margin: 0 auto;
}

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

/* ## Home
--------------------------------------------- */

.featured-widget-area {
	margin-top: 120px;
}

.featured-widget-area .wrap {
	background-color: #fff;
}

.front-page-1,
.front-page-3,
.front-page-5 {
	background-color: #f9f9f9;
}

/* ## Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	overflow: hidden;
	padding: 80px 80px 40px;
}

.widget-area.flexible-widgets .widget {
	float: left;
	margin-bottom: 40px;
	margin-left: 2.564102564102564%;
}

.flexible-widgets.widget-full {
	padding: 0;
}

.flexible-widgets.widget-full .widget {
	margin-bottom: 0;
	padding: 80px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	margin-left: 0;
	width: 100%;
}

.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-fourths .widget:nth-child(4n+1),
.flexible-widgets.widget-halves .widget:nth-child(2n+1),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.widget-full .featured-content .widget-title {
	background-color: #181c1e;
	color: #fff;
	margin: 0;
	padding: 40px;
}

.front-page .flexible-widgets.widget-full .widget.featured-content {
	padding: 0;
	position: relative;
}

.widget-full .featured-content .entry {
	margin: 0;
}

.widget-full .featured-content .entry-header {
	padding: 80px 80px 0;
}

.widget-full .featured-content .entry-content {
	padding: 0 80px;
}

.widget-full .featured-content .alignleft,
.widget-full .featured-content .alignright {
	margin: 0 80px 0 0;
	max-width: 50%;
}

.widget-full .featured-content .alignright {
	margin: 0 0 0 80px;
}

.widget-full .featured-content .entry-title {
	font-size: 48px;
	text-transform: uppercase;
}

.widget-full .featured-content .entry-content p:last-of-type {
	margin-bottom: 80px;
}

.content .widget-full .featuredpost {
	background-color: #e1e9ee;
	padding: 0;
}

.widget-full .featuredpost .entry:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}

.widget-full .featuredpost ul {
	padding: 40px;
}

.widget-full .featuredpost .more-from-category {
	padding: 0 40px 40px;
}

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

.entry {
	padding: 80px;
	position: relative;
}

.entry:after {
	content: '';
	border-bottom: 1px solid #000;
	bottom: 0;
	position: absolute;
	width: 40px;
}

.content .entry:last-of-type:after {
	display: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #f9f9f9;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-categories,
.entry-tags,
.entry-terms {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.after-entry {
	padding: 0 80px 80px;
}

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

.pagination {
	clear: both;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
	background-color: #f5f5f5;
	padding: 20px 30px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #0085da;
}

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

.comment-respond,
.entry-pings {
	padding: 0 80px 56px;
}

.entry-comments {
	padding: 0 80px 80px;
}

.comment-header {
	font-size: 16px;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px 0 0;
}

.comment-list li li {
	padding-left: 40px;
}

.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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

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


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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #e1e9ee;
	padding: 40px;
	margin-bottom: 1px;
}


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

.footer-widgets .wrap {
	background-color: #181c1e;
	clear: both;
	padding: 80px;
}

.footer-widgets {
	color: #ccc;
}

.footer-widgets .widget-title,
.footer-widgets .wrap a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #fff;
}

.footer-widgets a:hover {
	color: #0085da;
}

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

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

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

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


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

.site-footer {
	color: #ccc;
	font-size: 16px;
	line-height: 1;
}

.site-footer .wrap {
	background-color: #181c1e;
	padding: 80px;
}

.site-footer .wrap a {
	color: #fff;
}

.site-footer a:hover {
	color: #0085da;
}

.site-footer p {
	margin-bottom: 0;
}


/* ----------------------------------- Cerulean Spark ---------------------------------------------- */
a:hover { color: goldenrod; }
a.readmore { color: #3e6da7; text-transform: lowercase; }
body { background-color:inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .featured-content .more-link { 		border-color: #003260; color: #003260; } /* COLORS - dk blue */

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .featured-content .more-link:hover { background-color: #003260; } /* COLORS - dk blue */

.post-edit-link { float: right; }
.entry { padding-top: 60px; padding-bottom: 60px; }
.entry-content ul, .entry-content ol { list-style-position: inside; }
/*.widget-full .featured-content .widget-title { background-color: #4bbdd8; } /*COLORS*/
.widget-full .featuredpost .entry:nth-of-type(even) { background-color: #f4f8ff; }
.content .widget-full .featuredpost { background-color: white !important; border: 3px solid #3d59a7; } /*COLORS*/ /* rgba(62, 89, 167, .25)*/

/* ----------- HEADINGS */
.entry-header .entry-title { font-weight: 600; font-size: 26px; text-transform: uppercase; }

/*-- med blue --*/
.entry-content h3, .entry-footer h3, .related-books h4, .more-interviews h3, .more-reviews h3, .more-bonus-materials h3, .after-entry h4 { background-color: #3e6da7 !important; color: white; font-size: 18px; font-weight: 400 !important; text-transform: uppercase; padding: 40px 40px 10px !important; }

/*-- teal --*/
.library h3 { background-color: #4bbdd8 !important; color: white; font-size: 18px; padding: 15px 15px 10px !important; text-transform: uppercase; text-align: left; font-weight: 200 !important; margin: 30px 0 0; } 

/*-- bright med blue --*/
.widget-title { background-color: #3e5fa7 !important; color: white; padding: 40px 40px 10px !important; }
.buying-options .widget-title, .sidebar .widget-title { background-color: transparent !important; padding: 0 !important; }

.featured-widget-area .wrap { max-width: 100%; }
.flexible-widgets.widget-full .widget { padding: 20px 100px; }
.flexible-widgets.widget-halves .widget { margin-left: 0; }
.site-description { font-size: 16px; font-weight:400 ; color: #4bbdd8; text-indent:0; } /*COLORS*/
.site-title {text-transform: uppercase;}
.featuredpost article { width: 32%; float: left; }
.featuredpost .entry-title { font-size: 14px !important; }
.featuredpost .entry-header { padding: 10px 52px 0 !important; }
.featuredpost .entry { padding: 20px 0 0; }
.shrink .title-area { padding: 6px 0; }
/*.sidebar .widget { background: rgba(75,189,216,.75) !important; }*/
.sidebar a { color: #003260; } /*COLORS*/
.sidebar .current_page_item > a { color: white; }
.sidebar .widget-title { color: white; }
.sidebar .button { border-color: white; color: white; }
.sidebar .button:hover { background-color: white; color: #003260; }

blockquote { margin: 0; padding: 40px; background-color: #f4f8ff; } 
blockquote::before { color: #3e6da7 !important; } /*COLORS*/ /*#3e59a7*/
div.review:nth-child(2n-1) blockquote, div.interview:nth-child(2n-1) blockquote { background-color: transparent; } /*background-color: #f4f8ff; } /*Colors-body*/
div.review:nth-child(2n-1) blockquote::before { color: #3e59a7 !important; } /*3e6da7*/
.review_quote > a { font-style: italic; color: #3e6da7; text-transform: lowercase; }

:focus { outline-color: #32B1C5; } /*COLORS*/

#soliloquy-container-3240 { max-width: 100% !important; overflow: visible; }
#soliloquy-3 { padding: 020px 0; }
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside { 
	background-color: rgba(79, 189, 216, .75) !important; 
	font-size: 16px !important; 
	color: #003260 !important; 
	text-shadow: 0 1px 1px white !important; 
	font-weight:bold !important; 
} /*rgba(62, 89, 167, .75) */
.home .soliloquy-viewport { overflow: visible !important; }
.home .soliloquy-item { max-width: 234px !important; }
.home .soliloquy-container .soliloquy-pager { bottom: -35px !important; background-color: #3e59a7; } /*COLORS*/
.home .centered, .home .aligncenter { margin: 0; }

/*.front-page-3 { background-color: rgba(0,133,216,0.15); }*/

.front-page-2 { padding:0 80px; }
.front-page-2 section { width: 100% !important; }
.front-page-2 .flexible-widgets { padding: 10px; } 
.front-page-2 .widget_cs_reviews_widget .widget-wrap { margin-top: 15px; }
.front-page-2 .review_quote { padding: 10px 40px; font-style: italic; }
.front-page-2 .book_title { margin-left: 4px; font-style: italic; }
.front-page-2 .featuredpost article { width: 100%; padding: 0 30px; }
.front-page-2 .more-link { float:right; }
.front-page-2 .alignleft { margin: 11px 20px 20px 10px !important; }
.front-page-2 .widget_black_studio_tinymce { padding: 0 !important; }
.front-page-2 .textwidget { padding: 40px 0; } /* 0 40px 40px; */
.front-page-2 .widget_cs_reviews_widget { padding-bottom: 0; }


/* Announcements */
.front-page-2 .widget_cs_announcements_widget { padding: 20px 0px; }
.front-page-2 .widget_cs_announcements_widget .widget-wrap { border: 3px solid #32b1c5; } /*COLORS - ACCENT 2*/
.front-page-2 .widget_cs_announcements_widget .widget-title { background-color: #32b1c5  !important; } /*COLORS - ACCENT 2*/
.front-page-2 .widget_cs_announcements_widget h6, .front-page-2 .widget_cs_announcements_widget p { padding: 0 40px; }
.front-page-2 .widget_cs_announcements_widget p { font-weight: 400; }

.front-page-3 { padding:60px 80px 20px; }
.front-page-3 .flexible-widgets { padding: 10px; }
.front-page-3 { background-color: rgba(62, 89, 167,.1); } /*COLORS*/
.front-page-3 .wp-video { margin: 0 auto; }
.front-page-3 #featured-page-2 { width: 60%; }
.front-page-3 .more-link { float:right; }
.front-page-3 #custom_html-2 { width: auto; float:right; }
.front-page-3 #custom_html-2 .widget-wrap { margin: 0 0 0 25px; }
.front-page-3 #custom_html-2 iframe  { background-color: black; padding: 10px 10px 0; }

.book .entry-header img { float: left; margin: 0 20px 20px 0; }
.book .entry-header img, .related-book .attachment-book-cover, .post-type-archive-book .attachment-book-cover, .soliloquy-container .soliloquy-image
	{ -webkit-box-shadow: 10px 10px 5px 0px rgba(82,79,82,1); -moz-box-shadow: 10px 10px 5px 0px rgba(82,79,82,1); box-shadow: 10px 10px 5px 0px rgba(82,79,82,1); }

.book .entry-content { margin-top: 20px; }
.book-taxonomies .value { text-transform: uppercase; font-weight: 200 !important; }
.book .book-taxonomies { font-size: 16px; background-color: #4bbdd8; margin-bottom: 10px;} 
.book .book-taxonomies section { display: inline-block; }
.book .book-taxonomies .age-group, .book .book-taxonomies .genre {  } 
.book .book-taxonomies a { margin: 0; padding: 10px; display: inline-block; color: white; }
.book .book-taxonomies a:hover { color: goldenrod; } 
.book .label { padding-right: 5px; }
.book .publication-date, .book .publisher { margin: 0; padding: 0 5px 0 0; display: inline; line-height: 1; }
.book .publication-date .value { font-weight: 200 ; }
.book .available-formats .label { min-width: 145px; display: inline-block; }
.book .value, .related-books .value, .single-post .related-posts .value { font-weight: 400; }
.book .related-posts { margin: 0 0 40px 0; padding: 0; }
.book .available-formats div { max-width: 410px; overflow: hidden; border-top: thin solid #eaeaea; border-bottom: thin solid #eaeaea; padding: 5px 15px; }

.book .right { float: right; width: 30%; text-align: center; padding: 10px; margin: -64px 0 20px 30px; }
.book .series-info { margin: 8px 0 20px 0; }

.book .buying-options { background-color: #0085d8; color: white; padding: 20px;}
.book .buying-options .button { margin: 0 auto 5px; width: 90%; color: white; border: 1px solid white; text-transform: uppercase; }
.book .buying-options .button:hover, .single-bonus-material .button:hover { background-color: white; color: #003260; }
.book .entry-content { clear: left; }
.book .soliloquy-outer-container, .single-bonus-material .soliloquy-outer-container { display: inline-block; margin: 10px 15px; }
.book figure { display: inline-block; margin: 10px; }

.single-bonus-material .button { width: auto; background-color: #0085d8; margin-right: 5px; color: white; border: 1px solid navy; text-transform: uppercase; font-style: normal; }

.share-after { clear: both; }
.related-book { width: 30%; display: inline-block; vertical-align: top; }
.related-book .related-book-title { width: 40%; float: left; margin: 0 20px; }
.related-book .related-book-title, .related-book .series, .related-book .genre { display: block; line-height: 1.2; margin-bottom: 10px; }
.related-book .label, .related-post .label { padding-right: 5px; }
.related-books h4 { margin-bottom: 40px; }
.related-books { margin: 0px 80px 60px; }
.reviewer-info { text-align: right; font-style: normal; }
.reviewer-info .value { font-weight: normal; }
.critic_review_title .book_title { font-size: larger; }

.library { clear: both; text-align: center; }
.library .entry-content:after, .post-type-archive-book .entry:after { content:none; }
.library .book-info { margin: 0; padding: 25px 15px; display: inline-block; position: relative; width: 212px; height: 325px; overflow: hidden; }
.library .book-info:hover .caption { display: block; background: rgba(0, 50, 96, .75); z-index: 1008; }
.library .book-taxonomies { font-size: 16px; margin-top: 20px; }
.library .book-taxonomies span { margin: 0; text-align: center; display: block; color: #daa520; line-height: 1.8; } /*COLORS - ACCENT 2*/ /*#FF8400*/
.library .caption { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 25px 15px; background-color: #666; color: #fff; text-align: center; }
.library .caption:after { content: "\2315"; font-size: 37px; }
.library .caption p { margin: 0 0 15px; }
.library .publication-date { font-size: 14px; font-weight: 200; line-height: 2.5; }
.library .series-info { line-height: 1.2; font-weight: 200; font-size: 16px; }
.library .number-in-series, .library .series-name { font-weight: 400; }
.library .series-name { display: block; }
.library .value { color: #4bbdd8; line-height: 1.15; font-weight: 400 } /*COLORS - VARIANT*/
.library h3 a { padding: 0 10px; text-transform: none; float: right; background-color: white; }

.archive .entry-content .term-description { text-align: left; clear: both; }

.taxonomy-links { float: right; }
.taxonomy-links span a { padding: 0; }
.taxonomy-links .label { font-variant: small-caps; }

.single-review .related-book, .single-interview .related-book, .bonus-material .related-book { float: right; width: auto !important; text-align: center; margin: 10px; text-align: center; background-color: aliceblue; padding: 40px 20px; border: thin solid lightblue; clear:both; }
.single-review .related-book img, .single-interview .related-book img, .bonus-material .related-book img { width: auto; }
.single-review figcaption, .single-interview figcaption, .bonus-material figcaption { display: block; position: relative; top: 10px; line-height: 1; }
.single-review .review-info, .single-interview .interview-info, .bonus-material .bonus-material-info { margin: 0 0 10px; font-style: italic; display: block; }
.more-reviews, .more-interviews, .more-bonus-materials { margin: 0 40px 80px; }

div.review, div.interview { clear: both; margin: 40px 0; }
div.review img, div.interview img { height: 130px; width: auto; float: right; margin: 10px 45px; }
div.review blockquote, div.interview blockquote, .more-reviews blockquote, .more-interviews blockquote { margin: 0; font-style: italic; padding: 10px 40px; }

.blog .content, .archive .content { text-align: center; }
.blog .page.blog-content { padding-bottom: 0; text-align: left; }

.archive.post-type-archive-review .content, .archive.post-type-archive-interview .content, .archive .content .entry-title { text-align: left; }
.archive.post-type-archive-review .content .review-info { text-align: right; line-height: 1.25; }

.blog .category-group { width: 43%; display: inline-block; vertical-align: top; margin: 16px 14px; }
.blog .category-group:nth-child(3n-1), .archive .left article:nth-child(3n-2), .archive .right article:nth-child(3n-1) { overflow:hidden; background: rgba(75, 189, 216, .1); }
.blog .category-group:nth-child(3n), .archive .left article:nth-child(3n-1), .archive .right article:nth-child(3n) { overflow:hidden; background-color: rgba(75, 189, 216, .2); }  /*COLORS*/
.blog .category-group:nth-child(3n+1), .archive .left article:nth-child(3n), .archive .right article:nth-child(3n+1) { overflow:hidden; background-color: rgba(75, 189, 216, .3); }  /*COLORS*/

.blog .category-heading, .search-content .post-type-heading { text-align: left; outline-offset: -4px; padding: 40px 40px 10px; background-color: #4bbdd8; font-size: 18px; font-weight: 600; text-transform: uppercase; color:white; }

.blog .type-post.entry, .archive .type-post.entry { padding: 24px 30px; text-align: left; }
.blog h3.entry-header, .archive h3.entry-header { font-size: 20px; text-align: left; font-weight: 400; color: #003260;}
.blog .post-date, .archive .post-date { font-weight: 400; font-size: 16px; }
.archive h3.entry-header { font-weight: 600; }

.single-post .related-posts { display: table-row; }
.single-post .related-posts span { display: block; text-align: center; }
.single-post .related-post { width: 22%; display: table-cell; padding: 10px; }
.single-post .related-post .post-title { line-height: 1.3; margin-top: 10px; }
.single-post .related-post .thumbnail { float: none; margin: 0 auto; }
.single-post .current-post-in-list { display: inline-block; height: 100px; width: 49%; border-top: 50px solid transparent; border-bottom: 50px solid transparent; margin-top: 70px; position: relative; bottom: 50px; }
.single-post .current-post-in-list.left { border-right: 35px solid #4bbdd8; margin-right: 2%; }
.single-post .current-post-in-list.right { border-left: 35px solid #4bbdd8; }

.author-feature { float: right; background-color: #4bbdd8; padding: 20px; margin-left: 20px; margin-bottom: 10px; color:white; font-style: italic; overflow-wrap: break-word; text-align: center; max-width: 45% }
.author-feature span { display: block; }
.author-feature img { margin: 10px; height: 178px; width: auto; box-shadow: 10px 10px 5px 0px #222; -webkit-box-shadow: 10px 10px 5px 0px #222; -moz-box-shadow: 10px 10px 5px 0px #222; }

.post-type-archive-book .entry-header { text-align: left; }
.archive .left, .archive .right { display: inline-block; width: 45%; vertical-align: top; margin-bottom: 60px;  }
/*.archive .left article:nth-child(3n+1), .archive .right article:nth-child(3n-1) { border: medium dashed gray; }*/
.archive .left .entry, .archive .right .entry { margin: 20px 10px;  }
.archive .entry:after { content: none; }
.archive .blog-content { padding-bottom: 0; text-align: left; }
.archive .post.entry a { display: block; text-align: center; }
.archive .breadcrumb { text-align: left; }
.archive .archive-pagination { text-align: center; }
.archive-date { padding-bottom: 0; background-color: inherit; }
.archive-date h1 { font-size: 36px; text-align: left; }

.category-select { float: right; padding: 0 0 20px 20px; } /*11px 0 0 20px*/
.category-select select { width: auto; padding: 0; height: 32px; line-height: 1.3; } /* match formidable */
.category-select input { padding: 2px 10px; vertical-align: initial; height: 30px; margin-bottom: 10px;}

.search .entry { padding: 40px; }
.search .entry:after { position: relative; border-bottom: none; }
.search .post-type.book article { display: inline-block; width: 365px; vertical-align: top; text-align: left; }
.search .post-type.book { text-align: center; }
.search .post-type.book .entry-title { font-size: 25px; text-align: center; }
.search .post-type.book .entry-image-link { display: block; text-align: center; }
.search .post-type.book .entry-image { float: none; }

.search-form { width: 100% !important; font-size: 14px; margin-bottom: 40px; } /* to match formidable forms */
.search-form input[type=search] { width: 85%; float: left; }
.search-form input { 
    color: #555555;
    line-height: 1.625;
    border-color: #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 20px;
    margin-top: 3px;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
 } /* to match formidable forms */


.error404 .entry-content section { display: inline-block; width: 50%; vertical-align: top; padding: 5px 15px; }
.error404 .entry-content ul { margin-left: 25px; }
.error404 .entry-content li { list-style-position: outside; }

.interview-list .interview-date { float: right; padding-bottom: 10px; }
.see-all-link { float:right; clear:both; }

/* Meet A.J. recent posts widget */
.page-id-7 .sidebar li { border-top: 1px solid #fff; border-bottom:none; margin: 10px 0; padding: 10px 0; clear: both; }
.widget_recent_entries .post-date { float: right; padding-bottom: 10px; }

.site-footer { text-align: center; }
.site-footer .wrap { background-color: #181c1e; padding: 0 0 24px; }
.site-footer a, .site-inner a {font-weight: 400;}

.footer-widgets .button:hover { color: #003260; }
.footer-widgets-2 .button.subscribe { display: block; }
.footer-widgets-3 input[type=search] { width: 100%; margin: 9px 0; }
.footer-widgets-3 .search-form { margin-bottom: 0; }
.footer-widgets-1 .social-media-links, .footer-widgets-2 .textwidget, .footer-widgets-3 .search-form { text-align: center; }

.fb-page blockquote:before { content: ''; }

#top-right-content { float: right; width: 380px; }

#text-7 .textwidget { text-align: center; }

/* Formidable Forms */
.frm_style_formidable-style.with_frm_style label.frm_primary_label { font-family: Lato, sans-serif; font-weight: 400; }
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 { font-weight: 400; background-color: transparent !important; text-transform: none; padding: 40px 0 10px 0 !important; }

.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	border-color: #003260; color: #003260; height: 40px;} /* COLORS - dk blue */

.frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
	background-color: #003260; color: white; } /* COLORS - dk blue */

/* MailChimp */
#mc_embed_signup { font-size: 14px; } /* to match formidable forms */
#mc_embed_signup .asterisk { color: #B94A48; } /* to match formidable forms */
#mc_embed_signup label { padding: 0 0 3px 0; font-weight: 400; } /* to match formidable forms */
#mc_embed_signup input, select {
    color: #555555;
    border-color: #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 20px;
    margin-top: 3px;
    font-weight: 200;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; 
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
} /* to match formidable forms */
#mc_embed_signup .asterisk { color: red; font-weight: bold; }
#mc_embed_signup .indicates-required { text-align: right; }
#mc_embed_signup .instructions { margin-top: 6px; }
#mc_embed_signup li label { font-weight: 200; }
#mc_embed_signup input[type=submit] { border-color: #003260; color: #003260; } /* COLORS - dk blue */
#mc_embed_signup input[type=submit]:hover { background-color: #003260; color: white; } /* COLORS - dk blue */

.mc-field-group > ul li label { font-weight: 200; }
.mc-field-group p { margin: 5px 0; }
.mc-field-group ul { margin: 0; }
.mc-field-group li { list-style-type: none !important; }
.mc-field-group strong { font-weight: 600 !important; }
.mc-field-group.genre-interests, .mc-field-group.age-interests { display: inline-block; width:45% !important; vertical-align:top; margin-top: 10px; margin-bottom: 20px; }
.mc-field-group.input-group label { margin-left: 7px; }
.mc-field-group input[type=checkbox] { margin: 6px !important; }

/* form adjustments when in header */
header form { padding-bottom: 0 !important; }
header select { margin-bottom: 0; }

/* Menus - disable menu link if on that page */
.current_page_item > a {
    pointer-events: none;
    cursor: default;
    color: black;
}

/* Calendar color theme settings (future) */ /*COLORS*/
.calendar-container .view-container-border, 
.calendar-container .ui-rtsr-selected { background-color: #32B1C5;}
.calendar-container .mv-daynames-table, 
.calendar-container .ui-rtsr-unselected { background-color: rgba(50, 177, 197, .5); color: #005f84; }

/* Crop and re-position thumbnails (blog page listings) */
.thumbnail {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
    display: block;
}
.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    /* -webkit-transform: translate(-50%,-50%); */
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: none;
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.social-link-button { height: 55px; width: 55px; margin: 0 5px !important; }
.social-media-links .label { height: 55px !important; vertical-align: middle; line-height: 0.6; display: inline-block; }

.wp-caption {
    color: #3e6da7;
}

/* ------------------- Steeplejack mini-site ---------------------- */
.steeplejack-mini-site .page-content {
/*    background-color: rgba(185, 158, 115, 0.4); */
    padding: 65px 5px;
}
.steeplejack-mini-site article.page.entry, .page-template-steeplejack-mini-site-template .entry-title, .steeplejack-mini-site .footer-widgets .wrap, .page-template-steeplejack-mini-site-template h4 {
    font-family: Georgia, serif;
}
.steeplejack-mini-site {
    background-image: url("/wp-content/themes/author-pro/images/parchment.jpg");  /* seamless_parchment_texture_by_fantasystock.jpg"); */
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
    background-size: 100%;
}
.steeplejack-mini-site main.content .page.entry {
    padding-top: 20px;
    padding-bottom: 0;
}
.steeplejack-mini-site .site-inner {
    background: inherit;
    margin-top: 145px;
}
.steeplejack-mini-site .site-header {
    background-color: white; /* palegoldenrod; */
    border-bottom: 1px solid black;
    background-image: url(http://ajhartley.net/wp-content/themes/author-pro/images/ladder_horizontal.jpg);
    background-size: 100% 187px;
}
.steeplejack-mini-site .site-header.shrink {
    background-size: 100% 118%;
    height: 184px;
}
.steeplejack-mini-site .site-header.shrink .menu-item {
    background-color: rgba(50,45,40,.6);
/*    margin: 1px;
    width: 12%;*/
}
.steeplejack-mini-site .title-area {
    width: 100%;
    text-align: center;
    font-family: "CloisterBlack";
    font-size: 56px;
    color: black;
}
.menu-steeplejack-main-menu-container  li {
    display: inline-block;
    width: 12.5%;
}
.menu-steeplejack-main-menu-container a {
    color: white;
}
.menu-steeplejack-main-menu-container {
    text-align: center;
}

.steeplejack-mini-site .site-footer {
    background-color: beige;
    color: black;
    border-top: 1px solid black;
}
.steeplejack-mini-site footer .wrap {
    background-color: inherit;
    padding: 15px 0 !important;
}
.steeplejack-mini-site .site-footer .wrap a {
    color: purple;
}
.steeplejack-mini-site .site-footer .wrap p a {
    color: cornflowerblue !important;
}
.steeplejack-mini-site .art-credits {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 10px;
}
.steeplejack-mini-site .copyright-credits span + span::before {
    content: "|";
    display: inline-block;
    padding: 0 10px;
}

.steeplejack-mini-site .footer-widgets .wrap {
/*    background-color: lightsteelblue;    color: black; */
    border: 2px solid gray;
    border-bottom: none;
    padding: 20px 40px;
}

.menu-series-link-back-menu-container ul li {
    display: inline-block;
    margin: 0 15px 15px;
    font-weight: bold;
}
.menu-steeplejack-main-menu-container li {
    background-color: rgba(111,96,87,.5);
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}
.menu-steeplejack-main-menu-container li.current-menu-item {
    background-color: rgba(184,143,84,1) !important; /* rgba(185, 158, 115, 1);*/
}

.menu-steeplejack-main-menu a {
    color: brown;
    font-weight: 300;
}
.steeplejack-mini-site .mashicon-subscribe.mash-small.mash-center.mashsb-noshadow {
    background-color: palegoldenrod;
}
.steeplejack-mini-site .mashsb-count.mash-small {
    color: blue;
}
.steeplejack-mini-site .mashsb-sharetext {
    color: navy;
}

.series-book-covers {
    float: right;
    height: 175px;
    margin: 11px 0 0;
}
.series-book-covers img {
    height: 175px;
    width: auto;
    margin: 0 0 0 25px;
    box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -moz-box-shadow: 2px 2px 2px silver;
}
.series-book-covers img:hover {
    box-shadow: 4px 4px 4px white;
    -webkit-box-shadow: 4px 4px 4px white;
    -moz-box-shadow: 4px 4px 4px white;
}
.series-summary:before {
    content: " ";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 1%;
}

.series-children {
    text-align: center;
}
.series-children a {
    text-align: center;
    display: inline-block;
    min-height: 235px;
    border: thin solid beige;
    padding: 5px 10px;
    margin: 20px;
    color: purple;
    background-color:  white; /* palegoldenrod; */
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.75);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
}
.series-children a:hover {
    -webkit-box-shadow: 15px 15px 30px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 15px 35px 30px 1px rgba(0,0,0,0.75);
    box-shadow: 15px 15px 30px 1px rgba(0,0,0,0.75);
    color: darkorange;
}
.series-child-page img { display: block; }
.soliloquy-slide-count {
    padding-top: 10px;
}
.steeplejack-mini-site .soliloquy-outer-container {
/*    background-color: rgba(185,158,115,.8); */
    padding: 10px 0;
}
.steeplejack-mini-site .soliloquy-thumbnails-container {
/*    background-color: rgba(185,158,115,.8); */
    margin: 0 !important;
    max-width: none !important;
    /* width: 100% !important; */
}
.steeplejack-mini-site .soliloquy-container { padding: 0 26px; }
.steeplejack-mini-site .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background-color: rgba(185, 158, 115, 0.6) !important;
    font-size: inherit !important;
    padding: 5px 10px;
    max-width: 88%;
    margin: 0 auto;
}
#soliloquy-container-4885 .soliloquy-caption-inside { max-width: 86%; }


.local-history main.content {
    background-color: gainsboro;
}
.local-history .page-content .entry {
    padding-left: 0;
    padding-right: 0;
}
.local-history .page-content {
    background-color: inherit;
}
.local-history .site-inner {
    margin-bottom: 20px;
}
.newspaper-article {
    border-top: 1px solid black;
    padding: 50px 0;
}
.newspaper-article .article-content {
    -moz-columns: 3;
    -webkit-columns: 3;
    column-count: 3;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 60px;
    -moz-column-rule: 1px solid black;
    -webkit-column-rule: 1px solid black;
    column-rule: 1px solid black;
    clear: both;
}
.newspaper-article.two-column .article-content {
    -moz-columns: 2;
    -webkit-columns: 2;
    column-count: 2;
}
.newspaper-article h3 {
    font-family: Georgia,serif;
    font-weight: 600!important;
    text-transform: uppercase;
    background-color: inherit !important;
    color: black;
    padding: 0 !important;
    font-size: 22px !important;
    float: left;
}
.newspaper-article h4 {
    display: block;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    font-size: 16px;
    font-style: italic;
    padding: 8px 5%;
    float: right;
}
.newspaper-ad {
    width: 100% !important;
    border: 4px double black;
    margin: 30px 0 30px !important;
    float: right;
}
.local-history h1 {
    font-family: "CloisterBlack", serif !important;
    font-size: 30px !important;
    font-weight: 100 !important;
    text-transform: none !important;
}
.local-history h2 {
    font-family: Georgia, serif;
    font-size: 30px;
}
.local-history h5 {
    font-family: Geordia, serif;
    font-size: 16px;
}

.maps .entry-content {
    text-align: center;
}
.maps .entry-content figure {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin: 20px;
}
.steeplejack-mini-site .wp-caption-text {
    font-size: 16px;
}

.series-recipes {
    text-align: center;
}
.series-recipes a, .maps figure {
    text-align: center;
    display: inline-block;
    border: thin solid beige;
    padding: 5px 10px;
    margin: 20px;
    color: purple;
    background-color: white;
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.75);
    vertical-align: middle;
}
.series-recipes a:hover, .maps figure:hover {
    -webkit-box-shadow: 15px 15px 30px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 15px 35px 30px 1px rgba(0,0,0,0.75);
    box-shadow: 15px 15px 30px 1px rgba(0,0,0,0.75);
    color: darkorange;
}
.series-recipe img {
    display: block;
    margin: 0 auto;
}

.recipe-instructions li {
    clear: both;
    margin: 20px 0;
    list-style-position: outside;
}
.recipe-ingredients li {
    list-style-position: outside;
}
.recipes h3 {
    font-weight: 600!important;
    text-transform: uppercase;
    background-color: inherit !important;
    color: black;
    padding: 0 !important;
    font-size: 22px !important;
}
.recipe-ingredients, .recipe-instructions {
/*    background-color: rgba(185,158,115,.8); */
    padding: 10px 20px;
}
.recipe-instructions:after {
    clear: both;
    content: ' ';
    display: block;
}
.recipes .singular-featured-image {
    float: left;
    margin: 0 20px 10px 0;
}

.print-button { float: right; margin: 0 20px; }

.building-the-world .tools-links {
    background-size: contain;
    background-image: url(/wp-content/themes/author-pro/images/chains-horizontal-faded.jpg);
    border-radius: 30px;
    padding: 25px 0;
}
.building-the-world .tools-links h2 {
    background-color: rgba(200,200,200,.6);
    text-align: center;
    margin: 30px 0;
    font-size: 26px;
    text-transform: uppercase;
}
.building-the-world .tools-links ul {
    margin-bottom: 50px;
    margin-left: 0;
}
.building-the-world .tools-links li {
    margin: 15px 0;
    text-align: center;
    list-style-type: none;
}
.building-the-world .tools-links li a {
    background-color: rgba(200,200,200,1.0);
    color: purple;
    font-weight: 700;
    text-shadow: 2px 2px 2px white;
    padding: 7px 20px;
    border-radius: 15px;
}
.building-the-world .tools-links li a:hover {
    color: darkorange;
    background-color: black;
    text-shadow: none;
}

.animals-of-south-africa .page-content .page.entry, .industrial-architecture .page-content .page.entry {
    background-image: url(/wp-content/themes/author-pro/images/thatched-texture.jpg);
    box-shadow: 0 0 20px;
    -moz-box-shadow: 0 0 20px;
    -webkit-box-shadow: 0 0 20px;
    padding-bottom: 40px !important;
}
.animals-of-south-africa .entry-content p, .industrial-architecture .entry-content p {
    background-color: rgba(200,200,200, .7);
}

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

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

	.nav-secondary,
	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 840px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

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

	.series-recipes a {
	    margin: 20px 10px;
	}
}

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

	.nav-secondary,
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.content {
		width: 660px;
	}
	
	.archive.genesis-author-pro .content,
	.archive.genesis-pro-portfolio .content {
		padding: 60px 60px 20px;
	}
	
	.flexible-widgets,
	.widget-full .featured-content .entry-header {
		padding: 60px 60px 0;
	}
	
	.archive-description,
	.author-box,
	.entry,
	.flexible-widgets.widget-full .widget,
	.footer-widgets .wrap {
		padding: 60px;
	}
	
	.comment-respond,
	.entry-pings {
		padding: 0 60px 32px;
	}
	
	.after-entry,
	.entry-comments {
		padding: 0 60px 60px;
	}
	
	.widget-full .featured-content .entry-content {
		padding: 0 60px;
	}
	
	.author-box,
	.widget-full .featured-content .entry-content p:last-of-type {
		margin-bottom: 60px;
	}
	
	.archive.genesis-author-pro .archive-description,
	.archive.genesis-author-pro .breadcrumb,
	.archive.genesis-pro-portfolio .archive-description,
	.archive.genesis-pro-portfolio .breadcrumb {
		margin: -60px -60px 60px;
	}
	
	.archive.genesis-author-pro .archive-pagination,
	.archive.genesis-pro-portfolio .archive-pagination {
		margin: 0 -60px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 260px;
	}
	
	.footer-widgets-1 {
		margin-right: 30px;
	}

	/* Cerulean Spark */
	.front-page-3 #featured-page-2, .front-page-3 #text-2, .featuredpost article { width: 100%; }	
	.front-page-3 #custom_html-2 { width: 100%; text-align:center; }
	.front-page-3 #custom_html-2 .widget-wrap {  margin-left: 0; }

 	.blog .wp-post-image { float: none; }
	.blog .entry a { text-align:center; }
	.blog .wp-post-image { margin: 0 auto; padding: 0; }
	.blog .post-date { text-align: center; padding: 20px 0 0; }

	.single-post .related-posts { display: block; }
	.single-post .related-post { width: 48%; display: inline-block; vertical-align:top; }
	
	.book .publisher { display: block; }
	.book .right { width: 40%; margin-top: -90px; }
	.book .series-info a:before { content: '\a'; white-space: pre; }
	.book .available-formats .label { display: block; }
	.single-post .current-post-in-list { display: none; width: 0; height: 0; }

	.page-template-steeplejack-mini-site-template .soliloquy-container .soliloquy-caption .soliloquy-caption-inside { max-width: 96% !important; }
}

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

	.nav-secondary,
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.nav-primary,
	.sidebar-primary,
	.site-header .title-area {
		width: 100%;
	}
	
	.nav-secondary + .content-sidebar-wrap,
	.site-inner,
	.featured-widget-area,
	.nav-secondary.shrink + .content-sidebar-wrap {
		margin-top: 0;
	}

	.site-header {
		background: none;
		min-height: 0;
	}
	
	.site-header > .wrap {
		background-color: #003260;
	}
	
	.title-area {
		padding: 17px 0;
	}
	
	.header-image .title-area {
		padding: 0;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.wrap .genesis-nav-menu li a {
		padding-bottom: 27px;
		padding-top: 27px;
	}
	
	.admin-bar .nav-secondary.fixed {
		top: 0;
	}
	
	.front-page-featured,
	.nav-secondary,
	.nav-secondary.fixed,
	.site-header,
	.widget-full .featured-content .alignleft,
	.widget-full .featured-content .alignright {
		position: relative;
	}
	
	.archive-description,
	.author-box,
	.entry,
	.flexible-widgets.widget-full .widget,
	.footer-widgets .wrap,
	.site-footer .wrap {
		padding: 40px;
	}

	.archive.genesis-author-pro .content,
	.archive.genesis-pro-portfolio .content,
	.flexible-widgets,
	.widget-full .featured-content .entry-header {
		padding: 40px 40px 0;
	}
	
	.after-entry,
	.entry-comments,
	.widget-full .featured-content .entry-content {
		padding: 0 40px 40px;
	}
	
	.comment-respond,
	.entry-pings {
		padding: 0 40px 12px;
	}
	
	.author-box {
		margin-bottom: 40px;
	}
	
	.widget-full .featured-content .alignleft,
	.widget-full .featured-content .alignright {
		background-color: #fff;
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
		width: 100%;
	}
	
	.widget-full .featuredbook .author-pro-featured-image,
	.widget-full .featured-content .entry-content p:last-of-type {
		margin-bottom: 0;
	}
	
	.archive.genesis-author-pro .archive-description,
	.archive.genesis-author-pro .breadcrumb,
	.archive.genesis-pro-portfolio .archive-description,
	.archive.genesis-pro-portfolio .breadcrumb {
		margin: -40px -40px 40px;
	}
	
	.archive.genesis-author-pro .archive-pagination,
	.archive.genesis-pro-portfolio .archive-pagination {
		margin: 0 -40px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 220px;
	}

	/* Cerulean Spark */
	.related-books { margin: 0px 40px 40px; }
	.related-book { text-align: center; }
	.related-book .related-book-title { float:none; margin: 0 20px 20px; width: 80%; }
	.error404 .entry-content section { display: block; width: 100%; padding: 5px; }

	.page-template-steeplejack-mini-site-template .soliloquy-container .soliloquy-caption .soliloquy-caption-inside { max-width: 100% !important; }
	.page-template-steeplejack-mini-site-template .site-header>.wrap, .single-recipes .site-header>.wrap { background-color: transparent; }
	.page-template-steeplejack-mini-site-template .site-header .title-area, .single-recipes .site-header .title-area {
		font-size: 46px;
		line-height: 1;
		padding: 20px 0 40px;
	}
	.page-template-steeplejack-mini-site-template .page-content, .single-recipes .page-content { padding: 15px 5px; }
	.series-recipes a {
	    display: table;
	    margin: 0 auto;
	    margin-bottom: 40px;
	    clear: both;
	}
	.newspaper-article .article-content {
	    -moz-columns: 2;
	    -webkit-columns: 2;
	    column-count: 2;
	}
	.page-template-steeplejack-mini-site-template .site-header, .single-recipes .site-header {
	    height: 138px;
	    background-size: 100% 89%;
	}
	.steeplejack-mini-site .site-header.shrink { 
	    height: 72px;
	    min-height: 110px;
	    background-size: 100% 116%;
	}
	.steeplejack-mini-site .site-header.shrink .menu-steeplejack-main-menu-container {
	    height: 102px;
	}
	.page-template-steeplejack-mini-site-template .site-header.shrink .title-area, .single-recipes .site-header.shrink .title-area {
	    padding: 0;
	}
	.steeplejack-mini-site .site-inner { margin-top: 0; }
}

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

	body {
		font-size: 16px;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.featured-widget-area .wrap {
		padding: 0;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.archive.genesis-author-pro .content
	.archive.genesis-pro-portfolio .content,
	.entry,
	.five-sixths,
	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}
	
	.nav-primary .wrap {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.menu.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.menu.genesis-nav-menu.responsive-menu li a,
	.menu.genesis-nav-menu.responsive-menu li a:hover,
	.menu.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.nav-secondary .menu.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}
	
	.nav-secondary .genesis-nav-menu.responsive-menu li a,
	.nav-secondary .genesis-nav-menu.responsive-menu li a:hover,
	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu a {
		color: #000;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 499;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background: none;
		left: auto;
		opacity: 1;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0 auto;
		padding: 0 0 0 20px;
	}
	
	.genesis-nav-menu .highlight {
		float: none;
	}
	
	.nav-secondary .genesis-nav-menu li.highlight > a,
	.nav-secondary .genesis-nav-menu li.highlight > a:hover {
		background: none;
		color: #000;
	}
	
	.flexible-widgets {
		padding: 40px;
	}
	
	.widget-full .featured-content .entry-title {
		font-size: 36px;
	}
	
	.footer-widgets .wrap {
		padding: 40px 40px 0;
	}
	
	.footer-widgets .widget:last-child {
		margin-bottom: 40px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	/* Cerulean Spark */
	.book .right { clear: both; margin-top: 0; }
	.blog .category-group { width: 90%; }
	.archive .left, .archive .right { width: 90%; margin: 0 auto; display: block; }
	.archive .left .entry, .archive .right .entry { margin: 20px 0; }
	.category-select { float: none; padding: 11px 0; }
	.single-bonus-material .entry-content .button { display: block; margin: 10px; }
	.author-feature { max-width: 50%; }

	.page-template-steeplejack-mini-site-template .menu-series-link-back-menu-container { margin-bottom: 20px; border-bottom: 1px solid black; }
	.page-template-steeplejack-mini-site-template .site-header .title-area {
		font-size: 40px;
	}
	.page-template-steeplejack-mini-site-template .site-header, .single-recipes .site-header {
	    height: 126px;
	}
	.steeplejack-mini-site .site-header.shrink { 
	    min-height: 96px;
	}
}

@media only screen and (max-width: 725px) {
	.page-template-steeplejack-mini-site-template .site-header .title-area {
		font-size: 38px;
	}
	.page-template-steeplejack-mini-site-template .site-header, .single-recipes .site-header {
	    height: 124px;
	}
}

/* Cerulean Spark */
@media only screen and (max-width: 650px) {

	.archive-description, .author-box, .entry, .footer-widgets .wrap, .site-footer .wrap, .after-entry { padding: 20px !important; }

	.featured-content .entry-header { margin-top: 10px; }
	.featured-content .entry { text-align: center; }
	.featured-content .alignleft { float: none; }

	.front-page-2, .front-page-3, .front-page-4, .front-page-5 { padding: 0 20px; }
	.front-page-3 .entry-content { text-align: left; }
	.front-page-2 .textwidget { padding: 20px 0; }

	.post-type-archive-book .book-info { padding: 28px 15px;  width: 206px; height: 325px; }
	.post-type-archive-book .caption { padding: 30px 20px; }

	.book .book-taxonomies a { border: none !important; padding: 0 5px; }
	.book .right { float: none; width: 80%; margin: 0 auto; }
	.book .left { margin: 30px 0; }
	.book .publication-date .value { display: block; }
	.book .available-formats div { max-width: none; text-align: center; }
	.book .available-formats .label { display: inline-block; }
	.book .entry-header img { max-width: 50%; }

	.related-book { width: 100%; display: block; clear: both; margin: 0 0 40px; text-align: center; }
	.related-book .related-book-title { width: auto; }
	.related-books { margin: 0px 20px 20px; }

	.single-post .related-post { width: 100%; display: inline-block; clear: both; margin: 0 0 20px 0; padding: 20px 0 }
	.single-post .related-post span { text-align: center; display: block; }
	.single-post .related-post .thumbnail { float: none; }
	.single-post .related-post:nth-child(2n) { background-color: #f4f8ff; }

	.search-form input[type=search] { width: 63%; }
	.footer-widgets-3 input[type=search] { width: 100%; margin: 9px 0; }
	.social-media-links .label { height: auto !important; line-height: 1.5; display: block; }

	.entry-content figure { float: none; margin: 0 auto !important; }

	.soliloquy-outer-container { vertical-align: top; }
	.soliloquy-caption { display: block !important; position: relative !important; bottom: 0 !important; }
	.soliloquy-container .soliloquy-image { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }			
	.soliloquy-container { -webkit-box-shadow: 10px 10px 5px 0px rgba(82,79,82,1) !important; -moz-box-shadow: 10px 10px 5px 0px rgba(82,79,82,1) !important; box-shadow: 10px 10px 5px 0px rgba(82,79,82,1) !important; max-height: none !important;  margin: 0 !important;}
	.page-id-7 .soliloquy-container .soliloquy-next { top: 158px !important; right: 0px !important; }
	.page-id-7 .soliloquy-container .soliloquy-prev { top: 158px !important; left: 0px !important; }

	.home .soliloquy-container .soliloquy-image { -webkit-box-shadow: 10px 10px 5px 0px rgba(82,79,82,1) !important; -moz-box-shadow: 10px 10px 5px 0px rgba(82,79,82,1) !important; box-shadow: 10px 10px 5px 0px rgba(82,79,82,1) !important; }
	.home .soliloquy-container {webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }

	.single-review .related-book, .single-interview .related-book { max-width: 45% }
	.author-feature { max-width: none; float: none; margin: 0; }

	.page-template-steeplejack-mini-site-template .soliloquy-container {
	    -webkit-box-shadow: none !important;
	    -moz-box-shadow: none !important;
	    box-shadow: none !important;
	}
	.page-template-steeplejack-mini-site-template .soliloquy-viewport {
	    -webkit-box-shadow: 10px 10px 5px 0 rgba(82,79,82,1) !important;
	    -moz-box-shadow: 10px 10px 5px 0 rgba(82,79,82,1) !important;
	    box-shadow: 10px 10px 5px 0 rgba(82,79,82,1) !important;
	}
	.page-template-steeplejack-mini-site-template .series-book-covers, .single-recipes .series-book-covers {
	    float: none;
	    text-align: center;
	    height: auto;
	}
	.page-template-steeplejack-mini-site-template .series-summary h4, .single-recipes .series-summary h4, .page-template-steeplejack-mini-site-template .entry-title {
	    text-align: center;
	}
	.menu-series-link-back-menu-container ul li { display: block; }
/*	.steeplejack-mini-site .site-header.shrink .menu-item { width: auto; } */
	.steeplejack-mini-site .title-area, .single-recipes .title-area { line-height: 1; }
	.menu-steeplejack-main-menu-container li {
	    width: auto;
	    padding: 0 4px;
	}
	.series-children a { min-height: initial; }
	.building-the-world .tools-links li a {
	    border-radius: initial;
	    display: block;
  	    padding: 7px 10px;	
	}


	.single-recipes .singular-featured-image {
	    float: none;
	    margin: 0 0 20px;
	}
	.single-recipes .singular-featured-image img {
	    width: 100%;
	}
	.recipe-instructions img {
	    display: block;
	    float: none;
	}
	.maps .entry-content figure { margin: 10px !important; }
	.newspaper-article .article-content, .newspaper-article.two-column .article-content {
	    -moz-columns: 1;
	    -webkit-columns: 1;
	    column-count: 1;
	}
	.newspaper-article .article-content img {
	    display: block;
	    float: none;
	    margin: 0 auto;
	    width: 100% !important;
	}
	.page-template-steeplejack-mini-site-template .site-header .title-area {
		font-size: 36px;
	}
	.steeplejack-mini-site .site-header.shrink { 
	    min-height: 89px;
	}
}

/* Cerulean Spark */
@media only screen and (max-width: 620px) {
	.menu-steeplejack-main-menu-container li {
	    padding: 0 3px;
	}
	.page-template-steeplejack-mini-site-template .site-header .title-area, .single-recipes .site-header .title-area {
		font-size: 33px;
	}
	.steeplejack-mini-site .site-header.shrink { 
	    min-height: 88px;
	}
	.steeplejack-mini-site .copyright-credits > span {
	    display: block;
	    padding: 3px;
	}
	.steeplejack-mini-site .copyright-credits span + span::before { content: none; }
}

@media only screen and (max-width: 572px) {
	.page-template-steeplejack-mini-site-template .wrap {
	    padding-left: 2%;
	    padding-right: 2%;
	}
	.menu-steeplejack-main-menu-container li {
	    padding: 0 2px;
	    font-size 15px;
	}
	.page-template-steeplejack-mini-site-template .site-header, .single-recipes .site-header {
	    min-height: 102px;
	    height: 20px;
	}
	.steeplejack-mini-site .site-header.shrink { min-height: 86px; }
	.page-template-steeplejack-mini-site-template .site-header .title-area, .single-recipes .site-header .title-area {
	    padding: 20px 0 22px;
	}
}

@media only screen and (max-width: 522px) {
	.page-template-steeplejack-mini-site-template .site-header, .single-recipes .site-header {
	    min-height: 162px;
	}
	.page-template-steeplejack-mini-site-template .site-header .title-area, .single-recipes .site-header .title-area {
	    padding: 20px 0 43px;
	}
	.steeplejack-mini-site .site-header.shrink {
	    min-height: 130px;
	}
}

/* Cerulean Spark */
@media only screen and (max-width: 470px) {
	.blog .thumbnail, .archive .thumbnail { float: none; margin: 0 auto; }
	.archive .post-date, .archive h3.entry-header, .blog h3.entry-header { text-align: center; }
	.mc-field-group.genre-interests, .mc-field-group.age-interests { display: block; width: 100% !important; }

	.menu-steeplejack-main-menu-container li {
	    padding: 0 1px;
	    font-size: 14px;
	}
	.page-template-steeplejack-mini-site-template .page-content { padding: 0 0 0 10px; }
}

@media only screen and (max-width: 400px) {
	.page-template-steeplejack-mini-site-template .wrap {
	    padding-left: 1%;
	    padding-right: 1%;
	}
	.menu-steeplejack-main-menu-container li {
	    padding: 0;
	    font-size: 13px;
	}
}


/* Cerulean Spark */
@media only screen and (max-width: 350px) {
	label[for=cat] { display:block; }
	.site-description { font-size: smaller; }
	.button, .more-link { width: 100% !important; float: none !important; }
	.home .widget-title, .entry-content h3, .entry-footer h3, .related-books h4, .more-interviews h3, .more-reviews h3, .more-bonus-materials h3, .blog .category-heading, .search-content .post-type-heading, .widget_cs_related_blog_posts_widget h4, .home .featured-content .entry-header { padding: 20px 10px 5px !important; text-align: center; }
	.book .entry-header { text-align: center; }
	.book .entry-header img { max-width: none; float: none; margin: 0 0 15px; }
	.book .publication-date { display: block; }
	.book .available-formats .value { display: block; }
	.book .right { width: 100%; }
	.taxonomy-links { float: none; text-align: left; }
	div.interview { padding-top: 20px; }
	div.review:nth-child(2n), div.interview:nth-child(2n) { background-color: #f4f8ff; }
	div.review img, div.interview img { float: none; margin: 0; }
	.interviewer-info { padding: 0 10px; }
	.single-review .related-book, .single-interview .related-book { float: none; max-width: none; }
	.more-reviews, .more-interviews { margin: 0 20px 40px; }
	.reviewer-info .label { display: none; }
	.reviewer-info span { display: block; }
	.blog .thumbnail, .archive .thumbnail { width: 175px; height: 175px; }

	.fb-page.fb_iframe_widget { width: 100%; }
	.fb_iframe_widget span { width: 100% !important; }

	.g-recaptcha > div { width: auto !important; }

	.search .post-type.book article { display: block; width: auto; }
	.search .post-type.book .entry-image { margin: 0 auto; }
	.page-template-steeplejack-mini-site-template .site-header, .single-recipes .site-header {
	    min-height: 144px;
	    background-size: 100% 96%;
	}
	.steeplejack-mini-site .site-header.shrink {
	    min-height: 130px;
	}
	.page-template-steeplejack-mini-site-template .site-header .title-area, .single-recipes .site-header .title-area { padding: 20px 0 30px; }
}