body{
	position:relative;
	font-family: 'Questrial', sans-serif;
	font-size:16px;
	line-height:24px;
	color:#313131;
}
h1, h2, h3 {
    color: #211100;
}
h2 {
    font-size: 32px;
	width: 100%;
}
h3 {
    font-size: 24px;
}
a:hover{
	text-decoration:none;
}
a:focus{
	text-decoration:none;
	outline:none;
}
input:focus{
	outline:none;
}
ul {
    padding: 0;
	margin:0;
}
li{
	list-style:none;
}
button {
    cursor: pointer;
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
	font-size: 28px;
}
h4 {
    font-size: 16px;
}

p{
	font-size: 18px;
}

/*--------Header----------*/
header.main-header .container.header-three {
    max-width: 1400px;
}
header.main-header {
    background-color: #000;
    padding: 9px 0;
    min-height: 75px;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #222;
}
header.main-header.stick {
    background-color: #000;
    border-bottom: 1px solid #ddd;
}
.stick .nav-bar li a {
    color: #fff;
}
#mobilemenu{
	background: #313131;
	color: #fff;
}
.topleft {
    float: left;
}
.topright {
    float: right;
}
.logo {
    float: left;
}
.logo img{
	width: 150px;
    padding: 4px;
    height: auto;
}
.topleft .logo {
    margin-top: 0;
    background-color: #000;
}
.logo a {
	line-height: 44px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-bar li{
	float:left;
}
.nav-bar li{
    padding: 10px 20px;
}
.nav-bar li a {
	float:left;
	color:#fff;
	display: inline-block;
    text-decoration: none;
	font-size: 17px;
}
.nav-bar li.active a::after {
	    content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: width .3s;
}
.mobile-menu li.active a::after{
	    content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: #9C1E35;
		transition: width .3s;
}
.stick .mobile-menu li.active a::after,
.stick .nav-bar li.active a::after{
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: width .3s;
}
.nav-bar li a::after {
	    content: '';
		display: block;
		width: 0;
		height: 2px;
		background: #fff;
		transition: width .3s;
}
.mobile-menu li a::after{
	    content: '';
		display: block;
		width: 0;
		height: 2px;
		background: #9C1E35;
		transition: width .3s;
}
.stick .mobile-menu li a::after,
.stick .nav-bar li a::after{
		content: '';
		display: block;
		width: 0;
		height: 2px;
		background: #fff;
		transition: width .3s;
}
.stick .mobile-menu li a:hover::after, 
.mobile-menu li a:hover::after,
.stick .nav-bar li a:hover::after, 
.nav-bar li a:hover::after {
    width: 100%;
}

/*--------End Header----------*/

/*--------Body----------*/
section{
	padding:30px 0 10px 0;
}

.bread-crumbs {
    color: #777777;
    font-size: 10px;
    font-weight: 300;
}
.bread-crumbs a{
    color: #777777;
}
.menu-navigation {
    min-width: 204px;
    max-width: 204px;
    background: #313131;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    z-index: 9;
	height: 100%;
}
nav.menu-navigation {
    padding-top: 74px;
}
.menu-navigation .logo {
    float: none;
    padding: 25px 25px 15px 15px;
    border-right: 0px solid #00BD87;
	margin-bottom: 5px;
	display:none;
}
.menu-navigation .logo a{
	color:#fff;
	font-size: 0;
}
.menu-navigation.active {
    margin-left: -250px;
}
.menu-navigation .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
.menu-navigation ul.components {
    padding: 20px 0;
    border-bottom: 0;
}

.menu-navigation ul p {
    color: #fff;
    padding: 10px;
}

.menu-navigation ul li a {
    padding: 5px 10px;
    font-size: 14px;
    display: block;
	color:#fff;
	font-weight: 600;
	padding-left: 58px;
}
.menu-navigation ul li a:hover {
    color: #fff;
    background: #080400;
}
.menu-navigation ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #080400;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
	display:none;
}

