/* == Article headers == */

div.article-header {
	border-bottom: solid 1px #838383;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

/* Meta text color (also applies to archive) */
div.article-header span,
div.archive-blocks div.item-content span.item-meta {
	color: #8c8c8c;
}

div.article-header span a:hover {
	text-decoration: none;
}

/* == Article images and categories == */

div.image-container {
	margin-bottom: 1em !important;
	min-height: 2.2em;
	position: relative;
}

div.image-container img,
body.single-post a.content-category { 
	margin-bottom: 0 !important;
}

/* Captions */
p.wp-caption-text,
figcaption {
	color: #b3b3b3 !important;
	font-size: 0.9em !important;
	margin-top: 0.5em !important;
	text-align: center;

}

/* If a post accidentally has more than one category set, display only the first one */
a.content-category:not(:first-of-type) {
	display: none !important; 
}

/* Hide default category display since we have our own */
div.item-content div.content-category {
	display: none !important;
}

section.content a.content-category:hover {
	color: #fff !important;
	opacity: 0.9;
	text-decoration: none !important;
}


/* == Postside widgets == */

/* Layout */
div.postside {
	background-color: #262828;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 1em;
}

div.postside div.article-block div.item {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.postside div.article-block div.item div.item-header {
	float: none;
}

/* "Spotlight" image */
div.widget div.article-block div.item div.item-header img.postside-image {
	width: 100%;
}

div.postside div.article-block:not(.reviews) div.item:not(.no-image) div.item-content {
	margin-left: 0;
}

/* Headings */
div.article-content h1 {
	font-size: 1.95em;
}

div.article-content h2 {
	font-size: 1.70em;
}

div.article-content h3 {
	font-size: 1.45em;
}

div.article-content h4 {
	font-size: 1.20em;
}

/* Spotlight */
div.postside h3 {
	margin-bottom: 0;
	padding-bottom: 0.5em;
	letter-spacing: normal;
}


/* == Article content == */

/* Main text color */
div.article-content p,
div.article-content li {
	color: #b3b3b3 !important;
	font-size: 1.1em;
	line-height: 1.5 !important;
}

/* Final Fantasy VII-style blockquotes */
blockquote.vii,
body:not(.page) blockquote:not(.plain) {
  	background: #012b7d; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(left top, #0154ad 0%, #002b8a 25%, #010068 50%, #000047 75%, #000123 100%); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(bottom right, #0154ad 0%, #002b8a 25%, #010068 50%, #000047 75%, #000123 100%); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(bottom right, #0154ad 0%, #002b8a 25%, #010068 50%, #000047 75%, #000123 100%); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to bottom right, #0154ad 0%, #002b8a 25%, #010068 50%, #000047 75%, #000123 100%); /* Standard syntax, must be last */
	border:ridge 0.2em;
	border-radius: 0.2em;
	box-shadow: 0 0 3px #777777 inset;
	display: inline-block;
	line-height: 1.8em;
	margin-bottom:0.8em;
	min-width: 10em;
	min-height: 2em;
	padding: 0.3em 0.8em 0;	
}

blockquote.vii p,
body:not(.page) blockquote:not(.plain) p {
	color: #e9e7e7 !important;
	font-size: 1.1em;
	text-shadow: 2px 2px #222;
}

blockquote.vii p:last-child,
body:not(.page) blockquote:not(.plain) p:last-child {
	margin-bottom: 0.5em;
}

/* Plain blockquotes */
blockquote.plain,
body.page blockquote:not(.vii) {
	border-left: solid 1px #b3b3b3;
	font-style: italic;
	padding-left: 2em;
}

hr {
	background-color: #838383;
	border: none;
	height: 1px;
	margin: 1em auto;
}


/* Lists */
div.article-content ul {
	list-style: outside;
	margin-bottom: 1em;
	margin-left: 2em;
}

div.article-content ol {
	list-style: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
}

/* == Podcast embed == */

div.powerpress_player {
	margin-bottom: 1em;
}


/* == Unused text tables == */

#unused-text table {
    margin: 0 0 1.625em;
}

#unused-text th, 
#unused-text td {
	padding: 2px 5px 2px 5px;
}

#unused-text td {	
	border: 1px solid;
	line-height: 1.2em;
}


/* == Embedded images == */

img.alignright {
	margin: 0.4em 0 0.6em 1em !important;
	clear: right;
}

img.alignnone {
	margin: 0 !important;
}

div[id^='attachment_'],
div.wp-caption {
	max-width: 100%;
}

/* == Gallery == */

div.gallery {
	margin: 0 auto 0.5em 0;
}

#everlightbox-overlay.everlightbox-no-mobile #everlightbox-slider .slide .everlightbox-glass .everlightbox-top-bar,
#everlightbox-overlay.everlightbox-no-mobile #everlightbox-slider .slide .everlightbox-glass .everlightbox-bottom-bar {
	transition: opacity 0.2s ease-in-out;
}

#everlightbox-slider .slide .everlightbox-caption {
	font-style: normal;
	position: static;
}


/* == Tag cloud == */

div.tag-cloud-body {
	border-top: none;
	margin-top: 0;
	padding-bottom: 1em;
	padding-top: 0;
	text-align: right;
}

div.tag-cloud-body a {
	box-shadow: none;
	color: #fff;
}

#dat-menu section.content div.tag-cloud-body a:hover {
	background-color: #2c5a57;
	color: #fff !important;

}


