.cooked-rating-stars > .cooked-rating-star, .cooked-rating-stars > .cooked-rating-star:hover {
    color: #fdaf09;
}
.list-recipes .cooked-recipe-card {
    margin: 0 1.5% 3%;
}
.list-recipes .basil-recipes-content {
    font-size: 1.2rem;
    color: #ffffff;
    margin: 0 0 calc(40px - 3%);
}
.cooked-recipe-grid {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 3% -1.5%;
    width: 103%;
    display: flex;
    flex-wrap: wrap;
}
.list-recipes .title-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.list-recipes .title-container .title 
{
    font-size: 1.75rem;
    color: #31373A;
	    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.title-container .bx-button
{
	white-space:nowrap;
}
/* .list-recipes
{
    padding: 40px 0 calc(40px - 1%);
} */
.cooked-browse-search-button
{
    background: #16a780;
}
.cooked-browse-select
{
    background-color: #16a780 !important;
}
.cooked-field-title
{
    color:white !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.old-recipe-archive #cooked-recipe-list-1,
.old-recipe-archive .cooked-pages-load-wrap
{
    display: none !important;
}

   @media screen and ( max-width: 750px ) {
                .cooked-recipe-search .cooked-fields-wrap > .cooked-browse-search {
                    width: 100%;
                    max-width: 100%;
                    border-right: 1px solid rgba(0,0,0,.15);
                    margin: 2% 0;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-1-search-fields .cooked-browse-select-block {
                    width: 100%;
                    left: 0;
                }

                .cooked-recipe-search .cooked-fields-wrap > .cooked-field-wrap-select {
                    display: block;
                    width: 100%;
                }

                .cooked-recipe-search .cooked-sortby-wrap {
                    display: block;
                    position: relative;
                    width: 68%;
                    right: auto;
                    top: auto;
                    float: left;
                    margin: 0;
                }

                .cooked-recipe-search .cooked-sortby-wrap > select {
                    position: absolute;
                    width: 100%;
                    border: 1px solid rgba(0,0,0,.15);
                }

                .cooked-recipe-search .cooked-browse-search-button {
                    width: 30%;
                    right: auto;
                    position: relative;
                    display: block;
                    float: right;
                }

                .cooked-recipe-search .cooked-browse-select-block {
                    top: 3rem;
                    left: -1px;
                    width: calc( 100% + 2px ) !important;
                    border-radius: 0 0 10px 10px;
                    max-height: 16rem;
                    overflow: auto;
                    transform: translate3d(0,-1px,0);
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-1-search-fields .cooked-browse-select-block {
                    width: 100%;
                    padding: 1.5rem;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-2-search-fields .cooked-browse-select-block {
                    width: 100%;
                    padding: 1.5rem;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-3-search-fields .cooked-browse-select-block {
                    width: 100%;
                    padding: 1.5rem;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-4-search-fields .cooked-browse-select-block {
                    width: 100%;
                    padding: 1.5rem;
                }

                .cooked-recipe-search .cooked-browse-select-block {
                    flex-wrap: wrap;
                    max-height: 20rem;
                }

                .cooked-recipe-search .cooked-browse-select-block .cooked-tax-column {
                    width: 100%;
                    min-width: 100%;
                    padding: 0 0 1.5rem;
                }

                .cooked-recipe-search .cooked-browse-select-block .cooked-tax-column > div {
                    max-height: none;
                }

                .cooked-recipe-search .cooked-browse-select-block .cooked-tax-column:last-child {
                    padding: 0;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-1-search-fields .cooked-browse-select-block .cooked-tax-column {
                    width: 100%;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-2-search-fields .cooked-browse-select-block .cooked-tax-column {
                    width: 100%;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-3-search-fields .cooked-browse-select-block .cooked-tax-column {
                    width: 100%;
                }

                .cooked-recipe-search .cooked-fields-wrap.cooked-4-search-fields .cooked-browse-select-block .cooked-tax-column {
                    width: 100%;
                }
	   .cooked-recipe-search .cooked-fields-wrap
	   {
		   padding:0px;
		   display:block;
	   }
}