.search-results .button,
.category .button{
    color: #fff;
}
.search-results .entry-image-link,
.category .entry-image-link{
	width: auto;
	margin: 0 22px 22px 0;
}
.search-results .entry-meta-data,
.category .entry-meta-data{
    margin-bottom: 20px;
}
.search-results .post-type-heading {
	margin-bottom: 20px;
}
.single-cat-list-image {
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
@media only screen and (min-width: 600px) {
	.single-cat-list-image {
		display: flex;
	}
}
.single-cat-list-image .cat-image{
	max-width: 150px;
	margin-right: 10px;
	width:100%;
}
.single-cat-list-image a{
	margin-top: 0;
	line-height: 1;
	font-size: 16px;
	color: #010101;
	text-decoration: none;
}
.single-cat-list-image .cat-image img {
	max-height: 100px;
}
.single-cat-list-image{
	line-height: 1.5;
}
.home #genesis-content h2.entry-title {
	margin: 0;
	font-size: 22px;
}
.home #genesis-content .entry-image-link {
	float: left;
	width: 200px;
	margin-right: 15px;
	height: 200px;
	overflow: hidden;
}
.home #genesis-content .entry-image-link img{
	margin: 0;
	height: 100%;
	width: 100%;
	max-width: initial;
	object-fit: cover;
}
.home.ie #genesis-content .entry-image-link img{
	width: auto;
}
.home #genesis-content .entry-content{
	float: left;
	width: 70%;
	font-size: 14px;
	line-height: 1.5;
}
.home #genesis-content .entry-footer {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.home #genesis-content a.more-link {
	float: left;
	margin: 10px 15px 0 0;
	display: block;
}
.home #genesis-content .entry-title-link {
	color: #010101;
	text-decoration: none;
}
@media only screen and (max-width: 796px) {
	.home #genesis-content .entry-image-link,
	.home #genesis-content .entry-content {
    float: left;
    width: 100%;
	}
	.home #genesis-content .entry-image-link{
		margin: 0 0 15px 0;
	}
	.home #genesis-content a.more-link {
		margin-bottom: 15px;
	}
}
/* .entry-content p br{
	margin-bottom:10px;
}*/