/*
Theme Name: Qi Child
Theme URI: https://qodeinteractive.com/qi-theme
Description: A child theme of Qi
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: qi-child
Template: qi
*/

/* footer adjjustments */
#qodef-page-footer {
    min-height: 100vh;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#qodef-page-footer-bottom-area {
    margin-top: auto;
}

#qodef-page-footer-top-area .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* side menu adjustments */
.qodef-header--vertical #qodef-page-header {
    background-image: url("/wp-content/themes/qi-child/img/side-menu-bg.webp");
    background-size: cover;
    background-position: center;
}