/*
	Theme Name: L.E. Kalikow Child Theme
	Theme URL: http://www.authorbytes.com
	Author: Peter Martin
	Author URI: http://www.authorbytes.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 640px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	height:100%;
}

body {
	background: #fff;
	color: #010f2d;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.65;
	height:100%;
	position:relative;
}

body.home {
	background:#000;
	
	
}


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #d21d06;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #d21d06;
}

a:active {
	color: #d21d06;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #d21d06;
}

blockquote {
	margin: 20px 40px 24px;
	margin: 2rem 4rem 2.4rem;
}

blockquote::before {
	/*content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;*/
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight:500;
	margin:0px !important;
	color:#d21d06;
	display:inline;
	clear:both;
	width:100%;
	float:left;
	font-family: 'Oswald', sans-serif;
	
}

h2 {
	font-size: 20px;
	font-size: 2rem;
	font-weight:400;
}

h2 a {
	font-size: 20px;
	font-size: 2rem;
	color:#000;
	font-weight:400;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	color:#000;
}

h5 {
	font-size: 15px;
	font-size: 1.5rem;
	color:#000;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
	color:#000;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	/*height: auto;*/
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #432a13;
	border-radius: none;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
	padding: 0.5rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #d21d06;
	border: none;
	box-shadow: none;
	border-radius:0px;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #000;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	width: 100%;
	min-height:650px;
	float:left;
	position:relative;
	
	
	}
	
.home-site-container {
	width: 100%;
	min-height:650px;
	float:left;
	position:relative;
	}

.site-inner,
.wrap {
	
	margin: 0 auto;
	min-height:100%;
	
}

.site-inner {
	width:1120px;
	margin:0px auto;
	z-index:1;
	position:relative;
	background-color: #dae4e8;
}

.single-homepictures .site-inner {
	margin:0px auto;
	z-index:1;
	position:relative;
	background-color: #fff;
}

.home-site-container .site-inner {
	width:100%;
	margin:0px auto 0px auto;
	z-index:1;
	position:relative;
	background: none !important;
	padding:0px;
	background-color: #fff;
}

.site-inner-full {
	clear: both;
	width:1120px;
	margin:0px auto;
	}
	
hr {
	clear:both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	width: 75%;
	float:left;
	min-height:900px;
	position:relative;
	padding:40px 60px 15px 30px;
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:95;
	background: #fff;
}

body.blog .content {
	width: 75%;
	float:left;
	min-height:900px;
	position:relative;
	padding:40px 50px 15px 30px;
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:95;
	
	background: #fff;
}





.content-home {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100%;
	
	
}

.content-full {
	float: left;
	margin: 0px 5% 30px 5%;
	padding:40px 40px 25px 40px;
	width: 90%;
	min-height:650px;
	background-color:#eaf0eb;
	-moz-box-shadow: inset 2px 2px 5px #666;
	-webkit-box-shadow: inset 2px 2px 5px #666;
	box-shadow: inset 2px 2px 5px #666;
	
}

.content-article-container {
	float: left;
	margin-right:0;
	margin-bottom:25px;
	width: 65%;
	min-height:400px;
	
}

.content-blog {
	float: left;
	margin: 0px 0px 0px 0px;
	padding:40px 50px 15px  20%;
	
	width: 70%;
	color:#fff;
	
}

.content-blog .entry, .content-article .entry {
	padding-bottom:10px !important;
	padding-bottom:1.0px !important;
	margin-bottom:10px;
	margin-bottom:1.0rem;
	border-bottom: 1px solid #ccc;
}

.sidebar-blog {
	color: #000;
	width:25%;
	position:relative:;
	right:0px;
	display: inline-block;
	float:right;
	padding:25px 1% 30px 1%;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'Roboto', sans-serif;
	

}
	



.sidebar-blog a {
	color: #d21d06;
	}
	
.sidebar-blog h4 {
	padding:0px 0 0px 3px; !important;
	margin-top:20px !important;
	text-transform:capitalize !important;
	background: #d21d06;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	clear:both;
	}
	
.sidebar-blog h2 {
	margin-bottom:10px;
	line-height:15px;
}
	
.sidebar-blog h2 a {
	font-size:15px;
	
}

.sidebar-blog .entry {
	padding-bottom:0px;
}

.sidebar-blog ul {
	padding: 0 0 0 18px;
	font-size:15px;
	color: #333;
}

.sidebar-blog .widget {
	padding: 0 0 2px 0;
}

.sidebar-blog #book_widget {
	margin-bottom:0px;
}


.sidebar-blog .screen-reader-text {
	display:none;
	}


.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	height:100%;
	padding-top: 10px;
	padding-top: 1rem;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* 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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 10px 10px 0;
	margin: 0 1rem 1rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 10px 10px;
	margin: 0 0 1rem 1rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	padding-top:5px;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.post-teaser-block {
	clear:both;
	border-bottom:1px solid #999;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	/*padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;*/
	border-bottom: 1px solid #ccc;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	width:100%;
	float:left;
	margin:0px 0px 25px 0px !important;
}

.entry-title a,
.sidebar .widget-title a {
	color: #d21d06;
}

.entry-title a:hover {
	color: #666;
}

.widget-title, .sidebar h4 {
font-size: 17px;
font-size: 1.7rem;
margin-bottom: 10px;
margin-bottom: 1rem;
color: #000;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.content-sidebar-wrap {
	width:1120px;
	margin:0px auto;
	display:inline-block;
	background-color:#9be0f6;
	
}

.home-site-container .content-sidebar-wrap {
	float:left;
	width:100%;
	background: none !important;
	
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	height:100%;
	padding-top: 10px;
	padding-top: 1rem;
	color:#fff;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
}

.widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	
}



.sidebar .search-form {
	width: 100%;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #000;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	font-size: 1.4rem;
	color:#000;
	/*padding: 16px;
	padding: 1.6rem;*/
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 10px 0 0;
	margin: 1.0rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	z-index:40;
	background: #000;
	-moz-box-shadow: 0px 5px 30px #999;
	-webkit-box-shadow: 0px 5px 30px #999;
	box-shadow: 0px 5px 30px #999;
}

