/*
	Theme Name: Fabric Child Theme
	Theme URI: http://www.studiopress.com/themes/fabric
	Description: Fabric is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.1
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Fabric Blue
* Fabric Pink

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Overlock);
@import url(https://fonts.googleapis.com/css?family=Arvo);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC);
@import url(https://fonts.googleapis.com/css?family=Puritan:400,700,400italic);

@font-face {
	font-family: 'Harman-Deco';
	src: url('webfonts/2CF889_0_0.eot');
	src: url('webfonts/2CF889_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2CF889_0_0.woff2') format('woff2'),
		 url('webfonts/2CF889_0_0.woff') format('woff'),
		 url('webfonts/2CF889_0_0.ttf') format('truetype'),
		 url('webfonts/2CF889_0_0.svg#wf') format('svg');
}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #3F3F3F;
	font-family: 'Overlock', Times, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #666;
	font-family: 'Overlock', Helvetica, Tahoma, sans-serif;
}

input,
select,
textarea,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #ffffff;
	border: 1px solid #dedcd7;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #73C4B7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/nav.png) top center repeat-x;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 170px;
	overflow: hidden;
        padding: 18px 0 0 0;
	width: 900px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 30px 0 25px;
	width: 480px;
}

#title {
	font-family: 'Pacifico', arial, serif;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 5px;
	text-shadow: #fff 1px 1px;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #8f8d85;
	text-decoration: none;
}

#description {
	color: #938868;
	font-size: 14px;
	font-style: italic;
	text-shadow: #fff 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 470px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
        background: none;
	display: block;
	float: left;
	height: 210px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 900px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
        background: url(images/header.png) no-repeat center;
	width: 890px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	background-color: #666;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #666;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 148px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 150px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 169px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
}

#nav .wrap {
	color: #2F2F2F;
	font-family: 'Arvo', arial, serif;
	letter-spacing: 3px;
	margin: 15px auto;
	width: 1010px;
}

#nav ul {
	float: left;
	padding: 15px 0px 5px 40px;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #5F5F5F;
	display: block;
	font-size: 11px;
	padding: 3px 13px 4px 15px;
	position: relative;
	text-decoration: none;
        font-weight: bold;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #fff;
        background-color: #F86D5F;
        border-radius: 7px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #6b6860;
	border: 1px solid #7d7a70;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #F86D5F;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 12px 10px 14px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #d9cca6;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/nav.png);
	clear: both;
	font-family: 'Droid Serif', arial, serif;
	letter-spacing: 2px;
	margin: 0 auto 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #d9cca6;
	display: block;
	font-size: 12px;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #6b6860;
	border: 1px solid #7d7a70;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #7d7a70;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner-top {
	background: url(images/inner-top.png);
	height: 6px;
	margin: 0 auto;
	width: 980px;
}

#inner {
	background-color: #fff;
	margin: 0 auto;
	padding: 15px 20px 20px;
	width: 980px;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/content-line.png) bottom repeat-x;
	border: none;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0 auto 25px;
	padding: 0 0 15px;
	text-transform: uppercase;
	width: 900px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 740px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 980px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 620px;
}

.content-sidebar #content {
	padding: 0 0 0 10px;
}

.sidebar-content #content {
	float: right;
	padding: 0 10px 0 0;
}

.full-width-content #content {
	width: 900px;
	padding: 0 10px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	font-style: italic;
	margin: 0 0 10px;
	padding: 25px 30px 5px 75px;
}

blockquote p {
	color: #F86D5F;
	font-family: 'Overlock', Times New Roman, Trebuchet MS;
}

.post {
	margin: 0 0 18px;
	padding: 0 0 18px;
}

.single .post {
	margin: 0 0 20px;
	padding: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #dedcd7;
	clear: both;
	margin: 0 0 15px;
}

.post-nav {
    overflow: auto;
    margin: 10px 0;
    padding: 5px 0;
}

.post-nav span.next {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    margin-bottom: 5px;
}

.post-nav span.prev {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    margin-bottom: 5px;
}

.post-nav a {
    text-decoration: none;
}

.post-nav a:hover {
    text-decoration: underline;
}

.post-nav a:active {
}

.next-post-nav {
    width: 50%;
    float: left;
}

.prev-post-nav {
    width: 50%;
    float: right;
    text-align: right;
}

html { -webkit-text-size-adjust:none; 
} 


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5F5F5F;
	font-family: 'Arvo', arial, serif;
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #5F5F5F;
	font-family: 'Arvo', arial, serif;
	font-size: 24px;
	line-height: 30px;
}

.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #4f4e4e;
	text-decoration: underline;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background: url(images/sidebar-headline.png) no-repeat center;
	color: #4F4F4F;
	font-size: 15px;
	margin: 0 -25px 10px 0;
	padding: 10px 10px 10px 15px;
	text-shadow: #f5f3ed 1px 1px;
	text-transform: normal;
        text-align: center;
}

.sidebar-content .widget-area h4 {
	border-left: 5px solid #c9bc93;
	border-right: none;
	margin: 0 -0 10px -25px;
}

.widget-area h4 a {
	color: #666;
	text-decoration: none;
}

#footer-widgets h4 {
	background: url(images/content-line.png) repeat-x bottom;
	border: none;
	color: #4F4F4F;
	font-family: 'Arvo', arial, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 15px;
	padding: 0 0 20px;
	text-shadow: none;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h2.entry-title {
        background: url(images/post-icon.png) top left no-repeat;
        min-height: 34px;
        padding: 0 0 0 40px;
}

h1.entry-title {
        background: url(images/post-icon.png) top left no-repeat;
        min-height: 34px;
        padding: 0 0 0 40px;
}

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
	font-size: 18px;
        line-height: 25px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #73C4B7;
	font-family: 'Arvo', Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	margin: -5px 0 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
        background: url('images/content-line.png') repeat-x bottom;
        font-family: 'Arvo', Helvetica, Tahoma, sans-serif;
        color: #999;
	clear: both;
	font-size: 13px;
        line-height: 21px;
	padding: 0px 0 20px 0;
	text-transform: lowercase;
        word-spacing: 2px;
}

.post-meta a {
        color: #73C4B7 !important;
}

.post-meta .categories,
.post-meta .tags {
    display: block;
    padding: px 0 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #DDDDDD;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

.post-photo {
	margin: 0 0 20px -30px;
}

.sidebar-content .post-photo {
	margin: 0 -30px 20px 0;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f9f7f1;
	border: 1px solid #dedcd7;
	padding: 4px;
}

.avatar-65 {
	height: 70px;
	width: 70px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 78px;
	margin: 0 10px 0 0;
	width: 78px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.sidebar a img {
	margin: 0 5px 5px 0;
}

.sidebar .featuredpost a img {
	margin: 0 0 5px;
}

.wp-caption {
	border: none;
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
	font-family: 'Droid Serif', arial, serif;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #c2b697;
	border: 1px solid #c2b697;
	color: #fff;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 310px;
}

.sidebar p {
	font-size: 15px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	margin: 0 0 25px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0 15px;
}

.more-from-category {
	padding: 5px 0 0;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
#submit {
	background-color: #fff;
	color: #5E5E5E;
	cursor: pointer;
	font-family: 'Arvo', arial, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #57B6B9;
	color: #fff;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
	padding: 2px 0 0;
}

.s {
        background-color: #57B6B9;
	color: #ffffff;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 7px;
        text-align: center;
	width: 223px;
}

.searchsubmit {
        background: none;
        border: none;
	color: #4F4F4F;
	cursor: pointer;
	font-family: 'arvo', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 0px;
	text-decoration: none;
	text-transform: lowercase;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
    margin: 0;
}

.enews-widget .widget-wrap {
    border: none;
}

.enews {
    background: url(images/subscribe.png) no-repeat top center;
    margin: 0 0 0 13px;
    overflow: hidden;
    padding: 50px 0 0 0;
    text-align: center;
    text-shadow: 1px 1px #fff;
    width: 300px;
}

.enews #subbox {
    background: #fff ;
    color: #5a4e3c;
    font-size: 13px;
    padding: 3px 0 2px 20px;
    text-transform: lowercase;
    width: 180px;
}

.enews #subbutton {
    background: none;
    border: none;
    color: #fff;
    font-family: 'Amatic SC', 'Overlock', arial, serif;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 9px 3px 9px;
    margin: 0 0 7px 0;
}

.enews #subbutton:hover {
    color: #5A4E3C;
    text-decoration: underline;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f9f7f1;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f9f7f1;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets-top {
	background: none;
	height: 6px;
	margin: 0 auto;
	width: 960px;
}

#footer-widgets {
	background: none;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0;
	width: 960px;
}

#footer-widgets .wrap {
	background: url(images/content-line.png) repeat-x;
	color: #4F4F4F;
	font-family: 'Overlock', Times, 'Times New Roman', serif;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 10px;
	width: 950px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #cac5b8;
	font-family: 'Overlock', Times, 'Times New Roman', serif;
	padding: 0 0 15px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #73C4B7;
	text-decoration: none;
}

#footer-widgets a:hover {
	text-decoration: underline;
}

#footer-widgets ul {
	color: #cac5b8;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 55px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

#footer .wrap {
        background: url(images/bottom-bg.png);
}

#footer p {
	color: #66645c;
	font-family: 'Arvo', Times, 'Times New Roman', serif;
	font-size: 13px;
}

#footer a,
#footer a:visited {
	color: #73C4B7;
}

#footer .gototop {
	background-color: none;
	float: left;
	margin: -5px 0 0 30px;
	padding: 15px;
	width: 50px;
}

#footer .gototop a,
#footer .gototop a:visited {
	color: #73C4B7;
}

#footer .gototop p {
	font-family: 'Arvo', arial, serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 20px;
}

#footer .creds {
	float: right;
	padding: 20px 0 25px;
	text-align: right;
	width: 740px;
}

div.swirl {
        background: url(images/bottom-bg.png) repeat-x bottom center transparent;
        margin: -100px 0 0 0 !important;
        padding: 0;
        height: 190px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.reply a,
.reply a:visited {
	font-weight: normal;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #fff;
}

.alt,
.depth-1,
.even {
	border-bottom: 2px solid #CFCFCF;
	border-left: 2px solid #CFCFCF;
	border-top: 2px solid #CFCFCF;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #666;
	font-family: Georgia, Times, 'Times New Roman', serif !important;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Book Template
------------------------------------------------------------ */

