/*
 Theme Name:   Industrie Child
 Theme URI:    https://demo.rstheme.com/wordpress/industrie/
 Description:  Industrie Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     industrie
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

html {
    overflow: unset !important;
}
.padding-left-sidebar .col-md-3,
.padding-full-layout-left .col-md-3,
.padding-full-layout-left {
    overflow: unset !important;
}
body #page #rs-blog #content .row,
body #page #content .rs-blog-details .row {
    align-items: flex-start;
}
body #page #rs-blog #content .row .sticky-sidebar,
body #page #content .rs-blog-details .row .sticky-sidebar {
    position: sticky;
    inset-inline-start: 0;
    top: 0px;
}