/*
Theme Name: Noah Depends On God
Author: Danny Moore
Author URI: http://www.mascotbooks.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2019 Danny Moore
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: noahdependsongod
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/******************** body *******************/

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#204163;
	border:0px;
	font-family:verveine, serif;
	font-size:24px;
	line-height:1.35;
	color:#000000;
}

img{
	border:0px;
}

hr{
	height:1px;
	border:0px;
	background:rgba(0,0,0,0.1);
	margin:2.2em 0 2.3em 0;
	clear:both;
}

h1, h2, .h1, .h2, .h3, h3, .h6{
	font-size:1.9em;
	line-height:1.05;
	margin:0 0 .5em 0;
	clear:both;
	width:100%;
	font-family:'edsmarket';
	color:#e1662f;
}

.h4, h4{
	font-family:'edsmarket';
	color:#204163;
	font-size:1.6em;
	margin:1.2em 0 .2em 0;
}

.h5, h5{
	font-family:'edsmarket';
	color:#204163;
	font-size:1.1em;
	margin:0 0 .35em 0;
}

h3, .h3{
	font-size:1.5em;
	margin-bottom:0;
}

h3 a{
	color:#e1662f;
	transition:.4s color;
}

p{ margin:0 0 1em 0; }

a{
	text-decoration:none;
	color:#e1662f;
	transition:.5s color;
}

a:hover{
	color:#204163;
}

#outside{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}

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

#top{
	width:100%;
	height:auto;
	position:relative;
	z-index:100;
	clear:both;
	float:left;
	background:url(images/top.jpg) no-repeat;
	background-position:center;
	background-size:cover;
}

#navMenu, #navMenuSm{
	width:100%;
	clear:both;
	float:left;
	position:relative;
	z-index:200;
	background: rgb(66,123,151);
	background: -moz-linear-gradient(top, rgba(66,123,151,1) 0%, rgba(32,65,99,1) 100%);
	background: -webkit-linear-gradient(top, rgba(66,123,151,1) 0%,rgba(32,65,99,1) 100%);
	background: linear-gradient(to bottom, rgba(66,123,151,1) 0%,rgba(32,65,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427b97', endColorstr='#204163',GradientType=0 );
}

#navMenuSm{
	display:none;
	height:auto;
	padding:0 0 0 0;
}

#content{
	width:100%;
	height:auto;
	padding:3em 0 3em 0;
	margin:0 auto 0 auto;
	clear:both;
	float:left;
	position:relative;
	z-index:150;
	background:#fff;
}

/******************** insides ********************/

#topinside{
	width:100%;
	margin:0 auto 0 auto;
	position:relative;
	padding:1em 0 3em 0;
}

#navMenuinside{
	width:100%;
	margin:0 auto;
}

#topinside, #navMenuinside, #bottomInside, #mainContent{
	max-width:1100px !important;
}

/********************* Top ************************/

#title{
	display:block;
	position:relative;
	width:70%;
	margin-left:3%;
}

#title svg{
	width:100%;
	height:auto;
}

#social{
	position:relative;
	display:inline-block;
	margin:1.1em 0 0 0;
	pointer-events:all;
}

#social a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

.iconDiv{
	width:1em;
	height:1em;
	float:left;
	margin:0 0 0 1em;
	position:relative;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}

.iconDiv svg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100% !important;
}

.iconDiv svg{
	fill:#fff;
	transition:.3s fill;
}

.iconDiv:hover svg{
	fill:#e1662f;
}

/******************** Nav **************************/

#smNavShow{ 
	display:none;
}

#navMenu .menu, #navMenu ul, #navMenuSm .menu, #navMenuSm ul{
	list-style:none;
	padding:0;
	position:relative;
	z-index:900;
	margin:0 0 0 0;
	float:left;
}

#navMenuSm .menu, #navMenuSm ul{
	width:100%;
	margin:0 0 0 0;
	padding:0;
}

#navMenu ul li, #navMenuSm ul li{
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
}

#navMenuSm ul li{
	width:100%;
	height:auto;
}

#navMenu ul li a, #navMenuSm ul li a{
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:.75em .65em;
	width:auto;
	height:auto;
	position:relative;
	line-height:1;
	font-size:1.85rem;
	font-family:'edsmarket';
	transition:.5s background;
}

#navMenu ul li a:hover{
	background:#ba5323;
}

/******************** Main Content *******************/

#mainContent{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}

#mainText{
	width:56%;
	float:left;
	padding-bottom:2em;
	margin-left:0;
	font-size:1.2em;
}

#rightsidecont{
	width:29%;
	min-width:313px;
	height:auto;
	margin:-2em 0 0 0;
	float:right;
}

#mainContent ul, #mainContent ol{
	list-style:none;
	margin:16px 0 12px 0;
}

#mainContent ol{
	list-style:decimal;
}

#mainContent ol ol{
	list-style:lower-latin;
}

