/*
Theme Name: Divi Child
Theme URI: https://sunnyokanoganangus.com/
Description: A child theme for the Divi theme
Author: Novel Designs
Template: Divi
Version: 1.0.0
*/

/* Import the parent theme's styles */
@import url("../Divi/style.css");


/* Hide logo initially */
.show-logo-on-scroll .et_pb_menu__logo {
    display: none;
}

/* Sticky Section */
.et_pb_section.et_pb_sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* Smooth transition for logo */
.show-logo-on-scroll .et_pb_menu__logo {
    transition: opacity 0.3s ease-in-out;
}
