@media only screen and (max-width: 940px) {
.menu-toggle-wrap {
    height: 0px !important;
}
}

a {
	text-decoration: underline;
}

.fsri-title, .fsci-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: capitalize;
}

.feast-category-index-list a {
		text-decoration: none !important;
}

/* Category
--------------------------------------------- */

.category-narrow-search {
	background-color: #d7eec6;
    margin-bottom: 20px;
	padding: 25px;
	text-align: center;
}

.category-narrow-search h3 {
	margin-top: 15px;
}

.cat-item a {
    color: #222222;
    background: #fff;
    padding: 13px 10px;
    width: auto;
	margin-right: 10px;
	text-decoration: none;
font-weight: bold;
	
}

.archive-description {
	padding-bottom: 0px;
}

.cat-item {
    display: inline-block;
    line-height: 1.;
    text-decoration: none;
    vertical-align: top;
		margin-bottom: 30px;
}

/* Tasty Recipes Elegant recipe card styles */

.tasty-recipes-display {
	border: 0.15em solid;
	border-color: #fff;
	padding: 1.5em;
	outline: .5em solid #f9f9f9; /* change to whatever color you want the recipe background to be */
	background: #f9f9f9; /* change to whatever color you want the recipe background to be */ 
	margin-bottom: 1em;
}

.tasty-recipes-display h2 {
	font-weight: 400;
	text-transform: uppercase;
}

.tasty-recipes-print-button {
	background: #7bba6a !important; /* change color for print button here, but leave !important */
    margin-top: 0.5em;
    margin-right: 0.5em;
    padding: 0.5em 1em !important;
    float: right;
    font-size: .8em;
    font-weight: 400;
	  display: inline-block !important;
}

.tasty-recipes-image-button-container .tasty-recipes-buttons {
	display: none;
}

.tasty-recipes-image {
	border-left: 1.5em solid;
	border-color: #f9f9f9; /* change to whatever color you want the recipe background to be */
}

.tasty-recipes-rating {
    font-size: 0.7em;
    font-style: italic;
}

.tasty-recipes-rating p {
    margin-bottom: 0;
    margin-right: 0.8rem;
    display: inline-block;
}

.tasty-recipes-details {
	font-size: 0.8em;
}

.tasty-recipes-details ul li {
	list-style-type: none;
	display: inline-block;
	width: 30%;
}

.tasty-recipes-description p {
	font-size: .8em;
	font-style: italic;
}

.tasty-recipe-ingredients h3, 
.tasty-recipes-ingredients h3,
.tasty-recipe-instructions h3, 
.tasty-recipes-instructions h3, 
.tasty-recipes-notes h3 {
	font-weight: normal;
	margin-top: 0.6em;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.tasty-recipes-notes h3 {
	font-size: 1.2em;
}

.tasty-recipes-notes p,
.tasty-recipes-notes ul {
	font-size: 0.8em;
}

.tasty-recipes-nutrition h3 {
	font-size: 1em;
    text-align: center;
    margin-top: 1em;
}

.tasty-recipes-nutrition {
	padding: 0.5em;
	border-top: .15em solid #fff;

}

.tasty-recipes-nutrition ul {
	text-align: center;
}

.tasty-recipes-nutrition ul li {
	list-style-type: none;
	font-size: 0.8em;
	margin-left: 0;
	width: 30%;
}


.circular-image img {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-ms-border-radius: 75px;
	-o-border-radius: 75px;
	border-radius: 75px;
}.tasty-recipes-print-view .tasty-recipes-print-button {
 float: none;
}

/* Header Image updates  - customized on v4.2.0
------------------------------------------*/
.header-image .site-title > a {
    -webkit-background-size: contain !important;
    background-size: contain !important;
    display: block;
    height: 129px;
    margin: 0 auto;
    max-width: 320px;
		padding-top: 15px;
}


.entry-meta {
	font-size:13px;
	font-family: sans-serif;
}
.entry-meta span {
	white-space:nowrap;
}
.entry-time:after, .entry-modified-time:after, .entry-author:after, .entry-comments-link:after {
    content: "/";
    margin: 0 10px;
}

/* Post updates - customized on v4.2.0
------------------------------------------*/

.single .post h1 {
	font-size:1.2em;
}

.single .post h2 {
	font-size:1.0em;
}

.single .post h3 {
	font-size:0.9em;
}

.single .post h4 {
	font-size:0.8em;
}

.single .post h5 {
	font-size: 0.7em;
}

.single .post h6 {
	font-size: 0.7em;
}

.widgettitle {
	font-size: 1em;
}

/* Seasonal Widget sidebar
------------------------------------------*/

.sidebar .featured-content .entry {
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-primary .featured-content .entry-title {
    font-size: .8em;
}


.header-image .site-title a {
	text-indent: 0px;
}

/* NP Add reserved space for mobile menu CLS fix 05-05-21 */
@media only screen and (max-width: 940px) {
	.menu-toggle-wrap {
		height: 52px;
	}
	.nav-secondary {
		z-index: 5;
	}
}
