/*
Theme Name: JennessWalker
Theme URI: http://underscores.me/
Author: Website Ministries LLC
Author URI: http://www.websiteministries.com
Description: A custom designed theme for Jenness Walker
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jennesswalker
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

JennessWalker is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@font-face {
    font-family: 'brusherregular';
    src: url('https://jennesswalker.com/brusher-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'biloxi_scriptregular';
    src: url('https://jennesswalker.com/biloxi_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {

}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

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



.main-navigation {
	clear: both;
	position:relative;
	float:right;
	max-width:700px;
	margin:50px 0 0 0;
	padding:3px 50px 0 0;
	height:70px;
	background-color:#000;
	font-family: 'brusherregular'; 
	font-size:38px;												/* FONT SIZE FOR MAIN MENU */
	-webkit-border-top-left-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	z-index:10;	
	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
.main-navigation li > ul {
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	text-transform:lowercase;
	padding:16px 12px 10px 18px;
	line-height:40px;
}
.main-navigation ul ul li{
	border-top: 1px solid rgba(255, 255, 255, 0.5);  			/* TOP BORDER COLOR */
	padding:3px 10px;
	line-height:36px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff; 												/* FONT COLOR FOR MAIN MENU */
}
.main-navigation ul > li a:before {
	margin-right: 5px;
}
.main-navigation ul > li > ul a:before {
    content: none;
	margin-right: 5px;
}
.main-navigation ul :hover > a {
	text-decoration:underline;
	}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 5px;
	position: absolute;
	top: 1.7em;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	z-index:999;
}
.main-navigation .nav-menu > li:last-of-type > ul , 
.main-navigation .nav-menu > li:nth-last-of-type(2) > ul  { 
	left: auto; right:0; 								 /* LEFT ALIGN SUBMENUs */
	}

.main-navigation ul ul li {
	background-color: rgba(0, 0, 0, 0.8);			/* BACKGROUND COLOR FOR SUBMENU */
}

