/* style 12 */

.listing-post-style-12 .directorypress-listing-item-holder .directorypress-listing-text-content-wrap {
	border: none;
	background: #fff;
	padding: 10px 20px!important
}
.listing-post-style-12 .directorypress-listing-item-holder:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.listing-post-style-12 .add_to_favourites {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.5);
    width: 30px;
    height: 30px;
    line-height: 30px;
	border-radius:2px;
	background: rgba(0,0,0,0.1);
}
.listing-post-style-12 .add_to_favourites span.checked.fas.fa-heart {
	color: rgba(255,255,255,1);
}
.listing-post-style-12 .add_to_favourites span.unchecked.fas.fa-heart{
	color: rgba(255,255,255,0.5);
}
.listing-post-style-12 .price {
	float: right
}
.listing-post-style-12 .cat-wrapper {
	float: left
}
.listing-post-style-12 .cat-wrapper .listing-cat {
	font-size: 13px
}
.listing-post-style-12 .price .directorypress-field-type-price {
	margin: 0
}
.listing-post-style-12 .price .field-content {
	font-size: 13px;
	color: #e3c536;
	font-weight: 700
}
.listing-post-style-12 .listing-cat-icon1 {
	display: inline-block;
	line-height: 32px;
	position: absolute;
	top: auto;
	left: 10px;
	max-width: 32px;
	overflow: hidden;
	bottom: 10px;
}
.listing-post-style-12 .listing-cat-icon1.svg-wrap {

    width: 32px;
    overflow: hidden;
    bottom: 10px;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    height: 32px;
    padding: 6px;

}
.listing-post-style-12 .listing-cat-icon1 .font-icon {
    line-height: 32px;
    width: 32px;
    max-width: 32px;
    border-radius: 0;
    height: 32px;
    background: #333;
    background-color: rgb(51, 51, 51);
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    border-radius: 3px;

}
.listing-post-style-12 .listing-cat-icon1 .cat-icon.svg_icon {
	font-size: 24px;
	width: 48px;
	height: 48px;
	display: block;
	background: #fff;
    padding: 10px;
}
.listing-post-style-12 .listing-cat-icon1.svg-wrap img{

    width: 20px;
	margin: auto;
	display: block;
	vertical-align: middle;

}
.listing-post-style-12 .directorypress-listing-title h2 {
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-left: 0;
	font-weight: 400
}
.listing-post-style-12 .directorypress-listing-title {
	line-height: 1
}
/* feature tags */
.listing-post-style-12 .has_featured-tag-1{
	position:absolute;
	top:13px;
	left:25px;
}