.home-site-container .site-header {
	width:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	z-index:40;
	-moz-box-shadow: 0px 5px 30px #000;
	-webkit-box-shadow: 0px 5px 30px #000;
	box-shadow: 0px 5px 30px #000;
}

.site-header .wrap {
	padding: 10px 0 0 0;
	padding: 1rem 0 0 0;
	width:1120px;
	margin: 0px auto;
	position:relative;
	
	
}

.home-site-container .site-header .wrap {
	padding: 10px 0 0 0;
	padding: 1rem 0 0 0;
	width:1120px;
	margin: 0px auto;
	position:relative;
	background: url(images/kalikow-home-heading-portrait.jpg) no-repeat left bottom #000;
	
}



.header-img {
	width:75%;
	margin: 20px 0 0 0px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: 'Roboto', sans-serif;
	color:#b6b7ba;
	font-weight: 400;
	padding: 16px 0 16px 0;
	padding: 1.6rem 0 1.6rem 0;
	
}

.header-image .title-area {
	padding: 0px 0px;
	margin: 10px 3% 50px 3%;
	background: url(images/heading.png) no-repeat center;
	width: 96% !important;
	min-height: 118px;
	background-size:contain;
}

body.home.header-image .title-area {
	padding: 0px 0px;
	margin: 20px 3% 10px 3%;
	background: url(images/home-heading.png) no-repeat right top;
	width: 96% !important;
	min-height: 222px;
	background-size:contain;
}

.header-image .site-header .widget-area {
	width: 50%;
	bottom: 20px;
	z-index: 99;
	color:#000;
	position:absolute;
	right:2.5%;
	text-align:right;
	font-size:18px;
	font-size:1.8rem;
}

.header-image .site-header .widget-area a,
.header-image .site-header .widget-area a:hover {
	color: #fff;
	text-decoration:none;
}

.site-title {
	font-size: 60px;
	font-size: 6rem;
	line-height: 0.75;
	margin: 0px;
	margin: 0rem;
	padding-right:0;
	padding-right:0;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color:#b6b7ba;
	font-weight: 300 !important;
	width: 100% !important;
	float:left;
	
}

.site-title a,
.site-title a:hover {
	color: #b6b7ba;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	float:left;
	margin-left: -9999px;
}

#description {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 0px;
	margin-top:0px;
	font-family: 'Roboto', sans-serif;
	float:right;
	width:33%;
	padding-right:0%;
}

#description a {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	text-shadow: 0px 0px 5px #000;
	
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
	
}

.header-image .site-title a {
	float: left;
	min-height: 55px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 30%;
	margin:0 0px 0px 0;
}

.header-image .site-header .widget-area {
	/*padding: 40px 0 0 0;
	padding: 4rem 0 0 0;*/
	
}

.site-header .widget-area {
	padding: 0px 0 0 0;
	padding: 0rem 0 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 25px;
	font-size: 2.5rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1.5;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 5px 25px 5 25px;
	padding: 0.5rem 2.5rem 0.5rem 2.5rem;
	position: relative;
	font-size:22px;
	font-size:2.2rem;
	font-weight:300 !important;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'Economica', sans-serif;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #8ee2fd !important;
	
	
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #8ee2fd !important;
}

.genesis-nav-menu > .menu-item > a {
	
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	position: relative;
	text-transform:capitalize;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	z-index: 80;
	position:relative;
	display:inline-block;
	width:100%;
	float:left;
	background:#000;
	border-top:4px solid #3c415d;
	border-bottom:4px solid #3c415d;
	-moz-box-shadow: 0px 10px 30px #999;
	-webkit-box-shadow: 0px 10px 30px #999;
	box-shadow: 0px 10px 30px #999;
}

.home-site-container .nav-primary {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #000;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

.nav-primary .wrap {
	width:1120px;
	margin:0px auto;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	border-radius: 3px;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding: 0px 0px 24px;
	padding: 0rem 0rem 2.4rem;
	clear:both;
}

.entry-content a {
	color: #d21d06;
	text-decoration:underline !important;
}

.entry-content a:hover {
	color: #000;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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 .search-form {
	width: 50%;
}

.single-homepictures .entry-header .entry-meta {
	display:none;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 10px 40px 8px;
	padding: 1rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	/*padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;*/
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #000;
	width:25%;
	position: relative;
	float:right;
	right:0px;
	display: inline-block;
	padding:25px 1% 0px 1%;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'Roboto', sans-serif;
	

}

.sidebar-pictures {
	color: #000;
	width:25%;
	position: relative;
	float:right;
	right:0px;
	display: inline-block;
	padding:25px 1% 0px 1%;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'Roboto', sans-serif;

}

.sidebar-pictures .home-picture {
	width:48%;
	height:auto;
	margin-right:2%;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:top;
}

.sidebar-pictures .home-picture img {
	width:100%;
	height:auto;
}

.sidebar a {
	
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .gform_widget {
	margin:0% 2% 0px 11% !important;
	float:left;
	width:90%;
}

.sidebar .gform_wrapper .top_label .gfield_label {
	margin:0px !important;
}

.sidebar .widget_pbtw_wrapper {
	margin-left: 0%;
}

.sidebar .widget_pbtw_wrapper h4  {
	font-size:20px;
}

.sidebar .widget_pbtw_wrapper ul li  {
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
	float:left;
	width:100%;
}

.sidebar .widget_pbtw_wrapper ul li ul {
	margin-top:10px;
}

.sidebar .widget_pbtw_wrapper ul li ul li  {
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:10px;
}



/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #f4e7b8;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0px 0px 0px;
	clear:both;
}

.footer-widgets .wrap {
	width:1139px;
	margin:0px auto;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 50%;
}

.footer-widgets-2 {
	width: 50%;
	margin-top:18px;
	padding-left:10px;
	font-size:12px;
	
}

.footer-widgets-1 {
	text-align:right;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	
}

.footer-widgets-2 {
	float: right;
	text-align:left;
}

.footer-widgets a {
	
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	/*margin-bottom: 24px;
	margin-bottom: 2.4rem;*/
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}



.footer-widgets h4 { 
	float:left;
	color: #d21d06 !important;
	font-weight: normal;
	text-transform: none !important;
	font-style:italic;
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	margin:0px 10px 0px 100px;
	padding:0px;
	
}

.footer-widgets .gform_heading {
	float:left;
	width:190px !important;
	display:inline;
	margin-right:10px;
}

.footer-widgets .gform_body {
	float:left;
	display:inline;
	width:250px !important;
	margin-top:0px !important;
	padding-top:0px;
}

.footer-widgets .gform_description {
	font-size:17px;
	padding-top:5px !important;
	float:left;
}

.footer-widgets .gform_footer {
	float:right;
	display:inline;
	width:95px !important;
	clear:none !important;
	margin:0px !important;
}

.footer-widgets .gform_wrapper .gform_footer.left_label {
	padding: 7px 0px 0px 0px !important;
}

.footer-widgets .gfield_label {
	width:45px !important;
	margin-right:5px !important;
	
}

.footer-widgets .gfield_required {
	color:#fff !important;
	
}


.footer-widgets .ginput_container .medium {
	width:200px !important;
	
}





.footer-widgets .gform_wrapper li, .footer-widgets .gform_wrapper form li {
	margin:8px 0 0;
	margin:0.8rem 0 0;
}


/*
Above Footer
---------------------------------------------------------------------------------------------------- */

.above-footer-widget {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0px 10px 0;
	padding: 1rem 0rem 1rem 0;
	margin:0px auto 0px auto;
	width:100%;
	z-index:5;
	position:relative;
	background: #a4a8ab;
	float:left;
	text-align:center;
}

.above-footer {
	width:1120px;
	margin:0px auto;
}

.above-footer-widget .above-footer .menu-main-navigation-container {
	
	
}

.above-footer-widget .above-footer .menu-main-navigation-container ul#menu-main-navigation-1 {
	
	display:inline;
	list-style-type:none;
}

