/*remove padding around logo*/

#masthead .hgroup {
  zoom: 1;
  position: relative;
  padding: 0px !important;
}

/*make the menu fit*/

.main-navigation ul li a {
  padding: 15px 10px;
  line-height: 1em;
}

.titles h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-color: #ccc8c8 !important;
  color: #ffffff !important;
}

#main {
  background: #fcfcfc;
  padding: 0px;
}

h1.entry-title {
    padding-top: 20px;
}

/*************************MOBILE CSS*************************/

#divWNWidgetsContainer927210 {
  max-width: 100%;
}

/* Mobile Nav */

.mobile-nav-frame {
  background: #333333 !important;
}

/*the text on the menu in Mobile*/

.mobile-nav-frame .title h3 {
  color: white !important;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8) !important;
}

/*inside frame of menu on Mobile*/

.mobile-nav-frame ul {
  background: #333333 !important;
  border: 1px solid #111 !important;
}

.mobile-nav-frame ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav-frame ul li a.link {
  color: #ffffff !important;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
}

/*logo is 167 height, uploaded in Theme Design>logo, this background has a white overlay at 58% opacity*/

#masthead.site-header {
  background-image: url("https://www.orangecratederby.com/wp-content/uploads/2017/07/ocd_header_v2_noOCDlogo-white.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.entry-content h3 {
  background-color: #e0e0e0;
}