/* 
Theme Name: Something Swanky
Theme URL: http://www.somethingswanky.com/
Description: Custom responsive blog theme for Something Swanky.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 3.0
*/

/*! RESET
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*! MAIN CONTAINER */

.container {
	max-width: 100%;
	margin: 0 auto;
}

/*! COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 620px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 300px;
		float: right;
		clear: right;
		display: block;
	}
	
}

.wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1020px;
	overflow: hidden;
}

.wrap {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1020px;
}

/*!---------STRUCTURE---------*/

body {
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-size: 17px;
	line-height: 1.8;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:link, a:visited, a:active {
	color: #02c1b9;
	text-decoration: underline;
}

a:hover {
	color: #ef396f;
	text-decoration: none;
}

p {
	margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "PlayFair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 35px 0 25px
}

h1 {
	color: #313a76;
	font-size: 40px;
}

h2 {
	color: #313a76;
	font-size: 28px;
	}
	
	.post-content>h2 {
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 15px;
	}
	
h3 {
	color: #313a76;
	font-size: 24px;
}
	h3.divider, h3.widget-title {
		color: #ef396f;
		font-size: 15px;
		font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
	}
		
	.post-content>h3 {
		font-size: 20px;
		font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
		line-height: 1.5;
	}
h4 {
	color: #313a76;
	font-size: 18px;
}

h5 {
	color: #313a76;
	font-size: 16px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 15px auto 45px;
	height: 33px;
	background: url(images/sprinkles-lg.png) left center repeat-x;
	background-size: auto 33px;
}

/*!---------HEADER---------*/

.header {
	background: url(images/header.jpg) no-repeat center right;
	background-size: auto 270px;
	overflow: hidden;
	padding: 30px 40px;
}

.header .logo {
	float: left;
	width: 360px;
	height: 110px;
}
	.header .logo img {
		display: block;
		width: 100%;
		height: auto;
	}
	
.header-search {
	float: right;
	width: 330px;
	margin-top: 25px;
}

/*!---------CONTENT---------*/
.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}

.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.span_content ul li {
	list-style-type: none;
	margin: 0 0 3px 10px;
	padding: 0;
}

.span_content ul li:before {
	color: #ef396f;
	content: '\2022';
	margin: 0 6px 0 -10px;
}

.span_content ol li {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px;
}


h1.page-title, h1.archive-title {
	margin: 0 0 25px;
}
/*!---------SIDEBAR---------*/

.sidebar {
	font-size: 92%;
	line-height: 1.6;
	text-align: center;
}
.topsidebar {
	overflow: hidden;
}
	
.leftsidebar {
	width: 48.5%;
	float: left;
}
.rightsidebar {
	width: 48.5%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
	margin: 50px 0;
	text-align: center;
}

.widget.center, .widget.center .textwidget {
	text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
}

h3.widget-title {
 	margin: 0 auto 20px; 
}

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}


.sidebar select {
	color: #9b9b9b;
	font-size: 12px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #edeceb;
}
.screen-reader-text {
	display: none;
}

.about {
	text-align: center;
	margin-top: 0;
}
.about h3.widget-title {
	display: none
}
.about p.more a {
	color: #f03a70;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	text-decoration: none;
}

.about p.more a:hover {
	color: #02c1b9;

}

.about p.simple-image img {
	width: 180px;
	height: auto;
	display: block;
	border-radius: 50%;
	margin: 0 auto 15px;
}

.sidebar .social {
	
}
.sidebar .social a {
	color: #9b9b9b;
	font-size: 18px;
	padding: 0 8px;
}
	.social a.social-twitter {
		color: #02c1b9;
	}
	.social a.social-facebook {
		color: #313a76;
	}
	.social a.social-pinterest {
		color: #ef396f;
	}
	.social a.social-rss {
		color: #eec534;
	}
	.social a.social-instagram {
		color: #eec534;
	}
	.social a.social-youtube {
		color: #313a76;
	}
.sidebar .social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.subscribe {
	text-align: center;
}

.subscribe h3.widget-title {
	font-family: "PlayFair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	color: #313a76;
	font-size: 40px;
	margin: 0;
}
.subscribe .textwidget {
	
}
.subscribe p {
	line-height: 1.8;
	margin: 0;
}
	.sidebar .subscribe p {
		font-size: 14px;
	}

