.article-inner {
	.entry-title {

	}
	.entry-title a,
	.entry-title a:visited {
		color: $color__text-blog;
		text-decoration: none;
	}
	.entry-title a:hover,
	.entry-title a:focus,
	.entry-title a:active,
	.read-more-link:hover,
	.read-more-link:focus,
	.read-more-link:active {
		color: $color__link-hover;
	}

	.entry-title,
	.entry-read-more {
		text-align: center;
	}
}

article .overlay:hover {
	background-color: $color__background-overlay-hover;
}

.entry-read-more a {
	padding: 4px 8px;
	color: $color__text-blog;
	text-decoration: none;
	border: 2px solid $color__text-blog; 
	background: $color__background-overlay;
}

.entry-content p.large {
	width: 100%;

	img {
		margin: 0 auto;
	}
}

.tags-links a {
	position: relative;
	margin-left: 24px;
	padding: 5px 12px 7px;
	background: $color__background-tags;
	font-weight: 700;
	@include font-size(1);
	text-transform: lowercase;
	text-decoration: none;
	color: #353535;
}
.tags-links a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	border-color: transparent $color__background-tags transparent transparent;
	border-style: solid;
	border-width: 16px 15px 16px 0;
}
.tags-links a::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: white;
}
.tags-links a:hover,
.tags-links a:focus {
	color: $color__text-blog;
	background: $color__text-main;
}
.tags-links a:hover::before,
.tags-links a:focus::before {
	border-right-color: $color__text-main;
}


.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published){
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}