/*  
Theme Name: Simple Elegance - Carla Laureano 2020
Theme URI: //carlalaureano.com/
Description: Carla Laureano 2020 Theme
Version: 1.0
Author: Emily Carlin
Author URI: //swankwebdesign.com/
*/

/*------------------------------------*\
	Reset
\*------------------------------------*/
* { margin: 0; padding: 0; }

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility; }

/*------------------------------------*\
	Fonts
\*------------------------------------*/
@font-face {
    font-family: 'libbyregular';
    src: url('fonts/libbyregular-webfont.woff2') format('woff2'),
         url('fonts/libbyregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'botterill_signatureregular';
    src: url('fonts/botterill_signature-webfont.woff2') format('woff2'),
         url('fonts/botterill_signature-webfont.woff') format('woff');
    font-weight: normal;
	font-style: normal; }
	
/*------------------------------------*\
	Links
\*------------------------------------*/
a:link { color: #818b9d; font-weight: normal; text-decoration: none; }
a:visited { color: #818b9d; font-weight: normal; text-decoration: none; }
a:hover { color: #505f7a; font-weight: normal; text-decoration: none; }

a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

.nav a:link, .sidr li a:link { color: #fff; font-weight: normal; text-decoration: none; }
.nav a:visited, .sidr li a:visited { color: #fff; font-weight: normal; text-decoration: none; }
.nav a:hover, .sidr li a:hover { color: #337890; font-weight: normal; text-decoration: none; }

#footer p a:link, #footer p a:visited, #footer p a:hover { text-decoration: underline; }

/*------------------------------------*\
	Structure
\*------------------------------------*/
body {
	background: #fff; 
	font: 400 100% 'Lato', Verdana, sans-serif;
	margin: 0 auto;
	color: #333;
	text-align: left;
	z-index: 1; }
	
#topad { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #818b9d; 
	text-align: center;
	margin: 0 auto;
	z-index: 99; }

#header { 
	width: 100%;
	height: auto;
	margin: 0 auto; }

#topbanner { 
	width: 100%;
	height: auto;
	margin: 0 auto 20px; }

#topnav { 
	width: 100%;
	height: 50px; 
	background-color: #505f7a; }

.wrapper { 
	max-width: 1400px; 
	margin: 0 auto; 
	padding: 0 30px; }

#container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden; }

#content {
	float: right;
	width: 65%;
	margin: 60px 0 80px; }

.post-content {
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0; }

#side {
	float: left;
	width: 30%;
	line-height: 150%;
	margin: 60px 0 60px;
	padding: 0; }

#bottom {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #505f7a; 
	margin: 0 auto 90px;
	padding: 0; }

#footer {
	clear: both;
	width: 100%;
	height: auto;
	font: 90%/180% 'Merriweather', 'Times New Roman', Times, serif; 
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #505f7a; 
	margin: 0 auto;
	padding: 0 0 10px; }

/*
Top
--------------------------------------*/
#logo { 
	float: left;
	width: 70%;
	margin: 50px 0 0;
	padding: 10px 0 10px 1%; }

#quote-container { 
	float: right; 
	width: 28%;
	margin: 130px 0 0;
	padding: 0 1% 0 0; }

.quote {
	min-height: 140px;
	font: italic 120%/130% 'Merriweather', 'Times New Roman', Times, serif;  
	color: #818b9d;
	text-align: left;
	margin: 0;
	padding: 0; }

.quote cite { 
	font-size: 60%; 
	line-height: 10%;
	font-style: normal; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3d485d; }

/*
Bottom
--------------------------------------*/
#subscribe {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 45px; }

#subscribe p { 
	font: 400%/120% 'botterill_signatureregular', 'Times New Roman', Times, serif;
	color: #fff;
	text-align: center;
	padding: 0 0 5px; }

#newsletter-signup { 
	max-width: 800px;
	margin: 0 auto;
	padding: 0;  }

