/* TBN ADS */
#afterSinglePost {
	width: 300px;
	margin: auto;
}
/* EBOOK PAGE 
--------------------------------------------------------- */

.ebooks-page h1 {
margin-bottom:20px;
margin-top:-10px;
}

.ebook-box {
width:320px;
margin:0 10px 10px;
float:left; 
min-height:225px;
}

.ebook-left {
width:120px;
margin-right:20px;
float:left;
}

.ebook-thumb img {
width:120px;
border:1px solid #eee;
background:#fff;
padding:1px;
 }

.ebook-right {
float:right;
width:180px;
}

.ebook-title { 
font-size:18px;
line-height:100%;
margin-bottom:5px;
}

.ebook-description { 
font-size:11px;
line-height:140%;
}

.ebook-more-info {
margin-top:10px;
font-size:12px;
}

.ebook-more-info a {
color:#585858;
font-weight:normal;
 }

/* COOKBOOK AND READING BOOK PAGES */
.post-28155 .entry-content,
.post-28016 .entry-content {
	padding: 20px 0;
}

.singleEntry {
	width: 47%;
	float: left;
	height: 220px;
	margin: 0 1.5% 20px;
}

#content #columnWrap p {
	margin: 0;
	line-height: 0;
}

.bookImage img {
	float: left;
	margin: 0 15px 10px 0;
	max-width: 120px;
	padding: 4px;
	background: #fff;
	box-shadow: 0 0 3px #bbb;
	-moz-box-shadow: 0 0 3px #bbb;
	-webkit-box-shadow: 0 0 3px #bbb;
}

.singleEntry.pinterestBox {
	height: 460px;
}

.singleEntry .pinterestPic {
	width: 95%;
}

.bookImage img[width="1"] {
	padding: 0;
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}


.bookTitle {
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 13px;
}

.authorName,
.reviewLink {
	font-size: 12px;
	line-height: 1.3;
}

.reviewLink a {
	color: #F6911B;
	font-weight: 300;
}

/* FRONT PAGE CATEGORY SECTION 
------------------------------------------------------------ */

.home-top-3 .post {
	display: inline-block;
	width: 30%;
	margin: 0 1.3% 1rem;
	padding: 0;
	vertical-align: top;
	text-align: center;
	border: none;
	transition: .3s all ease;
}

.home-top-3 .more-from-category {
	text-align: right;
	padding-right: 0;
}

.home-top-3 .more-from-category a {
    font-size: 20px;
    font-family: Francois, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #5B859B;
}

.home-top-3 .post:hover {
	opacity: .9;
}

.home-top-3 .widgettitle {
	text-align: center;
	background: #5B859B;
	color: #fff;
	font-size: 24px;
	padding: 15px;
	border-top: 5px solid #A5B976;
}

.home-top-3 img {
	margin-bottom: 10px;
}

.home-top-3 .widget {
	margin-top: 2rem;
}

.home-top-3 h2 a {
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	color: #444;

}

@media only screen and (max-width: 600px) {
	.home-top-3 .post {
		width: 46.5%;
	}
}


@media only screen and (max-width: 400px) {
	.home-top-3 .post {
		width: 100%;
		margin: 0 0 1rem;
	}
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1100px) {

	#headerLeaderboard .widget {
		margin: 6px auto;
	}

}

@media only screen and (max-width: 1060px) {

	.content-sidebar #content, 
	.sidebar-content #content {
		width: 670px;
	}

}