.menu-navigation ul ul a {
    font-size: 12px;
	font-weight: 600;
    padding-left: 68px;
    background: #1F1F1F;
	padding-top: 2px;
    padding-bottom: 2px;
}
i.nav-icon {
    position: absolute;
    width: 16px;
    height: 20px;
    left: 32px;
    margin-top: 7px;
	z-index: 99;
}
.mobile-menu {
    display: none;
}
.main-banner {
    background: url(../images/JeremyPhoto-new.jpg)no-repeat;
    background-size: 100%;
	background-position: left top;
    padding-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.banner-book{
	text-align:center;
	padding-top: 12%;
}
.banner-book h3 {
    color: #fff;
	font-weight: 400;
    font-size: 36px;
}
.the-perfect-book img {
    width: 420px;
}
.banner-book h3::after {
    content: "";
    width: 61px;
    position: absolute;
    border-bottom: 2px solid #828282;
    margin-top: 70px;
    margin-left: -172px;
}
section.featured-book {
    padding-top: 0px;
}
section.main-banner {
    padding: 31% 0 5%;
}
.the-perfect-book {
    margin-top: 60px;
}
h2.section-title {
    text-align: center;
    color: #36061A;
    font-weight: 800;
    font-size: 40px;
}
h2.section-title:after {
    text-align: center;
    content: "";
    width: 60px;
    position: absolute;
    border-bottom: 2px solid #9C1E35;
    margin-top: 50px;
    margin-left: -170px;
}
section.explore h2.section-title:after {
    margin-left: -250px;
}
.row.featured-listings {
    margin-top: 40px;
}
.row.featured-listings img {
    width: 100%;
}
.row.featured-listings .col-sm-4.col-md-4 {
    padding: 0;
}
.row.explore-listings .col-sm-3.col-md-3 img {
    position: relative;
    height: auto;
    width: 100%;
}
.row.explore-listings .col-sm-3.col-md-3,
.row.explore-listings{
	padding:0 0;
}
section.explore .container {
    max-width: 100%;
}
.row.explore-listings span {
    width: 100%;
    float: left;
    text-align: center;
    top: -55px;
    position: relative;
    color: #b21933;
	background: #fff;
    padding: 10px;
    opacity: 0.9;
}
.row.explore-listings .col-sm-3.col-md-3:hover {
    opacity: 0.6;
}
.row.explore-listings {
    margin-top: 50px;
}
section.comments {
    padding-top: 0;
}
.comments-inner {
    width: 100%;
    text-align: center;
    background-color: #b21933;
    border-radius: 15px;
    padding: 60px 20px;
}
.comments-inner h3 {
    color: #fff;
    margin-bottom: 25px;
}
a.write-btn {
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
}
a.write-btn:hover {
    background-color:#fff;
    color: #b21933;
}
.copyright {
    background-color: #222;
    text-align: center;
}
.copyright p {
    margin-bottom: 0;
    padding: 7px 0;
    color: #f5f5f5;
	font-size: 12px;
}
.mobile-menu button.navbar-toggle:focus{
	outline:none;
}
.title-bar {
    background: url(../images/title-bg.jpg)no-repeat;
    background-size: 100%;
    background-position: left top;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 8% 0 5%;
}

.page-title h3 {
    font-weight: 500;
    font-size: 34px;
	color: #c6a52f;
}
.page-title {
    text-align:center;
	width:100%;
}
.page-title h3::after {
    content: "";
    width: 60px;
    position: absolute;
    border-bottom: 2px solid #828282;
    margin-top: 70px;
    margin-left: -140px;
}
img{
	max-width:100%;
}
section.about-jeremy {
    font-size: 16px;
    line-height: 28px;
	padding-bottom: 0;
}
section.about-jeremy h3 {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-weight: 600;
}
a.read-more-btn {
    border: 1px solid #b21933;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
	background-color:#b21933;
}
a.read-more-btn:hover {
    border: 1px solid #b21933;
    color: #b21933;
	background-color:#fff;
}
.row.fiction-listings-2 {
    display: inline-block;
	padding-top:30px;
}
.row.fiction-listings-2 .col-sm-6.col-md-6:nth-child(1) {
    float: right;
	text-align: right;
}
.row.fiction-listings-2 .col-sm-6.col-md-6:nth-child(2) {
    float: left;
	text-align: left;
}
.row.fiction-listings-3 img {
    max-width: 65%;
}
section.art-of-spelling .row.art-listings-text {
    padding: 0;
}
section.art-of-spelling {
    padding: 50px 0;
}
img.single-img {
    float: left;
    width: 20%;
    margin-right: 20px;
    margin-bottom: 20px;
}
ul.questios {
    clear: both;
    list-style: disc;
    list-style-type: disc;
}
ul.questios li {
    list-style: disc;
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 10px;
	font-size:18px;
}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
.contact-us form {
    max-width: 567px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 14%);
    border-radius: 7px;
}
.contact-us form textarea,
.contact-us form input{
    width:100%;
	padding:2px 10px;
}
.contact-us form input[type="submit"], 
.contact-us form input[type="reset"] {
    width: auto;
    margin-right: 10px;
    background: #b21933;
    color: #fff;
    border: 0px;
    border-radius: 30px;
    padding: 3px 20px;
    cursor: pointer;
}
.art-of-spelling h2.section-title:after {
    margin-left: -200px;
}
.art-listings{
	margin-top: 30px;
}
.row.art-listings-text {
    padding: 30px 15px;
}
.submenu{
	display: none;
    position: absolute;
    top: 40px;
    margin-left: -12px;
	font-size: 12px;
}
.nav-bar li:hover .submenu{
	display:block;
}
.nav-bar li:hover .submenu{
	display:block;
}

