/* Custom Styles */

.wprm-recipe-container .wprm-recipe {
	border: none;
	background: #ffffff url(../../../images/bg.png);
	background-color: #ffffff;
	outline: none;
	margin: 40px 0 0;
	color: #44463f;
	font-size: 16px;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.7;
	padding: 25px;
}

.wprm-recipe-container .wprm-recipe h2.wprm-recipe-name {
	margin: 4px 0 4px;
	letter-spacing: .1em;
	font-size: 24px;
}

.wprm-recipe-container .wprm-recipe h3.wprm-recipe-header {
	margin: 25px 0 15px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.wprm-recipe-container .wprm-recipe h4.wprm-recipe-group-name {
	margin: 15px 0 8px !important;
	font-size: 12px;
	color: #a1a29f;
	letter-spacing: .1em;
}

/*Recipe Details*/
.wprm-recipe-container .wprm-recipe .wprm-recipe-summary {
	font-style: italic;
	line-height: 1.5;
	margin: 15px 0 20px;
}

.wprm-recipe-container .wprm-recipe .wprm-recipe-times-container {
	border: none;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.4;
}

.wprm-recipe-servings-container {
	color: #00aab5;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0 0 9px;
}
	.wprm-recipe-servings-adjustable-tooltip {
		background-color: #ffffff;
		padding: 5px;
	}
		.wprm-recipe-servings-adjustable-tooltip:hover {
			color: #ffffff;
			background-color: #00aab5;
		}
.wprm-recipe-container .wprm-recipe .wprm-recipe-time-container, .wprm-recipe-container .wprm-recipe .wprm-recipe-details-container {
	color: #a1a29f;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	clear: none;
	margin: 0 10px 0 0;
	width: auto;
	display: inline-block;
	text-align: left;
}
.wprm-recipe-container .wprm-recipe .wprm-recipe-time, .wprm-recipe-author {
	color: #a1a29f;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-style: normal;
}

.wprm-recipe-container .wprm-recipe .wprm-recipe-time-container .wprm-recipe-time {
	font-size: 12px;
	display: inline-block;
}

.wprm-recipe-container .wprm-recipe .wprm-recipe-time-container .wprm-recipe-time-header, .wprm-recipe-container .wprm-recipe .wprm-recipe-details-container .wprm-recipe-details-name {
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	display: inline-block;
	color: #a1a29f;
}
.wprm-recipe-container .wprm-recipe .wprm-recipe-details-unit {
	font-size: 100%;
	margin: 0;
}

.wprm-recipe-details-container div, .wprm-recipe-details-container span {
	
}
.wprm-recipe-cuisine-container, .wprm-recipe-course-container {
	display: inline;
	margin-right: 10px;
}
.wprm-recipe-keywords-container {
	display: inline-block;
}

/*Image Container*/
.wprm-recipe-container .wprm-recipe .wprm-recipe-image-container {
	width: 32%;
	padding: 0;
	margin-left: 10px;
	float: right !important;
	text-align: center;
}

.wprm-recipe-container .wprm-recipe .wprm-recipe-image-container img {
	width: 100% !important;
	height: auto;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border: none;
}
.wprm-recipe-container .wprm-recipe a.wprm-recipe-print {
	display: block;
	font-size: 12px;
	color: #ffffff;
	background-color: #00aab5 !important;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em !important;
	text-decoration: none;
	padding: 7px 10px !important;
	margin-right: 0;
	width: 100%;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !;
	border-bottom: none;
	box-shadow: none;
	text-align: center;
}
	
.wprm-recipe-container .wprm-recipe a.wprm-recipe-print:hover {
	background-color: #7fd4da !important;
	color: #ffffff;
}

/*Recipe Body*/

.wprm-recipe-container .wprm-recipe ul.wprm-recipe-ingredients, .wprm-recipe-container .wprm-recipe ol.wprm-recipe-instructions {
	margin: 0 !important;
	padding: 0 !important;
}

.wprm-recipe-container .wprm-recipe ul.wprm-recipe-ingredients li {
	margin: 0 0 5px 15px;
	padding: 0;
	color: #44463f;
	font-size: 16px;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	list-style-type: none;
}
	.wprm-recipe-container .wprm-recipe ul.wprm-recipe-ingredients li:before {
		color: #00aab5;
		content: '\2022';
		margin: 0 6px 0 -15px;
		display: inline-block !important;
		font-weight: bold;
		font-size: 120%;
		line-height: 1;
		position: relative;
		top: 2px;
	}
	.wprm-recipe-container .wprm-recipe .wprm-recipe-ingredient-notes {
		font-style: italic;
		color: #898989;
	}
		
.wprm-recipe-container .wprm-recipe ol.wprm-recipe-instructions li {
	margin: 0 0 15px 20px;
	padding: 0;
	color: #44463f;
	font-size: 16px;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	list-style-type: decimal;
}

/*Notes*/
.wprm-recipe-container .wprm-recipe .wprm-recipe-notes-outer-container {
	border-top: 1px solid #ededed;
	margin-top: 30px;
	padding-top: 15px;
}
.wprm-recipe-container .wprm-recipe .wprm-recipe-notes-outer-container h3 {
	margin: 10px 0;
}
.wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container p {
	
}

.wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container p:last-child {
	margin-bottom: 0;
}

.wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container p em {
	color: #a1a29f;
	font-size: 12px;
	font-style: italic;
}

.wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container li {
	margin: 0 0 15px 15px;
	padding: 0;
	color: #44463f;
	font-size: 15px;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	list-style-type: none;
}
	.wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container li:before {
		color: #00aab5;
		content: '\2022';
		margin: 0 6px 0 -15px;
		display: inline-block !important;
		font-weight: bold;
		font-size: 110%;
		line-height: 1;
		position: relative;
		top: 1px;
	}
.wprm-recipe-footer-container {
	color: #a1a29f;
	font-size: 12px;
	font-style: italic;
}
.wprm-recipe-ps {
	margin: 0 0 25px !important;
}

/*Nutrition*/
.wprm-recipe-container .wprm-recipe .wprm-recipe-nutrition-container {
	background-color: #f6f6f6;
	padding: 20px;
	margin: 20px -25px -25px;
	clear: both;
	color: #a1a29f;
	font-size: 80%;
}
.wprm-recipe-container .wprm-recipe .wprm-recipe-nutrition-container h4.wprm-recipe-group-name {
	margin: 0 0 3px !important;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.wprm-recipe-container .wprm-recipe .wprm-recipe-nutrition-container b {
	font-weight: bold;
}

/*Ratings*/
.wprm-recipe-container .wprm-recipe .wprm-recipe-rating {
	text-align: center;
	color: #a1a29f;
	font-size: 13px;
	font-style: italic;
	margin: 15px 0 0;
}
	.wprm-recipe-container .wprm-recipe .wprm-recipe-rating-details {
		text-align: center;
		font-size: 13px;
		font-style: italic;
	}
	
.wprm-recipe-container .wprm-recipe a.leaveareview {
	font-size: 11px;
	display: inline-block;
	margin: 0 auto 0;
	width: auto;
	color: #00aab5;
	font-family: "corporativesansalt", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: underline;
}
	.wprm-recipe-container .wprm-recipe a.leaveareview:hover {
		color: #7fd4da;
	}
html body .wprm-recipe-container svg path {
	fill: #00aab5 !important;
}

html body .wprm-recipe-container svg rect {
	fill: #00aab5 !important;
}

html body .wprm-recipe-container svg polygon {
	stroke: #00aab5 !important;
}

html body .wprm-recipe-container .wprm-rating-star-full svg polygon {
	fill: #00aab5 !important;
}

.wprm-comment-rating svg path, .comment-form-wprm-rating svg path {
	fill: #00aab5 !important;
}

.wprm-comment-rating svg polygon, .comment-form-wprm-rating svg polygon {
	stroke: #00aab5 !important;
}

.wprm-comment-rating svg polygon:hover, .comment-form-wprm-rating svg polygon:hover {
	fill: #00aab5 !important;
}

/*Jump buttons*/
.wprm-recipe-snippets {
    text-align: center;
}
 
.wprm-recipe-snippets a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
    display: inline-block;
    margin: 0 5px;
    padding: 3px 8px;
    background-color: #7fd4da;
    color: #ffffff !important;
	text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}
	.wprm-recipe-snippets a.wprm-jump-to-recipe-shortcode:before { 
		font-family: fontello;
		content: '\e820';
		margin-right: 5px;
		font-weight: normal;
	}
	.wprm-recipe-snippets a.wprm-print-recipe-shortcode:before { 
		font-family: fontello;
		content: '\e808';
		margin-right: 5px;
		font-weight: normal;
	}
	.wprm-recipe-snippets a:hover {
		background-color: #00aab5;
	}


/*Mobile*/

@media only screen and (max-width: 480px) {
	.wprm-recipe {
		padding: 20px;
	}
	
	.wprm-recipe-container .wprm-recipe-outer {
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.wprm-recipe .wprm-recipe-name {
		font-size: 20px;
	}
	
	.wprm-recipe .wprm-recipe-times-container {
		padding: 10px 0;
		line-height: 1 !important;
		text-align: left;
	}
	
	.wprm-recipe-container .wprm-recipe .wprm-recipe-times-container .wprm-recipe-time-container {
		border: none;
		width: auto;
		margin: 0 8px 0 0;
		padding: 0;
		display: inline-block;
		float: none;
	}
	
	.wprm-recipe-container .wprm-recipe .wprm-recipe-time-header, .wprm-recipe-container .wprm-recipe .wprm-recipe-time {
		display: inline-block;
		padding: 0;
		margin: 0;
		width: auto;
	}
}

/*Print Styles*/

.wprm-print .recipe-ps, .wprm-print .wprm-recipe-rating, .wprm-print .leaveareview {
	display: none !important;
}

.wprm-print .wprm-recipe ul, .wprm-print .wprm-recipe ol {
	margin-left: 0 !important;
	padding-left: 0  !important;
}

.wprm-print .wprm-recipe {
	border: none !important;
	padding: 0 !important;
	line-height: 1.6;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.wprm-print .wprm-recipe .wprm-recipe-image-container {
	float: right;
	width: 30%;
}

.wprm-print .wprm-recipe .wprm-recipe-name {
	font-weight: bold;
	line-height: 1.1;
	font-size: 26px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 4px 0 4px;
}

.wprm-print .wprm-recipe .wprm-recipe-header {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.1;
	font-size: 18px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 25px 0 15px;
}

.wprm-print .wprm-recipe .wprm-recipe-group-name {
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 15px 0 0;
}

.wprm-print .wprm-recipe .wprm-recipe-summary {
	font-style: italic;
	margin: 10px 0 20px;
}

.wprm-print .wprm-recipe .wprm-recipe-times-container {
	border: none;
	margin: 0 0 15px;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.wprm-print .wprm-recipe .wprm-recipe-time-container {
	width: auto;
	display: inline-block;
	padding: 0;
	border: 0;
}

.wprm-print .wprm-recipe .wprm-recipe-time-container .wprm-recipe-time-header {
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	display: inline-block;
}

.wprm-print .wprm-recipe .wprm-recipe-time-container .wprm-recipe-time {
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
}

.wprm-print .wprm-recipe .wprm-recipe-servings-container {
	margin: 0 0 5px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.wprm-print .wprm-recipe .wprm-recipe-notes-container {
	margin-top: 15px;
	font-style: normal;
	border-top: 1px solid #333;
	padding-top: 10px;
}

.wprm-print .wprm-recipe-details-container {
	color: #a1a29f;
	font-style: italic;
	margin: 10px 0 0;
}

.wprm-print .wprm-recipe .wprm-recipe-nutrition-container {
	font-size: 85%;
	color: #a1a29f;
}