/* = Penci Recipe
----------------------------------------------------*/
body {
	font-family: 'PT Serif', serif;
	color: #313131;
	background-color: #FFF;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 17px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a{
	text-decoration: none;
	color: inherit;
}
hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #DEDEDE;
	clear: both;
}
.entry-content .plutus-recipe,
.plutus-recipe {
	border: 1px solid #dedede;
	padding: 0;
	margin: 25px 0;
	clear: both;
	font-size: 15px;
	line-height: 1.5;
}
.plutus-recipe:before,
.plutus-recipe:after,
.plutus-recipe-header:before,
.plutus-recipe-header:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}

.plutus-recipe .plutus-recipe-ingredients *:last-child,
.plutus-recipe .plutus-recipe-instructions *:last-child,
.plutus-recipe .plutus-recipe-notes *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.plutus-recipe .plutus-recipe-content > div {
	border-top: 1px solid #dedede;
	padding: 20px;
}

.plutus-recipe .plutus-recipe-header {
	padding: 20px;
}

.plutus-recipe .plutus-recipe-header .plutus-recipe-image {
	position: relative;
	margin-right: 20px;
}

.plutus-recipe .plutus-recipe-header .plutus-recipe-image img {
	max-width: 100%;
	display: block;
	height: auto;
}

.plutus-recipe-inner {
	flex: 1;
	color: #888;
}

.rtl .plutus-recipe .plutus-recipe-header .plutus-recipe-image {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0;
	margin-left: 20px;
}

.plutus-recipe .plutus-recipe-header h2 {
	text-align: left;
	float: left;
	color: #111;
	margin: 0 0 10px;
	line-height: 1.3;
}

.plutus-recipe-meta {
	clear: both;
}

.plutus-recipe-meta .plutus-recipe-meta-item:not( :last-child ) {
	margin-right: 15px;
}

.plutus-recipe-meta .plutus-recipe-meta-item svg {
	margin-right: 5px;
}

.plutus-recipe .plutus-recipe-header h2:before,
.plutus-recipe .plutus-recipe-header h2:after {
	content: none !important;
}

.plutus-recipe-label {
	margin: 0 0 18px;
	text-transform: uppercase;
}

.plutus-missing-settings {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border: 1px solid #ebebeb;
	color: #111;
	line-height: 1.5;
}

.plutus-missing-settings .plutus-mess-title {
	background-color: red;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px 2px;
	font-size: 15px;
	position: relative;
	top: -1px;
	margin-right: 12px;
	display: inline-block;
}

.plutus-recipe-inputhide {
	display: none !important;
}

.plutus-zoomImg {
	display: inline-block;
	position: relative;
}

/* magnifying glass icon */
.plutus-zoomImg:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
}

.plutus-zoomImg img {
	display: block;
}

.plutus-zoomImg img::selection {
	background-color: transparent;
}
.plutus-zoomImg-icon {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}
.plutus-zoomImg-icon:before {

}
.plutus-zoomImg-icon::before {
	content: "";
	display: block;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	box-sizing: content-box;

	width: 7px;
	height: 7px;
	top: 11px;
	left: 11px;
}
.plutus-zoomImg-icon::after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 18px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box;
}
/****  style 1 ****/
.plutus-recipe-s1 .plutus-recipe-images-wrap {
	width: 50%;
	float: left;
}
.plutus-recipe-s1 .plutus-recipe-images {
	width: 100%;
}

.plutus-recipe-s1 .plutus-recipe-summary {
	width: 50%;
	float: right;
}
.plutus-recipe-desc {
	display: block;
	clear: both;
}
.plutus-recipe-summary .plutus-recipe-sharing,
.plutus-recipe-summary .plutus-recipe-meta {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #dedede;
}
.plutus-recipe-meta-label {
	margin-right: 5px;
}

.plutus-recipe-inner .plutus-list-unstyled.plutus-list-unstyled {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.plutus-recipe-inner .plutus-list-unstyled.plutus-list-unstyled li {
	list-style: none;
}
.plutus-recipe-owl-carousel,
.plutus-hide-print{
	display: none;
}