.email-form {
	clear: both;
	margin-top: 15px;
}

.email-input {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 52px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	background-color: #ffffff;
	padding: 0 15px;
	margin: 0 0 14px 0;
	width: 100%;
	height: 50px;
	border: 1px solid #eeeeee;
}

.email-submit {
	font-family: Roboto;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 50px;
	color: #ffffff;
	background-color: #ef396f;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0px 18px;
	margin: 0 auto 0;
	height: 50px;
	width: 100%;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.email-submit:hover {
	background-color: #02c1b9;
}

.email-input::placeholder {
	color: #cacaca
}


/*! -- Custom Content Widgets -- */

.sidebar .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .item a {
	display: block;
}

.sidebar .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sidebar .item h4 {
	margin: 12px 0
}

/*!Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured {
	text-align: center;
	overflow: hidden;
}

.sidebar .featured .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
		 margin-right: 0;
	}
	
	.sidebar .featured .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
.sidebar .featured h4 {
	
}

/*!Recent Posts Widget*/

.sidebar .recentposts {
	
}

.sidebar .recent {
	text-align: left;
	overflow: hidden;
}

.sidebar .recent .item {
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}

.sidebar .recent .item:nth-of-type(3n) {
	margin-right: 0;
}

.sidebar .recent .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .recent h4.title {
	
}

.sidebar .recent .post-meta {
	display: none;
}


/*!---------POSTS---------*/

.post {
	margin-bottom: 50px;
}

.post-title {
	margin-bottom: 25px;
}

h1.post-title, h2.post-title {
	margin: 5px 0 12px;
	color: #303975;
}

h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #303975;
}

h1.post-title a:hover, h2.post-title a:hover {
   color: #02c1b9;
}

.post .edit {
	text-transform: lowercase;
	letter-spacing: 0;
}


	
.post-meta {
	color: #9b9b9b;
	font-size: 12px;
	line-height: 18px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
}
	.post-meta a {
		 color: #9b9b9b;
		 text-decoration: none;
	}
	.post-date {
		
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #02c1b9;
	text-decoration: underline;
}
.post-meta em, .recipe .post-meta strong {
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: normal;
}
.post-meta .spacer {
	display: inline-block;
	background: url(images/sprinkles-sm.png) no-repeat;
	background-size: 36px auto;
	width: 36px;
	height: 14px;
	margin: 0 10px;
	vertical-align: middle;
}
	.meta-bottom .spacer {
		display: block;
		margin: 15px auto;
	}
.meta-bottom {
	clear: both;
	margin: 25px 0 0;
	text-align: center;
	overflow: hidden;
}	
	.meta-bottom a, .meta-bottom strong {
		font-weight: bold;
	}
.meta-bottom .fa-comment {
	color: #ef396f;
	margin-right: 2px;
	font-size: 80%;
}

.meta-more {
	line-height: 20px;
}	
.post-cats {
	margin-top: 25px;
	margin-bottom: 10px;
}
.post-cats a {
	color: #9b9b9b;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
	padding: 3px 11px 2px;
	margin: 4px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}

	.post-cats a:hover {
		color: #ffffff;
		background-color: #02c1b9;
		text-decoration: none;
		
	}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #9b9b9b;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px;
	text-decoration: none;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #ef396f;
}

