/*
Theme Name: Bry Air
Theme URI: https://wordpress.org/themes/bryair
Author:  Shadab Rana
Author URI: https://www.digiflute.com
Description: Bry Air is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: bryair
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

/**
* By Shadab Rana 
*/

.topbar ul li {
    display: contents;
}

@media only screen and (max-width: 768px){

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    background: #fff;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    z-index: 999;
    background: transparent;
}
nav.menu.main {
    position: absolute;
    top: 0;
}
}

.position_dv {
  position: absolute;
  top: 6%;
  left: 0%;
  background: red;
  padding: 4px 24px;
  border-radius: 0px 50px 50px 0px;
  display: inline-block;
  height: 36px;
  color: #fff;
  z-index: 9;
}

.category-section .card {
  height: 100%;
  position: relative;
}