/**
Theme Name: maison reve
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maison-reve
Template: astra
*/
/* style.css or Elementor Custom CSS for New Filter UI (v1.1.9) */

/* Basic CSS for the ACF lightSlider Gallery (add to your theme's style.css) */

.acf-gallery-slider-wrapper {
    margin-bottom: 20px; /* Add some space below the slider */
    /* Add any specific wrapper styling here */
}

/* lightSlider already comes with its own CSS, but you might want to override or add. */
/* The 'lSGallery' class is added by the JS configuration above */
.lSSlideOuter .lSGallery {
    /* Example: Add a border to the main slider area */
    /* border: 1px solid #ddd; */
}

.lSSlideOuter .lSPager.lSGallery li a img {
     /*Example: Style for thumbnail navigation items */
    border: 2px solid transparent; 
    height: 80px;
    width: 120px;
    object-position: center;
    object-fit: cover;
}

.lSSlideOuter .lSPager.lSGallery li.active a {
    /* Example: Style for the active thumbnail */
    /* border-color: #0073aa; */
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px; /* Rounded corners for thumbnails */
}

.gallery-lightslider li {
    text-align: center; /* Center images if they are smaller than the container */
}

.gallery-lightslider img {
    max-width: 100%;   /* Ensure images are responsive within the slide */
    height: auto;      /* Maintain aspect ratio */
    display: inline-block; /* Allows centering if text-align:center is on parent */
    border-radius: 8px; /* Rounded corners for main images */
}

.ls-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 20px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    font-size: 0.9em;
    text-align: center;
    max-width: 80%;
    box-sizing: border-box;
}

/* Ensure Elementor doesn't interfere too much with widths if used in Elementor */
.elementor-widget-container .acf-gallery-slider-wrapper ul,
.elementor-widget-container .acf-gallery-slider-wrapper li {
    /* Reset some potential Elementor list styling */
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}