.above-footer-widget .above-footer .menu-main-navigation-container ul#menu-main-navigation-1 li.menu-item {
	
	display:inline;
	padding:0px 20px 0px 0px;
}

.above-footer-widget .above-footer .menu-main-navigation-container ul#menu-main-navigation-1 li.menu-item a {
	color:#fff;
	font-size:12px;
	font-weight:500;
	text-transform: uppercase;
	text-decoration:none;
}



/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0px 20px 0;
	padding: 1rem 0rem 2rem 0;
	margin:0px auto 0px auto;
	text-align: left;
	width:100%;
	z-index:5;
	position:relative;
	background: #000;
	float:left;
}

.home-site-container .site-footer {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 60px 80px 0;
	padding: 1rem 6rem 8rem 0;
	margin:13px auto 0px auto;
	text-align: center;
	width:100%;
	z-index:5;
	position:relative;
	background: #000;
	float:left;
}

.site-footer a {
	color: #666;
	text-decoration:none;
}

.site-footer p {
	margin-bottom: 0;
}




.site-footer .wrap {
	width:1120px;
	margin:0px auto;
	text-align:center;

}



/*
Pods styles
---------------------------------------------------------------------------------------------------- */

.entry-content {
	clear: both;	
}


.booktitle {
	font-size: 26px;
	font-size: 2.6rem;
	width:100%;
	padding: 20px 0px 0px 0px;
	padding: 2rem 0rem 0rem 0rem;
	margin:0px !important;
	float:left;
	color:#ef220a;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	font-style: italic;
	}
	
.subtitle {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0px 0px 10px 0px;
	padding: 0rem 0rem 1rem 0rem;
   	margin:0px !important;
	float:left;
	width:100%;
	color:#ef220a;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-style: italic;
	}
	
.book-page h1 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight:500;
	margin:0px 0px 15px 0px !important;
	color:#077497;
	display:inline;
	clear:both;
	width:100%;
	float:left;
	font-family: 'Oswald', sans-serif;
}


#sibling-pages {
	display:inline;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
	padding:30px 40px 10px 0px;
	font-family: 'Roboto', sans-serif;
	color:#d21d06;
}


ul.sibling-pages li {
	display:inline;
	list-style-type:circle;
	margin: 0 1px 0 0 !important;
	padding: 0 10px 0 6px !important;
	border-right-style: solid;
	border-right-width: 2px;
	font-size:18px;
	font-weight:600;
}

ul.sibling-pages li:last-child {
	border-right: none;
}

ul.sibling-pages li a {
	text-decoration: underline;
	color:#d21d06;
	
}

ul.sibling-pages li a:hover, ul.sibling-pages li a:active, ul.sibling-pages li.current_page_item a {
	color:#d21d06 !important;
}


#book_widget {
	float:left;
	margin:0px 0%;
	width:100%;
	font-family: 'Roboto', sans-serif;
}



#book_widget #book_cover{
	margin: 10px 0% 30px 0%;
}

#book_widget #book_cover img {
	width:100%;
	height:auto;
	/*-moz-box-shadow: 2px 2px 8px #000;
	-webkit-box-shadow: 2px 2px 8px #000;
	box-shadow: 2px 2px 8px #000;*/
}

#book_widget #buy_the_book {
	color: #000;
	font-size: 15px;
	line-height: 1.25;
	margin-left: 10%;
	margin-right:1%;
	margin-bottom:10px;
	font-weight:400;
	float:left;
	width:84%;
	
}

#book_widget #buy_the_book h2 {
	width:100%;
	font-size: 24px;
	margin-top: 2.4px;
	margin-bottom:0px;
	font-weight:500;
	float:left;
	color:#d21d06;
	font-family: 'Economica', sans-serif;
}

#book_widget #buy_the_book h2 a {
	color: #000;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom:10px;
	font-weight:600;
}

#book_widget #buy_the_book h3 {
	width:100%;
	font-size: 18px;
	margin-top: 1.8px;
	margin-bottom:0px;
	font-weight:500;
	float:left;
	color:#d21d06;
	font-family: 'Economica', sans-serif;
}

.sidebar h2 a {
	color: #000000;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom:10px;
	font-weight:bold;
	margin-left:10px;
}

.bookstores {
	margin-top: 5px;
	margin-bottom:20px;
	float:left;
}

.bookstores .bookstore {
	height: auto;
	width: 100%;
	float: left;
	clear:both;
	margin-top: 0;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	font-family: 'Oswald', sans-serif;
}

.bookstores .bookstore a {
	text-decoration: none;
	color:#000;
}

