/*
Theme Name: WPFegyvertár Hello Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: WPFegyvertár Hello Child Theme is a child theme of Hello Elementor, created by WPkurzus
Author: WPViking
Author URI: https://wpkurzus.hu/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* ----------------- DESIGN ----------------- */
/* Selection */

@import url("assets/css/bpe-teams-hero.css");
@import url("assets/css/bpe-comp-team.css");


::-moz-selection {
	color: #fff;
	background: var( --e-global-color-primary )
}

::selection {
	color: #fff;
	background: var( --e-global-color-primary )
}


/* Mark */
mark {
    background: var( --e-global-color-primary )
    color: #fff;
    font-weight: 700;
}



/* ----------------- BLOG ----------------- */

/* Bejegyzés kivonatok után 3 pont*/
.elementor-posts .elementor-post__excerpt p:after {
content: "..." !important;
}

/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Description: BP Eagles Esports – Hello Elementor child theme
*/

:root {
  --bpe-blue: #0097df;
  --bpe-blue-bright: #10aaf2;
  --bpe-black: #030609;
  --bpe-surface: #080d12;
  --bpe-surface-2: #0c131a;
  --bpe-line: rgba(255, 255, 255, 0.12);
  --bpe-text: #f6f8fa;
  --bpe-muted: #8e9aa5;
  --bpe-header-height: 88px;
  --bpe-matchbar-height: 32px;
  --bpe-shell: 1380px;
}

html.bpe-menu-open,
body.bpe-menu-open {
  overflow: hidden;
}

.bpe-header,
.bpe-header * {
  box-sizing: border-box;
}

.bpe-header {
  position: relative;
  z-index: 999;
  width: 100%;
  color: var(--bpe-text);
  font-family: "Rajdhani", "Arial Narrow", Arial, sans-serif;
}

.bpe-shell {
  width: min(calc(100% - 64px), var(--bpe-shell));
  margin-inline: auto;
}

.bpe-matchbar {
  height: var(--bpe-matchbar-height);
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 151, 223, 0.26);
  background: #010305;
}

.bpe-matchbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.bpe-matchbar__match {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 100%;
  color: #8d98a1;
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bpe-matchbar__label {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding-inline: 14px;
  color: var(--bpe-blue-bright);
  background: rgba(0, 151, 223, 0.12);
}

.bpe-matchbar__divider {
  width: 1px;
  height: 12px;
  margin-inline: 16px;
  background: var(--bpe-line);
}

.bpe-matchbar__teams,
.bpe-matchbar__date,
.bpe-matchbar__league {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.bpe-matchbar__teams {
  gap: 10px;
  color: #dce2e7;
}

.bpe-matchbar__versus {
  color: var(--bpe-blue);
  font-size: 8px;
}

.bpe-matchbar__date,
.bpe-matchbar__league {
  position: relative;
  margin-left: 28px;
}

.bpe-matchbar__date::before,
.bpe-matchbar__league::before {
  position: absolute;
  left: -14px;
  width: 1px;
  height: 12px;
  content: "";
  background: var(--bpe-line);
}

.bpe-matchbar__socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bpe-matchbar__socials a {
  display: grid;
  width: 14px;
  height: 18px;
  place-items: center;
  color: #707b84;
  transition: color 180ms ease, transform 180ms ease;
}

.bpe-matchbar__socials a:hover,
.bpe-matchbar__socials a:focus-visible {
  color: var(--bpe-blue-bright);
  transform: translateY(-1px);
}

.bpe-matchbar__socials svg {
  width: 12px;
  fill: currentColor;
}

.bpe-navbar {
  position: relative;
  height: var(--bpe-header-height);
  border-bottom: 1px solid var(--bpe-line);
  background:
    linear-gradient(90deg, rgba(0, 151, 223, 0.055), transparent 22%),
    rgba(3, 6, 9, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

.bpe-header.is-sticky .bpe-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38);
  background: rgba(3, 6, 9, 0.97);
}

body.admin-bar .bpe-header.is-sticky .bpe-navbar {
  top: 32px;
}

.bpe-header.is-sticky {
  padding-bottom: var(--bpe-header-height);
}

.bpe-navbar::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 151, 223, 0.5), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}