.hbg-book-template {
	box-sizing: border-box;
}

body.hbg-book-template {
	background: url(images/book-template-bg.png);
}

.hbg-book-template #inner-top {
	display: none;
}

.book-template-nav {
	background: #ee7e52;
	color: #fff;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 29px;
	text-transform: uppercase;
}

.hbg-book-template .wrap {
	margin: 0 auto;
	max-width: 945px;
}

.book-template-nav.stuck {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
 
.admin-bar .book-template-nav.stuck {
	top: 28px;
}

.book-template-nav ul {
	list-style-type: none;
}

.book-template-nav li {
	background: url(images/nav-leaf.png) right center no-repeat;
	display: inline-block;
	padding: 0 72px 0 24px;
}

.book-template-nav li:first-of-type {
	padding-left: 0;
}

.book-template-nav li:last-of-type {
	background: none;
	padding-right: 0;
}

.book-template-nav a {
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	padding: 8px 0;
}

.hbg-book-template #inner {
	background: none;
	margin-bottom: -27px;
	padding: 48px 0 0;
	position: relative;
	max-width: 945px;
	width: 100%;
}

.hbg-book-template #inner:before {
	background: url(images/inner-branch.png) no-repeat;
	content: "";
	height: 103px;
	left: -82px;
	position: absolute;
	top: -32px;
	width: 131px;
	z-index: -1;
}

