
:root {
	--hsp-blue: #32829b;
	--hsp-line: rgba(0,0,0,.10);
}

.hsp-blog-default .blog-posts-loop__row {
	display: flex;
	flex-wrap: wrap;
}

.hsp-blog-default .blog-posts-loop__col {
	margin-bottom: 30px;
}

.hsp-blog-default .list-article--posts-grid {
	height: 100%;
	background: #fff;
	border: 1px solid var(--hsp-line);
	box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.hsp-blog-default .list-article--posts-grid .list-article-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.hsp-blog-default .list-article--posts-grid .entry-title {
	font-size: 22px;
}

.hsp-blog-default .list-article--posts-grid .entry-title a {
	color: var(--hsp-blue);
}

.hsp-blog-default .list-article--posts-grid .entry-title a:hover {
	opacity: .8;
}

.hsp-load-more-wrap {
	text-align: center;
	margin: 36px 0 12px;
}

.hsp-load-more {
	display: inline-block;
	padding: 11px 24px;
	border: 1px solid var(--hsp-blue);
	color: var(--hsp-blue);
	text-decoration: none;
}

.hsp-load-more:hover,
.hsp-load-more.is-loading {
	background: var(--hsp-blue);
	color: #fff;
}

.hsp-single-centered {
	float: none;
	width: 100%;
	margin: 0 auto;
}

.hsp-single-centered .entry-header {
	text-align: left;
}

.hsp-single-centered .entry-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.site-footer .site-info {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 12px;
	line-height: 1.5;
}

.site-footer .site-info p {
	margin-top: 0;
	margin-bottom: 10px;
}

.site-footer .site-info p:last-child {
	margin-bottom: 0;
}

.site-footer .site-info br {
	line-height: 1.1;
}

@media (max-width: 768px) {
	.hsp-single-centered .entry-content {
		width: 100%;
	}
}