.breadcrumb {
	color: #9b9b9b;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
	.breadcrumb a {
		 color: #9b9b9b;
		 text-decoration: underline;
	}
	.breadcrumb a:hover {
		color: #ef396f;
		 text-decoration: underline;
	}

.alignleft {
	margin-right: 10px;
	float: left;
}

.alignright {
	margin-left: 10px;
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post blockquote {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 40px 0 40px;
	padding: 25px 45px;
	position: relative;
	font-size: 18px;
	line-height: 1.8;
	background-color: #f9f9f9;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
}
	
	.post blockquote em {
		font-style: normal;
	}

.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

.wp-caption p {
	color: #9b9b9b;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}

.post .pin-it-btn-wrapper {
	margin: 20px 0 0 !important;
	clear: both !important;
}


/* Inner Post */
.author-box {
	border: 1px solid #eeeeee;
	padding: 4%;
	margin-top: 30px;
}

.author-box h4 {
	font-size: 24px;
	margin: 0 0 10px;
	color: #313a76;
}
.author-box h4 a {
	text-decoration: none;
	color: #3f4042;
}
.author-box .avatar {
	width: 25%;
	float: right;
	margin: 0 0 10px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.author-box .post-meta {
	margin: 0;
}
.authorbox .more-link {
	font-size: 13px;
}
.author-box .social {
	width: 25%;
	clear: right;
	float: right;
	text-align: center;
	margin: 0 0 10px 10px;
	font-size: 11px;
	color: #9b9b9b;
	text-transform: uppercase;
	letter-spacing: .03em;
}
	.author-box .social a {
		color: #9b9b9b;
		font-size: 17px;
		padding: 2px 6px;
	}
		.author-box .social a .fa-twitter {
			color: #02c1b9;
		}
		.author-box .social a .fa-facebook {
			color: #313a76;
		}
		.author-box .social a .fa-pinterest-p {
			color: #ef396f;
		}
		.author-box .social a .fa-rss, .author-box .social a .fa-globe, .top-bar .social a .fa-instagram {
			color: #eec534;
		}
	
	.author-box .social a:hover {
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
	
.inner-post .subscribe {
	padding: 25px;
	border: 1px solid #eeeeee;
}


.inner-post .subscribe h3 {
	margin: 0
}




/*Next/prev Posts*/
.post-nav {
	font-size: 18px;
	line-height: 22px;
	font-family: "PlayFair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	margin: 25px 0 55px;
	overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #313a76;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #02c1b9;
		}

	.post-nav .nav-previous {
		float: left;
		width: 49%;
	}
		.post-nav .nav-previous i {
			float: left;
			margin-right: 12px;
		}
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 49%;
	}
		.post-nav .nav-next i {
			float: right;
			margin-left: 12px;
		}

	.post-nav em {
		display: block;
		font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-size: 10px;
		color: #9b9b9b;
		background-color: #ffffff;
		padding: 0;
	}



.related {
	overflow: hidden;
	
	margin-top: 50px;
	margin-bottom: 50px;
}
	.related h3 {
		margin: 5px 0 15px;
	}



/*!----Homepage Featured Styles----*/

.homepage-featured {
	margin: -40px 0 50px;
	background-color: #f7f7f7;
}
	.homepage-featured .wrap {
		
	}
	
.tabs {
	clear: both;
	width: 100%;
	display: block;
	padding: 30px 0 25px
}

/* Tab Content*/

.tab {
	display: none;
	overflow: hidden;
	padding: 0;
}

.tab.active {
	display: block;
}

.tab .item {
	width: 31.5%;
	float: left;
	position: relative;
	margin-right: 2.75%;
}

	.tab .item:nth-child(3n) {
		margin-right: 0;
	}

.tab .item img {
	width: 100%;
	height: auto;
}

.tab a {
	display: block;
	text-decoration: none;
}

.tab a h2 {
	color: #ffffff;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #313a76;
	background-color: rgba(27,37,89,.9);
	color: #ffffff;
	font-size: 36px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	font-family: Roboto;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
}

.tab a h2 .valign {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px;
}

.tab a:hover h2 {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
	
/*Tab Nav*/

.tab-nav {
	text-align: center;
	margin: 25px 0 0;
}

.tab-links {
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 0px auto 0;
	padding: 0;
	padding-left: 0 !important;
}

.tab-links li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
	list-style-type: none;
	position: relative;
	line-height: 21px;
	height: 21px;
}

.tab-links li:before {
	display: none !important;
}

.tab-links a {
	display: inline-block;
	text-decoration: none;
	padding: 3px 15px;
	margin: 0;
	display: inline-block;
	color: #9b9b9b;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.tab-links a:after {
	
}

.tab-links a:hover {
	color: #f03a70;
	text-decoration: none;
}

.tab-links li.active a, .tab-links li.active a:hover {
	background-color: #f03a70;
	color: #ffffff;
}

	.tab-links li.active:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #f03a70;
		border-width: 8px;
		margin-left: -8px;
	}

/*!----Homepage Styles----*/
	
/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 70px;
	margin-bottom: 50px;
}

.home-section {
	margin-bottom: 70px;
	overflow: hidden;
	clear: both;
}
	.home-section.ad {
		margin-bottom: 40px
	}
	.footer-widget {
		margin-bottom: 0;
	}
.home-section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.home-section h3.widget-title {
	margin-bottom: 20px;
	
}
		
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 22.5%;
	margin: 0 3.3333% 2% 0;
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.home-section .item:nth-child(4n) {
		margin-right: 0;
	}



.home-section .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.home-section.fivecolumns .item img {
		border-radius: 50%;
	}
.home-section .item h4 {
	margin: 12px 0 15px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.home-section a {
	text-decoration: none;
}

.home-section .item a {
	display: block;
	color: #272727;
}

.home-section .item a:hover, .home-section .item a:hover h4 {
	color: #e66674
}

.home-section .more {
	text-align: center;
	clear: both;
}
	.footer-widget .more {
		display: none;
	}

.home-section .more a.more-link {
	font-size: 14px;
	padding: 8px 25px 7px;
}
	
.home-section .more a.more-link em {
	display: none
}
	.home-section .more a.more-link:hover {
		
	}



/*!---------TEASER STYLES---------*/

.teaser-post {
	overflow: hidden;
	margin: 0 0 50px 0;
	text-align: left;
}
	.teaser-post.odd {
		
	}
	.teaser-post.even {
		
	}
.teaser-post a {
	text-decoration: none;
}
	.teaser-post a:hover {
		
	}
.teaser-post .post-image {
	position: relative;
	width: 50%;
	padding-right: 25px;
	float: left;
}
	.teaser-post .post-image img {
		display: block;
		width: 100% !important;
		height: auto;
	}
.teaser-post .post-caption {
   width: 60%;
   float: right;
}
.teaser-post h2 {
	margin: 10px 0;
}
.teaser-post .excerpt p {
	margin: 10px 0;
	text-align: center;
	font-size: 92%;
}
.teaser-post .more {
	margin: 0;
}
a.more-link {
	color: #ffffff;
	background-color: #f03a70;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	padding: 6px 15px 5px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}

a.more-link:hover {
	background-color: #02c1b9;
}


	
/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle {
	margin-top: 0;
	margin-bottom: 25px;
}

.archives {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden;
}

.archive-post {
	margin-right: 4.25%;
	margin-bottom: 35px;
	width: 30.5%;
	float: left;
	text-align: center;
}

.archive-post:nth-child(3n) {
	margin-right: 0;
}

.archive-post:nth-child(3n+1) {
	clear: both;
}

.shop .archive-post {
	width: 23.5%;
	margin-right: 2% !important;
	clear: none !important;
	float: left;
}

	.shop .archive-post:nth-child(4n) {
		margin-right: 0!important;
	}
	
	.shop .archive-post:nth-child(4n+1) {
		clear: both !important;
	}


.archive-post img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.archive-post a {
	text-decoration: none;
	display: block;
}

.archive-post a.post-edit-link {
	display: inline-block;
}

.archive-post .post-meta {
	margin: 0;
	font-size: 10px;
}

.archive-post h4 {
	margin: 10px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}

.archive-post .post-meta {
	margin-top: 10px;
	font-size: 9px;
}

.archive-post .post-meta:before, .archive-post .post-meta:after {
	display: none;
}

.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 5px !important;
}

.archiveslist li {
	margin: 0;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid;           /* Theoretically FF 20+ */
	break-inside: avoid-column;         /* IE 11 */
	display: table;                      /* Actually FF 20+ */
}

.archiveslist a:link {
	color: #4d4d4d;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #4d4d4d;
	text-decoration: none;
}

.archiveslist a:hover {
	color: #f03a70;
}

.archiveslist a:active {
	color: #f03a70;
}

.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}

.archiveslist ul li {
	font-size: 85%;
	font-style: italic;
	margin-left: 20px !important;
}

.subcats {
	margin-bottom: 20px;
}

.subcats h3, .subcats h4 {
	display: none
}

ul.subcategories {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

ul.subcategories li {
	display: inline-block;
	margin: 0 !important;
}

ul.subcategories ul li ul {
	margin: 0;
	padding: 0;
}

ul.subcategories ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.subcategories li:before {
	display: none;
}

ul.subcategories ul li a {
	color: #9b9b9b !important;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 2px 5px;
	border: 1px solid #f4f4f4;
}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #ef396f;
	color: #ffffff !important;
}

ul.subcategories ul li a.all {
	color: #ef396f !important;
	background-color: #ffffff;
}

ul.tagindex, .tagindex li {
	margin: 0 !important;
	padding: 0 !important;
}

.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}

.tagslist>li em {
	font-size: 90%;
	color: #9b9b9b;
	margin-left: 8px;
}

.tagindex li:before {
	display: none;
}

.tagindex a {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 20px;
	height: 22px;
	float: left;
	color: #9b9b9b;
	border: solid 1px #eeeeee;
}

.tagindex a:link {
	text-decoration: none;
}

.tagindex a:visited {
	text-decoration: none;
}

.tagindex a:active {
	text-decoration: none;
}

.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f03a70;
}