#subscribe img.size-footer-thumb { 
	float: left; 
	width: 125px;
	height: 163px;
	margin: 0 25px 0 0; 
	-ms-transform: rotate(-10deg); /* IE 9 */
	-webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
	transform: rotate(-10deg); }

#subscribe label { 
	display: inline-block;
	font: 100%/180% 'libbyregular', Verdana, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff; 
	padding: 20px 0 30px; }

#cookie-notice { font: 90%/110% 'Merriweather', 'Times New Roman', Times, serif; }

#cn-notice-text a, #cn-notice-text a:link, #cn-notice-text a:visited { color: #505f7a; }

#cn-notice-text a:hover { color: #fff; }

#cn-accept-cookie {
	display: inline-block;
	background-color: #fff;
	font: 80%/110% 'libbyregular', Verdana, serif;  
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #505f7a;
	margin: 0;
	padding: 10px 10px 5px; }

#cn-accept-cookie:hover { background-color: #505f7a; color: #fff; }

/*------------------------------------*\
	Menus
\*------------------------------------*/
.nav,
.nav ul,
.nav li,
.nav a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; }

.nav {
	display: block;
	max-width: 1400px;
	width: auto;
	margin: 0 auto;
	padding: 0; }

.nav > ul {
	list-style: inside none;
	margin: 0; 
	padding: 0; }

.nav > ul > li {
	list-style: inside none;
	margin: 0;
	padding: 12px 0 0;
	float: left;
	display: block;
	position: relative; }

.nav > ul > li > a {
	outline: none;
	display: block;
	height: 50px;
	position: relative;
	font: 120%/120% 'Merriweather', 'Times New Roman', Times, serif;
	letter-spacing: 4px;
	color: #fff;
	text-align: center;
	padding: 0 15px; }

.nav > ul > li > a:hover { color: #818b9d; }

.nav > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99;  }

.nav ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0; }

.nav > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px; }

.nav > ul > li.has-sub:hover > a:before { top: 19px; }

.nav ul li.has-sub:hover > a {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
	top: 0;
	z-index: 999; }

.nav ul li.has-sub:hover > ul,
.nav ul li.has-sub:hover > div { display: block; }

.nav ul li.has-sub > a:hover { background: transparent; }

.nav ul li > ul,
.nav ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 35px;
	padding: 5px 0 10px 0;
	background: #505f7a;
	z-index: 999; }

.nav ul li > ul { width: 220px; }

.nav ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative; }

.nav ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	font: 110%/120% 'Merriweather', 'Times New Roman', Times, serif;
	letter-spacing: 3px;
	color: #fff;
	margin: 15px 0;
	padding: 0 15px; }

