.recipes-bottom .widgettitle,
.recipes-top .widgettitle {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 27px 0;
    text-align: center;
    text-transform: uppercase;
}

.footer-widgets a, .site-footer a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poiret One', regular;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}


.archive-description.blog-template-description {
display: none;
}
/* Tasty Recipes simple recipe card styles */

.tasty-recipes-display {
	border: 0.15em solid #ededed;
	padding: 1.5em;
	margin-bottom: 1em;
}

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

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

.tasty-recipes-label {
	color: #797B7C; /* change to whatever color you want the recipe detail labels (author, prep time) and nutrition labels (calories, serving size) to be */
}

.tasty-recipes-details ul li {
	list-style-type: none;
}

.prep-time, .total-time, .cook-time {
	display: inline-block;
	width: 20%;
	margin: 0.8em 0;
	vertical-align: top;
}

.tasty-recipes-print-button {
    margin-top: 0.5em;
    margin-right: 0.5em;
    padding: 0.5em 1em !important;
    float: right;
    font-size: .9em;
    font-weight: 800;
	background-color: #797B7C !important; /* change color for print button here, but leave !important */
	border: none !important;
}

.tasty-recipes-image {
	border-left: 1.5em solid rgba(0,0,0,0);
}

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

}

.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%;
}

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

.tasty-recipe-ingredients h4, 
.tasty-recipes-ingredients h4,
.tasty-recipe-instructions h4, 
.tasty-recipes-instructions h4 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: lowercase;
	color: #797B7C; /* change to whatever color you want your section headers to be; remove this line to make it the same as your other text */
	
}

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

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

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

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

.skipLink .content .entry-title a.skip {
	height: 30px;
	background-color: transparent;
	color: black;
	float:none;
	margin: 15px 0px 5px -8px;
	text-decoration: underline;
}

a.tasty-recipes-print-button {
    color: #fff;
    position: relative;
    top: 250px;
    right: 50px;
}

.image-section .widget-wrap {
opacity:0.7
}