.tagtitle {
	margin-bottom: 5px;
	
	font-family: "Roboto";
}

.tagtitle a {
	text-decoration: none;
	text-transform: none;
}

.tagtitle em {
	color: #a6a5a5;
	font-family: "Roboto";
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-weight: normal;
	float: right;
}

.tagtitle em a {
	color: #a6a5a5;
	font-size: 11px;
}

.tagtitle a:hover {
	color: #424242;
}




/*!---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, a.smbutton {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	background-color: #ef396f;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-style: none;
}
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
	background-color: #5e5e5e;
}

.commentinput, .styledinput, .captchainput, #commentform input	{
	color: #696969;
	font-size: 13px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: solid 1px #696969;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #696969;
	font-size: 13px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #edeceb;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
}

.wpcf7-form .formfield {
	overflow: hidden;
}

.wpcf7-form p {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 400px;
	float: left;
}

.wpcf7-form .submit {
	margin-left: 120px;
	clear: both;
}

.search-form {
	width: 100%;
	max-width: 350px;
	border: 1px solid #edeceb;
	background-color: #ffffff;
	overflow: hidden;
}

.search-form .search-input {
	color: #696969;
	font-size: 18px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: 80%;
	height: 50px;
}
	.search-input::placeholder {
		color: #cacaca;
	}
.search-form .search-submit {
	color: #f03a70;
	background-color: #ffffff;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 16px;
	line-height: 47px;
	cursor: pointer;
	width: 20%;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	float: right;
}
	.search-form .search-submit i {
		font-size: 22px;
		line-height: 50px;
		font-weight: bold;
	}
.search-form .search-submit:hover {
	color: #02c1b9;
}



/*!---------FOOTER---------*/
.footer {
	clear: both;
	overflow: hidden;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #313a76;
	margin-top: 50px;
}
	.footer .wrap {
		background: url(images/sprinkles-footer.png) center bottom -20px no-repeat;
		background-size: 980px auto;
		padding: 1px 20px;
	}

