/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.6.5
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */


/* India.com Style Scroll Gallery CSS */

/* Apply within the main content area of your theme */
.scroll-gallery-wrapper {
    max-width: 720px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.scroll-gallery-item {
    margin-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
}

.scroll-gallery-counter {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    font-weight: 600;
}

.scroll-gallery-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
}

.scroll-gallery-title {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.4;
}

.scroll-gallery-caption {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
    margin-top: 10px;
}

.scroll-gallery-share {
    margin-top: 20px;
}

.scroll-gallery-share a {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
}

.scroll-gallery-share a:hover {
    text-decoration: underline;
}