/*
Theme Name: Behold Child
Theme URI: http://behold.qodeinteractive.com
Description: A child theme of Behold
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: behold
Template: behold
*/

/* Sticky colonna sinistra - layout home Behold */
.qodef-content-grid,
.qodef-two-columns-holder,
.elementor-section.elementor-section-stretched {
    overflow: visible !important;
}

/* Rendi sticky il wrapper dello slider/colonna sinistra */
.qodef-slider-holder,
.qodef-left-column,
.elementor-column:first-child > .elementor-column-wrap,
.qodef-sticky-sidebar {
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    overflow: hidden !important;
}