/* style 16 */
.directorypress-listings-block.directorypress-listings-grid .listing-post-style-16  .directorypress-listing-text-content-wrap
 {
    padding: 0;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
	
}
.directorypress-listings-block.directorypress-listings-grid .listing-post-style-16:hover  .directorypress-listing-text-content-wrap
 {
    padding: 0;
    position: absolute;
    bottom: 0;
    background: rgb(91, 39, 132, 0.7);
    width: 100%;
	overflow:hidden;
}
.listing-post-style-16 .directorypress-listing-text-content-wrap header h2{
    color:#fff !important;
	text-transform:uppercase;
	margin:0;
	padding:10px 15px;
}
.directorypress-listing.listing-post-style-16 .directorypress-listing-item-holder .directorypress-listing-text-content-wrap .directorypress-listing-title h2 a{
    color:#fff !important;
	text-transform:uppercase;
}

.listing-post-style-16 figure.directorypress-listing-figure {
    overflow: hidden;

}
.directorypress-widget .listing-post-style-16 .directorypress-listing-item-holder{
	border-radius:0 !important;
}
/* feature tags */
.listing-post-style-16 .has_featured-tag-1{
	position:absolute;
	top:5px;
	right:5px;
}