.sidebar-wrap {
	margin-bottom:20px;
}

@media (max-width: 640px) {
	.sidebar-wrap {
		padding:10px;
	}
}

.sidebar-wrap h4.sidebar-title {
	background-color: #282828;
	color: white;
	font-size: 0.75rem;
	line-height: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
}

/* Recent Posts Widget */
.sidebar-wrap ul.widget-recent-posts {
	background-color: #f0f0f0;
	margin:0px;
	font-size: 12px;
	font-weight: 700;
	list-style-type: none;
	text-align:left;
	padding-left:0px;
}

.sidebar-wrap ul.widget-recent-posts li {
	padding:10px;
	border-bottom:2px solid #FFFFFF;
}

.sidebar-wrap ul.widget-recent-posts li span.section {
	text-transform: uppercase;
	color:#2b7bb9;
}

.sidebar-wrap ul.widget-recent-posts li span.time {
	color:#9a9a9a;
}

/* Twitter Feed Widget */
.sidebar-wrap .tweet-tweet {
	position: relative;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 10px;
	height: 165px;
}

.sidebar-wrap .tweet-body {
	text-align:left;
}

.tweet-tweet .tweet-body {
	height: 150px;
}

.sidebar-wrap .tweet-tweet span.twitter-title {
	font-weight: 700;
	font-size: 14px;
	color: #9a9a9a;
}

.sidebar-wrap .twitter-title .fa-twitter {
	color:#2b7bb9;
}

.sidebar-wrap .tweet-tweet ul.tweet-options {
	margin-right: 10px;
	position: absolute;
	right: 0px;
	list-style-type:none;
}

.tweet-tweet .tweet-options {
	margin-right: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.sidebar-wrap .tweet-tweet .tweet-options li {
	display: inline;
	line-height: 35px;
	margin-left: 30px;
}

.sidebar-wrap #triangle-topleft {
	width: 0;
	height: 0;
	border-top: 20px solid #e6e6e6;
	border-right: 20px solid transparent;
	margin-left: 50px;
	margin-top: -20px;
}

.sidebar-wrap .tweet-bird {
	background: transparent;
	font-size: 16px;
	text-align: left;
}

.sidebar-wrap .big {
	font-size: 50px;
	color: #2b7bb9;
}

.sidebar-wrap .tweet-tweet .twitter-widget-prev, .sidebar-wrap .tweet-tweet .twitter-widget-next {
	top: 93%;
	margin-top: 39px;
	position: absolute;
	z-index: 200;
	display: block;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: transparent;
	padding: 0;
	border: none;
	outline: none;
}

.tweet-tweet .twitter-widget-prev {
	left: 80px;
}

.tweet-tweet .twitter-widget-next {
	right: 10px;
}

.slick-dots {
	position: absolute;
	bottom: -60px !important;
	left:35px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.tweet-tweet .slick-dots li button:before {
	font-size: 16px;
	color: #9a9a9a;
}