button.simplefavorite-button {
    border: 0px;
    background: none;
	  margin-left: -12px !important;
}

button.simplefavorite-button i {
    font-size: 48px;
	  color: #e88a8c !important;
	  vertical-align: middle;
}


.nav--is-open .c-navbar__content {
    background-color: #FEAFB0;
}

.entry-content blockquote, .edit-post-visual-editor[class][class] blockquote {
    border-color: #b4ef71;
}

.newsletter-form-container {
		display:flex;	
}

.newsletter-form-submit {
	margin-left:4px;
	width:140px;
	height:auto
}

.slick-dots .slick-active {
    color: #e88a8c;
}

.simplefavorites-user-count {
    background: #F1FFE1;
    padding-top: 4px;
	  margin-top:-4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
	  color: #000 !important;
}

.jetpack-recipe-ingredients .first-word {
    font-size: 22px !important;
}

.jetpack-recipe-ingredients li {
		font-size:18px !important;	
}

.entry-content .cats {
    display: none;
}

.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n):not(.widget_promo_box--dark):not(.dark):not(.featured-posts-cards--mobile) {
	background:#fff;
}

p.comment-form-comment label {
    display: none;
}

.social-align-center {
	padding-top:0px !important;
	margin-top:-48px !important;
	text-align:center;
}

.social-align-center .widget__title{
  display:none;	
}

.subscribe-post-article {
	padding-top:0px !important;
}

.c-reading-bar__label-social {
	display:none;
}

.main-purpose-container {
	text-align:center;
}

.main-purpose {
	font-weight: normal;
  max-width: 350px;
  text-align: center;
  margin: auto;
  background: white;
  border-radius: 100px;
}

.jetpack-recipe-print {
    display: none;
}

@media screen and (max-width: 700px) {
	.single .single-header .entry-thumbnail {
			float: none;
			max-width: 130%;
			margin-left: -22px;
		  margin-right: -22px;
	}
	
	.single.has-sidebar.entry-image--landscape .entry-thumbnail {
    padding-right: 0;
    max-width: 130%;
    margin-left: -22px;
    margin-right: -22px;
  }
	
	.newsletter-form-container {
		display:block !important;	
	}
	
	.newsletter-form-submit {
		margin-left: 0px !important;
    margin-top: 8px !important;
    width: 100% !important;
	}
	
	.zfav.fav-img {
    height: 0px;
  }
	
	div.jetpack-recipe .jetpack-recipe-meta > li strong:not(:last-child) {
    margin-bottom: 0 !important;
  }
	
	.cc-window {
		padding-bottom:40px !important;
	}
	
	.slick-dots {
		display:none !important;
	}
	
	.what-we-are {
		margin-top:-32px;
	}
	
	.main-purpose-container {
	  text-align:center;
	  background-color: #fff;
	}

}