/*-----Ref link contact form: https://1stwebdesigner.com/php-contact-form-html/------*/

.contact-us form input[type="submit"]:hover, 
.contact-us form input[type="reset"]:hover {
    opacity:0.8;
}
.contact-us h3{
	margin:0 0 20px;
}
/*--------Popup Model----------*/
.row > .column {
        padding: 0 8px;
    margin-bottom: 20px;
    display: inline-block;
    height: 298px;
    overflow: hidden;
    cursor: pointer;
}

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

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 20%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 768px;
}

/* The Close Button */
.close {
  color: white!important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #fff!important;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white!important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
section.featured-book-text {
    padding: 0 0;
}

.home-form form {
    max-width: 100% !important;
    margin: 0 auto 30px;
    padding: 30px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 14%) !important;
    border-radius: 7px;
}
/*--------End Popup Model----------*/

/*--------Mobile responsive media queries----------*/
@media only screen and (max-width: 2000px) {
	.banner-book{
		padding-top: 30%;
	}
}
@media only screen and (max-width: 1400px) {
	.banner-book{
		padding-top: 14%;
	}
	.nav-bar li {
		padding: 10px 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.title-bar {
		background-position: left bottom;
	}
}
@media only screen and (max-width: 992px) {
	header.main-header .container {
		max-width: 100%;
	}
	.search-container input[type="text"] {
		width: 210px;
	}
	ul.nav-bar {
		display: none;
	}
	.topright {
		float: right;
		width: 52%;
	}
	.mobile-menu{
		display:block;
		float: right;
		padding-right: 20px;
		width: 90%;
	}
	.mobile-menu button.navbar-toggle{
		background: url(../images/bars-solid.png)no-repeat;
		width: 30px;
		height: 30px;
		border: 0px;
		margin-top: 20px;
		float: right;
	}
	.stick .mobile-menu button.navbar-toggle{
		background: url(../images/bars-solid-black.png)no-repeat;
		width: 30px;
		height: 30px;
		border: 0px;
		margin-top: 20px;
	}
	.top-search.formobile button.navbar-toggle{
		background: url(../images/search.png)no-repeat;
		width: 25px;
		height: 25px;
		background-position: 9px 7px;
		border: 0px;
	}
	.mobile-menu nav#mobile-nav.menu-navigation {
		position: absolute;
		width: 100%;
		max-width: 100%;
		padding-top: 0px;
		height: 100%;
		z-index: 999;
		min-width: 100%;
		left: 0;
		top: 65px;
		background: #fff;
	}
	.mobile-menu .menu-navigation ul.components {
		border-bottom: 1px solid #000;
		background: #fff;
	}
	.mobile-menu nav#mobile-nav.menu-navigation a {
		background-color: #fff;
		color: #000;
		text-align: right;
		padding-right: 40px;
	}
	nav#sidebar {
		display: none;
	}
	.the-perfect-book img {
		width: 80%;
	}
	.logo a {
		font-size: 0px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	div#searchbar form {
		position: absolute;
		width: 500px;
	}
	.top-search, .nav-search li.calender{
		display:none;
	}
	.top-search.formobile{
		display:block;
	}
	.header-three .topright {
		width: 50%;
	}
	.header-three .topleft {
		width: 50%;
	}
	ul.login-signup li.cart-items a {
		width: auto;
	}
	ul.login-signup li.create-a-meal,
	ul.login-signup li.add-a-recipe {
		display: none;
	}
	ul.nav-search li.recipes,
	ul.nav-search li.meal-plans{
		display:none;
	}
	.logo {
		border-right: 0px solid #00BD87;
	}
	a.show-all-right{
		display:none;
	}
	.showall-link{
		display:block;
		width:100%;
		text-align: center;
	}
	.showall-link a.show-all-mobile {
		width: 100%;
		text-align: center;
		color:#00BD87;
		font-size:12px;
		text-decoration:underline;
	}
	
	i.nav-icon {
		left: 20px;
	}
	.row > .column {
		height: 410px;
		width: 50%;
	}
	.banner-book h3::after {
		margin-top: 50px;
		margin-left: -130px;
	}
	.banner-book h3 {
		font-size: 26px;
	}
	.title-bar {
		background: #000;
	}
	.jeremy-img img {
		max-width: 50px;
	}
	.jeremy-img {
		float: left;
	}
}
@media (max-width: 768px) {
    .menu-navigationCollapse span {
        display: none;
    }
	section.main-banner .col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-book {
		padding-top: 0%;
		text-align: left;
	}
	.the-perfect-book img {
		width: 40%;
	}
	.the-perfect-book {
		margin-top: 38px;
	}
	.page-title h3 {
		font-weight: 500;
		font-size: 24px;
	}
	.page-title h3::after{
		display:none;
	}
	.title-bar {
		background-size: 100%;
		clear: both;
		display: inline-block;
		width: 100%;
		margin-top: 68px;
		padding: 2% 0;
		background-position: left top;
	}
	.main-banner {
		background: url(../images/main-banner-mobile.jpg)no-repeat;
		background-position: left top;
		background-size: 100%;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	img.single-img {
		width: 100%;
	}
	.row.fiction-listings-3 img {
		max-width: 100%;
	}
	
	
}
@media (max-width: 600px) {
	.banner-book h3::after{
		display:none;
	}
	.banner-book h3 {
		font-size: 18px;
		position: relative;
		left: 12%;
	}
	.main-banner{
		background-position: left bottom;
	}
	section.main-banner {
		padding: 35% 0;
		margin-bottom:25px;
	}
}
@media (max-width: 576px) {
	.row.fiction-listings-3 a {
		float: none;
		display: inline-block;
		text-align: center;
	}
	.row.fiction-listings-3 img.single-img {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	section.general-fiction-book h3 {
		text-align: center;
	}
	.row.fiction-listings-2 .col-sm-6.col-md-6:nth-child(1) {
		float: none;
		text-align: center;
	}
	.read-more {
		text-align: center;
	}
}
@media (max-width: 479px) {
	.row > .column {
		height: auto;
		width: 100%;
	}
}
/*--------End Mobile responsive media queries----------*/