/* reduce top padding on header */
.site-header {
  padding-top: 1em;
}
/* changing page side menu icon &amp; drop down mobile menu */
.widget_nav_menu ul li:before, .main-navigation ul li a:before {
font-family: FontAwesome;
content: "\f105";
color: #CA1818;
}
/* remove page title from each page */
h1.entry-title {
  display: none !important;
}
/* Make sub menus wider */
.main-navigation ul ul li a, .secondary-navigation ul ul li a {
width:250px!important;
}
body, button, input, select, textarea {
    font-family: Arial;
  font-weight: normal;
}
/* Change size of sharing text in script less social sharing*/
.scriptlesssocialsharing h3 {
  font-family: Arial;
  font-size: 14px;
}
/* Change color of active link on menu */
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
  border: 1px solid #000000;
}
/* remove storefront mobile hamburger menu */
button.menu-toggle {
  display: none !important;
}
/* remove bop search menus display button */
.bop-nav-search input[type="submit"]{
  display: none;
}
/* remove such a big indent from list items */
table td, table th {
    padding: 1em 0.41575em;
}