@media only screen and (max-width: 1023px) {

	.content-sidebar #content, 
	.sidebar-content #content {
		width: 645px;
	}

	#lkaheader a {
		width: 100%;
	}

	#wrap {
		max-width: 768px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: #fff;
		box-shadow: 0 0 10px #ddd;	
		padding-bottom: 30px;
		}

	.full-width-content #content {
		width: 100%;
	}

	.recipe-index #content {
		padding: 0;
		width: 100%;
	}

	.recipe-index #content li {
		width: 47%;
		padding: 0 1% 0 0;
		margin: 0 1%;
	}

	.recipe-index {
		padding: 0 1%;
	}

	.content-sidebar #content, 
	.sidebar-content #content,
	#inner,
	#footer-widgets,
	#footer .gototop,
	#footer .creds {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#inner {
		margin: 0;
	}

	#inner,
	#footer-widgets  {
		background: none;
	}

	#sidebar {
		float: none;
		margin: 15px auto;
		display: block;
	}
	
	.footer-widgets-1 {
		width: 55%;
		margin: 0;
		float: left;
		padding-bottom: 20px;
	}

	.footer-widgets-2 {
		width: 40%;
		float: right;
		padding-bottom: 20px;
	}

	.footer-widgets-3 {
		width: 100%;
		float: none;
		clear: both;
		margin-top: 10px;
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}

	#footer-widgets {
		margin: 0;
	}

	#footer-widgets .wrap {
		padding: 20px 2%;
	}

	#footer,
	#footer .creds {
		text-align: center;
	}

	#footer .gototop {
		margin-bottom: 15px;
	}

	#header {height: 145px;}

	#lkaheader {
		position: absolute;
		width: 625px;
		top: 40px;
		left: 30px;
	}

	#allergyheader {
		position: absolute;
		width: 700px;
		top: 40px;
		left: -5px;
	}

	#header .widget-area {
		top: -32px;
	}

	#headersocial {
		top: -14px;
		left: 0;
	}

	#header .menu a {
		padding: 6px;
	}

	#topnav {
		width: 254px;
	}

	#topnav {
		margin-top: 9px;
		float: left;
		margin-left: -10px;
	}

	.entry-title {
		background: #3f869d;
		width: 727px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 -25px;
		padding: 25px 35px;
	}

	.entry-content {
		padding: 25px 10px;
	}

	.post {
		padding: 0 25px 20px;
		margin: 0 0 40px;
	}
	
	.featuredpage .page, .featuredpost .post {
		padding: 0 0 15px;
	}		

	.menu-secondary {
		background: none;
		padding-left: 0;
	}

	.menu-secondary a {
		background: #A5B976;
		border: none;
		margin: 1px;
	}

	.menu-secondary > li {
		width: 16.2%;
		margin: .1%;
	}

	.menu-primary > li {
		width: 32.5%;
		margin: .2%;
	}

	.menu-primary a {
		margin: 0;
	}

}

@media only screen and (max-width: 920px) {

	#topnav {
		margin-right: 102px;
	}

}

@media only screen and (max-width: 900px) {

#ebookstorebutton { display: none; }

}

@media only screen and (max-width: 767px) {

	body {
		background: none;
	}

	#wrap {
		width: 96%;
		padding: 25px 2%;
		box-shadow: none;
		}

	.entry-title {
		width: 100%;
		margin: 0 0 20px;
	}

	.post {
		border: none;
		padding: 0 0 20px;
	}

	.entry-content {
		padding: 20px 35px;
	}


	#lynnSignature,
	#leaveacomment,
	.post-meta {
		margin-left: 35px;
	}

	#home-bottom .featuredpage .page, 
	#home-bottom .featuredpost .post {
		margin: 0;
	}

	#home-bottom h4 {
		width: 94%;
		font-size: 18px !important;
		text-align: center;
		background: #006d8a;
		margin: 0;
		line-height: 1.2;
		height: auto;
		color: #fff;
		padding: 8px 3%;
	}

	#home-bottom .widget-area {
		width: 49%;
	}

	.bookImage img {
		max-width: 90px;
	}

	.ebook-box {
		width: 100%;
		height: auto;
		clear: both;
		min-height: 200px;
	}

	.ebook-right {
		float: none;
		width: auto;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		width: 100%;
	}

	.footer-widgets-2 {
		text-align: center;
	}

}