#mainContent ul li, #mainContent ol li{
	padding:0 0 8px 0;
	margin-left:1.5em;
}

#mainContent ul li{
	text-indent:-.9em;
	line-height:1.3;
	margin-bottom:.35em;
}

#mainContent ul.boldlist{
	margin-top:0;
}

#mainContent ul.boldlist li{
	margin-bottom:0;
	line-height:1.05;
	font-size:1.25em;
}

#mainContent ul li:before{
	color:#1d1d1e;
	content:'• ';
	margin-right:.4em;
	font-size:.9em;
	color:#e1662f;
	font-family:'edsmarket';
}

.quote{
	margin:0 0 .65em 0;
}

.quoted{
	margin:0 0 0 60%;
	text-indent:-1em;
}

/******************* Bottom **********************/

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:0 0 5em 0;
	position:relative;
}

#bottomInside{
	width:100%;
	padding:1.15em 0 0 0;
	margin:0 auto;
	position:relative;
	text-align:center;
}

#bottomMenu{
	width:auto;
	display:inline-block;
	margin:0 auto;
}

#bottomMenu .menu, #bottomMenu ul{
	list-style:none;
	clear:both;
	padding:0;
	margin:0 -1em 0 0;
}

#bottomMenu ul li{
	display:inline-block;
	padding:0;
	margin:0 1em 0 0;
}

#bottomMenu ul li a{
	text-decoration:none;
	color:#fff;
	line-height:1;
	font-size:1em;
	display:inline-block;
	padding:0 0 0 0;
	width:auto;
	position:relative;
	font-family:'edsmarket';
	transition:.5s color;
}

#bottomMenu ul li a:hover{
	color:#e1662f;
}

#copyright{
	width:100%;
	clear:both;
	font-size:.75em;
	line-height:1;
	text-align:center;
	color:rgba(255,255,255,0.3);
	margin:3em 0 0 0;
}

/****************** Extras Categories ***********************/

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
	height:30px;
}


/******************* Blog Posts *************************/

.postInfo, .postInfo2{
	display:block;
	margin:0 0 .5em 0;
	color:rgba(0,0,0,.45);
	font-size:.95em;
	font-style:italic;
}

.postInfo2{
	margin:0 0 1em 0;
}

#pagination{
	width:80%;
	text-align:center;
	font-size:1.25em;
}

#pagination .next, #pagination .prev{
	padding:.2em .4em .2em .4em;
	margin:0 .3em;
	font-size:.9em;
	display:inline-block;
	color:#fff;
	background:#e1662f;
	transition:.5s background;
	border-radius:.25em;
	box-shadow:0 2px 4px rgba(0,0,0,0.25);
}

#pagination .next:hover, #pagination .prev:hover{
	background:#204163;
}

.read-more{
	font-size:.85em;
	padding:.15em .5em;
	color:#ffff;
	background:#e1662f;
	transition:.5s background;
	border-radius:.25em;
	box-shadow:0 2px 4px rgba(0,0,0,0.25);
}

.read-more:hover{
	color:#fff;
	background:#204163;
}

/***************** reset styles for contat form ****************/

label{
	font-size:1em;
	font-weight:bold;
	vertical-align:top;
}

input.input-xlarge{
	padding:0 8px;
}

textarea.input-xlarge{
	padding:6px 8px;
	height:40px;
}

#frmCSCF img{
	width:auto;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	line-height:0!important;
}
.recaptcha_input_area{
	height: 30px!important;
}

input, textarea{
	font-family:inherit;
	font-size:1.4em;
	border:1px solid #ccc;
}

#blogbyemail input{
	font-size:inherit;
	margin-top:0;
}

#blogbyemail h7{
	font-size:2em;
}

#blogbyemail p{
	margin-bottom:.5em;
	text-align:left;
}

input[type="submit"], .backToBlog a, .button, input[type="button"]{
	cursor:hand;
	cursor:pointer;
	width:auto !important;
	clear:both;
	float:left;
	border:0px;
	margin:.2em 0 0 0;
	padding:.45em .8em;
	line-height:1;
	display:inline-block;
	font-size:1em;
	color:#fff;
	background:#e1662f;
	transition:.5s background;
	font-family:'edsmarket';
	border-radius:.25em;
	box-shadow:0 2px 4px rgba(0,0,0,0.25);
}

input[type="submit"]:hover, .button:hover, .backToBlog a:hover{
	color:#fff;
	background:#204163;
}

.backToBlog a{
	margin:2em 0;
	font-size:1.14em;
}

/*********************** Add frame around images **************************/

.shadowFrame{
	border:10px solid #fff;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0px 2px 6px rgba(0,0,0,0.3);
}

/********************** Extra *********************************/

.intext{
	width:30%;
	height:auto;
	margin:0 0 .5em 1em;
	float:right;
}

