/*# sourceMappingURL=resource-hub-posts.css.map */

.resource-hub-paging .list-inline li {
	display: none;
}

.resource-hub-paging .list-inline li:first-of-type, .resource-hub-paging .list-inline li:last-of-type {
	display: inline-block;
}

.resource-hub-paging .list-inline li.list-item-active, .resource-hub-paging .list-inline li.list-item-next, .resource-hub-paging .list-inline li.list-item-prev {
	display: inline-block;
}

.resource-hub-paging .list-inline li:first-of-type:not(.list-item-active,.list-item-prev):after {
	display: inline-block;
	content: "...";
}

.resource-hub-paging .list-inline li:last-of-type:not(.list-item-active,.list-item-next):before {
	display: inline-block;
	content: "...";
}
