ul#feedrotate,
ul#feedlist {
	display:block;
	position:relative;
	height:auto;
	min-height:300px;
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	margin-bottom:20px;
}

ul#feedlist {
	overflow:visible;
	white-space:normal !important;
}

ul#feedlist h2.widgetfeedtitle, ul#feedrotate h2.widgetfeedtitle {
	
}
/*RSS list or cycle rotator*/
.feedrotate,
.feedlist {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
/*positioned absolute via cycle*/
.feedrotate li,
.feedlist li {
	margin: 0;
	padding: 0;
	left:0;	
	text-align:left;
	height:auto;
	font-size:13px;
	font-weight:normal;
	line-height: 19.5px;
	white-space:normal !important;
	width:100% !important;
}
.feedlist li {
	clear:both;
}	
.feedrotate img,
.feedlist img {
	width:300px;
	height:auto;
	bottom:0;
}

.feedwidget li h5 {
	font-size:16px;
	white-space:normal;
	line-height: 19.5px;
	margin-bottom:0;
}
.feedwidget li a {
	text-decoration:none;
	color:inherit;
}
 
.feedwidget li img {
	width:100%;
	height:auto;
}


body.single .feedwidget:not(.feedrotate) {
}

.nivo-lightbox-content .feedwidget:not(.feedrotate) li.feeditem,
body.single .feedwidget:not(.feedrotate) li.feeditem {
	display:block;
	position:relative;
	float:left;
	/**
	display:flex;
	flex-wrap: wrap;
	width:50%;**/ /*two element in row*/
	/*padding: 25px;*/
	height:auto;
	font-size:12px;
}	
.nivo-lightbox-content .feedwidget:not(.feedrotate) li img,
body.single .feedwidget:not(.feedrotate) li img {
	width:auto;
	height:auto;
	float:left;
	margin-right:25px;
}	

