/*
Theme Name:		 Vault Child
Theme URI:		 https://vault.uicore.co/
Description:	 Child theme for Vault - Multi-Purpose Elementor WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault
*/


/*
    Add your custom styles here
*/
.bdt-navbar-nav{
	display: flex;
	flex-direction: column;
justify-content: space-between;
    width: 100%;}
.bdt-navbar-nav > li{ flex-grow: 1; margin:4px 0;
flex: 1}


@media (min-width: 768px) {
.bdt-navbar-nav{

	flex-direction: row
    
}