.hbg-book-template.full-width-content #content,
.hbg-book-template.full-width-content #content-sidebar-wrap {
	padding: 0;
	width: 100%;
}

.book-top {
	overflow: hidden;
}

.book-top-image {
	float: left;
	position: relative;
	z-index: 1;
}

.book-top-content {
	border: 2px solid #6dad57;
	margin: 88px 0 0 20px;
	padding: 10px;
	position: relative;
	text-align: center;
}

.book-top-content:before {
	background: url(images/leaf-swirl.png);
	content: "";
	height: 81px;
	position: absolute;
	right: 126px;
	top: -35px;
	width: 307px;
}

.book-top-content p {
	color: #ac895a;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 55px;
	line-height: .9;
	margin-bottom: 33px;
}

.book-top-content p:nth-of-type(2) {
	margin-bottom: 45px;
}

.book-top-content p:last-of-type {
	margin: 0;
}

.book-top-content a {
	color: #614d27;
	font-size: 38px;
	text-transform: uppercase;
}

.top-content-inner {
	background: #fff;
	padding: 65px 10px 57px;
}

.book-details {
	clear: both;
}

.po-link,
.hbg-book-template a.snppopup-content {
	background: url(images/po-link-bg.png) no-repeat;
	display: inline-block;
	margin-right: 4px;
	padding: 11px 25px;
}

