.plutus-img-placeholder {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden
}

.plutus-img-placeholder:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.6667%;
	background: none !important;
	box-shadow: none !important
}
.plutus-img-placeholder:not([style*='background-image']) {
	background-image: linear-gradient(to left,#f5f5f5 0%,#efefef 15%,#f5f5f5 40%,#f5f5f5 100%);
	background-repeat: no-repeat !important;
	background-color: #f5f5f5;
	background-size: 900px 1700px !important;
	background-position: center center !important;
	animation: pencipreload 0.85s infinite linear forwards;
	-webkit-animation: pencipreload 0.85s infinite linear forwards
}

.entry-content .plutus-recipe,
.plutus-recipe {
	font-size: 14px;
	line-height: 1.7;
}

.plutus-recipe h1,
.plutus-recipe h2,
.plutus-recipe h3,
.plutus-recipe h4,
.plutus-recipe h5,
.plutus-recipe h6 {
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 17px;
	color: #111;
}

.plutus-recipe h1 {
	font-size: 24px;
}

.plutus-recipe h2 {
	font-size: 22px;
}

.plutus-recipe h3 {
	font-size: 20px;
}

.plutus-recipe h4 {
	font-size: 18px;
}

.plutus-recipe h5 {
	font-size: 16px;
}

.plutus-recipe h6 {
	font-size: 14px;
}

.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-inner {
	color: #888;
}

.plutus-recipe .plutus-recipe-header h2 {
	margin: 0 0 10px;
	line-height: 1.3;
	font-size: 20px;
}

.penci-recipe-meta {
	clear: both;
	color: #888;
	font-size: 13px;
	line-height: 1.5;
}

.penci-recipe-meta .penci-recipe-meta-item:not( :last-child ) {
	margin-right: 15px;
}

.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-images-wrap .plutus-recipe-image > a,
.plutus-recipe-images-wrap .plutus-recipe-image {
	width: 100%;
}
.plutus-recipe-s1 .plutus-recipe-images-wrap {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.plutus-recipe-s1 .plutus-recipe-images {
	width: 100%;
}

.plutus-recipe-s1 .plutus-recipe-summary {
	width: 100%;
}

.plutus-recipe-s1 .plutus-recipe-images-wrap:not( .plutus-recipe-images-hide ) + .plutus-recipe-summary {
	width: 50%;
	float: right;
}

.plutus-recipe .plutus-recipe-meta-label {
	margin-right: 5px;
}

.plutus-recipe-desc {
	display: block;
	clear: both;
}

.plutus-recipe-summary .plutus-recipe-meta {
	font-size: 14px;
}

.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 .plutus-recipe-pinterest,
.plutus-recipe a.plutus-recipe-printbtn {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: 600;
	margin-top: 4px;
	border: 1px solid;
	padding: 0 12px;
	height: 28px;
	line-height: 26px;
	color: #111;
	transition: all 0.3s;
}

.plutus-recipe .plutus-recipe-pinterest {
	margin-left: 10px;
}

.plutus-recipe a.plutus-recipe-pinterest:hover,
.plutus-recipe a.plutus-recipe-printbtn:hover {
	background: #000;
	color: #fff;
	border-color: #000;
	text-decoration: none;
}

.plutus-recipe-pinterest i,
.plutus-recipe-pinterest svg,
.plutus-recipe-printbtn i,
.plutus-recipe-printbtn svg {
	margin-right: 5px;
}

.penci-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-inner h3.plutus-recipe-label {
	font-size: 14px;
	color: #888;
	margin-top: -2px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.plutus-recipe-inner .plutus-recipe-content ol,
.plutus-recipe-inner .plutus-recipe-content ul {
	margin-left: 0;
	padding-left: 18px;
}

.plutus-recipe-inner .plutus-recipe-content ol li,
.plutus-recipe-inner .plutus-recipe-content ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 6px;
	position: relative;
	list-style-type: square;
	line-height: 1.7;
}

.plutus-recipe-s2 .plutus-recipe-images {
	margin-bottom: 10px;
}

.plutus-recipe-s3 .plutus-recipe-images-wrap {
	float: left;
	width: 100px;
	padding-right: 20px;
}

.plutus-recipe-s3 .plutus-recipe-summary {
	width: calc(100% - 100px);
	float: left;
	position: relative;
}

.plutus-recipe-s3 .plutus-recipe-header h2 {
	padding-right: 75px;
}

.plutus-recipe-s3 .plutus-recipe-desc {
	display: none;
}

.plutus-recipe-s3 .plutus-recipe-summary .plutus-recipe-sharing,
.plutus-recipe-s3 .plutus-recipe-summary .plutus-recipe-meta {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

.plutus-recipe-s3 .plutus-recipe-summary .plutus-recipe-meta ul {
	margin: 0;
	padding: 0;
}

.plutus-recipe-s3 .plutus-recipe-summary .plutus-recipe-meta li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	list-style: 1;
}

.plutus-recipe-s3 .plutus-recipe-summary .plutus-recipe-meta .plutus-recipe-meta-rating {
	display: block;
}

.plutus-recipe-s3 .plutus-recipe-sharing {
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	margin: 0;
}

.plutus-recipe-s3 .plutus-recipe-sharing a {
	width: 32px;
	height: 32px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.plutus-recipe-s3 .plutus-recipe-sharing a i {
	margin: 0;
}

.plutus-recipe-s3 .plutus-recipe-sharing a span {
	display: none;
}
/** plutus recipe index **/
.plutus-recipe-index {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.plutus-recipe-index:before,
.plutus-recipe-index:after {
	content: '';
	display: table;
	width: 100%;
}
.plutus-recipe-index .plutus-index-heading{
	overflow: hidden;
}
.plutus-recipe-index .plutus-index-heading a{
	float: right;
}
.plutus-recipe-index .plutus-index-items {
	margin: -20px -10px 0;
	padding: 0;
	display: flex;
	flex-wrap : wrap;
	clear: both;
}
.plutus-recipe-index .plutus-index-items .plutus-recipeI-item {
	width: 33.333%;
	float: left;
	list-style: none;
	margin: 20px 0 0 !important;
	padding: 0 10px !important;
	text-align: center;
}
.plutus-recipeI-2col .plutus-index-items .plutus-recipeI-item {
	width: 50%;
}
.plutus-recipeI-4col .plutus-index-items .plutus-recipeI-item {
	width: 25%;
}

.plutus-recipe-index h3.plutus-rIndex-title {
	font-size: 18px;
	color: #313131;
	text-transform: uppercase;
	transition: all 0.3s;
	margin: 0;
}
.plutus-recipe-index .plutus-rIndex-pthumb {
	margin-bottom: 17px;
}
.plutus-recipe-index a.plutus-primary-cat {
	display: inline-block;
	vertical-align: top;
	clear: both;
	font-size: 14px;
	margin: 0 0 5px 0;
	background: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: normal;
	position: relative;
	text-decoration: none;
}
.plutus-recipe-index .plutus-pmeta-items a.plutus-primary-cat {
	margin: 0;
}
.plutus-recipe-index .plutus-pmeta-items {
	font-size: 14px;
	color: #888888;
	margin: 3px 0 0 !important;
	display: block;
}
.entry-content .plutus-recipe-index .plutus-index-items a,
.plutus-recipe-index .plutus-index-items a{
	text-decoration: none;
}
.plutus-recipe-index .plutus-index-items .updated:not(.published) {
	display: none;
}
.plutus-recipe-index .plutus-pmeta-item{
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit;
	color: inherit;
}
.plutus-recipeI-inner {
	position: relative;
}
.plutus-recipe-index .plutus-pmeta-item:not( :last-child ):after {
	content: "";
	width: 1px;
	height: 10px;
	background: #DEDEDE;
	margin: 0 11px 0 15px;
	border-right: 1px solid;
	background: none !important;
	opacity: 0.6;
	display: inline-block;
}
.plutus-recipeI-s3 .plutus-index-items .plutus-recipeI-item,
.plutus-recipeI-s2 .plutus-index-items .plutus-recipeI-item {
	text-align: left;
}
.plutus-recipeI-s4 .plutus-index-items .plutus-rIndex-info,
.plutus-recipeI-s2 .plutus-index-items .plutus-rIndex-info {
	margin-top: -60px;
	margin-right: 20px;
	background:#fff;
	z-index: 10;
	position: relative;
	padding-top: 16px;
	padding-right: 15px;
}
.plutus-recipeI-s3 .plutus-index-items .plutus-rIndex-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 10px 19px 15px;
}
.plutus-recipeI-s3 .plutus-img-placeholder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: linear-gradient(to bottom,transparent 50%,#000 90%);
	opacity: .6;
	transition: opacity .3s;
}

.plutus-recipeI-s3.plutus-recipe-index .plutus-pmeta-items,
.plutus-recipeI-s3 .plutus-index-items .plutus-rIndex-info a{
	color:#fff;
}

.plutus-recipeI-s4 .plutus-index-items .plutus-rIndex-info{
	margin-left: 20px;
	padding-left: 15px;
}
