/*------------------------------------------------------------
	Nav for posts, pages, images etc
============================================================*/
.pagination {
	margin-bottom: 0;
	.current {
		background-color: $primaryColor;
	}
}
/*------------------------------------------------------------
	Navigation for attachment image
============================================================*/
.post-nav-attachment {
	position: absolute;
	top: 25px;
	right: 10px;
	.post-nav-prev-attachment,
	.post-nav-next-attachment {
		display: inline-block;
		a {
			margin: 5px;
			background: $primaryColor;
			display: inline-block;
			cursor: pointer;
			border-radius: 3px;
			color: $whiteColor;
			padding: 4px 12px;
			&:hover {
				background: $secondaryColor;
				color: $whiteColor;
				text-decoration: none;
			}
		}
	}
}

.post_comments-nav-links {
	border: 1px solid $dividerColor;
	background-color: inherit;
	padding: 0.5rem 1.0rem;
	a {
		i {
			font-size: 1rem;
		}
	}
}

/*------------------------------------------------------------
	Navigation for Template: Paginated
============================================================*/
.page-links {
	a:hover {
		border-bottom: 0 !important;
	}
	span {
		margin: 0 2px;
		padding: 0 2px;
	}
}
