/* ARCHIVE STYLES
************************************************************/

@media (min-width:601px) {
	.mobileOnly { display:none;}
	.desktopOnly { display:block; }
}
@media (max-width:600px) {
	.mobileOnly { display:block; padding-bottom:15px;}
	.desktopOnly { display:none; }
}

@media (max-width:768px) {
	.single-post .flexContainer {flex-direction: column;}
	.flex-col-8.blogPost,
	.flex-col-4.sidebar {width: 100%;}
}

.blogPost	{
	margin: 0 auto;
}

.page-published-elsewhere .one-col	{
	width: 65rem;
	max-width: 100%;
}

.mainContent p.publication {
	margin-top: -16px;
	background-color: transparent;
	color: #222;
}
.page-published-elsewhere p.publication span.publicationDate {
	opacity: 80%;
}

.page-published-elsewhere p.readMore	{
	text-align: right;
	padding-right: 20px;
}

.page-published-elsewhere hr	{
	margin-bottom: 50px;
}

.single h2.postTitle	{
	margin-top: 2.5rem;
}
/* PAGINATION
------------------------------------------------------------------------------------*/

.page-prev { /* for get_next_post() ie « Previous */
    display:flex;
    order: 1;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

.page-next { /* for get_previous_post() ie Next » */
    display:flex;
    order: 2;
    margin-left: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}