.nav ul ul a:hover { color: #818b9d; }

.nav > ul > li > ul > li a:hover { color: #818b9d; }

.nav ul li > ul li > ul {
	display: none;
	width: auto;
	position: absolute;
	background: #505F7A;
	top: -15px;
	left: 170px;
	padding: 0px 0 10px 0;
	z-index: 999; }

.nav ul li > ul li > ul { width: 220px; }

.nav ul li > ul li > ul li > ul { left: 220px; }
	
/* Mobile menu
--------------------------------------*/
.slide-nav-link {
	background-color: #505f7a !important; 
	font: 120%/120% 'Merriweather', 'Times New Roman', Times, serif !important; 
	text-align: left; 
	margin: 0;
	padding: 12px 14px !important; }

.sidr { background-color: #505f7a !important; }

.sidr .menu-close { font: 120%/120% 'Merriweather', 'Times New Roman', Times, serif !important; }

.sidr li a { font: 120%/120% 'Merriweather', 'Times New Roman', Times, serif !important; }

.sidr li a:hover { color: #818b9d; }

.sidr li a > li a, .sidr li a > li a > li a { font: 110%/120% 'Merriweather', 'Times New Roman', Times, serif; }

.sidr h4 { 
	font: 130%/120% 'Merriweather', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	color: #fff;
	border-bottom: 0px solid !important; }

.sidr .widget { padding: 0 !important; }

.supersideme .textwidget ul { margin: 0 10px; }

.supersideme .textwidget ul li { clear: none; }

.supersideme .textwidget ul li a { 
	float: left;  
	width: 32px !important;
	margin: 5px 0 10px 20px; 
	padding: 0 !important; 
	border-top: 0 !important; 
	border-bottom: 0 !important; }

.supersideme .textwidget ul li a img { 
	width: 32px !important;
	height: 32px !important; }

/* Social menu
--------------------------------------*/
.social { 
	float: right; 
	padding: 10px 1% 0 0; }

.social img { width: 32px; height: 32px; }

.social img:hover { 
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.
		Alpha(Opacity=80)";
		filter: alpha(opacity = 80); }
	
/*------------------------------------*\
	Pages
\*------------------------------------*/

/*
Books - Main
--------------------------------------*/
#main #content { width: 70%; margin: 30px 0 80px; }

.post-date { 
	font: 100%/120% 'Lato', Verdana, serif;   
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #818b9d; }

#main .post-content {
	text-align: center;
	margin: 0 auto;
	padding: 0; }

#main .featured {
	display: inline-block;
	width: 45%;
	height: auto;
	text-align: center;
	margin: 0 15px;
	padding: 0;
	vertical-align: top; }

a:hover img.cover,
a:focus img.cover { 
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.
		Alpha(Opacity=80)";
		filter: alpha(opacity = 80); }

.info {
	font: 110%/160% 'Lato', Verdana, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #505f7a;
	text-align: center; 
	padding: 0 0 20px; }

.info span {  
	font: italic 110%/160% 'Merriweather', 'Times New Roman', Times, serif; 
	text-transform: none;
	padding: 0; }

.button {
	display: inline-block;
	background-color: #505f7a;
	font: 90%/180% 'libbyregular', Verdana, serif;  
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 15px 15px 10px;
	border-radius: 0; }

.button:link, .button:visited { color: #fff; }

.button:hover { color: #fff; background-color: #818b9d; }

#bottom .button { color: #fff; background-color: #818b9d; }

#bottom .button:hover { color: #505f7a; background-color: #fff; }

.post-excerpt { font-size: 95%; color: #333; }

/*
Books - Archive
--------------------------------------*/
#books #content {	
	float: right;
	width: 75%;
	margin: 60px 0 80px; }

#books #side {
	float: left;
	width: 23%; }

#books #side a {
	font: 110%/140% 'Lato', Verdana, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1px; }

ul.book {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	padding: 0; }

ul.book li {
	list-style-type: none;
	display: inline-block;
	width: 30%;
	height: auto;
	text-align: center;
	margin: 0 10px;
	padding: 0;
	vertical-align: top; }

/*
Books - Single
--------------------------------------*/
#singlebook #content {	
	float: none;
	width: 100%; }

.book-content { 
	float: left;
	width: 66%;
	margin: 0 0 30px; }

.book-buttons { width: 60%; text-align: center; }

.buy .book-buttons { width: 100%; }

.singlecover { 
	float: right; 
	width: 300px;
	text-align: left;
	margin: 0; }

.series {
	font: italic 120%/120% 'Merriweather', 'Times New Roman', Times, serif;  
	letter-spacing: 1px;
	color: #818b9d;
	padding: 0 0 30px; }

.buy {
	float: right;
	width: 30%;
	margin: 10px 0 30px;
	padding: 0; }

.buy .book-type { 
	font: 110%/120% 'libbyregular', Verdana, serif; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #818b9d;
	padding: 15px 0; }

.buybutton { vertical-align: middle; padding: 0 5px 10px; }

img.buybutton { width: 50px; height: 50px; }

a img.buybutton { 
	border: none; 
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.
		Alpha(Opacity=100)";
		filter: alpha(opacity = 100);
	-webkit-transition: opacity 0.2s ease-in-out; 
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out; }

a:hover img.buybutton,
a:focus img.buybutton { 
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.
		Alpha(Opacity=70)";
		filter: alpha(opacity = 70); }

.post-content #mc_embed_signup { text-align: center; }

.post-content #mce-EMAIL { width: 100%; }

.post-content #mc-embedded-subscribe { margin: 15px auto 0;  }

.buy p.singlequote, #singlebook p.singlequote { 
	font: italic 130%/150% 'Merriweather', 'Times New Roman', Times, serif;  
	color: #818b9d;
	text-align: left;
	margin: 0 0 15px;
	padding: 0; }

.buy p.singlequote cite, #singlebook p.singlequote cite { 
	font-size: 70%; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3d485d; }
	
