/*
Theme Name:     The Bootstrap Child
Description:    Child theme for The Bootstrap theme
Author:         Kent Morrison
Template:       the-bootstrap
Version:        1.0
*/

@import url("../the-bootstrap/style.css");

a {font-weight: normal;}

/* For button with menu icon when window is narrow */
.navbar .btn-navbar .icon-bar{display:block;width:35px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}

/* Search box dimensions */
.navbar-search .search-query {
  margin-bottom: 0;
 /* padding: 4px 14px; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
}

header.page-header{padding-bottom:0px;margin:0px 0 0px;border-bottom:0px solid #eeeeee;}

#header-image,
.entry-content {
	margin-bottom: 0px;
	margin-top: 0px;
}

h1.entry-title{font-size: 30px}
h2.widget-title{font-size: 24.5px}
body.home h1.entry-title {display:none;}


.table th, .table td{padding: 2px 14px; border-top: none;}
/*
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #ffffff;
} 
*/
blockquote {border-left-width: 0; padding: 0; margin: 0px 15% 20px 5%;}
blockquote p{font-size: 14px; font-weight: normal; line-height: 20px;}


/* Dropdown menus work on hovering */
.sidebar-nav {
    padding: 9px 0;
} 

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}  

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
} 

.dropdown:hover .dropdown-menu {
    display: block;
} 

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
} 
/* End of hovering css */