/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.8.1
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/


.demo {
    width:100%;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
    margin-left: 0 !important;
}
.demo ul.lSPager.lSGallery li {
    margin: 5px;
}
.demo .lightSlider li {
    margin: 0;
}

.demo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    height: 528px;
    object-fit: cover;
}
.lSSlideOuter .lSPager.lSGallery img {
    height: 90px !important;
    object-fit: cover !important;;
}