.site-header:before {
  content: 'desktop large';
  /*position: fixed;
  top: 60px;*/
  left: 0;
  padding: 10px;
  background: yellow;
  z-index: 3000;
  display: none;
}


.site-footer .widget-area {
  width: 50% !important;
  margin: 0;
  padding: 0;
}

.navbar.fixed-top .menu a:hover,
.navbar.fixed-top .menu .sub-menu a:hover
{
  background: #FFF !important;
}                  

.color-scheme-dark .navbar.fixed-top .current-menu-item > a
{
  background: #FFF;
}



[class*="color-scheme-"] .navbar.fixed-top a
{
  color: #000;
}

.navbar.fixed-top .menu > li:hover 
{
  background: #FFF !important;
}


.page-template-page-sidebar-left-php .site-main .widget-area {
  width: 23%;
  margin-top: 85px;
  position: relative;
}

.page-template-page-sidebar-left-php .site-main .widget-area:before {
  content: ' ';
  background: url(images/info-icon.png) no-repeat;
  position: absolute;
  top: -65px;
  right: 0;
  width: 41px;
  height: 40px;
}
