/*! Create custom recipe card */

.mv-create-card {
	max-width: 100%;
	width: 100%;
	margin: 80px 0 !important;
}

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none;
	border: 2px solid #dcdddc;
	padding: 25px !important;
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.6;
	}
	

/*Header*/
.mv-create-card .mv-create-wrapper .mv-create-header {
	
}

.mv-create-card .mv-create-wrapper .mv-create-image-container {
	max-width: 220px;
	min-width: 130px;
	width: 30% !important;
	float: right;
}


.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.1 !important;
	margin: 10px 0 10px;
	color: #161a19;
	clear: left;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	float: none !important;
	max-width: 100% !important;
	border: none;
}
	
.mv-create-card .mv-create-wrapper h3.mv-create-title-secondary {
	font-size: 18px;
	margin-top: 25px;
	color: #161a19;
	letter-spacing: normal;
	font-family: "anaheimgothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients h3.mv-create-title-secondary:before {
		
	}
	.mv-create-card .mv-create-wrapper .mv-create-instructions h3.mv-create-title-secondary, .mv-create-card .mv-create-wrapper .mv-create-notes h3.mv-create-title-secondary {
		margin-top: 30px;
	}

.mv-create-card .mv-create-wrapper h4 {
	margin: 15px 0 10px;
	font-size: 15px;
}

.mv-create-card .mv-create-wrapper .mv-create-description {
	margin: 25px 0;
}
	.mv-create-card .mv-create-wrapper .mv-create-description p {
		font-size: 20px;
		line-height: 1.6;
		font-style: italic;
	}

/*Times & Meta*/

.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 0;
	opacity: 1.0;
	line-height: 24px !important;
	display: block !important;
	color: #737675;
	text-align: left;
}

	.mv-create-card .mv-create-wrapper .mv-create-times * {
		opacity: 1.0;
		line-height: 20px !important;
	}
	.mv-create-card .mv-create-wrapper .mv-create-time {
		border: none !important;
		display: inline-block;
		text-align: left;
		padding: 0;
		margin: 0 12px 0 0 !important;
	}

.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-yield {
	font-size: 13px;
	font-family: "anaheimgothic", "Franklin Gothic Medium", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #737675;	
	opacity: 1.0;
	display: inline-block;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	font-size: 14px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	opacity: 1.0;
	display: inline-block;
}
	.mv-create-card .mv-create-wrapper .mv-create-time-label:after {
		content: ": ";
		display: inline-block;
	}
	
.mv-create-card .mv-create-wrapper .mv-create-yield {
	color: #ca2d89;
	display: block;
	margin: 0 !important
}
.mv-create-card .mv-create-wrapper .mv-create-yield:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #cdcdcd;
	margin: 0 5px 0 0;
	background: url(images/hearts.png) no-repeat;
	background-size: 100% auto;
	width: 15px;
	height: 14px;
}


/*Ingredients & Instructions*/
.mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-card .mv-create-wrapper .mv-create-notes {
	
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 0 10px 30px;
	padding: 0;
	list-style-type: none;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	    color: #ee72aa;
	    content: '\2022';
	    margin: 0 0 0 -25px;
		display: inline-block;
	}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	counter-reset:li;
	margin: 0;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 35px;
	list-style-type: none;
	position: relative;
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	display: block !important;
	background-color: #ee72aa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	color: #FFF;
	left: -22px;
	top: 5px;
	transform: translateX(-50%);
	line-height: 22px;
	font-size: 11px;
	text-align: center;
	font-family: Lato;
	font-weight: bold;
}



/*Ratings*/
.mv-create-card .mv-create-wrapper .mv-create-reviews {
	margin: 20px 0;
}
.mv-create-card .mv-create-wrapper .mv-reviews-reviewcount {
	font-size: 13px;
	line-height: 1.3;
	margin: 5px 0 0;
	color: #737675;
	font-style: italic;
	opacity: 1.0 !important;
}


/*Notes*/
.mv-create-card .mv-create-wrapper .mv-create-notes {
	border-top: 2px solid #F3F3F4;
	margin-top: 35px;
	padding-bottom: 1px;
	font-size: 90%;
}
.mv-create-card .mv-create-wrapper .mv-create-notes p {
	margin: 20px 0;
}
.mv-create-card .mv-create-wrapper .mv-create-notes p em {
	font-size: 80%;
	color: #737675;
}

/*Nutrition*/

