/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ==========================================================================
   Elliot's Café – Custom Styles
   ========================================================================== */

/* Hero container overlay */
.fusion-builder-container:first-child {
    position: relative;
}
.fusion-builder-container:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.fusion-builder-container:first-child .fusion-builder-row {
    position: relative;
    z-index: 1;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Opening hours table */
.fusion-text table td {
    border: none !important;
    padding: 6px 0 !important;
}

/* Gallery hover effect */
.fusion-gallery .fusion-gallery-image:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Footer copyright links */
.fusion-footer-copyright-area a {
    color: #c9a96e;
}
.fusion-footer-copyright-area a:hover {
    color: #b08e50;
}

/* Social links styling */
.fusion-social-links a {
    color: #4a4a4a !important;
}
.fusion-social-links a:hover {
    color: #c9a96e !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fusion-title h2 {
        font-size: 26px !important;
    }
    .fusion-title h3 {
        font-size: 20px !important;
    }
}