/* 
Theme Name: NRMedia Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Modern weboldal készítés kiemelkedő eredményekkel. Nem csak szép, de hatékony weboldalakat készítünk, amely növelni fogja a vállalkozásod bevételét és leveszi a terhet a válladról a Hello Elementor sablonnal.
Author: NRMedia
Author URI: https://nrmedia.hu/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-nrmedia
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;
}


/* Fluent Forms */
.fluentform .ff-btn-submit {
	margin-top: 10px !important;
    font-weight: 700 !important;
}

.fluentform .ff-btn:hover {
    opacity: 1 !important;
}

/* Galéria címsor */
.elementor-slideshow__title {
    display: none !important;
}



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

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

/* ----------------- Termékkategóriák ----------------- */

/*kategória ikon melletti szöveg igazítása*/
.filter .elementor-icon-box-title{
    margin-top: -3px
}

/*termékkép scale egérráhúzásra*/
.termek-box:hover .termek-kep{
    transform: scale(1.1) !important;
    transition-duration: 0.5s !important;
}


/* kiemelt képek hvoer effectje*/
.katbox:hover .katimg{
    transform: scale(1.05) !important;
    transition-duration: 0.3s !important;
}

/* fő kategória oldal gomb*/
.allergen-gomb .elementor-button:hover{
    border-radius: 5px !important;
}