/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* mobile first – full width */

.logo-copy{max-width:100%;margin:0;}

/* tablet/desktop – choke to 65 % */
@media (min-width:768px){
  .logo-copy{max-width:65%!important;}
}



/*       
      .mega-menu.active{
background: rgba(255,255,255,0.96)!important;
top: 50px !important; 

*/


}

/* Submenus sharp overlay + higher opacity */
 .hhs-top-bar .hs-menu-children-wrapper {
  background: rgba(255,255,255,0.97)!important;
  backdrop-filter: none!important;
  -webkit-backdrop-filter: none!important;
}
header#hhs-main-nav.hhs-top-bar {
 background: rgba(255,255,255,0.97) !important;
background-color: rgba(255,255,255,0.97) !important;
      }

.hhs-side-menu__mobile{
  display:none!important;
}