.single-blog-post h2 {
	font-size: 48px;
	margin-bottom: 20px;
/* 	text-transform: uppercase; */
}
.single-blog-post h3{
	margin-bottom: 20px;
	font-size: 40px;
}
.single-blog-post ul{
	padding-bottom: 0;
}
.side-bar-widget h3 {
	font-size: 30px;
	border-bottom: 1px solid #333;
	margin: 0 0 0.5em 0;
	padding-bottom: 0.5em;
}
.widget-heading {
	font-family: 'Zilla Slab', serif;
	color: #486D8A;
	font-size: 24px;
	margin: 0.5em 0 0 0;
}
.side-bar-widget {
	margin-bottom: 3em; 
}
.event-banner {
	background: #5DA2D8;
	color: #fff;
	padding: 1.5em;
	text-align: center;
	font-size: 42px;
	line-height: 1;
	font-family: 'Zilla Slab', serif;
}
.recent-posts {
	padding: 0;
}
.recent-posts-title {
	background: #333;
	padding: 1em;
	font-size: 24px;
	line-height: 1;
	font-family: 'Zilla Slab', serif;
}
.author-name {
	margin-bottom: 2em;
	
}
/* .author-name a {
	color: #5DA2D8;
} */
.share i {
	font-size: 28px;
	margin-right: 0.5em;
	padding: 0.25em;
}
.share a {
	color: #6D6E71;
}
.share a:hover {
	color: #535559;
}
.author-info {
	display: flex;
	font-size: 14px;
}
.author-info a {
	color: #5DA2D8;
}
.author-info .avatar {
	display: inline-block;
	margin-right: 1em;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
}
.author-info .post-author {
	font-size: 18px;
	margin-bottom: 0.25em;
	line-height: 1;
}

.author-info .avatar img {
	width: 100%;
	height:auto;
}
.blog-link {
	color: #fff;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.blog-link:hover {
	text-decoration: none;
}
.categories-posts li {
	margin-bottom: 2em;
}
.categories-posts .text-container {
	background: #F6F6F6;
	padding: 2em;
}
.categories-posts .text-container .datewrap { 
	color: #BCBCBC;
	font-family: 'Zilla Slab', serif;
	font-size: 18px;
}
.categories-posts .text-container h3 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 1em 0;
}
.categories-posts, .sidebar-container {
	padding: 0 2em;
}
@media (max-width: 767px) {  
	.single-blog-post h2 {
		font-size: 28px;
	}	
	.single-blog-post h3{
		font-size: 25px;
	}
	.thumbnailimg{
		background-size: contain;
		margin-top: 0;
		    
	}
	.single-blog-post ul{
		padding-bottom: 1em;
	}
	.single-blog-post li{
		font-size: 14px;
	}
}
/* @media (max-width: 411px){
	.single-hero-img.thumbnailimg{
		    margin-top: 65px;
	}
} */
@media screen and (max-width: 1199px) {
	.event-banner {
		font-size: 28px;
	}
}