/*
 Theme Name:   Avada Child
 Theme URI:    https://avada.theme-fusion.com/
 Description:  Avada Child Theme - Custom timeline element included
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     Avada
 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:  avada-child
 Tags:         responsive-layout, featured-images, custom-menu, translation-ready
*/

/* 
 * IMPORTANT: 
 * This file is required for WordPress to recognize this as a child theme.
 * Most styles should be added through Avada's theme options or custom CSS panel.
 * 
 * If you need to add custom CSS, add it below this comment.
 * Alternatively, use Avada's built-in Custom CSS option:
 * Theme Options > Advanced > Custom CSS
 */

/* 
 * ============================================
 * Custom Timeline Journey Element Styles
 * ============================================
 * Additional styles for the custom timeline element
 * can be added here if needed
 */

/* Example: Custom timeline styling overrides */
.fusion-timeline-journey {
    /* Add your custom styles here if needed */
}

/* Example: Responsive adjustments */
@media (max-width: 768px) {
    .fusion-timeline-journey {
        /* Mobile-specific timeline styles */
    }
}

/* 
 * ============================================
 * Your Custom Styles Below
 * ============================================
 * Add any additional custom styles for your website below
 */