.pressb{
	width:calc(100% - 2em);
	clear:both;
	float:left;
	padding:.75em 1em;
	background:#ddeaf7;
	transition:.5s background;
	display:table;
	margin:.1em 0 .2em 0;
}

.pressb:hover{
	background:#e1662f;
}

.pressl{
	width:20%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	top:.1em;
	border-right:1px solid rgba(0,0,0,0.25);
}

.pressl img{
	width:85%;
	height:auto;
}

.presst{
	width:calc(80% - 1em);
	padding-left:1em;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	color:#000;
}

/********************** Buy Now Button ***********************/

.buyNowArea, .buyNowArea2{
	width:100%;
	height:auto;
	color:#f2da18;
	text-align:center;
	margin:0;
}

.buyNowArea2{
	margin:0 0 0 0 !important;
}

.buyNowArea a, .buyNowArea2 a{
	color:#fff;
}

.buyNowArea img{
	width:130%;
	height:auto;
	position:relative;
	z-index:400;
	margin:0 0 -4em -15%;
	pointer-events: none;
}

.buyNowButton{
	margin:0;
	width:100%;
	padding-top:0;
	cursor:pointer;
	cursor:hand;
	clear:both;
	position:relative;
	background:#e1662f;
	color:#fff;
	border-radius:.25em;
	font-size:1.2em;
	transition:.5s background;
	font-family:'edsmarket';
	box-shadow:0 2px 6px rgba(0,0,0,0.25);
}

.buyNowButton:hover{
	background:#204163;
}

.buyNowArea2 .buyNowButton{
	padding-top:0;
}

a.buyLink:hover{
	color:#fff;
}

.bNL{
	border-right:1px solid rgba(255,255,255,0.2);
	display:inline-block;
	padding:2em 5% .35em 0;
	font-size:1.2em;
}

.bNR{
	display:inline-block;
	padding:0 0 0 5%;
}

.buyNowArea2 .bNR{
	padding:.25em 0;
}

/********************************** Rotating Images **********************/

.rotatorImgs{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.rotatorImgs img{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	margin:0;
}

/********************************** Resized CSS *************************/

@media all and (max-width: 1300px){
	#topinside{
		padding:2vw 0 6vw 0;
	}
	#title{
		width:60%;
		margin-left:11%;
	}
}

@media all and (max-width: 1150px){
	#mainText{
		margin:0 0 0 4%;
	}
	#rightsidecont{
		margin:0 2% 0 0;
	}
}

@media all and (max-width:980px){
	#topinside{ 
		width:100%;
	}
	#navMenu ul li a{
		font-size:2.25vw;
		padding-right:2.75vw;
		top:.05em;
	}
	#social{ right:-.75vw; }
	#bottomMenu{ margin-left:0 !important; }
	#bottomMenu ul li a{
		font-size:1.5em;
		float:none;
	}
	#bottomMenu ul li{
		clear:both;
		width:100%;
		text-align:center;
		margin:0 0 .68em 0;
	}
	#bottomMenu .menu, #bottomMenu ul{
		margin:0 0 0 0;
	}
	#content{ padding-top:3em; padding-bottom:3em; }
	#mainText{
		width:80%;
		margin:0 10%;
	}
	#rightsidecont{
		width:80%;
		margin:0 10%;
		min-width:0;
		text-align:center;
	}
	.buyNowArea{ 
		width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	.buyNowButton{
		width:95%;
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
		font-size:2.6em;
	}
	.buyNowArea img{
		width:85%;
		margin:0 0 -7em 2%;
	}
	.bookInfo{
		width:100%;
		margin-top:0;
	}
	.bookCover{
		width:100%;
	}
}

@media all and (max-width:800px){
	#navMenuinside .menu{ display:none; }
	#smNavShow{ 
		display:inline-block; 
		width:50px;
		height:20px;
		margin:1vw 0 1vw 1vw;
		float:left;
		background:url(images/hamburger.svg) no-repeat;
		background-size:auto 20px;
		background-position:0 center;
		cursor:hand;
		cursor:pointer;
		position:relative;
		z-index:1100;
	}
	#navMenuSm ul li a{
		width:100%;
		padding:.45em 0 .4em 0;
		font-size:1.25em;
		height:auto;
		top:0;
		text-align:center;
	}
	#social{
		width:auto;
		line-height:1;
	}
	.iconDiv{ font-size:1.3em; }
}

@media all and (max-width:500px){
	.buyNowArea{ 
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	.buyNowButton{
		width:100%;
		font-size:8vw;
	}
	.buyNowArea img{
		width:85%;
		margin:0 0 -21vw 2%;
	}
	.quoteblock{ 
		font-size:7vw; 
	}
	.quoted{
		margin-left:40%;
		text-align:left;
		text-indent:-1em !important;
	}
	.intext{
		width:90%;
		float:left;
		margin:0 0 1em 3%;
	}
}