/*
 Theme Name:   weblocal Child
 Description:  WebLocal Child Theme
 Author:       WebLocal, Inc
 Author URI:   http://weblocalinc.com
 Template:     weblocal
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  weblocal-child
*/

@media (min-width:990px){
	.site-navigation-inner .navbar-nav{
		float:none;
		display:inline-block;
	}
}

.nav-bkg-glass{
	background:#1e1e1e;
}

.nav-bkg-glass .navbar-default {
	background:none;
	border:none;
}

.nav-bkg-glass .navbar{
	margin-bottom:0;
}

.site-header{
	background: #fff;
}