.headernavigation--wrapper {
	width:100%;
	background-color:var(--base);
	padding: 0;
}

.nav__left {
    width:90%;
}

.nav__right {
    width:10%;
}


.logo__wrapper {
    max-width:28px;
}

.logo__wrapper-img {
    width:100%;
    height:auto;
}


.off-canvas__wrapper {
    background-color:var(--base);
}


#desktop-menu a,
#mobile-menu-items a{
	color:var(--white);
	opacity:0.7;
	transition:var(--ease);
}


#mobile-menu-items a {
    margin-right:56px;
}




#desktop-menu a:hover,
#mobile-menu-items a:hover {
	opacity:1!important;
}



/*----- MOBILE OFF CANVAS MENU UL STYLES -----*/

#desktop-menu a {
	padding-top:0px!important;
	padding-bottom:0px!important;
	
}


.headroom--top #desktop-menu a {
	color:white;
}



/*----- TOGGLE ON OFF CANVAS MENUS BASED ON BROWSERWIDTH -----*/
/*@media only screen and (min-width: 993px) { 

  #hamburgers {
  	display:none;	
  }

}





/*

@media only screen and (max-width: 992px) { 

  #desktop-menu {
  	display:none;	
  }
  
}
*/