.bpe-header.is-sticky .bpe-navbar::after {
  opacity: 1;
}

.bpe-navbar__inner {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 184px;
  align-items: center;
  height: 100%;
}

.bpe-brand {
  display: flex;
  width: 156px;
  height: 72px;
  align-items: center;
  text-decoration: none;
}

.bpe-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bpe-desktop-nav {
  justify-self: center;
  height: 100%;
}

.bpe-nav-list {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: stretch;
  gap: clamp(24px, 2.5vw, 44px);
  list-style: none;
}

.bpe-nav-list > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.bpe-nav-list a,
.bpe-submenu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  color: #c2c9cf;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease;
}

.bpe-nav-list > li > a::after,
.bpe-submenu-toggle::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--bpe-blue);
  box-shadow: 0 0 14px rgba(0, 151, 223, 0.62);
  transition: right 180ms ease, left 180ms ease;
}

.bpe-nav-list > li > a:hover,
.bpe-nav-list > li > a:focus-visible,
.bpe-submenu-toggle:hover,
.bpe-submenu-toggle:focus-visible,
.bpe-nav-list > li > a.is-active {
  color: #fff;
}

.bpe-nav-list > li > a:hover::after,
.bpe-nav-list > li > a:focus-visible::after,
.bpe-submenu-toggle:hover::after,
.bpe-submenu-toggle:focus-visible::after,
.bpe-nav-list > li > a.is-active::after {
  right: 0;
  left: 0;
}

.bpe-submenu-toggle svg {
  width: 9px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 180ms ease;
}

.bpe-has-submenu.is-open .bpe-submenu-toggle svg {
  transform: rotate(180deg);
}

.bpe-submenu {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 210px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(0, 151, 223, 0.28);
  background: rgba(5, 10, 15, 0.98);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.bpe-has-submenu.is-open .bpe-submenu,
.bpe-has-submenu:hover .bpe-submenu,
.bpe-has-submenu:focus-within .bpe-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.bpe-submenu::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 44px;
  height: 2px;
  content: "";
  background: var(--bpe-blue);
}

.bpe-submenu li + li {
  border-top: 1px solid var(--bpe-line);
}

.bpe-submenu a {
  display: flex;
  min-height: 45px;
  padding-inline: 13px;
  font-size: 12px;
}

.bpe-submenu a:hover,
.bpe-submenu a:focus-visible {
  color: var(--bpe-blue-bright);
}

.bpe-navbar__actions {
  display: flex;
  justify-self: end;
  align-items: center;
}

.bpe-contact-button {
  position: relative;
  display: inline-flex;
  min-width: 142px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid var(--bpe-blue);
  color: #fff;
  background: rgba(0, 151, 223, 0.06);
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.bpe-contact-button::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--bpe-blue);
  transform: translateX(-102%);
  transition: transform 220ms ease;
}

.bpe-contact-button > * {
  position: relative;
  z-index: 1;
}

.bpe-contact-button:hover::before,
.bpe-contact-button:focus-visible::before {
  transform: translateX(0);
}

.bpe-header .bpe-contact-button:hover,
.bpe-header .bpe-contact-button:focus-visible,
.bpe-header .bpe-contact-button:hover span,
.bpe-header .bpe-contact-button:focus-visible span {
  color: #ffffff !important;
}

.bpe-contact-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.5;
  transition: transform 180ms ease;
}

.bpe-contact-button:hover svg,
.bpe-contact-button:focus-visible svg {
  transform: translateX(3px);
}

.bpe-menu-toggle {
  display: none;
  width: 45px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(0, 151, 223, 0.55);
  background: rgba(0, 151, 223, 0.06);
  cursor: pointer;
}

.bpe-menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin-block: 5px;
  background: #fff;
  transition: width 180ms ease;
}

.bpe-menu-toggle span:nth-child(2) {
  width: 70%;
  margin-left: auto;
}

.bpe-menu-toggle:hover span:nth-child(2) {
  width: 100%;
}