.fc-link {
	background: url(images/fc-link-bg.png);
	display: inline-block;
	padding: 11px 25px;
}

.po-link:hover,
.hbg-book-template a.snppopup-content:hover,
.fc-link:hover {
	text-decoration: none;
}

#book-details {
	margin: -10px 0 80px;
	padding: 0 40px;
}

#book-details p {
	color: #786545;
	font-family: 'Puritan', sans-serif;
	font-size: 19px;
	line-height: 1.25;
	margin-bottom: 15px;
}

.caps-yellow {
	color: #c8a326;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 30px;
	text-transform: uppercase;
}

#author-bio {
	background: url(images/lemonade.png) 20px 50px no-repeat;
	box-sizing: border-box;
	max-width: 910px;	
	padding: 0 0 0 324px;
}

#author-bio p {
	color: #665334;
	font-family: 'Puritan', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
}

#author-bio img.alignright{
	margin: -5px 0 0;
}

.book-template-middle {
	background: #fff;
	border-top: 5px solid #dff2f3;
	padding: 80px 0 0;
}

.book-template-middle h2 {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.book-template-middle-left {
	float: left;
	max-width: 580px;
	width: 100%;
}

.share-box {
	background: #000;
	margin-bottom: 20px;
}

.share-box img {
	background: #fff;
}

.share-box:nth-of-type(odd) {
	float: left;
}

.share-box:nth-of-type(even) {
	float: right;
}

.ready-made-tweet {
	background: url(images/book-template-bg.png);
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 36px;
	line-height: 1;
	padding: 18px;
	margin-bottom: 22px;
}

.ready-made-tweet .fa-twitter {
	color: #abe0df;
	font-size: 34px;
	margin-right: 13px;
}

.rmt-inner {
	background: #fff;
	box-sizing: border-box;
	border: 2px solid transparent;
	padding: 16px;
}

.rmt-inner:hover {
	border: 2px solid #ee7e52;
}

.ready-made-tweet span {
	display: block;
	font-family: 'Puritan', sans-serif;
	font-size: 16px;
	margin: 8px 0;
}

.ready-made-tweet a {
	color: #1a5899;
	font-size: 38px;
}

#kind-words {
	float: right;
	max-width: 308px;
}

#kind-words header {
	background: url(images/title-leaf-right.png) center bottom no-repeat;
	padding-bottom: 55px;
	margin-bottom: 30px;
}

#kind-words h2 {
	line-height: 1;
	margin-bottom: 8px;
}

#kind-words h3 {
	font-family: 'Puritan', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.book-template-review {
	margin-bottom: 60px;
}