@media only screen and (max-width: 700px) {

	#header {
		height: 230px;
	}

	#lkaheader a {
		width: 420px;
		height: 174px;
		margin: 0 auto;
		background: url(https://www.lynnskitchenadventures.com/wp-content/uploads/2020/01/LKA_sprite_new.png) -774px -1px no-repeat;
	}

	#allergyheader a {
		width: 420px;
		height: 174px;
		margin: 0 auto;
		background: url(images/sprite.png) -1274px -1px no-repeat;
	}

	#headersocial {
		top: -20px;
		left: 0;
	}

	#lkaheader,
	#allergyheader {
		width: 420px;
		left: 50%;
		margin-left: -210px;
	}

	.bookImage img {
		float: none;
		display: block;
		width: auto;
		margin: 0 auto 20px;
		max-width: 120px;
	}

	.singleEntry, .singleEntry.pinterestBox {
		height: 350px;
		text-align: center;
	}

	.page-id-28016 .singleEntry, .singleEntry.pinterestBox {
		height: 300px;
	}

	.page-id-28016 .pinterestPic,
	.page-id-28155 .pinterestPic {
		width: 80%;
	}

	.reviewLink,
	.authorName {
		font-size: 12px;
	}

	.reviewLink a {
		font-weight: 700;
	}

}

@media only screen and (max-width: 640px) {

	#subnav br { display: none }

	.menu-secondary > li {
		width: 32.5%;
		margin: .2%;
	}

	#header .widget-area {
		top: auto;
		bottom: 10px;
		left: 50%;
		margin-left: -130px;
	}

	#header {
		height: 298px;
	}

	#headersocial {
		left: 50%;
		margin-left: -140px; 
	}

	#topnav {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -127px;
	}

}

@media only screen and (max-width: 480px) {

	
	.home h2 {
		clear:both;
	}

	#home-bottom h2 {
		clear: none;
	}

	.recipe-index #content li {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.entry-title {
		font-size: 20px;
		padding: 15px 35px;
	}

	.menu-primary > li,
	.menu-secondary > li {
		width: 49%;
		margin: .3%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 100%;
		margin: 0 0 15px;
		float: none;
		padding: 20px 0 0;
		border-top: 1px solid #ddd;
	}

	#footer-widgets .widget {
		margin-bottom: 20px;
	}

	#home-bottom .widget-area {
		width: 100%;
	}

	#header {
		height: 255px;
	}

	#lkaheader,
	#allergyheader {
		width: 300px;
		margin-left: -150px;
	}

	#lkaheader a {
		width: 300px;
		height: 130px;
		margin: 0 auto;
		background: url(https://www.lynnskitchenadventures.com/wp-content/uploads/2020/01/LKA_sprite_new.png) -836px -413px no-repeat;
	}

	#allergyheader a {
		width: 300px;
		height: 130px;
		margin: 0 auto;
		background: url(images/sprite.png) -1336px -403px no-repeat;
	}

	.singleEntry {
		width: 100%;
		margin: 0 0 20px;
		height: auto;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.singleEntry.pinterestBox {
		height: auto;
	}


	.singleEntry .pinterestPic {
		width: 100%;
	}
	
	.bookTitle {
		font-size: 13px;
	}

	.reviewLink,
	.authorName {
		font-size: 13px;
	}

}

@media only screen and (max-width: 480px) {
	.ebook-left {	
		float: none;
		display: block;
		width: 125px;
		margin: 0 auto 10px;	
	}

	.ebook-box {
		text-align: center;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
}



/** ARTICLES IN A SERIES **/
#content .series {
	padding: 30px;
	border: 1px solid #D9E8BF;
	background: #F4F7EF;
	margin: 20px auto;
	text-align: center;
}

.series li {
	list-style: none;
}

/*** ( R ) issue for TYSON ***/
.post-28101 h2 a,
.post-28101 .entry-title {
	font-family: "Arial Narrow", sans-serif;
	font-weight: bold;
}

