/*
Theme Name: Knowledge Media Institute
Theme URI: https://sagerai.kmi.open.ac.uk/
Author: Digital Developmet Services (STEM-TS)
Author URI: https://stem-ts.open.ac.uk/
Description: Project and Technology template designed for the Knowledge Media institute at The Open University.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: KnowledgeMediaInstitute

KnowledgeMediaInstitute WordPress Theme © 2011-2023 Digital Development Services
KnowledgeMediaInstitute is distributed under the terms of the GNU GPL
*/

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
}

.navbar-toggler-icon::before { top: 0; }
.navbar-toggler-icon::after { bottom: 0; }
.navbar-toggler-icon span { top: 50%; transform: translateY(-50%); }