.recipe-hub-sort-wrap label {
	color: #282928;
	text-align: center;
	font-family: "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.recipe-hub-sort-wrap select,
.recipe-hub-sort-wrap select option {
	color: #282928;
	font-family: "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.recipe-hub-sort-wrap select {
	border: 1px solid #282928;
	border-radius: 50px;
	background: transparent no-repeat calc(100% - 1rem) center url('../assets/img/select-arrow.png') !important;
	min-width: 178px;
	min-height: 34px;
	text-transform: uppercase;
	display: inline-flex;
	padding-left: 1.5rem;
	font-size: 14px;
	line-height: 1;
	padding-right: 1.5rem;
	-webkit-appearance: none;  /* Chrome, Safari, Opera */
    -moz-appearance: none;     /* Firefox */
    appearance: none;
    margin-left:1rem;
	height:40px;
	align-items:center;
	padding-top:0;
}

.recipe-hub-search-wrap input {
    border: 1px solid #282928 !important;
	border-radius: 50px !important;
	background: transparent no-repeat calc(100% - 1.5rem) center url('../assets/img/icon-search.png') !important;
	width: 100% !important;
	min-height: 40px !important;
	display: flex !important;
	padding-left: 1.5rem !important;
	font-size: 14px !important;
	line-height: 1 !important;
	padding-right: 3.5rem !important;
	border-radius: 50px !important;
	color: #333 !important;
	text-transform: uppercase !important;
}

/* Posts */
.recipe-hub-categories-wrap {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
	max-width: 966px;
	margin: 0 auto;
	margin-top: 6rem;
}

.recipe-hub-categories-wrap li {
    list-style-type:none;
    color: #282928;
    text-align: center;
    font-family: "Nimbus Sans L";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.recipe-hub-categories-wrap li a {
    color: #282928;
    display: flex;
    border: 1px solid #282928;
    border-radius: 50px;
    padding: 0rem 3rem;
    line-height: 1;
    margin: 0.75rem;
	align-items:center;
	height:40px;
}

.recipe-hub-categories-wrap li a:hover {
    color: #DD4124;
    border-color: #DD4124;
}

.recipe-hub-categories-wrap li a.active {
	background-color: #DD4124;
	border-color:#DD4124;
	color:#fff;
}

.recipe-hub-load-more-wrap a {
	display: inline-flex;
	color: #282928 !important;
	text-align: center;
	font-family: "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #282928;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 0.75rem 2.5rem;
}

.recipe-hub-load-more-wrap {
	text-align: center;
	margin-top: 8rem;
}

.recipe-hub-load-more-wrap a:hover {
	color: #fff !important;
	border-color: #282928 !important;
	background: #282928 !important;
}

/* Posts */
html body .recipe-hub-post-row {
	border-top: 1px solid rgba(0, 0, 0, 0.20);
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	display: flex;
	align-items: center;
	padding: 0 6rem;
	margin-bottom: 6rem;
}

html body .recipe-hub-post-img img {
	width: 191px;
	height: 400px;
	object-fit: cover;
}

html body .recipe-hub-post-title {
	color: #282928;
	font-family: "Nimbus Sans L";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	margin: 0;
	line-height:1.2;
	margin-bottom:2rem;
}

html body .recipe-hub-post-cat {
	margin:0;
	padding:0;
	display:flex;
	flex-flow:row wrap;
}

html body .recipe-hub-post-cat  li {
	list-style-type: none;
	text-decoration: underline;
	margin-right: 0.5rem;
	
	color: #282928;
	font-family: "Nimbus Sans L";
	font-size: 10px;
	font-weight: 400;
}

html body .recipe-hub-post-cat  li::after {
	content:',';
}

html body .recipe-hub-post-cat li:nth-last-of-type(2)::after {
	content:'';
}

html body .recipe-hub-post-cat li:nth-last-of-type(2) {
	margin-right:0;
}

html body .recipe-hub-post-cat .recipe-hub-post-date {
	text-decoration: none;
	margin-left: 0.5rem;
}

html body .recipe-hub-post-cat .recipe-hub-post-date::after {
	content:'';
}

html body .recipe-hub-post-content * {
	color: #282928;
	font-family: "Nimbus Sans L";
	font-size: 15px;
	font-weight: 400;
}

html body .recipe-hub-post-btn-wrap a {
	color: #282928;
	text-align: center;
	font-family: "Nimbus Sans L";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-height: 34px;
	min-width: 178px;
	border: 1px solid #282928;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 0.75rem 2rem;
}

html body .recipe-hub-post-btn-wrap a:hover {
	background: #282928;
	color:#fff;
}

.recipe-hub-post-img {
	flex:0 0 191px;
}

.recipe-hub-post-content {
	margin-top:2rem;
}

.recipe-hub-post-btn-wrap {
	margin-top:2rem;
}

.recipe-hub-post-info {
	margin-top:0.5rem;
}

.recipe-hub-posts-wrap {
	max-width:866px;
	margin:0 auto;
	margin-top:4rem;
}

.recipe-hub-post-content-wrap {
	padding-left: 8rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.recipe-hub-sort-wrap {
	max-width: 866px;
	margin: 0 auto;
	text-align: right;
	margin-top: 6rem;
}

.recipe-hub-search-wrap {
	max-width:664px;
	margin:0 auto;
}

@media (max-width:600px) {
	html body .recipe-hub-post-img img {
		height:300px;
	}
	
	html body .recipe-hub-categories-wrap li a {
		font-size: 10px !important;
		line-height: 1.2;
		min-height: 1px;
		padding-top: 1rem;
		height: auto;
		padding-bottom: 1rem;
		padding: 1rem;
	}
	
	.recipe-hub-categories-wrap li {
		max-width: unset !important;
		flex: 0 0 auto !important;
		text-align: center;
		justify-content: center;
		display: flex;
	}
}
/* END 600px */