
ul.feedlist {
	display:block;
	position:relative;
	height:auto;
	min-height:300px;
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
li.feedlist {
	/*positioned absolute via cycle*/
	margin: 0;
	padding: 0;
	left:0;	
	text-align:left;
	height:auto;
}
.feedlist img {
	width:300px;
	height:auto;
	bottom:0;
}

/*RSS list or cycle rotator*/
.feedlist {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.feedlist.feedrotate li,
.feedlist.feedrotate li.feeditem {
	width:100% !important;
	clear:both;
}	
.feedlist li h5 {
	font-size:16px;
}
 
.feedlist li img {
	height:auto;
	width:100%;
}
.feedlist.feedrotate {
	min-height:300px;
	max-height:300px;
	overflow:hidden;
}
.feedlist.feedwidget{
	min-height:200px;
	max-height:200px;
}


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

.nivo-lightbox-content .feedlist:not(.feedrotate) li.feeditem,
body.single .feedlist: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 .feedlist:not(.feedrotate) li img,
body.single .feedlist:not(.feedrotate) li img {
	width:auto;
	height:auto;
	float:left;
	margin-right:25px;
}	


