#content ul#recipes , #homeSidebar ul#recipes {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
	#content ul#recipes:after, #homeSidebar ul#recipes:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#homeSidebar ul#recipes li {
		list-style: none;
		float: left;
		overflow: hidden;
		height: 190px;
		width: 100%;
		text-align: center;
		vertical-align: top;
		margin: 5px;
		padding: 22px;
		position: relative;
		background-color: #F0F8E4;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		box-shadow: 2px 2px 2px #CCC;
	}
	#content ul#recipes li {
		list-style: none;
		float: left;
		overflow: hidden;
		height: auto;
		width: 31%;
		text-align: center;
		vertical-align: top;
		margin: 5px;
		padding: 22px;
		position: relative;
		background-color: #F0F8E4;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		box-shadow: 2px 2px 2px #CCC;
	}
		#content ul#recipes li img,
		#homeSidebar ul#recipes li img {
			display: block;
			margin-bottom: 5px;
			height: auto;
    		width: 100%;
		}
		#content ul#recipes li.hvr , #homeSidebar ul#recipes li.hvr {
			background-color: #DCE7C8;
		}
		#content ul#recipes li a.recipe-title:link,
		#content ul#recipes li a.recipe-title:visited,
		#content ul#recipes li a.recipe-title:hover {
			text-decoration: none;    
			line-height: 135%;
    		display: block;
		}
#content #no-recipes {
	display: none;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	color: #1982D1;
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

@media (max-width: 767px) {

	#content ul#recipes li {
		width: 47%;
	}
}

@media (max-width: 480px) {

	#content ul#recipes li {
		width: 98%;
		margin: 5px 0;
	}
}