.single-recipes #recipe-wrapper {
	margin-top: 50px;
}
.single-recipes #recipe-wrapper aside {
	float: right;
	width: 300px;
}
	.single-recipes #recipe-wrapper aside .post-thumbnail img {
		max-width: 100%;
		margin-bottom: 20px;
	}
.single-recipes #recipe-wrapper article {
	width: 700px;
}
	/*.recipe-container .recipe-table {
		margin-bottom: 50px;
		width: auto;
		min-width: 400px;
	}
	.recipe-container .recipe-table th,
	.recipe-container .recipe-table td {
		border-bottom: 1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
		vertical-align: top;
		text-align: left;
	}
	.recipe-container .recipe-table td.borderless {
		border: none;
	}*/
	.recipe-container .float-left {
		float: left;
	}
	.recipe-container .float-right {
		float: right;
	}
.recipe-container .recipe-table a {
	color: #3af;
	border: none;
	text-decoration: none;
}
.recipe-container .recipe-table a:hover {
	text-decoration: underline;
}
.recipe-container .recipe-table a:hover span {
	text-decoration: none;
}
.recipe-loop-container {
	display: block;
}


.home #recipe-index-wrapper,
.recipe-category-block,
.post-type-archive-recipes #recipe-index-wrapper {
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
.home #recipe-index-wrapper aside,
.post-type-archive-recipes #recipe-index-wrapper aside {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.home #recipe-index-wrapper article.recipe,
.recipe-category-block article.recipe,
.post-type-archive-recipes #recipe-index-wrapper article.recipe {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
	.home #recipe-index-wrapper article.recipe .post-thumbnail,
	.recipe-category-block article.recipe .post-thumbnail,
	.post-type-archive-recipes #recipe-index-wrapper article.recipe .post-thumbnail {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
.home #recipe-index-wrapper article.recipe h4,
.recipe-category-block article.recipe h4,
.post-type-archive-recipes #recipe-index-wrapper article.recipe h4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	font-size: 14px;
	margin: 0;
	display: table;
	background: rgba(0,0,0,0.5);
	/* background: rgba(0,0,0,0.25); */

	filter: alpha(opacity=0);
	opacity: 0;
	-o-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0.2, 0.5, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.5, 0.2, 0.5, 1) 0s;
	-ms-transition: all 0.2s cubic-bezier(0.5, 0.2, 0.5, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0.5, 0.2, 0.5, 1) 0s;
	transition: all 0.2s cubic-bezier(0.5, 0.2, 0.5, 1) 0s;
}
.home #recipe-index-wrapper article.recipe:hover h4,
.recipe-category-block article.recipe:hover h4,
.post-type-archive-recipes #recipe-index-wrapper article.recipe:hover h4 {
    filter: alpha(opacity=100);
    opacity: 1;
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.home #recipe-index-wrapper article.recipe h4 a,
.recipe-category-block article.recipe h4 a,
.post-type-archive-recipes #recipe-index-wrapper article.recipe h4 a {
	color: #fff;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.home #recipe-index-wrapper article.recipe:hover h4 a:hover,
.recipe-category-block article.recipe h4 a:hover,
.post-type-archive-recipes #recipe-index-wrapper article.recipe:hover h4 a:hover {
	text-decoration: none;
}

#recipe-index-wrapper article.recipe div.excerpt {
	display: none;
}

#recipe-index-wrapper {
	display: table;
}
#recipe-index-wrapper > aside,
#recipe-index-wrapper > .recipe-loop-container {
	display: table-cell;
	vertical-align: top;
}

#search-category ul,
#search-category ul li {
	list-style-type: none;
}

.recipe-category-block .recipe-more {
	display: block;
	clear: both;
	text-align: center;
	padding: 20px;
}

.home #top-three-posts-wrapper {
	margin-top: 50px;
}


.recipe-fullwidth-container {
	/*margin-top: 50px;*/
	padding: 50px;
}
.recipe-fullwidth-container .recipe-grid-filters {
	background: #fff;
}
.recipe-fullwidth-container .recipe-grid-filters input[type=text] {
	background: #eaeaea;
}

.recipe-grid-filters .filter-heading {
	margin-bottom: 5px;
}
.recipe-grid-filters .searchform {
	margin-bottom: 15px;
}


#recipe-index-wrapper .recipe-grid-search-container {
	background: #e0d4d4;
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
    padding-left: 8px;
    border-radius: 4px;
	display: none; /* Default off, optional */
}
.recipe-grid-search-container {
	margin-bottom: 20px;
}
	.recipe-grid-search-container span.search-heading {
		font-size: 115%;
	}
	.recipe-grid-search-container form.searchform.inline {
		display: inline-block;
	}

.recipe-grid-filters input[type=radio].default-checked.hidden {
	display: none !important;
}

.recipe-grid-filters ul,
.recipe-grid-filters ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	.recipe-grid-filters ul li input[type=radio] {
		-webkit-appearance: checkbox; /* Chrome, Safari, Opera */
		-moz-appearance: checkbox;    /* Firefox */
		-ms-appearance: checkbox;     /* not currently supported */
	}
	.recipe-grid-filters ul li label {
		font-weight: normal;
	}
	.recipe-grid-filters > ul > li > label::after {
		/* content: ":"; */
	}
	.recipe-grid-filters > ul > li ul {
		padding-left: 15px;
	}
	.recipe-grid-filters input[name="filter_categories"][type="radio"] {
		/* display: none; */
	}
	.recipe-grid-filters input[name="search"] + button,
	.recipe-grid-filters input[name="i"] + button {
		display: none;
	}

	.recipe-grid-filters .wf-checkbox.check {
		line-height: 1 !important;
	}
	.recipe-grid-filters .wf-checkbox.check ~ label {
		display: inline-block;
	}

	ul.filter-categories, ul.filter-other {
		margin-left: 0 !important;
	}
	ul.filter-categories, ul.filter-categories li,
	ul.filter-other, ul.filter-other li {
		list-style-type: none !important;
	}

.recipe-fullwidth-container h2.entry-title {
	text-align: left;
	padding: 0;
}
label.screen-reader-text {
	display: none;
}

.recipe-grid-pagination {
	text-align: center;
}

.simple-recipe-pro.recipe-container {
	clear: both;
	margin-bottom: 30px;
}

.simple-recipe-pro.recipe-container .recipe-shareicons-wrap {
	line-height: 1;
}
.simple-recipe-pro.recipe-container .recipe-shareicons-wrap > a {
	text-decoration: none;
	border: none;
	display: inline-block;
	box-shadow: none;
}
.simple-recipe-pro.recipe-container .recipe-shareicons-wrap a img {
	width: 32px;
	height: 32px;
	margin-right: 5px;
}
	.simple-recipe-pro .recipe-thumbnail img {
		min-width: 100%;
	}

.recipe-loop-container #not-found {
	display: none;
	text-align: center;
	padding: 0 40px;
}

.recipe-loop-container #grid-more a.loading {
	background-color: #fff !important;
}

.srp-print-page .sumome-share-client-wrapper, .srp-print-page > a[title="Sumo"] {
    display: none !important;
    visibility: hidden !important;
}

/**
 * Global recipe card styles
 */
.simple-recipe-pro.recipe-container {
	padding: 20px;
}
.simple-recipe-pro.recipe-container li {
	list-style-position: inside;
}