.book-section-left { float: left; width: 50%; }

.book-section-right { float: right; width: 50%; }

/*
Page
--------------------------------------*/
#page ul.book li, #blog ul.book li {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 0; }

#page #side .info, #blog #side .info, .book-section-right .info { 
	font: 100%/140% 'Lato', Verdana, sans-serif; 
	padding: 0 0 0 20px; }

.column { float: left; width: 50%; }

/*
Shop
--------------------------------------*/
#full #content {	
	float: none;
	width: 100%; }

.shop_table { width: 100% !important; }

#shop #content  {
    float: none;
    width: 100%;
	max-width: 1400px;
	margin: 60px auto 80px; }

#shop .view-cart a, #full .view-cart a { 
	float: right;
	display: inline-block;
	background-color: #818b9d;
	font: 80%/150% 'libbyregular', Verdana, serif !important;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	margin: 0 0 0 30px !important;
	padding: 10px 10px 5px;
	border: 0; }

#shop .view-cart a:hover, #full .view-cart a:hover { background-color: #505f7a !important; }

.woocommerce-Price-amount { color: #818b9d; }

#shop .post-content .button, .post-content .shop .button, #place_order {
	display: block;
	width: 210px;
	background-color: #505f7a !important;
	font: 80%/140% 'libbyregular', Verdana, serif; 
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 15px 15px 10px;
	border: 0;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important; }

#shop .post-content .button:hover, .post-content .shop .button:hover, #place_order:hover { background-color: #818b9d !important; color: #fff !important; }

.thwepo-extra-options { margin: 0 0 20px; }

.thwepo-extra-options .label-tag { margin: 0 10px 0 0; }

.quantity input { padding: 11px 0 11px; }

.sku_wrapper, .posted_in, .tagged_as { display: block; }

