/* Enter Your Custom CSS Here */
#home-hero {display:none;}
.cbp-spmenu-right {right:0;}
.cbp-spmenu-vertical {
    width: 100%;
    height: auto;
    top: 0;
    z-index: 9999;
    overflow: visible;
}
.cbp-spmenu {
    background: none;
  	color: #000;
    position: relative;
}
.cbp-spmenu a {
  	display: inline;
    color: #000;
}
.cbp-spmenu ul li {
  	display: inline;
}
.cbp-spmenu > div {
    top: inherit;
    -webkit-transform: none;
    transform: none;
}
.navigation-container {display:none;}
.site-branding {
    float: right;
    margin-right: 35px;
}
.site-header {
    background: #fff;
  	position:relative;
}

@media all and (max-width: 800px) {
	.site-branding {
    	float: none;
    	margin-right: 0;
	}
}