/*-------------------------------------------------------------------------*/
/* Post
/*-------------------------------------------------------------------------*/
.post {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.post.first-row {
	border-radius: 0 6px 0 0 !important;
	-moz-border-radius: 0 6px 0 0 !important;
	-webkit-border-radius: 0 6px 0 0 !important;
}

.post.post-single {
	padding: 0;
	border-radius: 6px 6px 0 0 !important;
	-moz-border-radius: 6px 6px 0 0 !important;
	-webkit-border-radius: 6px 6px 0 0 !important;
	background-color: transparent;
}

/* Post: Media
/*----------------------------------------------------------*/
.post .post-media {
	width: calc(100% + 60px);
	width: -o-calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	width: expression(100% + 60px);
	width: -webkit-calc(100% + 60px);
	height: auto;
	margin: 1.5625rem -30px;
	overflow: hidden;
	max-width: calc(100% + 60px);
	max-width: -o-calc(100% + 60px);
	max-width: -moz-calc(100% + 60px);
	max-width: expression(100% + 60px);
	max-width: -webkit-calc(100% + 60px);
	box-shadow: 0 0 15px 0 #000;
	-moz-box-shadow: 0 0 15px 0 #000;
	-webkit-box-shadow: 0 0 15px 0 #000;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.post.post-single .post-media {
	width: 100%;
	margin: 1.5625rem 0;
	max-width: 100%;
}

.post .post-media:before {
	content: '';
	display: table;
	padding: 45% 0 0 0;
}

.post .post-media a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
}

.post .post-media a[mediatype='video']:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	content: '';
	opacity: 0.8;
	position: absolute;
	background-size: 70px auto;
	background-color: transparent;
	background-image: url(../../../images/icons/icon-play.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
}

.post .post-media a[mediatype='video']:hover:after,
.post .post-media a[mediatype='video']:focus:after {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

/* Post: Head
/*----------------------------------------------------------*/
.post .post-head {}

/* Head: Title */
.post .post-head .post-title {}

.post .post-head .post-title a {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: var(--font-family-secondary);
	letter-spacing: 0.3px;
}

.post .post-head .post-title a:hover,
.post .post-head .post-title a:focus {}

/* Head: Metadata */
.post .post-head .post-metadata {}

.post .post-head .post-metadata .post-date {
	color: var(--color-primary);
	font-size: 0.8125rem;
	text-transform: uppercase;
}

/* Post: Body
/*----------------------------------------------------------*/
.post .post-body {}

/* Body: Content */
.post .post-body .post-content {}

/* Body: Readmore */
.post .post-body .post-readmore {
	margin: 1.5625rem 0 0 0;
	display: inline-block;
}

/* Body: Tags */
.post .post-body .post-tags {}

/* Post: Responsive
/*----------------------------------------------------------*/
@media screen and (min-width: 768px) { /* Desktop */
	.post.post-single {
		padding: 2.1875rem;
		background-color: var(--bg-primary);
	}

	/* Post: Media
	/*----------------------------------------------------------*/
	.post.post-single .post-media {
		width: calc(100% + 90px);
		width: -o-calc(100% + 90px);
		width: -moz-calc(100% + 90px);
		width: expression(100% + 90px);
		width: -webkit-calc(100% + 90px);
		margin: 2.1875rem -45px;
		max-width: calc(100% + 90px);
		max-width: -o-calc(100% + 90px);
		max-width: -moz-calc(100% + 90px);
		max-width: expression(100% + 90px);
		max-width: -webkit-calc(100% + 90px);
	}

	/* Post: Head
	/*----------------------------------------------------------*/
	.post.post-single .post-head .post-title a {
		font-size: 1.9375rem;
	}
}

/*-------------------------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------------------------*/
#news_pagination {
	margin: 0.5rem -0.5rem -0.5rem -0.5rem;
	text-align: right;
}

#news_pagination .nice_button {
	margin: 0.5rem;
}

/*-------------------------------------------------------------------------*/
/* Comments
/*-------------------------------------------------------------------------*/
.post-comments {
	font-size: 0.8125rem;
} .post.last-row + .post-comments {}

/* Comments: Area
/*----------------------------------------------------------*/
.post-comments .comments_area {
	width: 100%;
	height: auto;
	margin: 8px 0 0 0;
}

.post-comments .comments_area .comment {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 1rem;
	background-color: var(--bg-primary);
}

/* Area: Date */
.post-comments .comments_area .comment .comment_date {
	float: right;
	color: var(--color-secondary);
	z-index: 9;
}

.post-comments .comments_area .comment .comment_date a {
	top: -1px;
	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 {
	margin: 0 0 0.5rem 0;
	display: block;
}

/* 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 {
	margin: 0 !important;
	vertical-align: middle;
}

/* Comments: Form
/*----------------------------------------------------------*/
.post-comments form {
	margin: 0 0 8px 0;
	text-align: right;
}

.post-comments form textarea {
	width: 100%;
	min-height: 100px;
}

.post-comments form .characters_remaining {
	float: right;
	color: var(--color-tertiary);
	margin: -30px 15px 0 0;
}