.recipe-page #isotope-list {
    margin: 0 auto;
}

.recipe-page .filter-select {
    position: relative;
    height: 80px;
    margin: 50px auto;
    width: 650px;
    z-index: 3;
}

.recipe-page .filter-select a:focus {
    outline: 0;
}

.recipe-page .filter-select h2 {
    vertical-align: middle;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
	font-weight: 600;
    margin: 0 10px 0 0;
}

.recipe-page ul#filters {
    border: 2px solid #000;
    background: #fff;
    width: 215px;
    height: 40px;
    line-height: 37px;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0 10px;
    list-style: none;
    vertical-align: middle;
    overflow: hidden;
    font-size: 22px;
}

.recipe-page ul#filters.open {
	height: initial;
}

.recipe-page ul#filters li:hover a {
	color: #d7cd5c;
}

.recipe-page ul#filters .toggle {
    float: right;
    width: 35px;
    padding-top: 3px;
}

.recipe-page ul#filters a {
	color: #000;
	text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.recipe-page #isotope-list {
	z-index: 2;
	width: 1062px;
	max-width: 100%;
}

.recipe-page #isotope-list .recipe-item {
    width: 30%;
    display: inline-block;
    text-align: center;
	padding: 0;
    margin: 0 0 60px;
    min-height: 550px;
    height: 550px;
    vertical-align: top;
}

.recipe-page #isotope-list .recipe-item .contents {
	border: 1px solid #000;
}

.recipe-item a {
    text-decoration: none;
}

.recipe-item .recipe-img {
	display: block;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	text-align: center;
    min-height: 300px;
}

.recipe-item h2,
.recipe-item p, 
.recipe-page ul#filters a {
    font-family: 'montserrat', sans-serif;
    letter-spacing: 2px;
}

.recipe-item h2,
.recipe-item p {
	padding: 0 15px !important;
}

.recipe-item h2,
.recipe-item a h2 {
    font-size: 18px !important;
    text-transform: uppercase;
}

.recipe-item a:hover,
.recipe-item a:hover h2 {
    color: #F3D64A;
}

.recipe-item p {
    margin: 0 0 10px;
	text-transform: lowercase;
}

.recipe-item h2, 
.recipe-item p {
	white-space: normal;
}

.recipe-item .line {
	height: 1px;
	background-color: #000;
	width: 20%;
	max-width: 200px;
    margin: 0 auto 20px;
}

.recipe-item .tags {
    margin-bottom: 20px;
    padding: 0 10px;
}

.tags a {
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.tags a:hover {
    color: #F3D64A;
}

.tags span {
    color: #eee;
}

.recipe-item .view.button {
	background: #000;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
    text-transform: uppercase;
    width: 100px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto -26px;
}

.recipe-item .view.button:hover {
	background: #d7cd5c;
	color: #fff;
}



@media (max-width: 768px) {

    .recipe-page {
        margin-top: -40px;
    }

    .recipe-page #isotope-list .recipe-item {
        display: block;
        width: 100%;
        max-width: 460px;
        margin: 0 auto 40px !important;
        height: auto;
        min-height: initial;
    }

    .recipe-page #isotope-list .recipe-item .recipe-img {
        min-height: 510px;
    }

    .recipe-page #isotope-list {
        max-width: 460px;
    }

    .recipe-page .filter-select {
        width: 100%;
    }

}

@media (max-width: 500px) {

    .recipe-page #isotope-list .recipe-item .recipe-img {
        min-height: 420px;
    }

    .recipe-page #isotope-list {
        max-width: 320px;
    }

    .recipe-page .filter-select h2 {
        padding: 0 10px;
    }

}


