/* ===== Atmos29 bar menu — FORCE full-width and hide sidebars (replace 26736) ===== */
body.page-id-26736 {
  background: #ffffff; /* optional: keep page background white */
}

/* Hide common theme sidebars/secondary columns on this page only */
body.page-id-26736 .sidebar,
body.page-id-26736 .widget-area,
body.page-id-26736 aside,
body.page-id-26736 .secondary,
body.page-id-26736 .site-sidebar,
body.page-id-26736 #secondary {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Expand the main content area to full width on this page */
body.page-id-26736 .content-area,
body.page-id-26736 .site-content,
body.page-id-26736 .entry-content,
body.page-id-26736 .main,
body.page-id-26736 .container,
body.page-id-26736 .wrap {
  max-width: 1200px !important; /* controls content width — change if you want wider/narrower */
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* Remove any large top/bottom spacing the theme may add (breadcrumbs / page header) */
body.page-id-26736 .page-header,
body.page-id-26736 .page-title,
body.page-id-26736 .entry-header,
body.page-id-26736 .breadcrumb,
body.page-id-26736 .site-breadcrumbs {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Make your menu wrapper visible, centered and responsive */
body.page-id-26736 #atmos29-bar-menu {
  display: block !important;
  width: 100% !important;
  max-width: 1100px !important; /* change this value if you want wider */
  margin: 20px auto !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

/* If your menu has a left-hand narrow nav (like the screenshot), ensure it becomes part of the layout */
body.page-id-26736 #atmos29-bar-menu .sidebar,
body.page-id-26736 #atmos29-bar-menu .menu-nav {
  display: block !important;
  position: relative !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

/* Ensure images and text inside the wrapper behave properly */
body.page-id-26736 #atmos29-bar-menu img { max-width:100% !important; height:auto !important; display:block !important; }
body.page-id-26736 #atmos29-bar-menu * { box-sizing: border-box !important; }

/* small screens */
@media (max-width: 900px) {
  body.page-id-26736 #atmos29-bar-menu { padding: 12px !important; margin: 8px !important; }
}


