/* Food on Fire Book Styles*/
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');

body #primary , .page .site-content article, .single .site-content article {
	width: 100%;
	hyphens: none;
}
.page .site-content article, .page article .entry-content {
	padding: 0!important;
}

div.header {
	padding: 82px 32px 88px;
	background: url('https://www.greenmoxie.com/wp/wp-content/uploads/web-cover-foodfirebook.jpg') center bottom;
	background-size: cover;
}
div.header .logo {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 20px 0 80px;
	background: none;
}
.buttoncontainer {
	text-align: center;
	position:relative;
	width: 100%;
	left: 0%;
}
.buttoncontainer a.button {
	color: #111;
    background-color: #fc0;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 32px;
    margin-right:3px;
		width: 100%;
		position:relative;
		font-weight: 600;
}

.buttoncontainer a.buttonBlue {
	color: #fff;
    background-color: #d6553e;
    padding-left: 1em;
    padding-right: 1em;
    margin-left:3px;
    margin-top: 32px;
		width: 100%;
		position: relative;
		font-weight: 500;
}

.buttoncontainer a.buttonBlue,
.buttoncontainer a.buttonHunter,
.buttoncontainer a.button {
	padding: .5em 0 1.5em;

}

.buttoncontainer a.buttonBlue:after,
.buttoncontainer a.buttonHunter:after,
.buttoncontainer a.button:after {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}



.buttoncontainer a.buttonHunter {
	color: #fff;
    background-color: #173e34;
    padding-left: 1em;
    padding-right: 1em;
    margin-left:3px;
    border-radius:0;
    border:0;
    margin-top: 32px;
		width: 100%;
		line-height:1.7;
		position: relative;
}

.buttoncontainer a.buttonHunter {
	padding: .5em 0 1.5em;
	font-weight: 600;
	font-size:14px;
}

.buttoncontainer a.buttonHunter:after{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}


.buttoncontainer a.buttonHunter:after {
	content: 'with PayPal';
}


.entry-content h1, .scriptText  {
color:#d6553e !important;
border-bottom:2px dotted #d6553e;
padding-bottom:15px;
font-size:2em;
font-family: 'Satisfy', cursive !important;
}



.moreSocial {
background:#d6553e !important;
padding:10px !important;
display:block;
color:#fff !important;
margin:5px 0 5px 0 !important;
text-align:center;
font-family: 'Satisfy', cursive !important;
font-size:1.25em !important;
}

.moreSocial:hover {
background:#fc0 !important;
}



.buttoncontainer a.button:after {
	content: 'Full color Paperback';

}

.buttoncontainer a.buttonBlue:after {
	content: 'with PayPal';
}


@media screen and (min-width: 768px) {
	.buttoncontainer {
		width: 60%;
		left: 20%;
	}
	
	.buttoncontainer a.buttonHunter {
	padding: .5em 0 1.5em;
	font-weight: 600;
	font-size:20px;
}
	
	.buttoncontainer a.button,
	.buttoncontainer a.buttonBlue,
	.buttoncontainer a.buttonHunter {
		width: 49%;
	}
	.buttoncontainer a.buttonBlue:after,
	.buttoncontainer a.buttonHunter:after,
	.buttoncontainer a.button:after {
		bottom: 20px;
		font-size: 14px;
	}
}

.bodyText {
	clear: both;
	padding: 32px;
}

.headerImage {
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0 0 2em;
	vertical-align: middle;
}
.headerImage img.wp-post-image {
	position: absolute;
	bottom: 0;
	height: auto;
	width: 600px;
	max-width: 3000px;
	margin-bottom: 0;
}
.page .entry-header .headerImage h1.entry-title {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	margin: 0px;
	padding: .125em 16px .25em;
	background: #ffcc00;
}
.nikki {
	width: 150px;
	height: auto;
}
#mc_embed_signup.newsletter, .bio, .book {
	border-bottom: solid 1px #ededed;
	padding: 0 0 1em;
	margin: 0 0 1em;
}
.book img {
	width: 125px;
	height: auto;
}


ul.rphotos {
	list-style: none;
	margin: 12px 0 60px;
}
ul.rphotos li {
	margin: 0px;
	width: 50%;
	float: left;
}
ul.rphotos li a {
	float: left;
	width: 100%;
}
ul.rphotos li a img {
	float: left;
	width: 100%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.book-image {
	width: 100%;
}




@media screen and (min-width: 600px) {
	.headerImage img.wp-post-image {
		width: 100%;
		height: auto;
	}
	#mc-embedded-subscribe-form {
		float: left;
	}
}
@media screen and (min-width: 768px) {
	#primary {
		width: 100%;
	}
	ul.rphotos li {
		width: 25%;
	}

	.book-image {
		width: 25%;
	}
}
@media screen and (min-width: 960px) {
	.headerImage img.wp-post-image {
		bottom: -100px;
	}
	.bio, .book {
		width: 50%;
		padding: 0 1em 0 0;
		border-bottom: none 0px;
	}
	.nikki {
		width: 200px;
	}
	.book {
		padding: 0 0 0 1em;
	}
	.book img {
		float: right;
		margin: .25em 0 .25em 2em;
	}
	#mc_embed_signup.newsletter {
		width: 100%;
		border-top: solid 1px #ededed;
		padding-top: 1em;
	}
	#mc_embed_signup.newsletter h3, #mc-embedded-subscribe-form {
		float: left;
		width: 50%;
	}
	#mc-embedded-subscribe-form {
		margin: .5em 0 0;
	}
	
	.bookInfo {
	display:block;
        padding-left:15px !important;
    }
    
    .dotBorder {
border-left:2px dotted #d6553e;
padding-left:15px;
}

	
}
@media screen and (min-width: 1200px) {
	.page .site-content article {
		width: 1198px;
	}
	#mc-embedded-subscribe-form {
		margin: 0;
	}
	.headerImage img.wp-post-image {
		bottom: -200px;
	}
}

.bookbio {
	width: 100%;
	clear:both;
}