.main-navigation ul ul>li:hover{
	/*border-top: 1px solid #fff;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat;*/
	background-color: rgba(0, 0, 0, 0.97);  		/* BACKGROUND COLOR FOR SUBMENU ON HOVER */
}
.main-navigation ul ul li:last-child{
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.menu-item-has-children:last-child:hover{
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.main-navigation ul ul li:only-child{
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
.main-navigation ul ul ul li:first-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.main-navigation ul li:last-of-type ul ul, 
.main-navigation ul li:nth-last-of-type(2) ul ul { 
	left: auto; right:100%; 							 /* LEFT ALIGN SUBMENUs */
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	}
	
.main-navigation li:last-of-type ul ul li:first-child, 
.main-navigation li:nth-last-of-type(2) ul ul li:first-child {
	-webkit-border-top-right-radius: 0;					/* LEFT ALIGN SUBMENUs */
	-moz-border-radius-topright: 0; 
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 8px;				/* LEFT ALIGN SUBMENUs */
	-moz-border-radius-topleft: 8px; 
	border-top-left-radius: 8px;
}

.main-navigation ul ul a {
	width: 220px;
	padding:5px;
	font-size:28px;                         			/* FONT SIZE FOR SUBMENU */
	color: #fff;  										/* FONT COLOR FOR SUBMENU */
	text-decoration:none;
	text-transform: none;
}
.main-navigation ul ul :hover > a {
	width: 220px;
	font-size:29px;                         			 /* FONT SIZE FOR SUBMENU ON HOVER */
	text-decoration:none;	
}

.main-navigation ul li:last-child>ul:hover > a { }
.main-navigation ul ul li { }
.main-navigation li:hover > a { }
.main-navigation ul ul :hover > a { }
.main-navigation ul ul a:hover { }
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a { }

.linkHide{
  width:100%;
  height:100%;
  position:absolute;
  display:none;
}
.menu-item-has-children>.linkHide{
  display:block;
}
/* Small menu */
.menu-toggle {
	display: none;
}


@media (max-width: 1220px) {
/*	.main-navigation ul { padding-left:5px; }
	.main-navigation li { font-size:30px; padding:16px 9px 10px 15px; }
	.main-navigation ul ul { left: 30px;}
*/
}
@media (max-width: 1100px) {
/*	.main-navigation {/*width: 99%;* / }
	.main-navigation li { font-size:32px; padding:16px 9px 10px 30px; }
	.main-navigation ul ul { left: 25px;}
*/
}
	
@media (max-width: 900px) {
/*	.main-navigation li { font-size:26px; padding:16px 7px 10px 20px; font-weight:bold; }
	/*.main-navigation ul ul {top: 2.0em; }* /
	.main-navigation ul ul a { padding:5px;	font-size:20px; line-height:30px; font-weight: normal; }
	.main-navigation ul ul :hover > a { font-size:24px;}
	.main-navigation ul ul {top: 2.1em; left: 15px;}
*/
}
@media (max-width: 800px) {
/*	
	.main-navigation li { font-size:26px; padding:16px 7px 10px 10px; font-weight:bold; line-height:40px; }
	.main-navigation ul ul {top: 2.1em; left: 1px;}
*/
}
@media screen and (max-width: 770px) {
	.menu-toggle {
		position:relative;
		display:block; 
		min-height:70px;
		width:100%;
		background:none;
		border:0; 
		font-size:24px;
		/*font-weight:300;
		text-transform:uppercase;*/
		color: #000;
		z-index:999;
	 }
	.menu-main-menu-container {display:none;}
	.linkHide { display:none; }
	.menu-item-has-children>.linkHide{ display:block; }
	
	.main-navigation {
		max-width:1000px;
		width:100%;
		min-height:72px;
		margin:0; 
		padding:0; 
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.main-navigation img { display:block; margin-left:auto; margin-right:auto; }
	
	.main-navigation.toggled .nav-menu { display: block; background-color:#000;  }
	.main-navigation.toggled .menu-main-menu-container {display:block;}
	.main-navigation ul { display: none; padding-left:0; }
	.main-navigation a { display: block; width: 100% !important;  }
	.main-navigation ul ul>li:hover{ background-image: none; }
	.main-navigation ul ul>li a:hover{ }
	
	.main-navigation a,
	.main-navigation a:visited, 
	.main-navigation a:active {	font-size:30px; font-weight:normal;}
	.main-navigation ul :hover > a {  }
	.main-navigation ul ul a {font-size:28px;  }
	.main-navigation ul ul :hover > a {	 }
	.main-navigation ul ul :hover > a { font-size:29px; }
	.main-navigation li:first-of-type {border-top:0px solid #FFF;}
	.main-navigation li {
	position: relative;
	max-width:100%;
	display: block;
	float: none;
	padding-left:20px;
	border-top:1px solid #FFF;
	}
	.main-navigation ul ul {
	display:block;
	position: relative;
	padding-left:20px;
	box-shadow: none;
	float: none;
	left: inherit;
	top: inherit;
	background-color: inherit;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	}
	.main-navigation .nav-menu > li:last-of-type > ul , 
	.main-navigation .nav-menu > li:nth-last-of-type(2) > ul,
	.main-navigation ul li:last-of-type ul ul, 
	.main-navigation ul li:nth-last-of-type(2) ul ul  { 
	left: auto; right:auto; 								 /* RE-ALIGN SUBMENUs */
	}
	

	.main-navigation ul ul ul { padding-left:15px;  } 
	.main-navigation ul ul ul li { padding-left: 5px; }
	.main-navigation ul ul a { padding:5px;	color:#fff;	} 	/* FONT COLOR FOR SUBMENUs */
	.main-navigation ul ul li:last-child{
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.main-navigation ul ul li:only-child{
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
		background-color: inherit;
	}
	.main-navigation ul ul ul li:first-child{
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}
	.main-navigation ul ul ul li:first-child::before{ display:none;	}
	.main-navigation ul ul ul {
		display:block;
		left: inherit;
		top: inherit;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}
	
}




/*------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 14px 1.5em 14px 14px;
}

.alignright {
	display: inline;
	float: right;
	margin: 14px 14px 14px 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 14px auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*  ////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
/////////////   					 		 									   /////////////
/////////////   					 		 									   /////////////
/////////////   				Customized Content Styles						   /////////////
/////////////   					 		 									   /////////////
/////////////   					 		 									   /////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
////////////*/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body.custom-background {

}
.home .site-header  {
	position:relative;
	width:100%;
	background-image:url(https://jennesswalker.com/images/header-bg.jpg);
	background-position:top;
	background-position:center;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-color:#fff;
}
.site-header  { position:relative;
	border-bottom:10px solid #000;
}
.custom-header  {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	background-color: none;
}
.custom-header img {display:block;}
.subpage-logo img { left:-235px; display:block; margin:0 auto; }
.site {
	position:relative;
	max-width:100%;
	height:100%;
	margin:0 auto;
	/*background-color:#fff;*/
	}	
#content {
	position:relative;
	/*padding:20px 30px;*/
	margin:0 auto;
	}
.content-area {
	max-width:1100px;
	margin:35px auto;
	padding:15px 85px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.95); 
}

.blog .content-area, .single-post .content-area, .archive .content-area {padding:15px 25px 15px 60px;}

.content-left {
	float:left;
	width:680px;
	padding:0 30px 0 0;
}
.content-right {
	float:right;
	width:340px;
	padding:0;
}

/*--------------------------------------------------------------
Home Page Formatting
--------------------------------------------------------------*/
.home #page {background-color:#000;}
.home-highlight-wrapper { 
	position:relative; 
	top:-25px;
	width:100%;
	min-height:300px;
	margin:0 auto; 
	border-top:10px solid #000;
	background-image:url(https://jennesswalker.com/images/home-highlight-bg.jpg);
	background-size:cover;
	background-color: #fff;
	}
.home-highlight-container {max-width:1200px; margin: 0 auto; padding:40px 0;}
.home-highlight-left { float:left; max-width:595px;}
.home-highlight-right { float:right; max-width:595px;}

.home-welcome-wrapper {
	display:inline-block;	
	position:relative; 
	top:-20px;
	width:100%;
	min-height:300px;
	margin:0 auto; 
	background-image:url(https://jennesswalker.com/images/home-welcome-bg.jpg);
	background-size:cover;
	background-position:top -40px center;
	background-color: #fff;
}
.home-welcome-container { 
	max-width:1200px; 
	margin: 50px auto;
	padding:60px 100px; 
	background-color: rgba(255, 255, 255, 0.90);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.home-welcome-container p:first-of-type {margin-bottom:0;}
.home-welcome { max-width:90%; border:1px solid #0F0; padding:80px; }

.entry-content-home {max-width:880px; margin:0 auto; }

.page .entry-title {
	font-size:68px;
	font-family: 'biloxi_scriptregular';
	color: #333;
}

.error-page-return-link {
	width:100%;
	margin:50px auto;
	text-align:center;
}
.error-page-return-link a, .error-page-return-link a:active, .error-page-return-link a:visited {
	font-size:30px; 
	color:#158186; 
	text-decoration:none;
}
.error-page-return-link a:hover {text-decoration:underline; }

/*--------------------------------------------------------------
Blog Formatting
--------------------------------------------------------------*/
.blog .content-area, .single .content-area, .archive .content-area {max-width:1200px;}

.entry-title a, .entry-title a:active, .entry-title a:visited  { font-size:36px; color:#157F94; text-decoration:none;}
.entry-title a:hover { text-decoration:underline;}

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

.entry-meta {font-size:16px;}

.post-edit-link {display:block; clear:both; padding:30px 0;}




/*--------------------------------------------------------------
Post Entry Formatting
--------------------------------------------------------------*/
.entry-header {padding:15px 0 0 0; }
.edit-link { float:right;}*/
.cat-links {display:block; font-size:16px;}
.tags-links {display:block; font-size:16px;}
.comments-link {display:block; padding-bottom:30px;}
.nav-links { overflow:hidden; font-size:18px; margin: 0 0 25px 0; }
/*.search-read-more {font-size:24px;} */

.entry-footer {padding:0 0 20px 0; border-bottom: 1px solid #157F94; }
.page .entry-footer {border-bottom: 0; }
.search .page-title {padding-top:70px;}

.search .page .entry-title {font-family: 'Raleway', sans-serif; }

.search-no-results .content-area {padding-bottom:140px;}
.error404 .page-title {font-size:50px; padding-top:70px;}
/*--------------------------------------------------------------
Sidebars & Widgets
--------------------------------------------------------------*/

.sidebar-widget-container {margin:20px 0;}

.search-form { padding:20px 0 18px 10px; overflow:hidden;}
.search-form input {
	float:left;
	height:40px;
	width:145px;
	margin: 0 10px 0 0;
	padding:0 0 0 5px;
	line-height:38px; 
	font-size:18px;
	border:1px solid #157F94 !important; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	color:#483362;
	}
.search-form input[type="submit"] { 
	display:inline-block;
	width:150px;
	height:40px;
	margin:0 0 0 8px;
	padding:0;
	background-color: #157F94;
	font-family: 'brusherregular';
	font-size:25px;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	text-decoration:none;
	color: #fff;
	line-height:40px;
	}
.search-form input[type="submit"]:hover   {font-size:29px; cursor:pointer;}

	
	
	

/*--- BLOG SIDEBAR ---*/
.sidebar-blog { margin:20px 0; padding:10px 0 10px 0; border-bottom:0 solid #169E9E; }
.sidebar-blog ul {margin:0; padding:0 10px 0 0;  }
.sidebar-blog li {list-style:none; margin:10px 0 15px 10px; padding:0; }
.sidebar-blog ul li {list-style:none; margin:0; padding:0;}
.sidebar-blog ul li {padding-left:0;}
.sidebar-widget-container .widget-title {
	display:block;
	clear:both;
	font-size:42px;
	margin:0;
	padding:0;
	font-weight:bold;
	font-family: 'biloxi_scriptregular';
	color: #333;
	}
	/*background-image:url(http://>>>>>>>>>>>/images/widget-title-bg.jpg);
	background-repeat:repeat;*/
}





/* 
////////////////////////////////////////////////
//Comment Customization
////////////////////////////////////////////////
*/

#comments h2 { font-size: 1.5em; font-weight:normal; }
#reply-title { font-size: 1.2em; font-weight:normal; padding-top:20px; }
.comment-list {margin:0; padding:0;}
#comments p {
	margin-bottom: 5px;
}
/* Remove Margins and List Styles */
.comment-list ol, .comment-list li  {
	list-style:none;
	margin:0;
	padding:0;
	}
/* Indent Replies */
.children li { margin:0 0 0 40px;}
/*After the 4th level stop indenting replies */
.depth-4 li { margin-left:0;}
/* Add padding & border to the comment body */
.comment-body { padding:10px; border: 1px solid #CCC; }
/* Remove duplicate border for child comments */
.children .comment-body {}
/* Add margin to top of threads */
.comment.depth-1  { margin:20px 0 0 0;}
/*Add a background color to comments */
.comment-body {
	padding:7px;
	/*background-color: #f8f8f8; */
	}
/*Add a different background color to comments by the post author */
.bypostauthor > .comment-body { 	
	background-color: #F8F8F8;
	/*border:1px solid #2D1441;*/
	}	
.comment-author { float:right; max-width:85px; margin:0 18px 10px 0;}
.vcard img {
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;  
	border-radius: 50%;
	}
.comment-author-name {
	padding:14px 0 3px 0;
	/*font-family: 'Cabin', sans-serif;*/
	font-size:20px;
	color:#000;
	}
.comment-author-name,
.comment-author-name a, 
.comment-author-name a:active, 
.comment-author-name a:visited, 
.comment-author-name a:hover  {	
	/*font-family: 'Cabin', sans-serif;*/
	font-size:20px;
	color:#000;
	text-decoration:none;
	}
.comment-body-container {}
.commentmetadata,
.commentmetadata a, 
.commentmetadata a:active, 
.commentmetadata a:visited, 
.commentmetadata a:hover 
	{ padding:0 0 5px 0; font-size:13px !important; color: #000;}
.comment-list .reply a {
	transition: all 0.3s ease;
	float:right;
	display:block;
	height:30px;
	width:75px;
	margin: 0 8px 10px 0;
	line-height:28px;
	background-color:#169E9E;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	font-size: 18px;
	color:#fff;
	font-weight: normal;
	}
.comment-list .reply a:hover {width:90px; font-size:19px; cursor:pointer; }
.comment-form label { display:block; min-width:100%; clear:both; }
.comment-form input {
	height:35px; 
	padding: 0 0 0 8px;
	line-height:35px; 
	font-size:20px; 
	border:1px solid #CCC; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	}
	/*Make sure the inputs don't overflow the page on mobile devices */
.comment-respond #commentform input {max-width:100% !important;}
.comment-form-comment textarea {width:100%; }
.comment-form input[type="submit"] {	
	display:block;
	width:180px;
	height:45px;
	/*margin:0 auto;*/
	background-color: #157F94;
	line-height:50px;
	font-size:24px;
	color:#fff !important;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration:none;
	border:0 none;
	font-family: 'brusherregular'; 
	font-weight: normal;
	}
.comment-form input[type="submit"]:hover  {font-size:26px; color:#fff; line-height:50px; text-decoration:underline; cursor:pointer;}	
.comment-subscription-form input {
	line-height:20xp; 
	height:14px; 
	margin:0;
	padding:0;
	}
.comment-subscription-form .subscribe-label {
	line-height:15px; 
	height:17px; 
	margin:0;
	padding:0 0 0 10px;
	}

@media (max-width: 600px) {
	.children li { margin:0 0 0 10px;}
}


/*// END  Comment Customization
////////////////////////////////////////////////
*/


/*//////////////////////////////////////////////////////////////////////////			
		Contact Form Formatting		 ///////////////////////////////////////
//////////////////////////////////////////////////////////////////////////*/
.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
	height:45px; 
	max-width:100%;
	padding-left:6px;
	line-height:45px; 
	font-size:18px; 
	color: #3e3e3e;
	border:1px solid #157F94; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.wpcf7 textarea {
	width:500px;
	max-width:100%;
	padding-left:6px;
	font-size:18px; 
	color: #3e3e3e;
	border:1px solid #157F94; 		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}	
.wpcf7 input[type="submit"] {	
	display:block;
	min-width:200px;
	height:55px;
	/*margin:0 auto;*/
	background-color:#157F94;
	line-height:45px;
	font-size:32px;
	font-family: 'brusherregular'; 
	color:#fff !important;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration:none;
	border:0 none;
	}
.wpcf7-captcha-captcha-551 { border-bottom:1px solid #ccc; border-top:1px solid #ccc; padding:5px; }
.wpcf7 input[type="submit"]:hover  {font-size:34px; line-height:45px; color:#fff; cursor:pointer;}	
.captcha-510 input[type="text"] {
	height:35px !important; 
	line-height:25px !important; 
	font-size:18px; 
	border:1px solid #CCC; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7-validation-errors {
	margin: 0 0 5px 0 !important; padding:2px 2px 2px 8px !important; border:2px solid #F00 !important; color: #F00; 
}



/*--------------------------------------------------------------
Footer Formatting
--------------------------------------------------------------*/
.site-footer {
	width:100%; 
	margin:0; 
	padding:30px 0;
	background-image:url(https://jennesswalker.com/images/home-highlight-bg.jpg);
	background-size:cover;
	background-color: #fff;
	border-top:30px solid #000;
	}
/* Override the top border on the footer on the home page */
.home .site-footer 	{border-top:0 solid #000;}	
.site-footer img { display:block; margin-left:auto; margin-right:auto; }	
.footer-social-container {max-width:230px; margin: 0 auto; padding: 0 0 0 13px; }
.footer-social-container p {margin:0; padding:0;}
.footer-social img {margin-right:10px;}
.footer-social a:last-of-type img  {margin-right:0;}
.footer-copyright {
	width:100%; 
	min-height:45px; 
	margin:0; 
	padding:10px 0; 
	background-color:#157F94; 
	color:#fff;
	text-align:center; 
	font-size:16px; 
	}
.site-footer a. .site-footer a:active, .site-footer a:visited, .site-footer a:hover {color: #fff; text-decoration:none; }
.site-footer a:hover {text-decoration:underline; }

/* Newsletter Signup */
.footer-newsletter-form { margin: 0 auto; max-width:570px; padding:20px 0 20px 20px; }
.footer-newsletter-form input[type="email"] {
	float:left;
	height:70px;
	width:400px;
	margin: 0 10px 0 0;
	padding:0 0 0 15px;
	line-height:59px; 
	font-family: 'Raleway', sans-serif;
	font-size:28px;
	background-color: rgba(21, 127, 148, 0.64);
	color:#fff;
	border:0;
	}
.footer-newsletter-form ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
.footer-newsletter-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer-newsletter-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.footer-newsletter-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
.footer-newsletter-form input[type="submit"] { 
	display:inline-block;
	width:115px;
	height:70px;
	margin:0 0 0 8px;
	padding:0;
	line-height:72px;
	background-color: #157F94;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	text-align:center;
	text-decoration:none;
	color: #fff;
	border:0;
	}
.footer-newsletter-form input[type="submit"]:hover   {font-size:32px; cursor:pointer;}

.footer-newsletter-form #notification_container {text-align:center; color: #C00; }

/*--------------------------------------------------------------
Typography Formatting
--------------------------------------------------------------*/

h1 { font-size: 48px; }
h2 { font-size: 42px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding:20px 0 0 0; 
	line-height:1em;
	font-family: 'Raleway', sans-serif;
	color: #333;
	font-weight:normal;
	}


.large-heading {
	clear:both;
	width:100%;
	margin:10px 0 30px 0;
	font-family: 'biloxi_scriptregular';
	font-size: 64px;
	color:#990000;
	border-bottom:1px solid #990000;
}







@media (max-width: 1200px) {
	.home-highlight-left { max-width:475px; margin-left:10px;}
	.home-highlight-right { max-width:475px; margin-right:10px;}
	.content-left {width:580px;}
	
}
@media (max-width: 1100px) {
	.blog .content-area, .single-post .content-area, .archive .content-area {padding:15px 25px 15px 30px;}
}

@media (max-width: 1000px) {
	.home-highlight-left { max-width:395px; margin-left:10px;}
	.home-highlight-right { max-width:395px; margin-right:10px;}
	.home-welcome-container { 
		margin: 40px auto; 
		padding:40px 40px;	
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0; 
	}
	.content-left {width:480px; padding-right:20px;}

}
@media (max-width: 950px) {
	.content-left { float: inherit; margin: 0 auto; padding:0 0 0 0; width:98%; }
	.content-right { float:inherit; margin: 0 auto; width:380px; }
	.alignleft { float:none; width:auto; clear: both; display: block; margin-left: auto; margin-right: auto; }
	.alignright { float:none; width:auto; clear: both; display: block; margin-left: auto; margin-right: auto; }
	.footer-social .alignleft { float: left;clear: inherit;}
	.entry-title, .page-title {text-align:center;}
	.entry-meta {text-align:center;}
	.footer-newsletter-form { max-width:400px; margin: 0 auto; padding-left:0; }
	.footer-newsletter-form input[type="email"] { float: none; width:100%; margin: 10px 0 0 0; text-align:center; }
	.footer-newsletter-form input[type="submit"] { width:100%; margin:7px auto; }
}

@media (max-width: 900px) {
	.home-highlight-left { float:none; margin:0 auto; max-width: 595px;}
	.home-highlight-right { float:none; margin:0 auto; max-width: 595px;}
	.blog .content-area, .single-post .content-area, .archive .content-area {padding:15px 10px 15px 10px;}
	
}
@media (max-width: 850px) {
	.content-right { float:inherit; margin: 0 auto; width:360px; max-width: 100%; }
}
@media (max-width: 600px) {
	.home-highlight-left { float:none; margin:15px; max-width: 595px;}
	.home-highlight-right { float:none; margin:15px; max-width: 595px;}
	.home-welcome-container { padding:40px 20px; }
	.content-area {	padding:15px 15px; }
	.sidebar-widget-container {margin:20px 10px;}
	.search-form {margin:0 auto; padding:0;}
	.search-form input { float:inherit; width: 100%; margin: 0 auto; }
	.search-form input[type="submit"] { 
	display:inline-block;
	width: 100%;
	margin:3px 0 0 0;
	}
}

@media (max-width: 450px) {
	.footer-newsletter-form { max-width:100%; padding-left:10px; padding-right:10px; }
}

/*	.content-left {width:630px;}
	.book-list-container {max-width:725px; margin: 0 auto; }
}
@media (max-width: 1090px) {
	.recent-news-image { max-width: 25%; margin-right:30px; }
	.recent-news-article { max-width:70%; }
	.content-left {width:520px; padding-right:20px;}
	.similar-books-container {max-width:430px;}
	.similar-book-wrapper {width:125px;}
}
@media (max-width: 940px) {
	#content { padding:20px 20px; }
	.recent-releases-content {max-width:690px; }
	.recent-releases img {max-width:120px; margin:0 10px 0 0;}
	.content-left { float: inherit; margin: 0 auto; padding:0 0 0 0; width:98%; }
	.content-right { float:inherit; margin: 0 auto; width:300px; }
	.search-form input { float:inherit; width: 90%; margin: 0 auto; }
	.search-form input[type="submit"] { 
	display:inline-block;
	width: 90%;
	margin:3px 0 0 4px;
	}
	.search-form input[type="submit"]:hover   {font-size:29px; cursor:pointer;}
	.similar-books-container {max-width:490px;}
	.similar-book-wrapper {width:145px;}
	.book-list-container {max-width:560px; }
}
@media (max-width: 800px) {
	.recent-news-image { max-width: 25%; margin-right:30px; }
	.recent-news-article { max-width:60%; }
}

@media (max-width: 750px) {
	.alignleft { float:none; width:auto; clear: both; display: block; margin-left: auto; margin-right: auto; }
	.alignright { float:none; width:auto; clear: both; display: block; margin-left: auto; margin-right: auto; }
	.recent-releases-content {max-width:470px; }
	.recent-releases img {max-width:140px; margin:0 10px 10px 0;}
	.entry-title {text-align:center;}
	.entry-meta {text-align:center;}
	.similar-books-container {max-width:98%;}
	.similar-book-wrapper {clear:both; float:none; width:145px; margin: 0 auto;}
	.book-list-container {max-width:360px;}
	.footer-social-container .alignleft {float: left; clear:inherit;}
}
@media (max-width: 700px) {
	.close-buy-hover { position:relative; top:-10px; width:150px; margin:0 auto; }
	.buy-hover-box { padding:20px 10px 10px 10px; text-align:center; min-width:30px; }
	.buy-hover-box a { display:block; float:none; margin: 20px auto; }
	
}
@media (max-width: 600px) {
	.content-area {padding:10px 15px;}
	
	.recent-news-title {text-align:center;}
	.recent-news-image { max-width: 100%; width:100%;}
	.recent-news-image img {display:block; margin: 0 auto;}
	.recent-news-article { max-width: 100%; width:100%; margin: 0 auto; text-align:center;}
	.large-heading { text-align:center;}	
	.recent-releases-content {max-width:206px; }
	.recent-releases img {max-width:200px;  margin:0 0 10px 0;}
	
}

@media (max-width: 500px) {
	.content-area {padding:10px 0;}
	.footer-newsletter-container { max-width:100%; }
	.footer-newsletter-signup {
		left:auto; 
		right:auto; 
		height:120px;
		width:95%;
		margin: 0 auto;
		padding:18px 10px;
		line-height:38px;
		text-align:center;
		}	
	.footer-newsletter-button { display:block; margin:4px auto; }
	.book-list-container {max-width:182px; }
}
*/
