/* Naming Guide - Archive - 360Tactics */
.post-type-archive-ng_chapters .archive-title {
	color: #333;
	font-size: 36px;
	font-weight: 400;
}

.post-type-archive-ng_chapters .archive-description {
	font-size: 1em;
	color: #767676;
	padding: 0 8px 1em 8px;
}

.post-type-archive-ng_chapters .archive-description h5 {
	font-size: .75em;
}

.post-type-archive-ng_chapters .archive-description p {
	max-width: 850px;
}

.archive .ng_chapters {
	padding: 0 0 1em 0;
	min-height: 350px;
	width: 31.93%;
	margin: 0 8px 16px;
	background: #f4f4f4;
	box-shadow: none;
	cursor: pointer;
}

.archive .ng_chapters .entry-image-link {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.archive .ng_chapters .entry-image {
  float: none;
	text-align: center;
	width: 100%;
	height: auto;
  margin: 0 auto;
	padding: 0;
	display: block;
}

.archive .ng_chapters .entry-title {
	margin: 0;
	padding: 0 .5em;
	font-size: 1.25em;
	line-height: 1.35em;
	color: #57a8fa;
}

.archive .ng_chapters .entry-title a {
	color: #57a8fa;
	font-weight: bold;
}

.archive .ng_chapters .ng-chapter-num {
	font-size: .75em;
	padding: 1em;
	font-weight: normal;
  margin: 0;
}

.archive .ng_chapters:first-of-type h1,
.archive .ng_chapters:last-of-type h1,
.archive .ng_chapters:first-of-type h2,
.archive .ng_chapters:last-of-type h2 {
	display: none;
}

.archive .ng-footer-credits {
	clear: both;
	text-align: center;
	padding: 6em 0 2em 0;
	color: #767676;
}

.archive .ng-footer-credits .widget-title {
	padding: 0 0 1em 0;
	color: #767676;
	font-size: .75em;
}

.archive .ng-footer-credits p {
	margin: 0;
	font-size: .75em;
}

/* Naming Guide - Single Chapter - 360tactics */
.single-ng_chapters .entry {
	box-shadow: none;
	padding-top: 0;
}

.single-ng_chapters .entry-header .entry-title {
	font-weight: 600;
	color: #59A2F2;
	margin: 0;
	padding: 1em 0 .5em 0.5em;
}

.single-ng_chapters .entry-header .entry-title .ng-chapter-prefix {
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

.single-ng_chapters .prev-next-navigation{
	padding: 2em 0 2.5em 0;
}

.single-ng_chapters .prev-next-navigation a {
	color: #333;
	font-size: .75em;
}

.single-ng_chapters .previous {
	float: left;
}

.single-ng_chapters .next {
	float: right;
}

.single-ng_chapters .ng-header-nav {
	background: #53A6FD;
	color: #fff;
	padding: .6em .5em .5em .5em;
	margin: 0;
	line-height: 1em;
	height: auto;
	width: 100%;
	position: fixed;
	display: none;
	z-index: 5000;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

.single-ng_chapters .ng-header-nav .ng-all-chapters-link {
	display: inline-block;
	clear: none;
	color: #fff;
	margin: 0 1em;
	padding: 0;
	font-weight: 300;
}

.single-ng_chapters .ng-header-nav .ng-chapter-prefix {
	padding-left: .5em;
	font-weight: 300;
}

.single-ng_chapters .ng-header-nav .ng-chapter-title-text {
	font-weight: 800;
}

.single-ng_chapters .ng-all-chapters-link i {
	padding: .5em;
}

.single-ng_chapters .ng-all-chapters-link {
	padding: 0 0 .5em 0em;
	font-size: .75em;
	display: block;
	color: #333;
}

.single-ng_chapters .sidebar .widget:first-of-type {
	border-bottom: none;
	margin-bottom: .5em;
}

.ng-story-box img {
	float: left;
	width: 15%;
	margin-right: 5%;
	padding-top: .5em;
}

.ng-story-box .ng-sidebar-story {
	float: right;
	width: 80%;
}

.ng-tips-box h3,
.ng-story-box .ng-sidebar-story h3 {
	font-size: 1.1em;
}

.nt-tips-box p,
.ng-story-box .ng-sidebar-story p {
	font-size: 1em;
}

.ng-tips-box .ng-read-more,
.ng-story-box .ng-sidebar-story .ng-read-more {
	font-size: .8em;
	color: #333;
	font-weight: 600;
}

/* Author Box Override - 360tactics */
.saboxplugin-wrap .saboxplugin-authorname a {
	color: #333!important;
}

@media only screen and (max-width: 767px){
	.archive .ng_chapters {
		width: 100%;
		margin: 0 0 16px 0;
	}
}