.bookstores .bookstore a:hover {
	color:#000 !important;
}

#book_widget #buy_the_book #additionalinfo {
	clear:both;
	float:left;
	width:100%;
	padding:10px 0;
}

#book_widget #buy_the_book #additionalinfo h2 {
	width:100%;
	font-size: 24px;
	margin-top: 2.4px;
	margin-bottom:0px;
	font-weight:500;
	float:left;
	color:#d21d06;
	font-family: 'Economica', sans-serif;
}

#book_widget #buy_the_book #additionalinfo a {
	height: auto;
	width: 100%;
	float: left;
	clear:both;
	margin-top: 0;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	
}




/*
books page
-----------------------------------------------------------------------*/

#book_covers_list {
	float:left;
}


.book_cover_list {
	padding:15px 0;
	border-bottom:1px solid #ccc;
	clear:both;
	width:100%;
	float:left;
}

.book_cover_list .cover {
	float:left;
	margin:0 0 0 0 ;
	padding-right:30px;
	width:25%;
}

.book_cover_list .cover a img {
	width:100%;
	height:auto !important;
	margin-right:0px !important;
	padding-left:0px !important;
	-moz-box-shadow: 3px 3px 8px #424242;
	-webkit-box-shadow: 3px 3px 8px #424242;
	box-shadow: 3px 3px 8px #424242;
}

.book_cover_list .book_title h3 {
	font-size: 20px;
	font-size: 2.0rem;
	margin:0px !important;
	float:left;
	color:#d21d06;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-style: italic;
	width:75%;
	float:right;
}


.book_cover_list .excerpt {
	width:75%;
	float:right;
	margin-bottom:15px;
}

.book_cover_list .excerpt p {
	font-size:16px !important;
	margin:5px 0px 0px 0px;
}

.book_cover_list .excerpt p a {
	margin:5px 0px 0px 0px;
	color:#d21d06;
	text-transform:uppercase;
}


#media_downloads_list {
	/*width: 450px;*/
}

#media_downloads_list .book {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

#media_downloads_list .book img {
	padding:0px !important;
	-moz-box-shadow: 3px 3px 4px #424242;
	-webkit-box-shadow: 3px 3px 4px #424242;
	box-shadow: 3px 3px 4px #424242;
	width:150px;
	height:228px;
}

#book_cover_imageflow img {
	cursor: pointer !important;
}

#book_cover_imageflow_navigation {
	padding: 0 0 0 0 !important;
}

#book_cover_imageflow_caption {
	display: none;
}

.eme_events_list li {
	list-style-type: none !important;
	margin-left: 0 !important;
}



#bookstores .bookstore a:hover {
	color: #000;
}

#book_buy_list {
	
}

#book_buy_list .book {
	display: inline-block;
	float:left;
	width: 250px;
	margin: 0 20px 30px 0;
}

#book_buy_list .cover {
	float: left;
	width: 94px;
	padding: 0 5px 0 0;
}

#book_buy_list .cover img {
	-moz-box-shadow: 3px 3px 4px #424242;
	-webkit-box-shadow: 3px 3px 4px #424242;
	box-shadow: 3px 3px 4px #424242;
	margin-left:0px !important;
	padding-left: 0px !important;
	border:1px solid #ccc;
}

#book_buy_list .bookstores {
	float: right;
	width:135px;
}

#book_buy_list .bookstores h2 {
	font-size:15px;
	font-weight:bold;
	line-height:15px;
}

#book_buy_list .bookstores a {
	font-size:13px !important;
}



.ngg-gallery-thumbnail img {
	padding:0px !important;
	border:0px !important;
	margin: 8px 8px 8px 0px !important;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}




/*
photos page
-----------------------------------------------------------------------*/

#photos_list {
	float:left;
}


.photos-picture {
	float:left;
	margin:0 0 0 0 ;
	padding-right:30px;
	padding-bottom:30px;
	width:25%;
	min-height:255px;
}

.photos-picture a img {
	width:100%;
	height:auto !important;
	margin-right:0px !important;
	margin-bottom:5px;
	padding-left:0px !important;
	-moz-box-shadow: 3px 3px 8px #424242;
	-webkit-box-shadow: 3px 3px 8px #424242;
	box-shadow: 3px 3px 8px #424242;
}

.photos-picture .post-title {
	text-align:center;
	font-size:13px;
	font-weight:400;
	margin-top:5px;
	line-height:1.25;
	
}






/*
Home Page
---------------------------------------------------------------------------------------------------- */




.home-site-container .site-inner img {
	height: auto;
	width: auto; /* IE8 */
}

.home-site-container  img.centered, .aligncenter {
	margin-bottom: 0px !important;
}

.home-site-container .entry-content {
	clear:none !important;
}






/*
Home quote
---------------------------------------------------------------------------------------------------- */






#quotearea {
	width:100%;
	margin:0px auto 0px auto;
}

#openquote {
	margin-left:-15px;
	margin-top:30px;
	float:left;
	color:#130944;
	line-height:0px !important;
	font-size:45px;
}

#closequote {
	color:#130944;
	line-height:0px !important;
	font-size:30px;
	margin-top:20px;
}


#quoterotator {
	padding: 0 0 0px 0;
	margin: 0 0 12px 0 !important;
	color:#130944;
	font-size:24px;
	line-height:1.5;
	font-weight:400;
	
}

#quoteauthor {
	display: block;
	color:#1e4a03;
	font-size:18px;
	font-weight:600;
	margin-top:20px;
	line-height:1.25;
}

#quoteauthor::before {
	content: "–";
}





/*
Home Top Row
---------------------------------------------------------------------------------------------------- */
	
	
	
.featured-top-row-container {
	width:100%;
	margin:0px auto;
	position:relative;
	float:left;
	z-index:40;
	
	
}




.featured-top-row {
	width:1120px;
	margin:0px auto;
	position:relative;
	
}




.featured-top-row-content {
	width:100%;
	float: left;
	margin:0px 0px 0px 0px;
	color:#333;
	
	}	


.featured-top-row-content h4 {
	font-size: 27px;
	font-size: 2.7rem;
	font-weight:400;
	margin:0px 0px 15px 0px !important;
	color:#d21d06;
	font-family: 'Economica', sans-serif;
}