.footer a {
	text-decoration: none;
	color: #313a76;
}
.footer a:hover {
	color: #ef396f;
	text-decoration: underline;
}

.footer-nav {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
}

.footer-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}

.footer-nav li.top a {
	font-weight: bold;
	color: #02c1b9;;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.footer .social {
	float: right;
	text-align: right;
}
	.footer .social a {
		font-size: 16px;
		padding: 2px 8px;
	}


.copyright {
	text-align: center;
	color: #9b9b9b;
	font-size: 12px;
	margin: 50px 0 20px;
	line-height: 1.6;
	clear: both;
}
	.copyright .logo a {
		 display: inline-block;
		 width: 85px;
		 height: 25px;
		 margin-bottom: 10px;
		 background: url(images/sprinkles-med.png) no-repeat;
		 background-size: 100% auto;
	}
	.copyright p {
		margin: 0;
	}
	.copyright strong {
	}
	.copyright em {
		
	}
	.copyright .credit {
		color: #cbc6c4;
	}
	


/*!---------COMMENTS---------*/

#comments, #pings			{
	margin-top: 5px }
#respond, #comments			   {
	margin-top: 65px }
#comment-list		   {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li		   {
	margin: 20px 0;
	padding: 25px;
	border: 1px solid #edeceb;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor		{
	background-color: #f4f4f4; }
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #9b9b9b;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	 }
	.comment-meta a {
		color: #9b9b9b;
	}
