/*
Theme Name: Childrens Book
Description: Children's Book Theme is a responsive WordPress theme for displaying one book.
			 Comes with a blog, static pages, and menu flexibilty. Powered by WordPress and Bootstrap 2.3.2
Author: 914digital
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

body {
	margin:0;
	padding:0;
	background-color:#6EADE2;
	font-size:2.0em;
}

img {
	max-width:100%;
	height:auto;
}

.clear {
	clear:both;
}

.header-wrapper {
	background-image:url('/wp-content/themes/childrensbook/images/background.png');
	padding:10px;
	border-bottom:1px solid #000;
}

.container-fluid {
	width:80%;
}

.logo {
	
}

.navbar-default {
	background-color:transparent;
	border:0;
}

.navbar-brand {
	padding:0;
	
}

.nav, .navbar-nav {
	float:right!important;
	position:relative;
	top:10px;
}

.navbar-toggle {
border-color: transparent!important;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font-family: 'Just Another Hand', cursive;
	font-size: 2em;
	font-weight: lighter;
	text-shadow: 0px 0px 10px #fff;
}

.header-menu {
}

.header-menu ul {
	
}

.header-menu li {
	float:left;
	list-style:none;
	padding:10px;
	font-size:1.6em;
	margin-right:42px;
}

.header-menu li:last-child {
	margin-right:0px;
}

.header-menu li a {
	color:#794e32;
}

.main-content {
	background-color:#fff;
	padding:15px;
	margin-top:35px;
	border-radius:10px;
	box-shadow:0px 0px 10px #000;
	min-height:550px;
}



.footer-wrapper {
	margin-top:80px;
	background-image:url('/wp-content/themes/childrensbook/images/background.png');
	padding:10px;
	border-top:1px solid #000;
}

.author-front {
	border-radius:10px;
	background-color:#CC4858;
	padding:10px;
	margin-bottom:15px;
}

.author-front a {
	color:#fff;
	float:right;
}

.author-front h3 {
	color:#fff;
	margin:0px 0px 10px;
	
}

.author-front img {
	float: left;
	width: 30%;
	border-radius: 10px;
	margin-right: 10px;
}

.author-front p {
	color:#fff;
	vertical-align:top;
	font-size:14px;
}

.front-image {
	border-radius:10px;
	margin-top:18px;
}

.amazon {
	border-radius:10px;
	background-color:#FFE988;
	padding:10px;
}

.amazon a {
}

.amazon a:hover {
	text-decoration:none;
}



.amazon h3 {
	color: #003F6F;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.facebook {
	border-radius:10px;
	background-color:#4c66a4;
	padding:20px;
	margin-top:15px;
}



.facebook h3 {
	color:#fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:1em;
}

.book-images-front {
	margin-top:15px;
}

.book-images-front img {
	border-radius:10px;
	height:287px;
}


.page-title-head {
	background-color: rgb(245, 77, 77);
	border-radius: 10px 10px 0px 0px;
	padding: 2px;
	margin:-16px;
	margin-bottom:0px;
}

.page-title {
	font-family: 'Just Another Hand', cursive;
	font-size:4em;
	color:#fff;
	margin-bottom:0px;
	margin-left:18px;
}

.spacer {
	margin-top:20px;
}

.spacer2 {
	margin-top:10px;
}

#gallery-1 img {
	border:0!important;
}

dl {
	margin-bottom:-5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {background-color:transparent;color: rgb(78, 78, 78);}

.author {
	float: left;
	width: 25%;
	border-radius: 10px;
	margin-right: 10px;
}


.copyright {
	font-size:.6em;
	position:relative;
	top:6px;
}

.gallery-text {
	font-size:.8em;
	margin-top:-18px;
}

.ninja-forms-required-items {
	display:none;
}

@media (max-width: 768px) { 
.author-front {
	margin-top:20px;
	

	}
	
.author-front p {
	font-size:24px;
	}

.book-images-front img {
		height:auto;

}