#kind-words p {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.reviewer-name {
	color: #786545;
	font-family: 'Puritan', sans-serif;
	line-height: 1.2;
	font-size: 18px;	
}

.reviewer-title {
	color: #786545;
	font-family: 'Puritan', sans-serif;
	font-size: 14px;
	line-height: 1.2;	
}

.book-template-bottom {
	border-top: 5px solid #dff2f3;
	padding: 30px 0;
}

#pre-order-offers h2 {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

#pre-order-offers article:nth-of-type(odd) {
	background: #fff;
	box-sizing: border-box;
	float: left;
	max-width: 455px;
	padding: 15px;
}

#pre-order-offers article:nth-of-type(odd) .po-inner {
	background: url(images/offer1-bg.png) no-repeat;
	background-size: cover;
	min-height: 1046px;
}

#pre-order-offers article:nth-of-type(odd) .po-inner:before {
	background: url(images/po-leaf.png);
	bottom: -146px;
	content: "";
	height: 203px;
	left: 30px;
	position: absolute;
	width: 165px;
}

#pre-order-offers article:nth-of-type(even) {
	background: #fff;
	box-sizing: border-box;
	float: right;
	max-width: 455px;
	padding: 15px;
}

#pre-order-offers article:nth-of-type(even) .po-inner {
	background: url(images/offer2-bg.png) no-repeat;
	background-size: cover;
	min-height: 1346px;
	position: relative;
}

#pre-order-offers article:nth-of-type(even) .po-inner:before {
	background: url(images/po-leaves.png);
	bottom: 70px;
	content: "";
	height: 777px;
	left: -199px;
	position: absolute;
	width: 201px;
}

.po-inner {
	box-sizing: border-box;
	padding: 20px 10px;
	position: relative;
	text-align: center;
}

.po-inner a {
	color: #786545;
}

.po-inner h2 {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
}

.po-inner h3 {
	color: #265d9f;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
}

.po-inner h4 {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 33px;
	line-height: 1;
	margin-bottom: 20px;
}

.po-inner h5 {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 10px;
}

#pre-order-offers article:nth-of-type(even) .po-inner h5 {
	margin-bottom: 15px;
}

.po-inner p {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: left;
}

.po-inner .fa {
	color: #f8c169;
	font-size: 36px;
	margin: 5px;
}

.po-indent {
	padding-left: 20px;
}

#pre-order-offers h2 span,
#ready-made-tweets h2 span,
#share-boxes h2 span {
	position: relative;
}

#pre-order-offers h2 span:before,
#ready-made-tweets h2 span:before,
#share-boxes h2 span:before {
	background: url(images/title-leaf-left.png);
	content: "";
	height: 39px;
	left: -77px;
	position: absolute;
	top: 5px;
	width: 71px;
}

#pre-order-offers h2 span:after,
#ready-made-tweets h2 span:after,
#share-boxes h2 span:after {
	background: url(images/title-leaf-right.png);
	content: "";
	height: 39px;
	right: -81px;
	position: absolute;
	top: 5px;
	width: 75px;
}

.pre-order-button a {
	background: url(images/po-offers-button-bg.png) no-repeat;
	color: #fff;
	display: inline-block;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 28px;
	line-height: 1.2;
	padding: 12px 27px;
	position: absolute;
	right: 87px;
	top: 25px;
	text-transform: uppercase;
}

.pre-order-button a:hover {
	text-decoration: none;
}

