.blog-single {
	padding: 2rem 0;
}

.single-title {
	text-align: center;
}

.single-date {
	display: block;
	text-align: center;
	color: #666;
	margin-bottom: 2rem;
}

/* Content */

.single-content {
	font-size: 1.125rem;
	/*
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	background: #fff;
	padding: 1.25rem;
	*/
}

.single-content p {
	margin-bottom: 1rem;
}

.single-content img {
	width: 100%;
	height: auto;
	margin: 1rem 0rem;
}

.single-content p > img {
	margin: 0rem;
}

.single-content .img-alt {
	padding: .5rem 0rem;
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #337AB7;
	font-size: .85rem;
	font-weight: 500;
}

.single-content h2 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 600;
	color: #333;
}
.single-content blockquote {
	background: #ecf0f1;
	padding: 1rem 1.5rem;
	margin-bottom: 1.5rem;
	border-left: 3px solid #337AB7;
}
.single-content blockquote p:first-child::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2rem;
	color: #337AB7;
	float: left;
	margin-right: 1rem;
	content: "\f10e";
}
.single-content blockquote p:last-child {
	margin-bottom: 0;
}
.single-content blockquote cite {
	color: #444444;
	font-weight: 500;
	padding-left: 3rem;
	position: relative;
	font-style: normal;
}

/* Category */

.single-category-section {
	padding: 2rem 0;
	background: rgba(255,255,255, .5);
}

.single-category-title {
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #5D5E5D;
}

.single-category-section .item {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.single-category-section .item::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.single-category-section .item .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .5rem;
	background: radial-gradient(circle, transparent, #ecf0f1);
	object-fit: cover;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.single-category-section .item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #337AB7;
	border-radius: .5rem;
	padding: 1rem;
}

.single-category-section .item .overlay:hover {
	opacity: 1;
}

.single-category-section .item .overlay .title {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

/* Other Posts */

.other-posts {
	padding: 1rem 0;
	background: rgba(0,141,210, .05);	
    background: #fafafa;
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;    
}

.other-posts-title {
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #5D5E5D;	
	text-align: center;
	margin-bottom: 1.5rem;
}

.other-posts-list {
    text-align: center;
}

.other-posts-list .item {
    font-size: 15px;
	padding: .25rem 1rem .25rem 0;
	display: inline-block;
	font-weight: 500;
    text-decoration: none;
}

/* Related Posts */

.related-posts {
	padding: .5rem 0;
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1; 
}

.related-posts-list {
    text-align: center;
}

.related-posts-list .item {
    font-size: 15px;
	padding: .25rem 1rem .25rem 0;
	display: inline-block;
	font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}