/**
* Theme Name: Electio Child
* Description: This is a child theme of Electio, generated by Auto Installer.
* Author: <a href="https://teconce.com/about">Teconce</a>
* Template: electio
* Version: 1.4.2
*/
/* Permanently hide Browse All Categories block */
.electio-vertical-nav,
#electio-vertical-nav-trigger,
#electio-vertical-nav-menu {
    display: none !important;
}

/* Add spacing to main menu (move right slightly) */
.el-hm-one-nav {
    padding-left: 40px !important;  /* increase value if you want more space */
}
/* Add spacing before Home menu only */
.navbar-nav > li:first-child {
    margin-left: 15px; /* adjust value until it looks right */
}
