.single-post-title {
	font-size: 4em;
	font-weight: 700;
	margin-top: 1.25em;
}

.single-post-meta {
	font-size: 1.4em;
	font-weight: 600;
	color: #afafaf;
	text-transform: uppercase;
	
	margin-top: 1.333333333em;
	margin-bottom: 2.143em;
}

.post-content-wrap {
	margin-bottom: 20px;
}

.post-nav {
	font-size: 16px;
}

.post-nav > .separator {
	visibility: hidden;
}

@media (max-width: 769px) {
	.post-nav {
		background-color: #CF1919;
		padding: 15px;
		margin-bottom: 10px;
	}

	.post-nav > a {
		padding: 0px;
	}

	.post-nav > .separator {
		visibility: visible;
		font-size: 0.875em;
		font-weight: 700;
		color: #fff;
		padding: 0 5px;
	}
}

/* ========================================
	Social 
	=======================================*/

.single-post-wrapper > .fb-social-plugin {
	margin: 20px 0 10px 0;
}

/* ========================================
	Related Posts 
	=======================================*/
.related-posts {
	text-align: center;
}

.related-posts > h3 {
	font-size: 2.2em;
	font-weight: 300;
	margin-bottom: 20px;
}

.related-post-details > h3 {
	color: #cf1a1a;
	font-weight: 700;
	font-size: 3em;
	margin-bottom: 8px;
}

.related-post-details > p {
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	color: #bdbdbd;
}

.related-post-item a,
.related-post-item a:hover {
	color: inherit;
	text-decoration: inherit;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.related-post-item a:hover {
	color: #2a2a2a;
}

.related-post-item {
	margin-bottom: 30px;
}

.related-post-item > .related-post-media {
	margin-bottom: 5px;
}


@media (min-width: 769px) {
	.related-posts {
		text-align: inherit;
	}

	.related-posts > h3 {
		padding-bottom: 15px;
		border-bottom: solid 9px #f2f2f2;
	}

	.related-post-media {
		width: 90px;
		height: 68px;
	}

	.related-post-item > .related-post-media {
		margin-bottom: 0;
		float: right;
		margin-left: 30px;
	}

	.related-post-item > .related-post-details {
		overflow: hidden;
	}
	.related-post-media{
		position:relative;
		width:68px !important;
		height:68px !important;
		overflow: hidden;
		display: block
	}

	.related-post-media img{
		position:absolute;
		top:0;
		left:0;

		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.related-post-media:hover img{
		width: 110%;
		height: 110%;
		top: -5%;
		left: -5%;
	}
}
