#newstape {
	
	overflow: hidden;
	width: 100%;
}
.newstape-content {
	position: relative;
	padding: 15px;
	width: 100%;
}
.newstape-drag {
	cursor: ns-resize;
}
.sqdi_widget_cat_recent_posts {
	margin-bottom: 0 !important;
	min-height: 140px;
}
.sqdi_widget_cat_recent_posts h2 {
	color: #fff;
	font: 400 18px "Tinos", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 30px;
}
.sqdi_widget_cat_recent_posts ul li::after {
	content: '';
}
.sqdi_widget_cat_recent_posts li {
	padding: 10px 45px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}
.sqdi_widget_cat_recent_posts a {
	color: #ffffff !important;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
	position: relative;
	text-align: center;
}
.sqdi_widget_cat_recent_posts .post-date {
	color: #fff !important;
	display: block;
	font-size: 14px;
	margin: 10px 0 0;
	opacity: 0.6;
	text-align: center;
	font-weight: bold;
}
.sqdi_widget_cat_recent_posts li:hover, .sqdi_widget_cat_recent_posts li a:hover, .sqdi_widget_cat_recent_posts .post-date:hover {
	background: #33bce6 none repeat scroll 0 0;
	color: #ffffff !important;
}
/* Widget Single Post */
.single-post .sqdi_widget_cat_recent_posts li {
	padding: 10px 0 40px 0;
	border: none;
	color: #777777;
	text-align: left;
}
.single-post .sqdi_widget_cat_recent_posts li:hover, .single-post .sqdi_widget_cat_recent_posts a:hover, .single-post .sqdi_widget_cat_recent_posts .post-date:hover {
	background: none;
	color: #777777 !important
}
.single-post .sqdi_widget_cat_recent_posts a {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}
.single-post .sqdi_widget_cat_recent_posts .post-date {
	font-weight: normal;
}
.single-post .sqdi_widget_cat_recent_posts a, .single-post .sqdi_widget_cat_recent_posts .post-date {
	background: none;
	display: block;
	color: #777777 !important;
	text-align: left;
}
/* Widget Category */
.category .sqdi_widget_cat_recent_posts li {
	padding: 10px 0 40px 0;
	border: none;
	color: #777777;
	text-align: left;
}
.category .sqdi_widget_cat_recent_posts li:hover, .category .sqdi_widget_cat_recent_posts a:hover, .category .sqdi_widget_cat_recent_posts .post-date:hover {
	background: none;
	color: #777777 !important
}
.category .sqdi_widget_cat_recent_posts a {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}
.category .sqdi_widget_cat_recent_posts .post-date {
	font-weight: normal;
}
.category .sqdi_widget_cat_recent_posts a, .category .sqdi_widget_cat_recent_posts .post-date {
	background: none;
	display: block;
	color: #777777 !important;
	text-align: left;
}
