/* 
Theme Name: Hello Elementor Child
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: WPViking Agency
Author URI: https://wpviking.agency/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-wpviking-agency
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;
}

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

/* Ikon doboz ikon igazítása */

.ikon-doboz .elementor-icon-box-title {
    margin-top: -5px !important;
}
/* Kép doboz ikon igazítása */

.kep-doboz .elementor-image-box-content {
    margin-top: -10px;
}

/* Utolsó bekezdés utáni térköz*/
p:last-child {
    margin-bottom: 0!important;
}

/* Dark mode kikapcsolása */
:root {
  color-scheme: only light !important;
}

}

/* <li> tagek utáni térköz */

.elementor-widget-text-editor li:last-child {
    margin-bottom: 20px !important;
}




/* ComplianZ */
button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    bottom: 0px !important;
}

.cmplz-links.cmplz-documents {
    display: none !important;
}