.comment-meta strong		   {
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a			  {
	color: #323232;
	text-decoration: underline }
.comment-meta a:hover		  {
	color: #ef396f;
	text-decoration: underline }


#comment-list .avatar	 {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 10px 10px; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label	{ }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #9b9b9b;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #9b9b9b;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #ef396f;
	font-weight: bold;
	background-color: #fff }
.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none }
.comment-nav a:hover {
	color: #fff;
	background-color: #ef396f }
.comment-nav .alignright a {
	color: #9b9b9b;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #ef396f;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a		 {
	color: #ef396f;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a		 {
	color: #ef396f;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover	  {
	color: #ef396f;
	text-decoration: underline }

/*!---------PAGE NUMBERS---------*/

.pagination {
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	text-align: center;
	text-transform: lowercase;
	font-size: 13px;
	margin: 20px 0 0;
	overflow: hidden;
}

.pagination .page-numbers {
	color: #9b9b9b;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
}
	.pagination span.page-numbers.current {
		 color: #ef396f;
		 font-weight: bold;
	}
	.pagination span.page-numbers.dots {
		 border: none;	}
.pagination a.page-numbers:hover {
	color: #ef396f;
}

/*!---------MAIN DROPDOWN MENU---------*/

#main {
	clear: both;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 13px;
	line-height: 50px;
	display: block;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 40px;
}

#main ul.mainmenu {
	display: block;
	width: 100%;
	padding: 0 40px
}

#main li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
	
#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #313a76;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main li a:hover, #main li:hover a {
	color: #ffffff;
	background-color: #313a76;
}


/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 5px 10px;
	line-height: 1.4;
	background-color: #313a76;
	text-align: left;
	z-index: 2001;
	width: 200px;
}

#main ul ul li {
	float: none;
	margin: 0;
	border-top: 1px solid rgba(255,255,255,.1);
	display: block;
	width: 100%;
}
	#main ul ul li:first-child {
		border-top: none;
	}
	#main ul ul li:last-child {
	}

#main li li a {
	display: block;
	color: #ffffff !important;
	margin: 0;
	background-color: transparent;
	padding: 8px;
	border: none;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	#main li li.bold a {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		font-size: 12px;
		color: #eec534 !important
	}
	
	#main li li a:hover, #main li li:hover>a {
		color: #ef396f !important;
		font-weight: bold;
	}
	
#main ul li:hover > ul {
	display: block;
}


/*! Show indicator for menu items with children */
#main ul li.menu-item-has-children>a:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 0 -4px 0 4px;
	font-size: 80%;
	display: none;
}

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline;
	margin: 2px 0px 0 0;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	left: 190px;
	top: -5px;
	margin: 0;
	background-color: #464e84 !important
}
	#main ul ul li ul a {
		background-color: #464e84 !important;
	}	
#main ul ul li ul:before {
	display: none;
}

#main ul ul ul:after {
	display: none
}


/*Social*/

#main li.social {
	float: right;
	height: 50px !important;
}
#main li.social a {
	font-weight: normal;
	font-size: 17px;
	color: #313a76;
	background-color: transparent !important;
	padding: 0 5px;
	line-height: 50px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	#main li.social a.social-twitter {
		color: #02c1b9;
	}
	#main li.social a.social-facebook {
		color: #313a76;
	}
	#main li.social a.social-pinterest {
		color: #ef396f;
	}
	#main li.social a.social-rss {
		color: #eec534;
	}
	#main li.social a.social-instagram {
		color: #eec534;
	}
	

	#main li.social a:hover {
		opacity: 0.6; 
	}
	
	
	
/* Create custom recipe card */

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

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 1px solid #f3f3f3;
	padding: 0 !important;
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.6;
		color: #4d4d4d;
	}
	
/*Header*/
.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #f7f7f7;
}
	
.mv-create-card .mv-create-wrapper .mv-create-description p {
	margin-top: 20px;
	line-height: 1.7;
	font-size: 105%;
}


.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.1;
	margin: 25px 0 10px;
}

.mv-create-card .mv-create-wrapper h3.mv-create-title-secondary {
	font-weight: bold !important;
	margin-top: 0;
	color: #313a76;
}
	.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 h4 {
	font-family: Roboto;
	color: #4d4d4d;
	font-size: 16px !important;
}

