/* style 1 */
.listing-post-style-mobile_1 .directorypress-listing-item-holder {
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #eee;
	padding: 0;
	border-radius: 4px;
	overflow: visible;
	border:1px solid #eee;
}

.directorypress-listings-block.directorypress-listings-grid .listing-post-style-mobile_1 .directorypress-listing-text-content-wrap {
	padding: 15px;
	overflow:visible;
}

.listing-post-style-mobile_1 .directorypress-listing-item-holder figure {
	overflow: visible;
}
.listing-post-style-mobile_1 .directorypress-listing-item-holder figure img {
	transform: scale(1);
	transition: all .6s ease;
	height:auto;
}
.listing-post-style-mobile_1 .directorypress-listing-item-holder:hover figure img {
	transform: scale(1.03);
	transition: all .6s ease
}

.listing-post-style-mobile_1 .directorypress-listing-item-holder .directorypress-listing-figure-wrap {
	border: none
}
.directorypress-listing.listing-post-style-mobile_1 .directorypress-listing-figure {
	position: relative
}
.directorypress-listing.listing-post-style-mobile_1 .directorypress-listing-figure a.listing-thumbnail  {
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.listing-post-style-mobile_1 .directorypress-field-type-status{
    position: static;
	display: inline-block;
	vertical-align: middle;
}
.listing-post-style-mobile_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: 50px;
	min-height: 20px;
	line-height: 20px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
}


.directorypress-listing.listing-post-style-mobile_1 header.directorypress-listing-title h2{
	margin:0 !important;
}
.directorypress-listing.listing-post-style-mobile_1 header.directorypress-listing-title h2 a,
.directorypress-listing.listing-post-style-mobile_1 header.directorypress-listing-title h2 a:visited {
	font-weight: 600;
	text-transform: none;
	font-size: 15px !important;
}
@media only screen and (max-width: 480px){
	.directorypress-listing.listing-post-style-mobile_1 .directorypress-listing-item-holder .directorypress-listing-text-content-wrap .directorypress-listing-title h2 a {
	  font-size: 15px !important;
	}
}
.directorypress-listings-grid .listing-post-style-mobile_1 .directorypress-listing-item-holder .directorypress-listing-text-content-wrap .directorypress-listing-title {
	clear: both;
	display: block;
	padding: 0
}
.directorypress-listing.listing-post-style-mobile_1 .listing-bottom-metas {
	display: block;
	padding: 6px 15px;
	margin-top: 0;
	border-top: 1px solid #eee;
}


.directorypress-listings-grid .listing-post-style-mobile_1 .directorypress-listing-text-content-wrap {
	position: relative
}

.directorypress-listings-grid .listing-post-style-mobile_1 .directorypress-listing-item-holder .listing-location {
	margin-bottom: 0!important;
	padding: 0;
	font-size:11px;
}
.directorypress-listings-grid .listing-post-style-mobile_1 .directorypress-listing-item-holder .listing-location i {
	padding-right: 6px;
	color: #c5c5c5;
	font-size:12px;
}
.directorypress-listings-grid .listing-post-style-mobile_1 .directorypress-listing-text-content-wrap .price{
	float:left;
}
.directorypress-listings-grid .listing-post-style-mobile_1 .directorypress-listing-text-content-wrap .directorypress-field-type-price {
	float: none;
	margin: 0;
	font-weight: 400
}
.listing-post-style-mobile_1 .price .directorypress-field-type-price .field-content {
	font-size:18px;
	font-weight:bold;
}
.listing-post-style-mobile_1 .listing-bottom-metas .price .directorypress-field-type-price .field-content .symbol_style2 {
	width: auto;
	background: 0 0;
	font-size: 16px!important
}


.listing-grid-buttons{
  position: absolute;
  top: 0;
  padding: 10px;
}
/* feature tags */

.listing-post-style-mobile_1 .has_featured-tag-default{
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  display:inline-block;
  position:static;
  margin-right:5px;
  vertical-align:middle;
  border-radius:4px;
}

.listing-post-style-mobile_1 .directorypress-listing-item-holder .add_to_favourites{
  background: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  right: 10px;
  position: absolute;
  left: auto;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  top: 10px;
  padding: 0;
}
.directorypress-listing.listing-post-style-mobile_1 .directorypress-listing-item-holder .unchecked.fas.fa-heart:hover{
	color:#ff5656;
}
.directorypress-listing.listing-post-style-mobile_1 .directorypress-listing-item-holder .checked.fas.fa-heart{
	color:#ff5656;
}
/* wcfm integration */

.listing-post-style-mobile_1 .listing-add-to-cart {
    position: absolute;
    top: auto;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    right: 10px;
    line-height: 32px;
    font-size: 16px;
    bottom: 10px;
    border-radius: 2px;
}

.rtl .listing-post-style-mobile_1 .author-active,
.rtl .listing-post-style-mobile_1 .author-in-active {
    right: auto;
    bottom: 4px;
    left: 9px;
}

@media only screen and (max-width: 599px){
	.directorypress-listings-grid .responsive-2col .directorypress-listing-item-holder .listing-location {
	  display: block !important;
	}
}