.featured-top-row-content h4 a {
	color: #fff;
	
}

.featured-top-row-content h2 {
	padding: 0;
	color: #fff;
	font-size:17px;
	margin: 0 0 5px 0;
}

	
.featured-top-row-content h2 a {
	color: #fff;
	font-size:16px;
	padding:15px 0 0 0;
	text-decoration: underline;
}

.featured-top-row-content h3 {
	padding: 0;
	font-size:20px;
	margin:0px;
	padding:0px;
}

.featured-top-row-content p {
	padding: 0 10px 0px 0;
	margin: 0 0 12px 0 !important;
	color:#000;
	font-size:18px;
	font-size: 1.8rem;
	line-height:1.5;
	font-weight:300;
	}
	
.featured-top-row-content a {
	color: #000;
	text-decoration: underline;
}






/*
Home Photos Row
---------------------------------------------------------------------------------------------------- */
	
	
	
.featured-photos-container {
	width:100%;
	margin:0px auto;
	position:relative;
	float:left;
	z-index:40;
	background:#8c0605;
	
}




.featured-photos-row {
	width:1120px;
	margin:0px auto;
	position:relative;
	
}




.featured-photos-row-content {
	width:100%;
	float: left;
	margin:0px 0px 0px 0px;
	color:#333;
	
	
	}	


.featured-photos-row-content h4 {
	font-size: 27px;
	font-size: 2.7rem;
	font-weight:400;
	margin:0px 0px 15px 0px !important;
	color:#d21d06;
	font-family: 'Economica', sans-serif;
}

.featured-photos-row-content h4 a {
	color: #000;
	
}

.featured-photos-row-content h2 {
	padding: 0;
	color: #000;
	font-size:17px;
	margin: 0 0 5px 0;
}

	
.featured-photos-row-content h2 a {
	color: #000;
	font-size:16px;
	padding:15px 0 0 0;
	text-decoration: underline;
}

.featured-photos-row-content h3 {
	padding: 0;
	font-size:20px;
	margin:0px;
	padding:0px;
}

.featured-photos-row-content p {
	padding: 0 10px 0px 0;
	margin: 0 0 12px 0 !important;
	color:#000;
	font-size:18px;
	font-size: 1.8rem;
	line-height:1.5;
	font-weight:300;
	}
	
.featured-photos-row-content a {
	color: #000;
	text-decoration: underline;
}


/*
Carousel
_______________________________*/








.collection-featured-pictures {
	clear: both;	
	
}
	
	
.collection {
	clear: both;
	width: 100%;
}




.collection-pictures {
	position: relative;
	min-height:150px;
	padding:5px 5% 5px 5%;
	
}

.collection-pictures .caroufredsel_wrapper {
	width:90% !important;
	margin:0px 5% !important;
	padding: 5px 0px !important;
}

.collection-pictures .home-picture {
	float: left;
	display:inline-block;
	margin:0px 12px;
	padding: 17px 0px;
	height: 180px;
	
}

.collection-pictures .home-picture img {
	height: auto;
	width:auto;
	-moz-box-shadow: 2px 2px 8px #000;
	-webkit-box-shadow: 2px 2px 8px #000;
	box-shadow: 2px 2px 8px #000;
}

a.prev, a.next {
	background: url(images/carouselButtons.png) no-repeat transparent;
	width: 50px;
	height: 53px;
	display: block;
	position: absolute;
	top: 65px;
}

a.prev {
	left: 30px;
	background-position: 0 0; 
}

a.prev:hover {
	background-position: 0 0px;
}

a.prev.disabled {
	background-position: 0 0px !important;
}

a.next {
	right: 30px;
	background-position: -50px 0;
}

a.next:hover {
	background-position: -50px 0;
}

a.next.disabled {
	background-position: -50px 0 !important;
}

a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}

.slick-slider {
  margin-bottom: 10px !important;
}







/*
pods quote
---------------------------------------------------------------------------------------------------- */






.home-quote {
	width:100%;
	margin:0px auto 0px auto;
}

.quote p {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight:600;
	line-height:1.5;
	color:#d21d06;
	font-family: 'Economica', sans-serif;
}

/*.quote::before {
	margin-left:-25px;
	margin-top:25px;
	float:left;
	color:#6a86c7;
	line-height:0px !important;
	font-size:65px;
	content: "“";
	font-family: 'Rufina', serif;
}

.quote::after {
	display:inline-block;
	color:#6a86c7;
	line-height:0px !important;
	margin-top:30px;
	position:absolute;
	font-size:65px;
	content: "”";
	font-family: 'Rufina', serif;
}
*/

.home-quote p {
	display: inline;
}

.home-quote .attribute {
	float:left;
	text-align:right;
	width:100%;
	font-size:18px;
	line-height:1.35;
	margin-top:20px;
	margin-bottom:20px;
	padding-right:40px;
	color:#d21d06;
	font-family: 'Economica', sans-serif;
}

	

/*
Home Bottom Row
---------------------------------------------------------------------------------------------------- */





.featured-bottom-row-container {
	width:100%;
	float:left;
	position:relative;
	z-index:85;
	background:#000;
	
	
}


.featured-bottom-row {
	width:1120px;
	margin:0px auto;
	padding-top:10px;
	position:relative;
}

.featured-bottom {
	width:100%;
	float:left;
	position:relative;
}




.featured-bottom-left-column {
	width:33%;
	float: left;
	margin:25px 0px 15px 0;
	padding: 0px 30px 0px 0px;
	color:#fff;
	font-family: 'Economica', sans-serif;
	}	


.featured-bottom-left-column h4 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight:400;
	margin:0px 0px 15px 0px !important;
	color:#fcee07;
	font-family: 'Economica', sans-serif;
}



.featured-bottom-left-column h4 a {
	color: #fcee07;
	
}

.featured-bottom-left-column h2 {
	padding: 0;
	color: #fcee07;
	font-size:17px;
	margin: 0 0 5px 0;
}

	
.featured-bottom-left-column h2 a {
	color: #fcee07;
	font-size:16px;
	padding:15px 0 0 0;
	text-decoration: underline;
}

.featured-bottom-left-column h3 {
	padding: 0;
	font-size:20px;
	margin:0px;
	padding:0px;
}