.woocommerce-message, .woocommerce-info { border-top: 3px solid #818b9d; }

.wc-proceed-to-checkout .checkout-button { 
	background-color: #505f7a !important; 
	padding-bottom: 12px !important;
	font-weight: normal !important; 
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important; }

.wc-proceed-to-checkout .checkout-button:hover { 
	background-color: #818b9d !important; 
	color: #fff !important; }

.actions button { 
	background-color: #818b9d !important;
	font: normal 80%/130% 'libbyregular', Verdana, sans-serif !important;  
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff !important;
	margin: 0;
	padding: 10px 10px 5px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important; }

.actions button:hover { 
	background-color: #505f7a !important;
	color: #fff !important; }

#payment { 
	background-color: #fff !important;
	border: 1px solid #818b9d;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;}

.woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method { list-style-type: none !important; }

h3#order_review_heading { margin: 20px 0 0; }

.woocommerce-store-notice { 
	background-color: #818b9d !important;
	font: 80%/120% 'libbyregular', Verdana, serif !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px 0 15px!important; }

/*
Blog
--------------------------------------*/
#blog .post-content .info { padding: 0 0 20px; }

a:link.view-article, a:visited.view-article, a:link.more-link, a:visited.more-link {
	display: inline-block;
	background-color: #818b9d;
	font: 95%/100% 'libbyregular', Verdana, serif;  
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 10px 0;
	padding: 10px 10px 5px; }

a:hover.view-article { background-color: #505f7a; }

.wp_rp_wrap { padding: 30px 0 0; }

.wp_rp_wrap .wp_rp_content ul li { margin: 15px 20px 10px !important; }

.learn-more { font-size: 80%; }

.learn-more p { padding: 0; }

.post-footer { 
	clear: both;
	margin: 40px 0 0;
	padding: 0; }

.post-footer a {
	background-color: #505f7a;
	font: 100%/100% 'libbyregular', Verdana, serif;  
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 20px 20px 15px; }

.post-footer a:link, .post-footer a:visited { color: #fff; }

.post-footer a:hover { color: #fff; background-color: #818b9d; }

.post-navigation { 
	text-align: center;
	font: 120%/120% 'Lato', Verdana, sans-serif !important; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	padding: 30px 0; }

.page-navigation { 
	text-align: center;
	font: 160%/120% 'Lato', Verdana, sans-serif !important; 
	text-transform: uppercase; 
	letter-spacing: 2px;
	padding: 0 0 50px; }

#blog #side { text-align: center; }

.side-widget {
	margin: 0 0 30px;
	padding: 0; }

/*------------------------------------*\
	Comments
\*------------------------------------*/
ol.commentlist {
	margin: 0;
	padding: 0; }

ol.commentlist li {
	list-style-type: none;
	width: 100%;
	min-height: 130px;
	margin: 0 0 40px;
	padding: 15px 0;
	line-height: 150%;
	border-bottom: 2px solid #818b9d; }

ol.commentlist li.bypostauthor { 
	border-bottom: 0;
	color: #818b9d; }

.children { 
	list-style-type: none; 
	clear: both; 
	margin: 0; 
	padding: 0; }

ol.commentlist li ul li { 
	margin: 15px 0 0; 
	padding: 10px 0 0 30px;
	border-bottom: 0; }

ol.commentlist li ul li.bypostauthor { background-color: transparent; }

.commentlist .avatar { 
	float: left;
	margin: 0 10px 5px 0; 
	padding: 3px; 
	background-color: #fff; }

.reply { float: right; margin: 5px 0 15px; }

.reply a, .coupon button { 
	background-color: #818b9d;
	font: 95%/100% 'libbyregular', Verdana, serif;  
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 10px 0;
	padding: 10px 10px 5px; }

.reply a:hover { background-color: #505f7a; color: #fff; }

.commentmetadata { 
	font: 100%/120% 'Lato', Verdana, sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	text-align: left; 
	margin: 0; 
	padding: 0 0 5px; }

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

#commentform {
	margin: 0;
	padding: 0; }

#commentform label { 
	font: 100%/120% 'Lato', Verdana, sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 1px; }

#commentform #author, #commentform #email, #commentform #url {
	background-color: #fff;
	color: #333;
	width: 30%;
	margin: 20px 5px 0 5px;
	padding: 6px;
	border: 1px solid #818b9d; }

#commentform textarea {
	background-color: #fff;
	color: #333;
	width: 100%; 
	margin: 20px 0 15px;
	padding: 6px;
	border: 1px solid #818b9d; }

/*------------------------------------*\
	Basic Elements
\*------------------------------------*/
p { padding: 0 0 15px; }

.clearit { clear: both; }

.alignleft { float: left; }
.alignright { float: right; }

blockquote {
	width: 90%;
	background-color: #818b9d;
	color: #fff;
	border: 0;
	text-align: left;
	font: italic 100%/150% 'Merriweather', 'Times New Roman', Times, serif; 
	margin: 0 auto 40px;
	padding: 20px 25px 10px; }

.divider {
	background: url(images/divider.png) center top no-repeat; 
	width: 125px;
	height: 42px;
	margin: 50px auto 50px; }	

::selection {
	background: #818b9d;
	color: #fff;
	text-shadow: none; }

::-webkit-selection {
	background: #818b9d;
	color: #fff;
	text-shadow: none; }

::-moz-selection {
	background: #818b9d;
	color: #fff;
	text-shadow: none; }
	
/* clearfix */
#header:after, #topbanner:after, #topnav:after, .wrapper:after, #container:after, .hentry:after, .navigation:after, .post-footer:after, ol.commentlist:after, ol.commentlist li:after, #subscribe:after, .bio:after, .recent-posts:after, ul.book-list li:after {
	content: "";
	display: table;
	clear: both; }

/* Headings
--------------------------------------*/
h1 {
	font: 200%/140% 'Merriweather', 'Times New Roman', Times, serif;
	letter-spacing: 2px;
	color: #818b9d;
	text-align: left;
	margin: 0;
	padding: 0 0 15px; }	

h1.entry-title { 
	font: 180%/140% 'Merriweather', 'Times New Roman', Times, serif;
	text-align: left; }

h1.pagetitle { 
	font: 300%/150% 'libbyregular', Verdana, serif;  
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #818b9d;
	text-align: center;
	margin: 0;
	padding: 0 0 30px; }

h1.center { text-align: center; }

h2 {
	font: 130%/120% 'Merriweather', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	color: #3d485d;
	text-align: left;
	margin: 0;
	padding: 0 0 15px; }	

h2.sectionhead {
	font: 160%/120% 'Merriweather', 'Times New Roman', Times, serif;
	text-align: center; }

h2.booktitle { text-align: center; padding: 0 0 5px; }

h2.seriestitle {
	font: 160%/120% 'Merriweather', 'Times New Roman', Times, serif;
	color: #818b9d;
	text-align: center; }

h3 {
	font: 110%/120% 'Merriweather', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	color: #3d485d;
	text-align: left;
	margin: 0;
	padding: 0 0 5px; }

h3.booktitle { 
	font: 130%/120% 'Merriweather', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	color: #3d485d;
	text-align: center;
	margin: 0;
	padding: 0 0 5px; }

/* Images
--------------------------------------*/	
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: bottom;
	border: 0; }

img.aligncenter, img.alignnone {
	display: block;
	margin: 15px auto !important;
	padding: 0; }

img.alignright {
	display: inline;
	margin: 0 0 15px 30px !important;
	padding: 0; }

img.alignleft {
	display: inline; 
	margin: 0 30px 15px 0 !important;
	padding: 0; }

.wp-caption {
	background-color: #fff;
	border: 1px solid #818b9d;
	margin: 15px auto 45px;
	padding: 6px; }

.wp-caption.alignnone { margin: 15px auto; }

.wp-caption.alignleft { margin: 0 15px 15px 0; }

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0; }

.wp-caption-text {
	color: #000;
	font: 90%/120% 'Merriweather', 'Times New Roman', Times, serif;
	text-align: center;
	padding: 10px 6px 6px; }
	
/* Lists
--------------------------------------*/
ul {
	list-style-type: none;    
	margin: 0; 
	padding: 0 0 15px;  }

ul li {
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	margin: 0;
	padding: 0 0 10px; }

#page ul { padding: 0 0 0px; }

ol {
	list-style-type: none;
	margin: 0; 
	padding: 0 0 15px; }

ol li {
	list-style-type: decimal;
	list-style-position: inside;
	text-align: left;
	margin: 0;
	padding: 0 0 10px; }

#side ul li, #side ol li { list-style-type: none; }
	
/* Forms
--------------------------------------*/
input, select {
	background-color: #fff;
	color: #333;
	border: 1px solid #818b9d;
	margin: 0 0 15px;
	padding: 6px; }

textarea {
	background-color: #fff;
	color: #333;
	border: 1px solid #818b9d;
	margin: 0 0 4px;
	padding: 6px; }

input:focus, textarea:focus {
	outline: 0;
	border: 1px solid #505f7a; }

.grunion-field-label { 
	font: 100%/120% 'Lato', Verdana, sans-serif !important; 
	text-transform: uppercase; 
	letter-spacing: 1px;  }

.contact-form input, .contact-form select, .contact-form textarea { border: 1px solid #818b9d; margin: 0 0 20px !important; }

#s, #blog select { width: 90% !important; margin: 0 auto 10px !important; }

input.subscription_email  { 
	width: 90%;
	font: 100% 'Lato', Verdana, sans-serif;
	text-align: left;
	margin: 0 5px 10px 0;
	padding: 6px; }

.subscription_btn { width: 50px; }

#topad label { 
	font: 90%/120% 'libbyregular', Verdana, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff; 
	padding: 20px 15px 0 0; }

.sub-button, a.sub-button {
	display: inline-block;
	background-color: #fff;
	font: 95%/100% 'libbyregular', Verdana, serif;  
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #818b9d;
	margin: 10px 0;
	padding: 10px 10px 5px;
	border-radius: 0; }

.sub-button:hover, a.sub-button:hover { background-color: #505f7a; color: #fff; }

#bottom .sub-button:hover, .supersideme .textwidget a.sub-button:hover { background-color: #818b9d; }

.supersideme .textwidget a.sub-button { display: block; text-align: center; margin: 10px 15px; }

#submit, .contact-submit .pushbutton-wide, #searchsubmit, .subscription_btn, #subscribe-submit button, .submit, #mc-embedded-subscribe { 
	background-color: #818b9d !important;
	background-image: none !important;
	font: 85%/120% 'libbyregular', Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 auto !important;
	padding: 12px 12px 7px !important;
	border: 0 !important;
	border-radius: 0 !important; }

#submit:hover, .contact-submit .pushbutton-wide:hover, #searchsubmit:hover, .subscription_btn:hover, #subscribe-submit button:hover, .submit:hover, #mc-embedded-subscribe:hover { background-color: #505F7A !important; color: #fff; }

#mc_embed_signup { clear:left; }

#mc_embed_signup input { margin: 0; }

#mc_embed_signup label { 
	font: 100%/120% 'Lato', Verdana, sans-serif;
	color: #333; }

#mc_embed_signup .selectfield label {  text-transform: none; letter-spacing: 0; }

#mc_embed_signup #mc-embedded-subscribe { height: 50px !important; }


/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 40%; /* Could be more or less, depending on screen size */ }

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold; }

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer; }


/*------------------------------------*\
	Responsive
\*------------------------------------*/
@-ms-viewport { width: device-width; }

@viewport { width: device-width; }

@media only screen and (min-width:50.0625em) {

	a.arrow { display: none; }

}

/* 1200px */	
@media only screen and (max-width:75em) {
	
	#quote-container { margin: 100px 0 0; }

}

/* 1100px */	
@media only screen and (max-width:68.75em) {

	html { -webkit-text-size-adjust: none; }
	
	#side { width: 26%; }

	.book-content { width: 66%; }

	#singlebook .book-content .button { display: inline-block; margin: 10px auto; }

}

/* 1024px */	
@media only screen and (max-width:64em) {
	
	#quote-container { margin: 80px 0 0; }
	
	.quote {
		min-height: 125px;
		font: italic 110%/130% 'Merriweather', 'Times New Roman', Times, serif; }
	
	ul.book li { width: 45%; }
	
	#singlebook .buy .button { display: block; margin: 0 auto 30px; }
	
}

/* 980px */
@media only screen and (max-width:61.25em) {
	
	#main #side { margin: 60px 0 20px; }
	
	#main .featured { width: 40%; }

	#page #content, #blog #content { width: 65%; }

	#page #side, #blog #side { width: 30%; }
	
	#topad .af-form-wrapper label { font: 60%/100% 'libbyregular', Verdana, serif;  }

	#topad .af-element input.text { width: 15%; }

	#quote-container { margin: 80px 0 0; }
	
	.quote { min-height: 100px; font: italic 110%/130% 'Merriweather', 'Times New Roman', Times, serif; }

	.book-content { width: 65%; }

	#singlebook .book-content .button { display: inline; margin: 0 auto; }
	
	ul.products li { width: 22% !important; }

}

/* 800px */
@media only screen and (max-width:50em) {
	
	#main #container { padding: 0; }
	
	#topad { display: none; }
	
	#logo { float: none; width: 100%; margin: 0; padding: 0 1%; }
	
	#quote-container { float: none; width: 100%; margin: 20px auto 15px; padding: 0 1%; }

	.quote { min-height: 50px; text-align: center; vertical-align: center; }

	#main #content { width: 100%; margin: 30px auto 40px; padding: 0; }
	
	#main .featured { width: 46%; margin: 0 10px; }

	#main #side { width: 100%; margin: 10px auto 40px; padding: 0 30px; }

	#page #side, #blog #side { width: 28%; }

	#books #content { width: 75%; }

	#books #side { width: 20%; }

	.book-content { width: 65%; }

	.singlecover { float: none; margin: 0 auto; }

	.series { padding: 10px 0 10px; }

	.buy { margin: 30px 0 0; }
	
	.book-buttons { width: 100%; }

	.book-section-left { width: 35%; }

	.book-section-right { width: 65%; }
	
	ul.products li { width: 48% !important; }
	
	#bottom { margin: 0 auto 50px; }
	
	#subscribe img.size-footer-thumb { float: none; margin: 0 auto;}

	.arrow { 
		display: block; 
		width: 50px;
		height: 50px;
		font-size: 180%;
		line-height: 50px;
		background-color: #505F7A; 
		margin: 20px auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%; }

	#footer a.arrow:link, #footer a.arrow:visited { color: #fff; }
	#footer a.arrow:hover { color: #818b9d; }
	
	#footer span { display: block; padding: 5px 0; }

	#footer span.bullet { display: none; }

}

/* 700px */
@media only screen and (max-width:43.75em) {
	
	#main .featured { width: 40%; }

	#page #content, #blog #content { float: none; width: 100%; margin: 40px auto 0; }

	#page #side, #blog #side { float: none; width: 80%; margin: 30px auto 40px; }
	
	h2.seriestitle { padding: 30px 0 5px; }
	
	.book-content { float: none; width: 100%; }

	.book-buttons { width: 100%; }

	.singlecover { float: right; margin: 0; }

	.series { padding: 0 0 30px; }

	.buy { float: none; width: 100%; margin: 60px 0 0; }

	.book-section-left { width: 35%; }

	.book-section-right { width: 65%; }
	
}

/* 600px */
@media only screen and (max-width:37.5em) {
	
	.column { float: none; width: 100%; }
	
	#singlebook .book-content .button { display: block; margin: 0 auto; }

	.book-section-left { float: none; width: 100%; margin: 0 0 30px; }

	.book-section-right { float: none; width: 100%; }

}

/* 500px */
@media only screen and (max-width:31.25em) {
	
	#main .featured { display: block; width: 80%; margin: 0 auto 30px; }
	
	#books #content { float: none; width: 100%; }

	#books #side { float: none; width: 100%; margin: 0 auto 40px; }

	.singlecover { float: none; margin: 0 auto; text-align: center; }

	.series { padding: 20px 0 30px; }
	
	ul.products li { width: 100% !important; }

}

/* 400px */
@media only screen and (max-width:25em) {

	.wrapper { padding: 0 20px; }
	
	ul.book li { width: 100%; }

	#singlebook ul.book li { float: none; margin: 0 auto; }

}