/*
Theme Name: Your Child Theme
Description: This is an example of a blank Jump Start child theme.
Author: Your name here
Template: jumpstart
*/

/* Your custom CSS here */

.site-inner {
    background: #fff;
}

.header-nav .tb-primary-menu > li.current_page_item > a {
	background-color: #0367af;
	color: #fff;
}

.tb-sticky-header {
  background-color: #c1d3e9;
}

.tb-sticky-header .tb-primary-menu > li > .menu-btn {
  color: #000;
  font-size: 14px;
}

.tb-primary-menu ul.sub-menu .menu-btn {
  font-size: 13px;
}