.featured-bottom-left-column p {
	padding: 0 0 0px 0;
	margin: 0 0 12px 0 !important;
	color:#ccc;
	font-size:21px;
	font-size: 2.1rem;
	line-height:1.25;
	font-weight:400;
	
	}
	
.featured-bottom-left-column a {
	color: #9be0f6;
	font-size:15px;
	font-weight:300;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
}

.featured-bottom-left-column a:hover {
	color:#fff;
}





.featured-bottom-middle-column {
	width:33%;
	float: left;
	margin:25px 0px 15px 0;
	padding: 0px 30px 0px 0px;
	color:#fff;
	font-family: 'Economica', sans-serif;
	}	


.featured-bottom-middle-column h4 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight:400;
	margin:0px 0px 15px 0px !important;
	color:#fcee07;
	font-family: 'Economica', sans-serif;
}



.featured-bottom-middle-column h4 a {
	color: #fcee07;
	
}

.featured-bottom-middle-column h2 {
	padding: 0;
	color: #fcee07;
	font-size:17px;
	margin: 0 0 5px 0;
	margin-bottom:0px !important;
}

	
.featured-bottom-middle-column h2 a {
	color: #fcee07;
	font-size:16px;
	padding:15px 0 0 0;
	text-decoration: underline;
}

.featured-bottom-middle-column h3 {
	font-size:20px;
	margin:0px;
	padding:0px;
}




.featured-bottom-middle-column p {
	padding: 0 0 0px 0;
	margin: 0 0 12px 0 !important;
	color:#ccc;
	font-size:21px;
	font-size: 2.1rem;
	line-height:1.25;
	font-weight:400;
	
	}
	
.featured-bottom-middle-column a {
	color: #9be0f6;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:300;
	
}

.featured-bottom-middle-column .featured-content .entry {
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
}


.featured-bottom-middle-column .entry-content a:hover {
	color:#fff;
}

.featured-bottom-middle-column .entry-title a:hover {
	color:#fff;
}




.featured-bottom-right-column {
	width:33%;
	float: left;
	margin:25px 0px 15px 0;
	padding: 0px 30px 0px 0px;
	color:#fff;
	font-family: 'Economica', sans-serif;
	}	


.featured-bottom-right-column h4 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight:400;
	margin:0px 0px 15px 0px !important;
	color:#fcee07;
	font-family: 'Economica', sans-serif;
}



.featured-bottom-right-column h4 a {
	color: #fcee07;
	
}

.featured-bottom-right-column h2 {
	padding: 0;
	color: #fcee07;
	font-size:17px;
	margin: 0 0 5px 0;
}

	
.featured-bottom-right-column h2 a {
	color: #fcee07;
	font-size:16px;
	padding:15px 0 0 0;
	text-decoration: underline;
}

.featured-bottom-right-column h3 {
	padding: 0;
	font-size:20px;
	margin:0px;
	padding:0px;
}




.featured-bottom-right-column p {
	padding: 0 0 0px 0;
	margin: 0 0 12px 0 !important;
	color:#ccc;
	font-size:21px;
	font-size: 2.1rem;
	line-height:1.25;
	font-weight:400;
	
	}
	
.featured-bottom-right-column a {
	color: #9be0f6;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:300;
	
}

.featured-bottom-right-column a:hover {
	color:#fff;
}



/*
home page form
---------------------------------------------------------------------------------------------------- */

/*.featured-bottom-row .gform_widget {
	width:100%;
	float:left;
	position:relative;
	color:#000;
	clear:left;
	margin-bottom:30px;
	
}

.featured-bottom-row .gform_widget .gform_wrapper {
	float:left;
	width:100%;
	margin:7px 0px;
}

.featured-bottom-row .gform_wrapper .top_label .gfield_label {
	display:none;
}

.featured-bottom-row .gform_widget .gform_wrapper .gform_body {
	width:70%;
	float:left;
}

.featured-bottom-row .gform_widget .gform_wrapper .gform_body li {
	margin:0px !important;
}

.featured-bottom-row .gform_wrapper .top_label input.medium {
	width:100%;
	border-radius:0px;
	background-color:#fff;
}

.featured-bottom-row .gform_widget .gform_wrapper .gform_footer {
	width:30%;
	float:right;
	padding:0px !important;
	clear:none;
	margin:0px !important;
}



*/





/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
	
	}

}

@media only screen and (max-width: 1139px) {

	.site-container {
		
	}
	
	.site-inner,
	.wrap {
		
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 70%;
	}
	
	.footer-widgets .wrap {
	width:100%;
	margin:0px auto;
}


	
/* 
Footer Widgets (max-width: 1139px)
---------------------------------------------------------------------------------------------------- */

	.title-area {
		
	}
	
.sidebar-primary,
	.sidebar-secondary {
		
	}
	

.footer-widgets-1,
.footer-widgets-3 {
	
}

.footer-widgets-2 {
	margin-top:10px;
	line-height:1;
	
}

.footer-widgets-1 {
	
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	/*margin-bottom: 24px;
	margin-bottom: 2.4rem;*/
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}



.footer-widgets h4 { 
	float:left;
	color: #d21d06 !important;
	font-weight: normal;
	text-transform: none !important;
	font-style:italic;
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	margin:0px 10px 0px 50px;
	padding:0px;
	
}

.footer-widgets .gform_heading {
	float:left;
	width:190px !important;
	display:inline;
	margin-right:10px;
}

.footer-widgets .gform_body {
	float:left;
	display:inline;
	width:250px !important;
	margin-top:0px !important;
	padding-top:0px;
}

.footer-widgets .gform_description {
	font-size:17px;
	padding-top:5px !important;
	float:left;
}

.footer-widgets .gform_footer {
	float:right;
	display:inline;
	width:95px !important;
	clear:none !important;
	margin:0px !important;
}

.footer-widgets .gform_wrapper .gform_footer.left_label {
	padding: 7px 0px 0px 0px !important;
}

.footer-widgets .gfield_label {
	width:45px !important;
	margin-right:5px !important;
	
}

.footer-widgets .gfield_required {
	color:#fff !important;
	
}


.footer-widgets .ginput_container .medium {
	width:200px !important;
	
}





.footer-widgets .gform_wrapper li, .footer-widgets .gform_wrapper form li {
	margin:8px 0 0;
	margin:0.8rem 0 0;
}



}

