
.sow-blog.sow-blog-layout-alternate .sow-blog-posts, .sow-blog.sow-blog-layout-masonry .sow-blog-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sow-blog .sow-blog-posts article {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.sow-blog article .sow-entry-thumbnail a {
	display: block;
	line-height: 0;
	text-align: center;
}

.sow-blog article .sow-entry-header .sow-entry-title {
	font-weight: 600;
	line-height: normal;
}

.sow-blog article .sow-entry-header .sow-entry-title a {
	text-decoration: none;
}

.sow-blog article .sow-entry-meta {
	line-height: normal;
}

.sow-blog article .sow-entry-meta span a {
	text-decoration: none;
}

.sow-blog article .sow-entry-meta span:not(:last-child)::after {
	content: "|";
	padding: 0 2px;
	vertical-align: top;
}

.sow-blog article .sow-entry-meta .updated:not(.published) {
	display: none;
}

.sow-blog article .sow-blog-content-wrapper {
	overflow: auto;
}

.sow-blog article p:last-child, .sow-blog article p:only-child {
	margin-bottom: 0;
}

.sow-blog article .sow-more-link {
	background: none;
	border: none;
	box-shadow: none;
	display: block;
	float: none;
	font-size: 1em;
	font-weight: normal;
	margin-top: 26px;
	padding: 0;
	text-decoration: none;
}

.sow-blog article .sow-more-link:focus, .sow-blog article .sow-more-link:hover {
	text-decoration: none;
}

.sow-blog article .sow-more-link .more-text {
	display: block;
}

.sow-blog article .sow-more-link .more-text span {
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
}

.sow-blog article .sow-more-link .sow-more-link-arrow {
	display: inline-block;
	font-size: 1.1em;
	padding-bottom: 2px;
	padding-left: 4px;
	vertical-align: middle;
}

.sow-blog .sow-post-navigation {
	clear: both;
	width: 100%;
}

.sow-blog .sow-post-navigation .sow-nav-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.sow-blog .sow-post-navigation .page-numbers, .sow-blog .sow-post-navigation .current {
	display: inline-block;
	line-height: normal;
	margin-bottom: 4px;
	text-decoration: none;
	transition: .3s;
	vertical-align: top;
}

.sow-blog .sow-post-navigation .page-numbers .prev, .sow-blog .sow-post-navigation .page-numbers .next {
	line-height: 1;
	padding-left: 14px;
	padding-right: 14px;
}

.sow-blog .sow-post-navigation .dots {
	border: none;
	line-height: normal;
	transition: .3s;
	vertical-align: top;
}

.sow-blog .sow-post-navigation .dots:hover {
	background: none;
	color: inherit;
}

.sow-blog.sow-blog-layout-standard article .sow-entry-thumbnail {
	margin-bottom: -1px;
}

.sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail {
	margin: -1px;
}

.sow-blog.sow-blog-layout-offset article .sow-blog-entry-offset div {
	margin-bottom: 12px;
}

.sow-blog.sow-blog-layout-offset article .sow-blog-entry-offset span {
	display: block;
	line-height: normal;
	margin-bottom: 2px;
}

.sow-blog.sow-blog-layout-offset article .sow-entry-thumbnail {
	margin-bottom: -1px;
}

.sow-blog.sow-blog-layout-alternate article .sow-entry-thumbnail a {
	margin: -1px;
}

.sow-blog.sow-blog-layout-alternate article .sow-blog-content-wrapper {
	box-sizing: border-box;
	padding: 25px 30px 33px;
}

.sow-blog.sow-blog-layout-alternate article .sow-blog-content-wrapper .sow-entry-content p:last-of-type {
	margin: 0;
}

.sow-blog.sow-blog-layout-alternate article .sow-blog-content-wrapper .sow-entry-content p:only-of-type {
	margin: 0;
}

.sow-blog.sow-blog-layout-alternate article.sow-no-thumbnail .sow-blog-content-wrapper {
	width: 100%;
}

.sow-blog.sow-blog-layout-masonry .sow-blog-posts {
	clear: both;
	margin: 0 -15px;
}

.sow-blog.sow-blog-layout-masonry .sow-blog-posts article {
	margin-bottom: 30px;
	padding: 0 15px;
}

.sow-blog.sow-blog-layout-masonry .sow-blog-posts article .sow-entry-thumbnail {
	margin-bottom: -1px;
	position: relative;
}

.sow-blog.sow-blog-layout-portfolio .sow-blog-posts {
	margin-left: -1.1667%;
	margin-right: -1.1667%;
}

.sow-blog.sow-blog-layout-portfolio .sow-portfolio-filter-terms button {
	cursor: pointer;
}

.sow-blog.sow-blog-layout-portfolio .sow-portfolio-filter-terms:hover, .sow-blog.sow-blog-layout-portfolio .sow-portfolio-filter-terms:focus {
	background: transparent;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail:hover .sow-entry-content {
	opacity: 1;
	visibility: visible;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .sow-entry-link-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .sow-entry-overlay {
	height: 100%;
	position: absolute;
	transition: .3s;
	width: 100%;
	z-index: 0;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .sow-entry-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	opacity: 0;
	position: absolute;
	transition: .3s;
	visibility: hidden;
	width: 100%;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .sow-entry-content .sow-entry-title {
	line-height: normal;
	text-align: center;
	width: 100%;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .sow-entry-content .sow-entry-title a {
	position: relative;
	z-index: 2;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .sow-entry-content .sow-entry-divider {
	width: 30px;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .sow-entry-content .sow-entry-project-type {
	display: block;
	text-align: center;
	width: 100%;
}

.sow-blog.sow-blog-layout-portfolio article .sow-entry-thumbnail .wp-post-image {
	border: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
	width: 100%;
}
