/**
 * Theme Name:      The Liberty Group
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for The Liberty Group by UP Market Media.
 * Author:          UP Market Media
 * Author URI:      https://www.upmarketmedia.net
 * Template:         Divi
 * Version:         1.0.0
 * Text Domain:     the-liberty-group
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */
/* === IDX Featured Listings Styling === */

.IDX-slideshow .IDX-property {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  margin-bottom: 50px;
  text-align: left;
}

.IDX-slideshow .IDX-photo {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.IDX-slideshow .IDX-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

/* Price styling */
.IDX-slideshow .IDX-price {
  font-family: 'Clarisa Stories', serif; /* Replace with the loaded name in your site */
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}

/* Address */
.IDX-slideshow .IDX-address {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

/* Property details line */
.IDX-slideshow .IDX-beds,
.IDX-slideshow .IDX-baths,
.IDX-slideshow .IDX-sqft {
  display: inline;
  font-size: 16px;
  color: #000;
}

.IDX-slideshow .IDX-baths::before,
.IDX-slideshow .IDX-sqft::before {
  content: " | ";
}

/* Button */
.IDX-slideshow .IDX-detailsButton {
  display: inline-block;
  background-color: #d4b98e;
  color: #fff !important;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  transition: background 0.3s ease;
}

.IDX-slideshow .IDX-detailsButton:hover {
  background-color: #bfa177;
  color: #fff !important;
}
