#header {
    position: relative;
    height: auto;
    border-bottom: none;
}
#header {
    position: relative;
    height: auto;
    border-bottom: none;
}
#topbar h3 {color:#fff;}
#topbar {background:#262626;}
#topwrap {max-width:1000px;margin:0 auto;height: 40px;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;}
#header {max-width:1000px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
#header #site-logo {max-width:300px;top:auto;left:auto;}
#site-description {display:none;}
#main-nav {
    margin: 0;
    padding: 0;
    position:relative;
    left:auto;
    top:auto;
    bottom: auto;
    z-index: 100;
}
#main-nav li {padding:40px 0px;}
#main-nav .current-menu-item {background:#cccccc;}
#content {padding-top:0;}