.hjs-blog .content,
.hjs-blog .properties-wrap {
	background: none;
	box-shadow: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.hjs-blog .content > * {
	width: 100%;
}
.hjs-blog .content .entry {
	margin-bottom: 40px;
	width: 31.8518518519%;
	float: left;
	margin: 0 0 2.222% 2.222%;
	background: #fff;
	box-shadow: 1px 9px 15px 1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}
.hjs-blog .properties-wrap .entry {
    width: 48.5%!important;
	margin-left: 3%!important;
}
.hjs-blog .properties-wrap .entry:nth-of-type(2n+1) {
    margin-left: 0!important;
}
.hjs-blog .content .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.hjs-blog .category-links-wrap {
    text-align: center;
	background: #f4f4f4;
}
.hjs-blog .content .entry .entry-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hjs-blog .site-inner {
	min-height: 1000px;
}

.hjs-blog .content .entry img {
	margin: 0 0;
	float: none;
	display: block;
	width: 100%;
}
.hjs-blog .entry .embed-container {
    margin-bottom: 0;
}
.hjs-blog .content .entry .entry-header {
	clear: both;
	padding: 0 20px;
	margin-bottom: 10px;
    margin-top: 20px;
}
.hjs-blog .content .entry .entry-content {
	clear: both;
	padding: 0 20px 30px;
	text-align: center;
}
.hjs-blog .content .entry .entry-content a.button,
.hjs-blog .content .entry .entry-content a.hjs-link {
    margin-top: auto;
}
.hjs-blog.post-type-archive-sermon .entry .entry-content,
.tax-sermon-cat .entry .entry-content {
	padding: 0 20px;
}

.hjs-blog .content .entry .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	min-height: 58px;
}
.hjs-blog.post-type-archive-sermon .entry .entry-title,
.tax-sermon-cat .entry .entry-title {
	text-align: left;
}
.hjs-blog .entry .post-category {
	display: block;
	text-align: center;
	position: relative;
}
.hjs-blog .entry .post-category a {
	background-color: #fafafa;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
	color: #4a4a4a;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
}
.hjs-blog .entry .post-category:before,
.hjs-blog .entry .post-category:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 17px;
	border-top: 1px solid #bfbfbf;
	z-index: 1;
}
.hjs-blog .more-link {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	clear: both;
	display: inline-block;
}
.hjs-blog .pagination {
	margin-top: 5px;
}
.hjs-blog .archive-title {
	margin-bottom: 0;
}
.hjs-blog .pagination ul{
    margin: 0;
	text-align: center;
}

@media only screen and (max-width: 1199px) {
    .hjs-blog .entry-title,
    .hjs-blog .archive-title {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 900px) {

    .hjs-blog .content .entry {
        width: 48.888%;
    }
    .hjs-blog .content .entry:nth-of-type(3n+1) {
        clear: none;
        margin-left: 2.2222%;
    }
    .hjs-blog .content .entry:nth-of-type(2n+1) {
        clear: both;
        margin-left: 0;
    }

}

@media only screen and (max-width: 739px) {
	.hjs-blog .properties-wrap .entry {
	    width: 100%!important;
		margin-left: 0!important;
	}
}

@media only screen and (max-width: 600px) {

    .hjs-blog .content .entry {
        width: 100%;
        margin: 0 0 25px !important;
    }
    .hjs-blog .content .entry .entry-title {
        min-height: unset;
    }
    .cat-nav {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 5px 10px;
    }

}