@media only screen and (max-width: 1023px) {

	body {
		
	}
	
	
	
	.site-container {
		
	}
	
	.content {
		
	}
	
	.content-full {
	
	
}
	
	.sidebar-primary,
	.sidebar-secondary, .sidebar {
		/*padding-left:2% !important;
		padding-right:3% !important;*/
	}
	

	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.content {
		
	}

	.site-header .wrap {
		/*padding: 20px 0;
		padding: 2rem 0;*/
	}

	.header-image .site-header .wrap {
		
	}

	.site-inner {
		
	}
	
	.home-site-container .site-inner {
		padding: 0px !important;
	}
	
	

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget {
		padding: 0px;
	}
	
	.site-header {
		
	}
	
	.header-image .site-header .widget-area {
	
	
}

	
	.comment-respond {
		padding-left:5% !important;
	}
	
	.entry {
	/*padding: 0px 20px 0px 20px;*/
	}
	
	.booktitle {
	padding-left:0px !important;
	}
	
	.subtitle {
	padding-left:0px !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 {
		
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		
		
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		
	}

	.footer-widgets {
		/*padding: 40px 5% 16px;*/
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
.sidebar {

}

.sidebar-blog {

}
	
.content {
padding: 40px 5% 15px 50px;
}

#sibling-pages {
padding: 40px 5% 10px 0px;
}

}

@media only screen and (max-width: 1120px) {

	.site-container {
		max-width: 100%;
	}
	
	.home-site-container {
		width:100%;
		float:left;
	}
	
	.site-inner {
		float:left;
		width:100%;
	}
	
	.site-inner-full {
		width:100%;
	}
	
.site-header {
	width:100%;
	margin:0px auto;
	position: relative;
}
	
.home-site-container .site-header {
	width:100% !important;
	float:left;
	position:relative;
	background:#000;
	
}

.home-site-container .site-header .wrap {
	background: url(images/kalikow-home-heading-portrait-cropped.jpg) no-repeat left top #000;
	width:100%;
}

.header-image .title-area {

}

body.home.header-image .title-area {
	width:70% !important;
	margin:30px 3% 0px 27%;
}
	
	.header-image .site-header .widget-area {
		padding-right:10px;
}

	.site-header .wrap {
		width: 100%;
	}

	
.site-title {
	font-size: 60px;
	font-size: 6rem;
	
}

.site-description {
	font-size:14px;
	font-size:1.4rem;
	line-height:1.25;
}

.content-sidebar-wrap {
	width:100%;
}

.site-inner {
	
}

.sidebar {
	
}

.sidebar .widget {
	width:100%;
}


.content {
	padding:40px 50px 15px 50px;
}

body.blog .content {
	padding:40px 50px 15px 50px;
}




	
	
.content-full {
	
}


.featured-full-content {
	width:100%;
	float:left;
}

.nav-primary {
	margin:0px auto;
	width:100%;
}

.nav-primary .wrap {
	float:left;
	width:100%;
	
}

.home-site-container .nav-primary .wrap {
	float:left;
	width:100%;
	
}


#responsive-menu-icon {
		display: block;
		width:20px;
		margin:5px auto;
	}
	
.responsive-menu {
display: none;
}

.genesis-nav-menu {
	margin: 0px 0px 0px 0%;
	width:100%;
	background-image:none;
}

	
.genesis-nav-menu .menu-item {
		width:100%;
		border-right:none !important;
		border-bottom: 1px solid #3c415d;
		margin:0px;
		display:block;
}
	

.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		
		padding: 0px 8px 0;
		
	}

.genesis-nav-menu {
	width:100%;
}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		
		
	}
	
	.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

}

.genesis-nav-menu .sub-menu .current-menu-item > a {

}

.genesis-nav-menu .sub-menu .menu-item {
		padding-top:0px;
		padding-bottom:0px;
}

.genesis-nav-menu .sub-menu {
	position:absolute;
	right:20%;
	}


.featured-top-row {
	width:100% !important;
	
}

.featured-photos-row {
	width:100% !important;
	
}

.collection-pictures {
	min-height:0px !important;
}
	
.featured-middle-row {
width:96% !important;
	margin:20px 2% !important;
}

.featured-bottom-row-container {
	float:left;
	width:100%;
}

.featured-bottom-row {
	width:96% !important;
	margin:20px 2% !important;
	
}

.site-footer {
	width:100%;
	float:left;
}

.home-site-container .site-footer {
	width:100%;
}
	
	.site-footer .wrap {
	width:100%;
	padding-right:20px;
	margin:0px auto;
}


/*
Above Footer
---------------------------------------------------------------------------------------------------- */



.above-footer {
	width:100%;
	margin:0px auto;
}

.site-footer {
	width:100%;
	float:left;
}

.home-site-container .site-footer {
	width:100%;
}
	
	.site-footer .wrap {
	width:100%;
	padding-right:20px;
	margin:0px auto;
}
	
	
}

@media only screen and (max-width: 767px) {
	
	.genesis-nav-menu a {
	/*padding: 0px 10px 0 10px;
	padding: 0rem 1.0rem 0rem 1.0rem;
	font-size:14px !important;
	font-size:1.4rem !important;*/
}

.header-image .title-area {
	

}

.header-image .site-header .title-area {
	margin:20px 2%;
	width: 96% !important;
	background-size: contain;
	background-position:center;
	min-height:30px;
}

.home-site-container .site-header .wrap {
	background: #000;
}

body.home.header-image .title-area {
	width:96% !important;
	margin:30px 3% 0px 3%;
	background-position:center;
	min-height:150px;
}

.header-image .site-header .widget-area {
	/*padding-top:20px;
	line-height:20px;*/
}


	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
.site-inner {
		
	}
	
	.footer-widgets-1,
	.footer-widgets-3 {
	width: 100%;
	text-align:center;
}

.footer-widgets-2 {
	width: 100%;
	margin-top:10px;
	clear:both;
	text-align:center;
}




.featured-slides {
	width:100%;
	margin: 0 !important;
	float: left;
	padding: 0;
	color:#fff;
	clear:both;
	}
	
	.featured-top-row-content {
	width:100%;
	}	
	
	.featured-middle-right-column {
	margin:0px 0px 10px 0px;
	}	
	
.content {
	
}

#book_widget #buy_the_book {
	font-size: 16px;
	
}

