/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.15.0
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */

.category_details_wrapper .listing-featurebar.cal_featurebar{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:60px !important;
  margin:18px 0 10px !important;
  line-height:1 !important;
}

.category_details_wrapper .listing-featurebar.cal_featurebar .if-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  white-space:nowrap !important;
  line-height:1 !important;
}

.category_details_wrapper .listing-featurebar.cal_featurebar .if-item img{
  width:38px !important;
  height:38px !important;
  max-width:38px !important;
  max-height:38px !important;
  display:inline-block !important;
  vertical-align:middle !important;
  object-fit:contain !important;
}

.category_details_wrapper .listing-featurebar.cal_featurebar .if-item em{
  font-style:normal !important;
  font-size:15px !important;
  line-height:1 !important;
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
}

.listing_wrapper .property_listing {
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.listing_wrapper .property_listing .listing-unit-img-wrapper {
  overflow: hidden !important;
}

.listing_wrapper .property_listing .listing-unit-img-wrapper img {
  display: block !important;
  width: 100% !important;
}


.listing_wrapper .property_listing {
  transition: all 0.3s ease !important;
  transform: translateY(0);
}

.listing_wrapper .property_listing:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15) !important;
}

.listing_wrapper .listing-unit-img-wrapper {
  position: relative !important;
  overflow: hidden !important;
}

.listing_wrapper .listing-unit-img-wrapper img {
  display: block !important;
  width: 100% !important;
  transition: transform 0.5s ease !important;
}

.listing_wrapper .property_listing:hover .listing-unit-img-wrapper img {
  transform: scale(1.05) !important;
}

.listing_wrapper .listing-unit-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.25));
  opacity: 0.6;
  transition: opacity 0.3s ease;
  pointer-events: none !important;
  z-index: 2;
}

.listing_wrapper .property_listing:hover .listing-unit-img-wrapper::after {
  opacity: 0.3;
}

.listing_wrapper .listing-unit-img-wrapper a,
.listing_wrapper .listing-unit-img-wrapper img {
  position: relative !important;
  z-index: 3 !important;
}