.clear{clear: both; float: none !important;margin: 0 !important;padding: 0 !important; height: 0 !important;}
.hide{display: none;}
#tr-post-shuffle div.tr-ps-single{
    padding: 0px 15px;
}
#tr-post-shuffle a.tr-ps-a-title{
	display:block;
	margin: 0 0 15px;
	font-weight: bold;
}
.tr-read-more{
	margin-top: 10px;
	display: inline-block;
}
.tr-fs-post-content img{
	width: 100%;
	height: auto;
}
.tr-fs-post-content{
	position: relative;
	overflow: hidden;
}
#tr-fs-post-shuffle .tr-fs-post-content a p.tr-fs-a-title{
	position: absolute;
	bottom: -32px;
	height: 32px;
	background: #000;
	opacity: 0;
	color: #FFF;
	text-align: center;
	margin: 0;
	width: 100%;
	line-height: 32px;
	overflow: hidden;
	transition: all .25s ease 0s;
}
#tr-fs-post-shuffle .tr-fs-post-content a:hover p.tr-fs-a-title{
	bottom: 0px;
	opacity: 0.7;
}