/*
Theme Name: Ahyvrier
Theme URI: https://lookout.be
Template: blocksy
Author: Lookout
Author URI: https://lookout.be
Description: A Blocksy child.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.23.1765796403
Updated: 2025-12-15 11:00:03

*/

.left-column-fixed {
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(50% - 50px);
}
.right-column {
    margin-left: 50%;
}
.left-column-fixed-small {
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(25% - 50px);
}
.right-column-small {
    margin-left: 25%;
}




.mobile-menu li.current_page_item > a,
.mobile-menu li > a:hover {
    background-color: #f0f0f0;
}
.stk-block-carousel__button {
    border: 1px solid #fff !important;
}

@media (max-width: 999.98px) {
    .left-column-fixed {
        height: auto;
        max-height: auto;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    .right-column {
        margin-left: auto;
    }
    .left-column-fixed-small {
        height: auto;
        max-height: auto;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    .right-column-small {
        margin-left: auto;
    }
}
@media (max-width: 689.98px) {

}