/*Times & Meta*/
.mv-create-card .mv-create-wrapper .mv-create-yield {
	
}
.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 10px 0;
	opacity: 1.0;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.4;
	color: #9b9b9b
}
.mv-create-card .mv-create-wrapper .mv-create-time-format {
	font-size: 11px;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	opacity: 1.0;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-times .mv-create-time:first-of-type {
		padding-left: 0;
	}
.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
}
.mv-create-card .mv-create-wrapper .mv-create-time-label {
	font-style: italic;
	opacity: 1.0
}

/*Ingredients & Instructions*/

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul, .mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-card .mv-create-wrapper .mv-create-notes ul li {
	margin: 0 0 3px 15px;
	padding: 0;
	list-style-type: none;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	    color: #ef396f;
	    content: '\2022';
	    margin: 0 6px 0 -10px;
	    font-weight: bold;
		display: inline-block;
	}
	.mv-create-card .mv-create-wrapper .mv-create-notes ul li:before {
	    color: #ef396f;
	    content: '*';
	    margin: 0 6px 0 -10px;
	    font-size: 12px;
		display: inline-block;
	}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}

/*Ratings*/
.mv-create-card .mv-create-wrapper .mv-create-reviews {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5;
	opacity: 1.0;
	color: #9b9b9b;
}


/*Notes*/
.mv-create-card .mv-create-wrapper .mv-create-notes {
	border-top: 1px solid #eeeeee;
}
	.mv-create-card .mv-create-wrapper .mv-create-notes h3 {
		margin-top: 15px !important;
	}
	.mv-create-card .mv-create-wrapper .mv-create-notes:before {
		display: none;
	}
.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	font-style: italic;
}

/*Nutrition*/

.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 20px 0 0;
	line-height: 1.4;
	color: #9b9b9b;
}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
		opacity: 1.0;
	}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-box {
	background-color: #f5f3f3;
	padding: 20px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-label {
	text-transform: uppercase;
	letter-spacing: .05em;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 87%;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-uppercase {
	font-weight: bold;
}
.mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition h6 {
	font-weight: bold;
	margin: 0;
}

/*Buttons*/
.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Roboto";
	letter-spacing: .1em;
	font-weight: bold !important;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto 35px;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #02c1b9;
	border: none;
}

	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
	 	background-color: #ef396f;
	 	cursor: pointer;
	}

.mv-create-card .mv-create-wrapper .mv-create-pin-button {
	border: none;
	width: 50px !important;
	height: 50px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	background-color: #ef396f !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #02c1b9 !important;
	 	cursor: pointer;	 	
	}
.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

/*Footer*/
.mv-create-footer-flexbox, .mv-create-footer-flexbox .mv-create-copy, .mv-create-footer-flexbox .mv-create-wrapper .mv-create-categories {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em !important;
	color: #ADADAD;
	opacity: 1.0 !important;
}
	.mv-create-footer-flexbox * {
		opacity: 1.0 !important;
		color: #ADADAD !important;
		letter-spacing: .15em !important;
	}
	.mv-create-footer-flexbox .mv-create-strong {
		font-weight: normal;
		letter-spacing: .15em;
	}


/*JTR button*/
.mv-create-jtr-wrapper {
	margin: 10px 0
}
.mv-create-jtr-wrapper a.mv-create-jtr {
	color: #9b9b9b;
	font-size: 10px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 8px;
	border: 1px solid #edeceb;
	display: inline-block !important
}
	.mv-create-jtr-wrapper a.mv-create-jtr svg {
		display: none
	}
	.mv-create-jtr-wrapper a.mv-create-jtr:before {
		content: "\f063";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
	}
	.mv-create-jtr-wrapper a.mv-create-jtr:hover {
		background-color: #f03a70;
		color: #ffffff;
		border-color: #f03a70;
	}

/*Mobile*/

@media ( min-width : 800px ) and ( max-width : 871px ), ( max-width : 500px ) {
	
}

@media ( max-width : 800px ) {
	
}


/*Print View*/
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0;
}

.mv-create-print-view .mv-create-image-container {
	
}

.mv-create-print-view .recipe-ps {
	display: none !important;
	visibility: hidden;
}

.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;
}

