/**
Theme Name: Vexis
Theme URI: https://wpplover.com/themes/vexis/
Author: WP Plover
Author URI: https://wpplover.com
Description: Vexis is a multipurpose Full Site Editing theme. Vexis theme utilizes the WordPress block editor and the extensions provided by the Plover Kit to create unique and eye-catching web design. Dark mode and mobile optimization can better retain visitors. It’s perfect for agencies, companies, and bloggers to create an impact online website. Startups or marketing campaigns can also easily create landing pages through the block editor, making Vexis the fastest and most adaptable theme for any creative endeavor.
Template: plover
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vexis
Tags: full-site-editing, editor-style, block-patterns, wide-blocks, block-styles, style-variations, threaded-comments, translation-ready, sticky-post, footer-widgets, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, one-column, two-columns, three-columns, full-width-template, rtl-language-support, grid-layout, left-sidebar, right-sidebar, portfolio, blog, news
*/

@media (min-width: 782px) {
    .vexis-site-sidebar {
        position: relative;
        height: 100%;
    }

    .sidebar-cover.has-position-top-desktop {
        top: calc(0px + var(--wp-admin--admin-bar--height, 0px));
    }
}

@media (max-width: 782px) {
    .sidebar-cover {
        min-height: auto !important;
    }
    .sidebar-content {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}