.frizzly-image-hover {
	opacity: 0.5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

.hbg-book-template .swirl {
	display: none;
}

.bt-creds {
	color: #a68b61;
	font-size: 28px;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	text-transform: uppercase;
}

.bt-creds span {
	font-size: 16px;
	text-transform: lowercase;
}

.bt-creds a {
	color: #a68b61;
}


.hbg-book-template .snppopup li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.hbg-book-template .snppopup li a {
	border: 1px solid #8e8e8e;
	display: block;
	height: 45px;
	width: 140px;
}

.hbg-book-template .snppopup .sociable {
	display: none;
}

.hbg-book-template .snppopup a {
	text-indent: -9999px;
}

.hbg-book-template .snp-wrap {
	box-sizing: border-box;
	border: 6px solid #96d7e3;
}

.hbg-book-template .fancybox-skin,
.hbg-book-template .snp-theme-html,
.hbg-book-template .fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.hbg-book-template .snp-theme-html .snp-content-inner {
	overflow: hidden;
	padding: 25px 0 10px 10px;
}

.hbg-book-template .snppopup h2 {
	color: #7eb86a;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 45px;
	line-height: 1;
	text-transform: uppercase;
}

.hbg-book-template .snppopup p {
	color: #786545;
	font-family: 'Harman-Deco', Times, 'Times New Roman', serif;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 20px;
}

.hbg-book-template .snppopup a.amazon {
	background: url(images/buy_amazon-Copy.png) center center no-repeat;
}

.hbg-book-template .snppopup a.bn {
	background: url(images/buy_barnsnoble-Copy.png) center center no-repeat;
}

.hbg-book-template .snppopup a.bam {
	background: url(images/index.png) center center no-repeat;
}

.hbg-book-template .snppopup a.cb {
	background: url(images/buy_christianbook.png) center center no-repeat;
}

.hbg-book-template .snppopup a.fc {
	background: url(images/familychristian.png) center center no-repeat;
}

.hbg-book-template .snppopup a.lws {
	background: url(images/lifeway.png) center center no-repeat;
}

.hbg-book-template .snppopup a.parable {
	background: url(images/parable.png) center center no-repeat;
}

.hbg-book-template .snppopup a.tyndale {
	background: url(images/tyndaledirect.png) center center no-repeat;
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 14px;
	text-align: center;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 990px) {

	.hbg-book-template .wrap,
	.hbg-book-template #inner {
		max-width: 800px;
	}


	.book-template-nav ul {
		text-align: center;
	}
	
	.pre-order-button {
		text-align: center;
	}
	
	.pre-order-button a {
		position: relative;
		right: auto;
		top: auto;
	}
	
	.book-top-image {
		margin: 0 20px 20px 0;
		width: 40%;
	}
	
	.book-top-image img {
		width: 100%;
	}
	
	.book-top-content {
		margin-bottom: 40px;
	}

	.book-top-content:before {
		right: 83px;
	}

	.top-content-inner {
		padding-bottom: 35px;
	}

	.book-top-content p:last-of-type {
		clear: both;
	}

	#book-details {
		margin: 0 0 35px;
	}

	#author-bio {
		background-size: 23%;
		padding-left: 215px;
	}

	.book-template-middle {
		padding-top: 40px;
	}

	.book-template-middle-left {
		float: none;
		margin: 0 auto;
	}

	#share-boxes {
		margin-bottom: 30px;
	}

	#ready-made-tweets {
		margin-bottom: 40px;
	}

	#kind-words {
		float: none;
		margin: 0 auto;
		max-width: 580px;
	}

	#pre-order-offers article:nth-of-type(odd),
	#pre-order-offers article:nth-of-type(even) {
		float: none;
		margin: 0 auto 40px;
	}

	#pre-order-offers article:nth-of-type(even) {
		position: relative;
		z-index: 40;
	}

}


@media only screen and (max-width: 800px) {

	.hbg-book-template .wrap,
	.hbg-book-template #inner {
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-book-template #inner {
		padding-top: 35px;
	}

	.book-top-content p {
		font-size: 40px;
	}

	.book-top-content:before {
		display: none;
	}

	.top-content-inner {
		padding-top: 40px;
	}

	#book-details {
		padding: 0;
	}

	#author-bio {
		background: none;
		padding-left: 0;
	}

}