.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 0px;
	line-height: 23px;
	font-size: 14px;
	opacity: 1.0 !important;
	background-color: #f3f4f3;
	color: #737675;
	padding: 25px 30px 15px;
}
.mv-create-card .mv-create-wrapper h3.mv-create-nutrition-title {
	margin: 0 !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition-title:before {
		display: none !important;
	}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-box {
	padding: 0;
	background-color: transparent;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
	opacity: 1.0 !important;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-item {
	font-size: 100%;
	font-weight: bold;
}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition-item:afterr {
		content: ", ";
		display: inline
	}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition-item:last-child:after, .mv-create-card .mv-create-wrapper .mv-create-nutrition-yield:after {
		display: none;
	}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount, .mv-create-card .mv-create-wrapper .mv-create-nutrition-amount em {
	font-size: 14px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-uppercase {
	font-weight: normal;
	color: #737675;
	font-size: 100%;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-disclaimer {
	display: block;
	font-style: italic;
	font-size: 13px;
	color: #9E9EA2;
	margin: 10px 0 15px;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h4 {
	margin: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-products {
	background-color: #F3F3F4;
	text-align: center;
	padding: 1px 30px 20px;
	margin: 0;
}

.mv-create-products-listitem {
    width: 25% !important;
}

a.mv-create-products-link {
    opacity: 1.0 !important;
    line-height: 1.5;
    text-align: center
}
	a.mv-create-products-link:hover {
	    opacity: 0.7 !important;
	}

.mv-create-card .mv-create-wrapper .mv-create-products li:before {
	display: none
}
.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	display: block;
	font-style: italic;
	font-size: 13px;
	color: #737675;
	margin: -10px 0 15px;
	text-align: center;
}

/*Footer*/
.mv-create-footer {
	opacity: 1.0 !important;
}
.mv-create-footer-flexbox, .mv-create-footer-flexbox .mv-create-copy, .mv-create-footer-flexbox .mv-create-wrapper .mv-create-categories {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal !important;
	color: #9E9EA2;
	opacity: 1.0 !important;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	opacity: 1.0 !important;
}
	.mv-create-footer-flexbox * {
		opacity: 1.0 !important;
		color: #9E9EA2 !important;
		letter-spacing: normal !important;
	}
	.mv-create-footer-flexbox .mv-create-strong {
		font-weight: normal;
		text-transform: uppercase;
		font-size: 10px;
		font-family: "anaheimgothic";
		letter-spacing: .1em !important;
		opacity: 1.0 !important;
	}

.mv-create-footer-flexbox .mv-create-copy {
	padding: 0;
}

/*Social Footer*/
.mv-create-card .mv-create-wrapper .mv-create-social {
	margin: 0;
	background-color: #Fff;
	padding: 30px !important;
}
.mv-create-card .mv-create-wrapper .mv-create-social p {
	font-size: 16px;
	margin: 0 !important
}
.mv-create-card .mv-create-wrapper .mv-create-social h3 {
	margin: 0 !important;
}
.mv-create-card .mv-create-wrapper .mv-create-social a.mv-create-social-link {
	text-decoration: underline;
	box-shadow: none;
	border: none;
}

.mv-create-card .mv-create-social svg {
	fill: #ee72aa !important;
	color: #ee72aa;
	width: 70px;
	height: 70px;
}

/*Buttons*/
.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-family: "anaheimgothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	background-size: 100% auto;
	color: #ffffff;
	background-color: #ee72aa;
	border: none;
	padding: 13px;
	border-radius: 12px;
	margin: 0px auto ;
}
	.mv-create-card .mv-create-wrapper button.mv-create-print-button:before {
		content: "\f02f";
		font-family: "Font Awesome 5 Pro";
		display: inline;
		font-weight: bold;
		margin-right: 1px;
	}
	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
	 	background-color: #ca2d89;
	 	cursor: pointer;
	}
.mv-create-card .mv-create-wrapper button.mv-create-pin-button {
	 	background-color: #ca2d89 !important;
	 	border: none;
	 	width: 50px !important;
	 	height: 50px !important;
	 	border-radius: 50% !important;
	 	top: -18px !important;
	 	right: -18px !important;
	}
	.mv-create-card .mv-create-wrapper button.mv-create-pin-button:hover {
	 	background-color: #ee72aa !important;
	 	cursor: pointer;
	}


	
/*Mobile*/

@media ( min-width : 800px ) and ( max-width : 871px ), ( max-width : 500px ) {
	.mv-create-card .mv-create-wrapper {
		
	}

}

@media ( max-width : 500px ) {
	.mv-create-card .mv-create-wrapper {
		padding: 15px !important;
	}
	.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
		font-size: 21px;
		text-align: center;
	}
	.mv-create-card .mv-create-wrapper .mv-create-times, .mv-create-card .mv-create-wrapper .mv-create-yield {
		text-align: center
	}
	.mv-create-card .mv-create-wrapper .mv-create-description, .mv-create-card .mv-create-wrapper .mv-create-description p {
		text-align: center
	}
	.mv-create-card .mv-create-wrapper .mv-create-description {
		border-bottom: 1px solid #dcdddc;
		padding-bottom: 15px;
	}
	.mv-create-card .mv-create-wrapper .mv-create-image-container {
		max-width: 100%;
		width: 220px !important;
		float: none;
		margin: 0 auto;
		overflow: hidden;
	}
		
}


@media ( max-width : 400px ) {


}


/*Print View*/

.mv-create-print-view.mv-create-card {
	margin: 20px !important;
	width: 8.5in !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0 !important;
}
.mv-create-print-view.mv-create-card h1, .mv-create-print-view.mv-create-card h2, .mv-create-print-view.mv-create-card h3, .mv-create-print-view.mv-create-card h4 {
	font-weight: bold !important;
}
.mv-create-print-view.mv-create-card h2 {
	text-transform: none !important;
	letter-spacing: normal !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: transparent;
}

.mv-create-print-view .mv-create-image-container {
	
}
	.mv-create-print-view.mv-create-card .mv-create-wrapper img.mv-create-image {
		top: 0;
		margin-left: 0;
	}
.mv-create-print-view.mv-create-card .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
}
.mv-create-print-view.mv-create-card * {
	color: #000 !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description {
	margin: 10px 0 15px;
	line-height: 1.6;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients {
	margin: 0;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 0 0px 30px;
	padding: 0;
	list-style-type: none;
}

.mv-create-print-view.mv-create-card .mv-create-canonical-link {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #8d8d8d !important
}

.mv-loaded #footer_branding {
	display: none !important
}