/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 10:38:47 */
/* GTranslate flags horizontal in Qode top area */
#qodef-top-area [id^="gt-wrapper-"]{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Make the language links not stack */
#qodef-top-area [id^="gt-wrapper-"] > a.glink{
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Flag images */
#qodef-top-area [id^="gt-wrapper-"] > a.glink img{
  display: block !important;
  width: 24px !important;
  height: auto !important;
  margin: 0 !important;
}
/* FOOTER – GTranslate flags horizontal */
#qodef-page-footer [id^="gt-wrapper-"]{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Footer linkek ne legyenek block */
#qodef-page-footer [id^="gt-wrapper-"] a.glink{
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Footer képek – block override */
#qodef-page-footer [id^="gt-wrapper-"] a.glink img{
  display: inline-block !important;
  width: 24px !important;
  height: auto !important;
  margin: 0 !important;
}
/* FOOTER – widget középre */
#qodef-page-footer .widget.widget_text{
  text-align: center;
}

/* FOOTER – GTranslate sor középre */
#qodef-page-footer [id^="gt-wrapper-"]{
  justify-content: center !important;
}

/* MOBILE MENU – GTranslate blokk vízszintes (fő + sub-menu is) */
.qodef-mobile-header-navigation li.menu-item-gtranslate{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
}

/* A menüpont saját linkje (aktuális nyelv ikonja) */
.qodef-mobile-header-navigation li.menu-item-gtranslate > a{
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  padding: 0 !important;
}

/* SUB-MENU (a többi nyelv) ne dropdownként viselkedjen, hanem inline sorban */
.qodef-mobile-header-navigation li.menu-item-gtranslate > ul.sub-menu{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;

  position: static !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;

  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Sub-menu elemek is inline */
.qodef-mobile-header-navigation li.menu-item-gtranslate > ul.sub-menu > li{
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Nyelv linkek */
.qodef-mobile-header-navigation li.menu-item-gtranslate a.glink{
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ikonok */
.qodef-mobile-header-navigation li.menu-item-gtranslate img{
  display: inline-block !important;
  width: 24px !important;
  height: auto !important;
  margin: 0 !important;
}
/* MOBILE MENU – GTranslate menüpont felülre */
.qodef-mobile-header-navigation ul.qodef-content-grid {
  display: flex;
  flex-direction: column;
}

/* GTranslate menüpont sorrendje */
.qodef-mobile-header-navigation li.menu-item-gtranslate {
  order: -10;              /* biztosan felül legyen */
  margin-bottom: 15px;     /* kis levegő alatta */
}
/* MOBILE MENU – GTranslate felül, középen, 10px eltartással */
.qodef-mobile-header-navigation li.menu-item-gtranslate{
  order: -999;                 /* legfelül */
  justify-content: center;     /* vízszintesen középen */
  margin-top: 10px;            /* eltartás fentről */
  margin-bottom: 15px;         /* kis levegő alatta */
}
