/* listing style 1 */
.tooltip_fields .field-label .directorypress-field-title{
	display:none;
}
.listing-post-style-1 .directorypress-listing-item-holder{
	overflow: visible;
	padding: 5px 0;
	background: none;
}
.listing-post-style-1 figure img {
	width: 100%
}
.listing-post-style-1 .directorypress-listing-text-content-wrap {
	bottom: 16px;
	position: absolute;
	left: 0;
	right: 0;
	padding: 10px 15px 10px !important;
	z-index: 100
}
.listing-cat-icon1 {
	margin-bottom:15px;
}
.listing-post-style-1 .listing-cat-icon1 img.directorypress-field-icon{
	background: rgba(255,255,255,0.2);
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.4) !important;
    width: 100%;
}
.listing-post-style-1 .listing-cat-icon1 .font-icon {
	min-width: 50px;
	min-height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
}
.listing-post-style-1 .listing-cat-icon1 .cat-icon.svg_icon{
	width: 50px;
	background: #fff;
	display: inline-block;
	height: 50px;
	text-align: center;
	margin: 0;
	position: relative;
}
.listing-post-style-1 .listing-cat-icon1 .cat-icon.svg_icon svg{
	width: 24px;
	line-height: 50px;
	vertical-align: middle;
	display: block;
	margin: 13px auto 0;
}
.listing-post-style-1 figure .listing-logo-overlay {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 70%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 70%);
	background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 70%);
	background-color: transparent!important;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
	-webkit-transition: -webkit-transform .35s, opacity .35s;
	transition: transform .35s, opacity .35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}
.listing-post-style-1 .directorypress-listing-item-holder:hover figure .listing-logo-overlay {
	transition: all .3s ease;
	background: -webkit-linear-gradient(rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .8) 60%);
	background: -o-linear-gradient(rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .8) 60%);
	background: linear-gradient(rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .8) 60%)
}
.listing-post-style-1 figure .listing-logo-overlay a {
	display: block;
	width: 100%;
	height: 100%
}
.directorypress-listing.listing-post-style-1 .directorypress-listing-item-holder .directorypress-listing-text-content-wrap .directorypress-listing-title{
	margin-bottom:10px;
}
.directorypress-listing.listing-post-style-1 .directorypress-listing-item-holder .directorypress-listing-text-content-wrap .directorypress-listing-title h2 a {
	color: #fff!important;
	font-weight: 400;
	text-transform: capitalize
}
.directorypress-listing.listing-post-style-1 .directorypress-listing-item-holder:hover .directorypress-listing-text-content-wrap .directorypress-listing-title h2 a {
	color: #fff!important;
}
.listing-post-style-1 .add_to_favourites {
	right: 15px;
	position: absolute;
	top: 15px;
	background: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #353535;
	box-shadow: 0 2px 5px rgba(0,1,1,0.1);
	border-radius:0;
	padding:0;
}

.listing-post-style-1 .directorypress-listing-text-content-wrap .price .directorypress-field-type-price {
	float: left;
	margin: 0
}
.directorypress-listings-grid .listing-post-style-1 .directorypress-listing-text-content-wrap .directorypress-rating {
	float: right
}
.directorypress-listings-grid .listing-post-style-1 .directorypress-listing-text-content-wrap .directorypress-field-type-price {
	color: #89be4a
}
.directorypress-listings-grid .listing-post-style-1 .directorypress-has_sticky-icon {
	top: 85px!important;
	left: 30px!important
}
.listing-post-style-1 .directorypress-field-type-status{
    position: absolute;
    top: 15px;
    left: 15px;
}
.rtl .listing-post-style-1 .directorypress-field-type-status{
    right: 15px;
    left: auto;
}
.listing-post-style-1 .directorypress-field-type-status .field-content .listing-status-tag{
    background: #81d742;
    padding: 1px 8px 0;
    display: block;
    font-size: 11px;
    color: #fff;
    min-width: 60px;
    min-height: 20px;
    line-height: 20px;
	border-radius:2px;
}

/* wcfm integration */

.listing-post-style-1 .listing-add-to-cart{
	position: absolute;
	top: 20px;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	right: 15px;
	line-height: 32px;
	font-size:16px;
}
.rtl .listing-post-style-1 .listing-add-to-cart{
	left: 15px;
	right:auto;
}
.listing-post-style-1 [class^="has_featured-tag-"]{
	top:auto;
	right:15px;
	bottom:5px;
	left:auto;
}
.rtl .listing-post-style-1 [class^="has_featured-tag-"] {
    right: auto;
    left: 15px;
}