/**
 * Simple Recipe Pro Skin 1
 */


body .simple-recipe-pro.recipe-container a {
	border: none;
	outline: 0;
	text-decoration: none;
}
body .simple-recipe-pro.recipe-container a:hover {
	text-decoration: underline;
}
.simple-recipe-pro .text-centered {
	text-align: center;
}
.simple-recipe-pro .no-padding {
	padding: 0;
}

.simple-recipe-pro .print-recipe.button,
.simple-recipe-pro .add-shoplist.button {
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 90%;
	margin-right: 0;
	margin-left: 10px;
}
.simple-recipe-pro a.button {
	color: #fff;
	background-color: #202020;
}
.simple-recipe-pro a.button:hover {
	text-decoration: none !important;
}
.simple-recipe-pro a.button span.dashicons {
	vertical-align: middle !important;
}

.simple-recipe-pro.recipe-container.skin1 {
	border: 1px solid #ccc;
	padding: 10px;
	padding-bottom: 25px;
}
.simple-recipe-pro.recipe-container.skin1 .recipe-head {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.simple-recipe-pro .no-dashicons span.dashicons {
	display: none;
}
.simple-recipe-pro a.adjust-proportions {
	text-transform: uppercase;
	font-size: 90%;
}

.simple-recipe-pro .print-recipe,
.simple-recipe-pro .add-shoplist {
	line-height: 26px;
	vertical-align: middle;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
.simple-recipe-pro.skin1 .print-recipe,
.simple-recipe-pro.skin1 .add-shoplist {
	text-transform: capitalize;
}

.simple-recipe-pro h2 {
	font-size: 22px;
	line-height: 26px;
}
.simple-recipe-pro h2[itemprop=name] {
	margin: 0;
	margin-bottom: 10px;
}

.simple-recipe-pro img[itemprop=image],
.simple-recipe-pro img[itemprop=image] + img {
	max-width: 250px;
	min-width: 200px;
	width: 100%;
	height: auto;
}
.simple-recipe-pro .meta-label {
	font-weight: bold;
	color: rgb(43, 141, 177);
	white-space: nowrap;
}
.simple-recipe-pro .meta-label + span {
	white-space: nowrap;
}
.simple-recipe-pro .meta-label:after {
	content: ":";
}

.simple-recipe-pro .recipe-thumbnail {
	margin-bottom: 10px;
}
.simple-recipe-pro .recipe-rating {
	margin-bottom: 10px;
}
.simple-recipe-pro .recipe-shareicons-wrap {
	margin-bottom: 10px;
}
.simple-recipe-pro ul.ingredients {
	padding-left: 0;
}
.simple-recipe-pro ul.ingredients,
.simple-recipe-pro ul.ingredients li {
	list-style-type: none;
}

.simple-recipe-pro .sum-ratings {
	-moz-white-space: nowrap;
	white-space: nowrap;
}

.simple-recipe-pro .recipe-shareicons-wrap a img {
	width: 18px;
	height: 18px;
}

.simple-recipe-pro .nutrition-table {
	padding: 5px;
	overflow: hidden;
	max-width: 250px;
	min-width: 200px;
}
.simple-recipe-pro .nutrition-table table {
	margin-bottom: 0;
}
.nutrition-table thead th {
	font-size: 16px;
}
.simple-recipe-pro .nutrition-table td {
	font-size: 11px;
	line-height: 1.2;
}
.nutrition-table p.percent-daily-values {
	font-size: 9px;
	line-height: 1.2;
}