/*-----------------------------------------------------------------------------------*/
/*	MAS Recent Video Widget
/*-----------------------------------------------------------------------------------*/

.widget.widget_mas_widget_recent_videos ul li{
	list-style: outside none none;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	line-height:20px;
}

.widget_mas_widget_recent_videos li:last-child{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	min-height: 90px;
}

.page-sidebar .widget_mas_widget_recent_videos li h3 a, 
.col-side .widget_mas_widget_recent_videos li h3 a{
	color: #696f6f;
	opacity: 1;	
}

.page-sidebar .widget_mas_widget_recent_videos p, 
.col-side .widget_mas_widget_recent_videos p{
	font-size: 12px;
  line-height: 1.5;
  padding-top: 3px; 
 }

.widget_mas_widget_recent_videos li h3{
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0px;
	overflow: hidden;
}



.widget_mas_widget_recent_videos li h3 a{
	display: inline;
	color: #fff;
	opacity: 0.8;
}

.widget_mas_widget_recent_videos li h3 a:hover {
	color:#19b5fe;
	
}

.widget_mas_widget_recent_videos .vidthmb{
	float: left;
}

.widget_mas_widget_recent_videos .recentvid-excerpt{
	line-height: 20px;
}

.widget_mas_widget_recent_videos li img{
	padding: 3px;
	border:1px solid #999;
	margin-right: 15px;
	width: 90px;
}

.widget_mas_widget_recent_videos li .date{
	font-size: 11px;
	line-height: 1;
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin: 0 0 5px;
	font-weight: bold;
}

.widget_mas_widget_recent_videos li:before {
	content: none;
}