/*
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 */
::-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;
}

/* Egyedi CSS-ek */
    /* ── Wrapper ─────────────────────────────────────────────────── */
.nn-user-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* ── Avatar / Profilkép gomb ────────────────────────────────── */
html body button.nn-avatar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #A06BE7;
    background: #F8F3FF;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
html body button.nn-avatar-btn:hover,
html body button.nn-avatar-btn.nn-open {
    box-shadow: 0 0 0 3px rgba(160,107,231,0.15);
}
.nn-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.nn-avatar-initials {
    font-size: 13px;
    font-weight: 700;
    color: #A06BE7;
    line-height: 1;
    letter-spacing: 0.5px;
}

/* ── Dropdown ───────────────────────────────────────────────── */
.nn-user-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(160,107,231,0.12);
    z-index: 9999;
    overflow: hidden;
    animation: nnFadeIn 0.15s ease;
}
.nn-user-dropdown.nn-visible {
    display: block;
}
@keyframes nnFadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Fejléc a dropdown tetején */
.nn-dd-header {
    padding: 14px 16px 12px;
    border-bottom: 1px solid #E5E5E5;
    background: #F8F3FF;
}
.nn-dd-name {
    font-size: 14px;
    font-weight: 700;
    color: #2A2438;
    margin: 0 0 2px;
    line-height: 1.3;
}
.nn-dd-email {
    font-size: 12px;
    color: #A9A9A9;
    margin: 0;
    line-height: 1.3;
    word-break: break-all;
}

/* Menüpontok */
.nn-dd-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: #2A2438;
    text-decoration: none;
    transition: background 0.15s;
    line-height: 1.4;
}
.nn-dd-item:hover {
    background: #F8F3FF;
    color: #A06BE7;
    text-decoration: none;
}
.nn-dd-item svg {
    flex-shrink: 0;
    opacity: 0.75;
}
.nn-dd-item.nn-danger {
    color: #E74C3C;
}
.nn-dd-item.nn-danger:hover {
    background: #fff5f5;
}
.nn-dd-sep {
    height: 1px;
    background: #E5E5E5;
    margin: 4px 0;
}

/* ── Bejelentkezés gomb ─────────────────────────────────────── */
a.nn-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1.5px solid #A06BE7;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #A06BE7 !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
    line-height: 1;
}
a.nn-login-btn:hover {
    background: #A06BE7;
    color: #fff !important;
    text-decoration: none;
}
a.nn-login-btn:hover svg circle,
a.nn-login-btn:hover svg path {
    stroke: #fff;
}

/* ── MOBIL: csak ikon, felirat elrejtve ─────────────────────── */
@media (max-width: 767px) {
    .nn-login-label {
        display: none !important;
    }
    a.nn-login-btn {
        padding: 7px !important;
        width: 36px !important;
        height: 36px !important;
        justify-content: center !important;
        border-radius: 50% !important;
        gap: 0 !important;
    }
}

	/* Kategória menü színek */
.kat-ferfi > a {
    color: #5b9fd4 !important; /* pasztell kék */
}
.kat-ferfi > a:hover {
    color: #2e6da4 !important;
}

.kat-no > a {
    color: #d96b6b !important; /* pasztell piros */
}
.kat-no > a:hover {
    color: #a83232 !important;
}

.kat-allat > a {
    color: #4aab73 !important; /* pasztell zöld */
}
.kat-allat > a:hover {
    color: #2d7a50 !important;
}

.kat-kieg > a {
    color: #a56cc1 !important; /* pasztell lila */
}
.kat-kieg > a:hover {
    color: #7a3d9a !important;
}