/* EBOOK SUBSCRIBE */
.submitWrap {
	margin-bottom: 20px;
	text-align: center;
}

#subEmail {
	font-weight: bold;
}

#subEmailInput {
	padding: 10px 15px !important;
}

.subPrivacy {
	margin-top: 10px;
}

.page-id-26546 #freeEbook {
	display: none;
}

#freeEbook {
	position: relative;
	height: 230px;
	margin-top: -22px;
	margin-bottom: -10px;
}

#freeWrap {
	background: #097996 url(//www.lynnskitchenadventures.com/wp-content/uploads/2016/12/sub-blue-bg.png);
	height: 185px;
	background-size: cover;
	position: absolute;
	width: 100%;
	top: 20px;
	z-index: 0;
}

#freeCheckbox{
	color: #fff;
	margin-bottom: 5px;
	display: block;
	line-height: 1.2;
}

#freeButton {
	padding: 7px 10px;
	border: none;
	width: 100%;
	background: #F6911C;
    font-family: 'Francois', arial, serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}

#freeTitle span {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	display: block;
}

#freeTitle {
    color: #c5dd8b;
    position: absolute;
    top: 40px;
    left: 160px;
	width: 265px;
    font-size: 22px;
	text-align: right;
    line-height: 1;
    font-family: 'Francois', arial, serif;
}

#freeEbook input[type="checkbox"] {
	width: 10px;
	height: 10px;
	position: relative; 
	line-height: 1.1;
}

#freePrivacyLink a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}


#freePrivacyLink {
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
}

#freeForm {
	position: absolute;
	top: 37px;
	right: 20px;
	color: #fff;
	width: 220px;
}

#freeInput {
	text-align: center;
	font-size: 12px;
	padding: 10px 10px;
	border: none;
	width: 100%;
	background: #fff;
	color: #999;
	box-sizing: border-box;
	margin-bottom: 5px;
}

#freeCover {
	background: url(//www.lynnskitchenadventures.com/wp-content/uploads/2016/12/sub-book-large.png);
	height: 200px;
	position: absolute;
	width: 164px;
	top: 0;
	left: 4px;
}

/* GENERAL DISCLAIMER FOR AMAZON */

.generalDisclosure {
	line-height: 1.1;
    font-size: 11px;
    margin-bottom: 40px;
	color: #777;
}

.footerDisclosure {
    text-align: center;
    max-width: 500px;
    margin: 15px auto;
    font-size: 12px;
    line-height: 1.4;
}

.archive .generalDisclosure,
.home .generalDisclosure {
	display: none;
}

@media only screen and (max-width: 1023px) {

	#freeTitle {
		width: 310px;
	}

}

@media only screen and (max-width: 768px) {

	#freeForm {
	    top: auto;
	    bottom: 47px;
	    right: 20px;
	    width: 100%;
	    padding-left: 200px;
	    box-sizing: border-box;
	}

	#freeTitle {
		width: auto;
	    padding-left: 200px;
	    box-sizing: border-box;
		left: auto;
		top: 34px;
		right: 20px;
		font-size: 26px;
		text-align: center;
	}

	#freeTitle span {
	    color: inherit;
	    font-size: inherit;
	    text-transform: none;
	    display: inline-block;
	    margin-right: 8px;
	}

	#freeWrap {
		height: 196px;
	}

	#freeEbook {
		height: 242px;
	}

	#freeInput {
		width: 49%;
		float: left;
	}
	
	#freeButton {
		width: 49%;
		float: right;
	}

	#freePrivacyLink {
		clear: both;
	}

}

@media only screen and (max-width: 660px) {

	#freeTitle {
		font-size: 22px;
	}

}

@media only screen and (max-width: 600px) {

	#freeTitle {
		font-size: 28px;
	    padding-left: 180px;
	    top: 57px;
	    text-align: left;
	}

	#freeForm {
		padding-left: 40px;
	}

	#freeWrap {
		height: 260px;
	}

	#freeEbook {
		height: 314px;
	}
	
	#freeCheckbox {
		text-align: center;
	}
	
}