/* == "About the author" and "share this article" sections */

/* Author block (also applies to banner ad below it) */
div.article-author-block,
div.article-body-banner {
	border-top: 1px solid #838383;
	margin-top: 0;
	padding: 2em 0;
}

/* Author block title */
div.author-block-content h2 {
	margin-bottom: 0.5em;
}

/* Author block text */
div.author-block-content p {
	font-size: 1em !important;
	margin-bottom: 1em;
}

/* Author's social media links */
div.article-author-block div.author-block-inner div.author-soc-icons {
	float: right;
	position: relative;
	top: auto;
	right: auto;
}

/* Share block */
div.share-article-body {
	border-top: none;
	margin-top: 0;
	min-height: 61px;
	padding-bottom: 2em;
	padding-top: 0;
	vertical-align: middle;
}

@media only screen and (max-width: 800px) {
	div.share-article-body {
		padding-top: 1em;
	}
}

/* Pages only: show top border because author block and banner ad are missing */
body.page div.share-article-body {
	border-top: 1px solid #838383;
	padding: 2em 0;
}

/* "Share this article" text */
h2.share-this-article {
	display: inline-block;
	line-height: 61px;
	margin-bottom: 0;
}

/* Share buttons container */
div.share-article-body div.right {
	position: static !important;
}

/* Share buttons */
a.share-body:hover {
	background-color: #262828;
}


/* == Similar articles section == */

/* Layout stuff */
div.similar-articles-list {
	margin: 0 auto !important;
	padding: 2em 3.3467%;
	background-color: #262828;
}

div.similar-articles-list div.similar-articles,
div.similar-articles-list div.owl-item div.item {
	padding: 0 !important;
}

div.similar-articles-list div.owl-wrapper {
	width: 100% !important;
}

/* Default widths */
@media only screen and (min-width: 451px) {
	div.similar-articles-list div.owl-item {
		width: 31.7375% !important;
	}
	div.similar-articles-list div.owl-item:not(:first-of-type) {
		margin-left: 2.3937%;
	}
}

/* On really narrow screens, hide third related article and expand the other two */
@media only screen and (max-width: 450px) {
	div.similar-articles-list div.owl-item {
		width: 48.0960% !important;
	}
	div.similar-articles-list div.owl-item:not(:first-of-type) {
		margin-left: 3.8079%;
	}
	div.similar-articles-list div.owl-item:nth-child(3) {
		display: none !important;
	}
}

/* Hide dates */
div.similar-articles-list div.owl-item div.item-content span {
	display: none;
}
/* Hide "slider" controls */
div.owl-controls {
	display: none !important;
}
/* Links */
h2.related-articles,
h2.related-articles a {
	color: #fff !important;
	margin-bottom: 1em;
}
h2.related-articles a:hover {
	color: #85f2f2 !important;
}


/* == Comments == */

div.comment-list {
	border-top: 0 !important;
	caption: 0 !important;
	padding-top: 2em !important;
}

/* Pages only: smaller top padding */
body.page div.comment-list {
	padding-top: 0.5em !important;
}

/* "n comments" text */
div.comment-list > h2 {
	margin-bottom: 0;
	text-align: center;
}

/* "no comments yet" text */
div.no-comments-yet {
	display: none;
}

/* Comments container */
#comments {
	border: none !important;
}
/* List of comments */
ol#comments {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Turn off alternating backgrounds */
li.depth-2 div.comment-block {
	background: none !important;
}

/* Nested comments */
@media only screen and (min-width: 971px) {
	li.depth-2 div.comment-block {
		border-top: none !important;
	}
	li.depth-2 div.comment-block:before {
		background-color: #838383;
		content: '';
		height: 1px;
		position: absolute;
		right: 0;
		top: 0;
		width: 79%;
	}
}

/* Individual comment containers */
div.comment-block {
	border-top: solid 1px #838383 !important;
	margin-top: 2em !important;
	position: relative;
}

/* Comment names */
#comments div.comment-text strong.user-nick {
	color: inherit !important;
	text-transform: none !important;
}

/* Comment timestamps and "data protection" message */
#comments div.comment-text span.time-stamp,
p.comment-info strong {
	color: #707070 !important;
}

/* "Your email address will not be published..." */
p.comment-info {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

/* Comment text */
#comments div.comment-text p {
	color: inherit !important;
}

/* Comment permalink */
#comments div.comment-text a.reply-id:hover {
	text-decoration: underline !important;
}

/* "Reply to this comment" */
div.block-comments #respond {
	border-bottom: none;
	padding-bottom: 0;
}

/* Writing comments */
div.writecomment {
	border-bottom: none !important;
}

/* Make reply button conform with other buttons across the site */
div.writecomment p input[type=submit] {
	transition: background-color 0.2s ease-in-out;
}

div.writecomment p input[type=submit]:hover {
	background-color: #2c5a57;
	box-shadow: none;
}

/* Log in and sign up links, only visible to not-logged in users */
div.comment-list p.login-links {
	display: block;
	margin-top: 1em;
	text-align: center;
	width: 100%;
}

div.comment-list p.login-links a { 
	color: #85f2f2 !important;
}

/* Username field for not-logged in users */
div.writecomment p.contact-form-user {
	margin-top: 0;
}

/* reCAPTCHA */
div.gglcptch_v1, div.gglcptch_v2 {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

