/* Théma21 – sticky header, off-canvas gomb és lenyíló menük. */

.menu-item > a[href="#"],
.menu-item > a[href="javascript:void(0)"] {
  cursor: default;
}

/* LIGHT MODE sticky header */
html:not(.s-dark) body:not(.s-dark) .smart-head-sticky,
html:not(.s-dark) body:not(.s-dark) .smart-head-sticky .smart-head-main,
html:not(.s-dark) body:not(.s-dark) .smart-head-sticky .inner,
html:not(.s-dark) body:not(.s-dark) .smart-head-sticky .main-head,
html:not(.s-dark) body:not(.s-dark) .smart-head-sticky .main-head-row,
html:not(.s-dark) body:not(.s-dark) .smart-head-sticky .main-head-row > .inner {
  background: #f7f7f7 !important;
}

/* DARK MODE sticky header */
html.s-dark .smart-head-sticky,
body.s-dark .smart-head-sticky,
html.s-dark .smart-head-sticky .smart-head-main,
body.s-dark .smart-head-sticky .smart-head-main,
html.s-dark .smart-head-sticky .inner,
body.s-dark .smart-head-sticky .inner,
html.s-dark .smart-head-sticky .main-head,
body.s-dark .smart-head-sticky .main-head,
html.s-dark .smart-head-sticky .main-head-row,
body.s-dark .smart-head-sticky .main-head-row,
html.s-dark .smart-head-sticky .main-head-row > .inner,
body.s-dark .smart-head-sticky .main-head-row > .inner {
  background: #1f1f1f !important;
}

/* A gomb widgetje kerüljön közvetlenül a menü elé */
.off-canvas .widget:has(.thema21-offcanvas-button),
.smart-off-canvas .widget:has(.thema21-offcanvas-button) {
  margin-bottom: 20px;
}

/* Menü kapjon kisebb felső margót */
.off-canvas .mobile-menu,
.off-canvas .menu,
.smart-off-canvas .mobile-menu,
.smart-off-canvas .menu {
  margin-top: 20px;
}

.search .thema21-search-type-label {
  display: block;
  margin: 10px 0 14px;
}

.search .thema21-search-type-label .category {
  display: inline-block;
  text-decoration: none;
}

/* Desktopon rejtve */
.thema21-mobile-only-donate-button {
  display: none !important;
}

/* Mobilon látszódjon */
@media (max-width: 940px) {

  .off-canvas .thema21-mobile-only-donate-button,
  .smart-off-canvas .thema21-mobile-only-donate-button,
  .mobile-menu-container .thema21-mobile-only-donate-button {
    display: block !important;
    border-bottom: 0 !important;
    padding-bottom: 18px;
  }

  .off-canvas .thema21-mobile-only-donate-button > a,
  .smart-off-canvas .thema21-mobile-only-donate-button > a,
  .mobile-menu-container .thema21-mobile-only-donate-button > a {
    display: inline-flex !important;
    width: auto !important;
  }
}

/* Mobilos gomb: szöveghez igazodó szélesség + középre igazított felirat */
.off-canvas .thema21-mobile-only-donate-button > a,
.smart-off-canvas .thema21-mobile-only-donate-button > a,
.mobile-menu-container .thema21-mobile-only-donate-button > a {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;

  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  padding-left: 22px !important;
  padding-right: 22px !important;

  width: auto !important;
}

/* SmartMag dropdown menü közelebb húzása */
.navigation .sub-menu,
.main-menu .sub-menu {
    margin-top: -6px !important;
}

.menu-item-has-children > a[href="#"],
.menu-item-has-children > a[href="javascript:void(0)"] {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.menu-item-has-children.thema21-submenu-open > .sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