.bpe-mobile-panel {
  position: fixed;
  z-index: 1001;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

.bpe-mobile-panel.is-open {
  visibility: visible;
  pointer-events: auto;
}

.bpe-mobile-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity 260ms ease;
}

.bpe-mobile-panel.is-open .bpe-mobile-panel__backdrop {
  opacity: 1;
}

.bpe-mobile-panel__drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(88vw, 430px);
  height: 100%;
  padding: 28px;
  flex-direction: column;
  overflow-y: auto;
  border-left: 1px solid rgba(0, 151, 223, 0.45);
  background:
    linear-gradient(145deg, rgba(0, 151, 223, 0.1), transparent 32%),
    #05090d;
  transform: translateX(101%);
  transition: transform 300ms cubic-bezier(0.77, 0, 0.18, 1);
}

.bpe-mobile-panel.is-open .bpe-mobile-panel__drawer {
  transform: translateX(0);
}

.bpe-mobile-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--bpe-line);
}

.bpe-brand--mobile {
  width: 132px;
  height: 66px;
}

.bpe-menu-close {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--bpe-line);
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.bpe-menu-close svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
}

.bpe-mobile-nav {
  margin-block: 28px;
}

.bpe-mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bpe-mobile-nav > ul > li {
  border-bottom: 1px solid var(--bpe-line);
}

.bpe-mobile-nav a,
.bpe-mobile-accordion {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
  color: #d9dfe4;
  background: none;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.bpe-mobile-nav a > span,
.bpe-mobile-accordion small {
  color: var(--bpe-blue);
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.bpe-mobile-nav a.is-active {
  color: #fff;
}

.bpe-mobile-accordion {
  justify-content: space-between;
}

.bpe-mobile-accordion > span {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bpe-mobile-accordion svg {
  width: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 180ms ease;
}

.bpe-mobile-accordion[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.bpe-mobile-submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.bpe-mobile-submenu > li {
  overflow: hidden;
}

.bpe-mobile-submenu.is-open {
  grid-template-rows: 1fr;
}

.bpe-mobile-submenu a {
  min-height: 44px;
  padding-left: 27px;
  color: var(--bpe-muted);
  font-size: 13px;
}

.bpe-contact-button--mobile {
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  background: var(--bpe-blue);
}

.bpe-mobile-panel__meta {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
  color: #65717b;
  font-family: "Inter", Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bpe-header a:focus-visible,
.bpe-header button:focus-visible {
  outline: 2px solid var(--bpe-blue-bright);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .bpe-shell {
    width: min(calc(100% - 40px), var(--bpe-shell));
  }

  .bpe-navbar__inner {
    grid-template-columns: 160px minmax(0, 1fr) 152px;
  }

  .bpe-brand {
    width: 144px;
  }

  .bpe-nav-list {
    gap: 22px;
  }

  .bpe-nav-list a,
  .bpe-submenu-toggle {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  :root {
    --bpe-header-height: 76px;
  }

  .bpe-shell {
    width: min(calc(100% - 32px), var(--bpe-shell));
  }

  .bpe-matchbar__date,
  .bpe-matchbar__league {
    display: none;
  }

  .bpe-matchbar__socials {
    gap: 11px;
  }

  .bpe-navbar__inner {
    grid-template-columns: 1fr auto;
  }

  .bpe-brand {
    width: 132px;
    height: 64px;
  }

  .bpe-desktop-nav,
  .bpe-contact-button:not(.bpe-contact-button--mobile) {
    display: none;
  }

  .bpe-menu-toggle {
    display: block;
  }
}

@media (max-width: 520px) {
  .bpe-matchbar__inner {
    width: 100%;
    padding-left: 0;
  }

  .bpe-matchbar__divider {
    margin-inline: 10px;
  }

  .bpe-matchbar__teams {
    gap: 7px;
    font-size: 8px;
  }

  .bpe-matchbar__socials {
    display: none;
  }

  .bpe-mobile-panel__drawer {
    width: 100%;
  }
}

@media (max-width: 782px) {
  body.admin-bar .bpe-header.is-sticky .bpe-navbar {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bpe-header *,
  .bpe-header *::before,
  .bpe-header *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}