@media only screen and (max-width: 768px) {

	.sticky-wrapper {
		height: auto !important;
	}

	.book-template-nav .wrap {
		padding: 0;
	}

	.book-template-nav ul {
		text-align: left;
	}

	.book-template-nav ul.responsive-menu li {
		background: none;
		padding: 0;
	}

	.book-template-nav ul.responsive-menu {
		display: none;
	}

	.book-template-nav ul.responsive-menu li,
	.responsive-menu-icon {
		display: block;
	}

	.responsive-menu-icon {
		background: #ee7e52;
	}

	.responsive-menu-icon::before {
		color: #fff;
	}

	.book-template-nav ul.responsive-menu li:hover {
		position: static;
	}

	.book-template-nav ul.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.book-template-nav ul.responsive-menu li a,
	.book-template-nav ul.responsive-menu li a:hover,
	.book-template-nav ul.responsive-menu li.current-menu-item > a,
	.site-header .book-template-nav ul.responsive-menu li a {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.book-template-nav ul.responsive-menu li-has-children {
		cursor: pointer;	
	}

	.book-template-nav ul.responsive-menu li-has-children > a {
		margin-right: 60px;
	}

	.book-template-nav ul.responsive-menu > li-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.book-template-nav ul.responsive-menu .menu-openli-has-children:before {
		content: "\f142";
	}

	.book-template-nav ul.responsive-menu > li > .sub-menu {
		display: none;
	}

	.book-template-nav ul.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.book-template-nav ul.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.book-template-nav ul.responsive-menu .sub-menu li a,
	.book-template-nav ul.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.book-template-nav ul.responsive-menu .current-menu-item > a,
	.book-template-nav ul.responsive-menu .sub-menu .current-menu-item > a:hover,
	.book-template-nav ul.responsive-menu > lili-has-children:hover > a,
	.book-template-nav ul.responsive-menu a:hover {
		background: none;
	}

	.book-template-nav.stuck {
		position: static;
	}

}

@media only screen and (max-width: 640px) {

	#share-boxes h2 span:before,
	#share-boxes h2 span:after {
		display: none;
	}

	.share-box:nth-of-type(odd),
	.share-box:nth-of-type(even) {
		float: none;
		margin: 0 auto 20px;
		max-width: 280px;
	}

}

@media only screen and (max-width: 625px) {

	.book-top-content p:nth-of-type(2) {
		clear: both;
		margin-bottom: 30px;
	}

	.po-link,
	.hbg-book-template a.snppopup-content {
		margin: 0 auto 20px;
	}

	.hbg-book-template #inner {
		margin-bottom: 0;
	}

	#author-bio {
		margin-bottom: 20px;
	}


}

@media only screen and (max-width: 640px) {

	#pre-order-offers h2 span:before,
	#ready-made-tweets h2 span:before,
	#pre-order-offers h2 span:after,
	#ready-made-tweets h2 span:after {
		display: none;
	}

}

@media only screen and (max-width: 510px) {

	.snp-pop-23119 .snp-theme-html {
		height: auto !important;
	}

}

@media only screen and (max-width: 480px) {

	.book-top-image {
		float: none;
		left: 50%;
		margin: 0 0 0 -93px;
		position: absolute;
		width: 186px;
	}

	.book-top-content {
		margin-left: 0;
	}

	.pre-order-button {
		margin-bottom: 30px;
	}

	.top-content-inner {
		padding-top: 240px;
	}

	.book-top-content p {
		font-size: 30px;
	}

	.book-top-content p:nth-of-type(2) {
		font-size: 26px !important;
	}

	.book-top-content a {
		font-size: 32px;
	}

	.pre-order-button a {
		background: rgb(126, 184, 106);
	}

}

@media only screen and (max-width: 479px) {

	#author-bio img.alignright {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	#pre-order-offers article:nth-of-type(odd),
	#pre-order-offers article:nth-of-type(even) {
		padding: 10px;
	}

	#pre-order-offers h2 {
		font-size: 44px;
	}

	#pre-order-offers .po-inner h2 {
		font-size: 38px;
	}

	.po-inner h3 {
		font-size: 36px;
	}

	.po-inner h4 {
		font-size: 30px;
	}

	.po-inner h5 {
		font-size: 22px;
	}

	.snp-pop-23119 .snp-theme-html {
		height: auto !important;
	}


}
