/* Page Elements */

.page-title {
    margin: 1rem 0 3rem;
}

.page-description {
    margin: -2.5rem auto 4rem;
}

/* Post List */

article.article-excerpt {
	background: #fff;
}

article.article-excerpt .entry-content {
	padding: 0.8rem 1rem 0.8rem;
}

#primary .stick-post article.article-excerpt {
	width:100%;
}

.article-excerpt .entry-content .entry-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.3rem 0 0.9rem;
    margin-top: 1rem;
    line-height: 1.3em;
}

.article-excerpt.no-thumbnail .entry-content .entry-title {
    font-size: 1.72rem;
}

.article-excerpt .entry-content .entry-meta {
	color: #606060;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.article-excerpt .entry-content .entry-meta a {
	color: #606060;
}

.article-excerpt .entry-content .entry-meta .icon-arrow-right {
	font-size: 162%;
	position: relative;
	top: 4px;
	left: -1px;
}

@media screen and (max-width:768px) {

	.page-title {
		margin: 1rem 0 2rem;
	}

	.page-description {
		margin: -1.5rem 0 2rem;
	}

	.article-excerpt .entry-content .entry-title {
		font-size: 1.2rem;
	}
	
	#primary article.article-excerpt:first-child {
		margin-top: 0;
	}
}


