@charset "utf-8";
/*
Theme Name:  cocoon-master-child
Author:  MAPBOOK
Template:  cocoon-master
Version:  1.0             
*/
html {
  margin-top: 0 !important;
}
.skin-grayish .navi {
  position: sticky;
  height: auto;
}
.mobile-header-menu-buttons.mobile-menu-buttons {
  display: none;
}
@media screen and (max-width: 1023px) {
  .skin-grayish .header {
    display: block !important;
  }
  .skin-grayish .header-container {
    background-color: #f1f1f1 !important;
  }
  .skin-grayish .mobile-menu-buttons .menu-caption {
    display: none;
  }
  .home-menu-caption {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .skin-grayish .header-container {
    display: block !important;
    background-color: var(--ohterHeaderBgColor);
  }
}