#book_widget #buy_the_book h2 {
	
	
}

#book_widget #buy_the_book h2 a {
	
}

.sidebar h2 a {
	font-size: 18px;
}



.bookstores .bookstore {
	font-size: 16px;
}

/*
photos page
-----------------------------------------------------------------------*/



.photos-picture {
	width:50%;
}




	

}


@media only screen and (max-width: 640px) {
	
.site-container {
		min-height:600px;
	}
	
	.home-site-container {
		min-height:600px;
	}
	
.home-site-container .site-header {
	padding-top:0px !important;
	
}
	
.header-image .site-header .title-area {
	margin:20px 2%;
	width: 96% !important;
	background-size: contain;
	background-position:center;
	min-height:30px;
}

body.home.header-image .title-area {
	margin-bottom:30px;
}

.home.header-image .site-title a {
	min-height:0px !important;
}

.header-image .site-header .widget-area {
	bottom:0px;
}


.header-image .site-header .wrap {
	padding-top: 0px;
	padding-top:0rem;
	background-position:center top;
	background-size:contain;
	width:100%;
}



.site-header {
}

.site-title {
	font-size: 43px;
	font-size: 4.3rem;
	border-right: none !important;
	width:100% !important;
	
}

.site-description {
	font-size:14px;
	font-size:1.4rem;
	line-height:1.25;
	clear:both;
	width:100% !important;
}

.header-image .site-header .widget-area {
	/*position:relative !important;
	width:40%;
	padding: 0px;
	margin:20px auto 0px auto !important;
	clear:both;*/
}


	

	
	
	.site-inner {
		
	}
	
	
	
	.content {
		width: 100%;
		margin:5px 0% 0px 0%;
		min-height:0px !important;
		float:left;
		position:relative !important;
	}
	
	body.blog .content {
		width: 100%;
		margin:5px 0% 0px 0%;
		min-height:0px !important;
		float:left;
		position:relative !important;
	}
	
	
	.content-full {
		
	
	}
	
	.entry {
		padding: 0px !important;
	
	}
	
	.booktitle {
	padding-left:0% !important;
	width:100%;
	}
	
	.subtitle {
	padding-left:0% !important;
	width:100%;
	}
	

	
	#sibling-pages {
		
	}
	
	.sidebar {
		padding-bottom:20px;
	border-right: none;
	margin-left:0px;
}
	
	.sidebar-primary,
	.sidebar-secondary, .sidebar {
		width:100%;
		position:relative !important;
		float:left !important;
		display: inline-block;
		
		
	}
	
	
	
	.footer-widgets-1,
	.footer-widgets-3 {
		width: 90%;
		padding-left: 15px;
}

	.footer-widgets-2 {
		width: 90%;
		margin-top: 0px;
		padding-right: 15px;
		clear:both;
}
	
	.sidebar-content .sidebar-primary {
		margin-left:0px;
		width:100%;
	}
	

	
	.sidebar .widget {
		margin: 0px 2% 0px 2% !important;
		width:96%;
		
	}
	
	#book_widget {
		width:100% !important;
		margin:0px !important;
	}
	
	#book_widget #book_cover {
		margin: 20px 2% 0px 0px;
		float:left;
		width:40%;
	}
	
	#book_widget #book_cover img {
		height:auto;
		
}



	#book_widget #buy_the_book {
		float:left;
		margin-top:50px !important;
		margin-left:5% !important;
		margin-right:0%;
		padding-top:0px !important;
		font-size:14px !important;
		width:50%;
}

.featured-middle-right-column #book_widget #buy_the_book {
		float:left;
		margin-top:-50px !important;
		margin-left:5% !important;
		margin-right:0%;
		padding-top:0px !important;
		width:100%;
}

	#book_widget #buy_the_book h2 {
		margin-bottom:10px !important;
		width:100%;
		text-align:left;
}

.featured-top-row {
	
}

.featured-bottom-row-container {
	
	
}

.featured-bottom-row {
	width:100%;
	padding:0px !important;
}



.featured-slides {
		
	}
	
.featured-bottom {
	width:100%;
	float:left;
	padding-left:0px !important;
	background: none !important;
}







	
#quotearea {
	
}

#quoterotator {
	
}

#quoteauthor {
	
}





.featured-middle-left-column {
	width: 96% !important;
	min-height:100px;
	margin: 20px 2% 10px 2% !important;
	padding: 20px 2% 10px 2% !important;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #d21d06;
}

.featured-middle-right-column {
	width: 96% !important;
	margin: 20px 2% 15px 2% !important;
	padding: 20px 2% 0px 2% !important;
	border-left: none;
	border-right: none;
	
}

	
	.featured-bottom-row {
	margin-top:0px;
	border-top:0px;
	
}
	

.featured-bottom-left-column {
	width: 96% !important;
	min-height:100px;
	margin: 20px 2% 15px 2% !important;
	padding: 20px 2% 0px 2% !important;
	border-left: none;
	border-right: none;
	border-top:1px solid #d21d06;
}



.featured-bottom-middle-column {
	width: 96% !important;
	min-height:100px;
	margin: 20px 2% 15px 2% !important;
	padding: 20px 2% 0px 2% !important;
	border-left: none;
	border-right: none;
	border-top:1px solid #d21d06;
}

.featured-bottom-right-column {
	width: 96% !important;
	min-height:100px;
	margin: 20px 2% 15px 2% !important;
	padding: 20px 2% 0px 2% !important;
	border-left: none;
	border-right: none;
	border-top:1px solid #d21d06;
	
}
	
.site-footer {
	text-align:center;

}


.site-footer .wrap {
	padding-right:0px;

}

	
.content-blog {
	width:100%;
}
	
.sidebar-blog {
	width:100%;
	margin:0px 0 0px 0px;
	padding-left:20px;
	float:right;
}

.comment-respond {
		padding-left:0% !important;
	}
	
	
	
#wpadminbar {
	position: fixed !important;
}
	

}