/*
Theme Name:		ClassiadsPro Child
Theme URI:		http://themeforest.net/user/designinvento
Description:	Child theme for the ClassiadsPro theme 
Author:			Designinvento
Theme URI:		http://themeforest.net/user/designinvento
Template:		classiadspro
Version:		1.0
*/


/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	
}

*/
.custom-prices{
    padding:5px 0;
}
.custom-prices:before,
.custom-prices:after{
    content:"";
    display:block;
    clear:both;
}
.listing-post-style-14 .listing-bottom-metas .directorypress-field-type-price,
.listing-post-style-listview_mod .directorypress-field-type-price{
  padding: 2px 0;
  display:block;
  float: none !important;
}
.directorypress-listings-block .listing-post-style-14 .listing-bottom-metas .directorypress-field-type-price .field-content,
.listing-post-style-listview_mod .directorypress-field-type-price .field-content{
  color:#222222;
}
.directorypress-listing.listing-post-style-14 .directorypress-listing-item-holder .add_to_favourites {
  width: 32px !important;
  height: 32px !important;
  position: absolute !important;
  line-height: 32px !important;
  font-size: 20px;
  left: auto !important;
  border-radius: 3px !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  float: none;
  top: 5px;
  right: 15px;
}
.listing-post-style-14 .listing-grid-buttons {
  width: calc(100% - 10px);
}
.listing-post-style-14 .directorypress-listing-item-holder figure a {
  position: relative;
}

.directorypress-price-style3{
    padding:15px 30px;
}
.directorypress_widget_price .directorypress-price-style3 .directorypress-field-type-price .field-label {
  display: inline-block;
}
.directorypress_widget_price .directorypress-price-style3 .directorypress-field-type-price .field-label {
  display: inline-block;
  margin-right:7px;
}
.directorypress_widget_price .directorypress-price-style3 .field-content {
  display: inline-block;
  width: auto;
    font-size: 22px;
    padding: 12px 0;
    line-height:24px;
}
.directorypress_widget_price .directorypress-price-style3 .field-content:before,
.directorypress_widget_price .directorypress-price-style3 .field-content:after{
  display: none;
}
.directorypress_widget_price .directorypress-price-style3 .field-content .currency-symbol {
  padding-left: 10px;
}