/* feature box */
.feature_box > div {
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: default;
	filter: grayscale(50%);
	background: none !important;
}

.feature_box > div:hover {
	border-color: #ddd;
	filter: grayscale(0%);
	background-color: rgba(0, 0, 0, .01) !important;
}

/* top bar is-sticky background */

#Top_bar {
  background-position: left bottom !important;
  background-repeat: repeat-x !important;
}

@media only screen and (min-width: 1240px) {
  #Top_bar {
    background-image: url(/wp-content/themes/betheme/images/black60.png) !important;
  }
  #Top_bar.is-sticky {
    background-image: url(/wp-content/themes/betheme/images/black30.png) !important;
  }
}

/* sidebar menu correction */

.sidebar .menu {
  background: none !important;
}

.sidebar .widget_nav_menu > h3 {
  display: none;
}

.sidebar .menu li, .sidebar .menu li > a {
  color: #000;
}

.sidebar .menu li {
  list-style-type: none;
}

.sidebar .menu li > a {
  text-decoration: none;
}

.sidebar .menu li:hover {
  background-color: rgba(0, 0, 0, .1);
}

.sidebar .menu li::after {
  border: none;
}

.sidebar .widget-area {
  border-right: none !important;
}

#Subheader::after {
  height: 0px !important;
}