@media (max-width: 991px) {
	.home .insiders-right,
	.sidebar {
		background-color: #f1f1f1;
		border: solid thin #ddd;
		padding: 40px 30px;
		border-radius: 6px;
		margin-top: 30px;
	}
}
.home .insiders-right h3,
.sidebar h3 {
	background-image: url(../../images/page-header-pattern-2.png);
	background-repeat: repeat-x;
	background-position: center center;
	/* font-family: 'Lobster', cursive; */
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-size: 32px;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
}
@media (max-width: 991px) {
	.home .insiders-right h3,
	.sidebar h3 {
		font-size: 28px;
		background: none;
	}
}
@media (max-width: 767px) {
	.home .insiders-right h3,
	.sidebar h3 {
		font-size: 26px;
	}
}
.home .insiders-right h3 span,
.sidebar h3 span {
	display: inline-block;
	background-color: #fff;
	padding: 0 15px 0 0;
}
@media (max-width: 991px) {
	.home .insiders-right h3 span,
	.sidebar h3 span {
		background-color: transparent;
	}
}

.home .insiders-right .widget,
.sidebar .widget {
	margin: 0 0 40px 0;
}
.home .insiders-right .widget:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}



.home .insiders-right .widget img,
.sidebar .widget img {
	max-width: 100%;
}
.home .insiders-right .widget p:nth-child(2),
.sidebar .widget p:nth-child(2) {
	width: 100%;
	max-width: 300px;
}
.home .insiders-right .upcoming-events ul,
.sidebar .upcoming-events ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home .insiders-right .upcoming-events li,
.sidebar .upcoming-events li {
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 8px 0;
}
.home .insiders-right .upcoming-events span,
.sidebar .upcoming-events span {
	position: absolute;
	top: 0px;
	left: 0px;
}
.home .insiders-right .upcoming-events a,
.sidebar .upcoming-events a,
.home .insiders-right .upcoming-events a:link,
.sidebar .upcoming-events a:link,
.home .insiders-right .upcoming-events a:active,
.sidebar .upcoming-events a:active,
.home .insiders-right .upcoming-events a:visited,
.sidebar .upcoming-events a:visited {
	padding: 0 0 0 20px;
	display: block;
}
.home .insiders-right .popular-posts li a::before,
.sidebar .popular-posts li a::before {
	content: "\f101  ";
	font-family: 'FontAwesome';
}
@media (max-width: 380px) {
	.home .insiders-right .hide-sidebar-ad,
	.sidebar .hide-sidebar-ad {
		display: none;
	}
}
.left-sidebar h3 {
	/* font-family: 'Lobster', cursive; */
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
.left-sidebar h3 span {
	display: inline-block;
	background-color: #fff;
	padding: 0;
}
@media (max-width: 991px) {
	.left-sidebar .featured-author {
		padding: 0 10px;
	}
}
.left-sidebar .widget_recent_entries ul {
	padding-left: 0;
	list-style-type: none;
}
@media (max-width: 767px) {
	.left-sidebar .widget_recent_entries ul {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.left-sidebar .widget_recent_entries li {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.left-sidebar .widget_recent_entries li {
		margin-bottom: 10px;
	}
}
