/* =====================================

          BLOG STYLES 

========================================

* This stylesheet is exclusively for styles for the blog. Don't cross the streams!
* Please do not edit this file, unless you wish to make a global change for all websites that use one of the OPS child themes.
* If you are unsure, please contact Laura Wheatman or Francis Whiteley or email us at projects@flex4.co.uk
*/

article.post{
	margin-bottom: 1rem;
}
.blog h2.entry-title,
.archive h2.entry-title{
	margin:0;
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
}
.blog .entry-content,
.archive .entry-content{
	margin:0;
}
.blog .entry-footer,
.archive .entry-footer{
	background-color: transparent;
	color:#000;
}
.widget{
	padding:0;
	margin:0;
}

.widget ul{
	margin:0;
	padding:0;
	list-style: none;
}
.nav-previous a,
.nav-next a{
	position:relative;
	
}

.nav-previous a{
	padding-left: 21px;
}
.nav-next a{
	padding-right: 21px;
}
.nav-previous a:hover, .nav-next a:hover{
	text-decoration: underline;
}
.nav-previous a:before{
	content:'Previous Post:';
	margin-right: 0.5rem;
	font-weight: bold;
}

.nav-next a:before{
	content:'Next Post:';
	margin-right: 0.5rem;
	font-weight: bold;
}

.nav-previous a:after{
	font-family:'fontawesome';
	content:'\f0a8';
	position:absolute;
	left:0;
}

.nav-next a:after{
	font-family:'fontawesome';
	content:'\f0a9';
	position:absolute;
	right:0;
}
