/*-------------------------------------------------------------------------*/
/* News header
/*-------------------------------------------------------------------------*/
.news-header {
	width: 100%;
	height: auto;
}

.news-header .container {}

.news-header .container .row {
	padding: 1rem 0;
	min-height: 79px;
}

.news-header .container .row .col-sm-12 {}

.news-header .container .row .col-sm-12 .newsheader-title {
	color: #c0ba7b;
	font-size: 1.625rem;
	text-align: center;
	font-family: var(--font-family-secondary);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
}

.news-header .container .row .col-sm-12 .newsheader-title span {
	color: #858e6e;
	font-size: 1.25rem;
	font-family: var(--font-family-quaternary);
	vertical-align: middle;
}

.news-header .container .row .col-sm-12 .newsheader-pagination {
	margin: 0 -0.5rem;
	display: block;
	text-align: center;
}

.news-header .container .row .col-sm-12 .newsheader-pagination #news_pagination {
	margin: 0;
	text-align: inherit;
}

.news-header .container .row .col-sm-12 .newsheader-pagination #news_pagination a {
	color: #8b886e;
	margin: 0.5rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: 100;
	font-family: var(--font-family-primary);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
} .news-header .container .row .col-sm-12 .newsheader-pagination #news_pagination a:hover {color: #a8a58a;}

/* News header: Responsive
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) { /* non-Desktop */
	.news-header .container .row .col-sm-12 * {
		overflow: visible !important;
		white-space: inherit !important;
	}
}

@media screen and (min-width: 992px) { /* Desktop */
	.news-header .container .row .col-sm-12 .newsheader-title      {text-align: left;}
	.news-header .container .row .col-sm-12 .newsheader-pagination {text-align: right;}
}

/*-------------------------------------------------------------------------*/
/* Post
/*-------------------------------------------------------------------------*/
.post {
	margin: 0 0 var(--margin-primary) 0;
} .post.last-row {margin: 0;}

/* Post: Head
/*----------------------------------------------------------*/
.post .post-head {
	padding: 0 0.5rem 1rem 0.5rem;
}

.post .post-head:before {
	width: 100%;
	height: 14px;
	left: 0;
	bottom: -7px;
	content: '';
	position: absolute;
	background-size: 100% 14px;
	background-color: transparent;
	background-image: url(../../../images/graphics/headline-01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* Head: Title */
.post .post-head .post-title {}

.post .post-head .post-title a {
	color: #eae4b4;
	display: block;
	font-size: 1.25rem;
	line-height: 1.5;
	font-family: var(--font-family-secondary);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
	text-transform: uppercase;
} .post .post-head .post-title a:hover {color: #f7f2c7;}

/* Head: Metadata */
.post .post-head .post-metadata {
	color: #585647;
	font-size: 0.875rem;
	font-family: var(--font-family-primary);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.post .post-head .post-metadata a {
	color: #96937e;
} .post .post-head .post-metadata a:hover {color: #bab7a0;}

/* Post: Body
/*----------------------------------------------------------*/
.post .post-body {
	margin: 1rem 0 0 0;
	padding: 0 0.5rem;
}

/* Body: Avatar */
.post .post-body .post-avatar {
	width: 120px;
	height: 120px;
	float: left;
	margin: 0 1rem 1rem 0;
	border: 4px #252b22 solid;
	z-index: 9;
	overflow: hidden;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.post .post-body .post-avatar img {
	width: 100%;
	height: 100%;
	display: block;
}

/* Body: Content */
.post .post-body .post-content {
	color: #757364;
	font-size: 1.125rem;
	font-family: var(--font-family-primary);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.post .post-body .post-content,
.post .post-body .post-content * {
	line-height: 1.2;
}

/* Body: Tags */
.post .post-body .post-tags {}

.post .post-body .post-tags a {}

/* Post: Responsive
/*----------------------------------------------------------*/
@media screen and (max-width: 992px) { /* non-Desktop */
	.post .post-head * {
		overflow: visible !important;
		white-space: inherit !important;
	}
}

@media screen and (min-width: 1200px) { /* Desktop */
	.post .post-head .post-title a {
		font-size: 1.625rem;
	}
}

/*-------------------------------------------------------------------------*/
/* Comments
/*-------------------------------------------------------------------------*/
.post-comments {
	margin: 0 0 var(--margin-primary) 0;
} .post.last-row + .post-comments {}

/* Comments: Area
/*----------------------------------------------------------*/
.post-comments .comments_area {
	width: 100%;
	height: auto;
	margin: var(--margin-primary) 0 0 0;
}

.post-comments .comments_area .comment {
	width: 100%;
	color: #757364;
	margin: var(--margin-primary) 0 0 0;
	padding: 1rem;
	box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	background-color: #131412;
	background-image: url(../../../images/patterns/pattern-noise.png);
	background-repeat: repeat;
	background-position: center center;
}

/* Area: Date */
.post-comments .comments_area .comment .comment_date {
	float: right;
	color: #585647;
	z-index: 9;
}

.post-comments .comments_area .comment .comment_date a {
	top: -2px;
	display: inline-block;
	vertical-align: middle;
}

.post-comments .comments_area .comment .comment_date a img {
	width: 14px;
	height: 14px;
	display: block;
}

/* Area: Author */
.post-comments .comments_area .comment .comment_author {
	color: #96937e;
	margin: 0 0 0.5rem 0;
	display: block;
} .post-comments .comments_area .comment .comment_author:hover {color: #bab7a0;}

/* Area: Staff comment */
.post-comments .comments_area .staff_comment {
	color: #00aeff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 3px #00aeff, inset 0 0 0 4px #000, 0 0 10px 4px rgba(0, 174, 255, 0.75);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 3px #00aeff, inset 0 0 0 4px #000, 0 0 10px 4px rgba(0, 174, 255, 0.75);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 3px #00aeff, inset 0 0 0 4px #000, 0 0 10px 4px rgba(0, 174, 255, 0.75);
	background-color: #0e1115;
}

.post-comments .comments_area .staff_comment .comment_date         {color: rgba(255, 255, 255, 0.5);}
.post-comments .comments_area .staff_comment .comment_author       {color: rgba(255, 255, 255, 0.8);}
.post-comments .comments_area .staff_comment .comment_author:hover {color: #fff;}

.post-comments .comments_area .staff_comment .comment_author img {
	top: -2px;
	margin: 0 !important;
	vertical-align: middle;
}

/* Comments: Form
/*----------------------------------------------------------*/
.post-comments form {
	margin: var(--margin-primary) 0 0 0;
	text-align: right;
}

.post-comments form textarea {
	width: 100%;
	min-height: 100px;
}

.post-comments form .characters_remaining {
	float: right;
	color: #8c8374;
	margin: -30px 15px 0 0;
}