@media only screen and (max-width: 550px) {
	
	#freeTitle {
		font-size: 18px;
		top: 40px;
		padding-left: 143px;
		text-align: center;
	}

	#freeCover {
		left: -32px;
		top: 36px;
	}

	#freeForm {
		padding-left: 150px;
	}

	#freeInput,
	#freeButton {
		width: 100%;
		float: none;
	}
	
	#freeEbook {
		height: 297px;
	}
	
	#freeWrap {
		height: 248px;
	}

}

@media only screen and (max-width: 550px) {

	#main-recipes {
		display: none;
	}

}

@media only screen and (max-width: 450px) {

	#freeEbook {
		margin-top: 0 !important;
		overflow: hidden;
	}

	#freeCover {
		top: 95px;
	}

	#freeTitle {
		padding-left: 20px;
	}

	#wrap {
	    width: 100%;
	    padding: 25px 0;
	    box-shadow: none;
	}

	.entry-content {
		padding: 0;
	}

	.content-sidebar #inner {
		width: 100%;
		padding: 0;
	}

	#content,
	.footerDisclosure,
	.generalDisclosure {
		padding: 0 3%;
		float: none;
		margin: 0 auto;
	}

	.footerDisclosure {
		text-align: center;
	}

	#gfSubForm {
		max-width: 100% !important;
		width: 100% !important;
		float: none !important;
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}

	#gfSubInput {
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
		width: 220px !important;
		float: none !important;
		margin: 0 auto !important;
	}

	#gfSubForm #gfSubButton {
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
		width: 220px !important;
		float: none !important;
		margin: 4px auto 0 !important;
	}

	#content #recent-main .post,
	#content #recent-allergy .post,
	#content #main-recipes .post,
	#content #allergy-recipes .post {
		width:49%;
	}

}

@media only screen and (max-width: 400px) {

	#freeWrap {
		height: 260px;
	}

	#freeEbook {
		height: 310px;
	}


}

/* FOOTER MENU */
.footerMenu {
	text-align: center;
	margin: 10px auto;
}

.footerMenu li {
	display: inline-block;
}

.footerMenu li a {
	font-size: .9em;
	display: inline-block;
	padding: 5px 10px;
}

/* ALLERGY RECIPE INDEX */

#allergyIndexWrap {
	padding: 0 20px;
	text-align: center;
}

.allergy-recipe-index #allergyIndexWrap h3 {
	margin: 0;
}

.allergy-recipe-index .entry-title {
    background: none;
    color: #006E8A;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.allergy-recipe-index #allergyRecipeSearch {
	background: #FBFBFB;
	border: 1px solid #f4f4f4;
	padding: 20px;
	margin-bottom: 30px;
}

.allergy-recipe-index #searchsubmit {
	border: 1px solid #00708B;
	background: #008bad;
	color: #fff;
	transition: .3s ease all;
}

.allergy-recipe-index #searchsubmit:hover {
	border: 1px solid #00708B;
	background: #00708B;
	color: #fff;
}

.allergy-recipe-index #allergyRecipeSearch #s {
	padding: 6px;
	position: relative;
	top: -1px;
	width: 200px;
}

.allergy-recipe-index #allergyRecipeDirections {
	margin-bottom: 7px;
}

.allergy-recipe-index #allergyFindRecipe {
	margin-bottom: 10px;
}

.allergy-recipe-index #allergyFindRecipe h3 {
	font-size: 30px;
}

.allergy-recipe-index #allergyMainIndexBox a {
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	padding: 1%;	
}

.allergy-recipe-index #allergyMainIndexBox img {
	border: 5px solid #fff;
}

.allergy-recipe-index #allergyMainIndexBox img:hover {
	border: 5px solid #719355;
}
