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


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


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

/* ----------------- FEJLÉC ----------------- */
@media only screen and (min-width: 767px) {
.ikon-doboz .elementor-icon-box-title{
    margin-top: -5px !important
}

.ikon-hide{
    display: none;
}

.elementor-sticky--effects .ikon-hide{
    display: block !important;
}

.elementor-sticky--effects .ikon-show{
    display: none;
}
}

/*ikon lista ikonok igazítása*/

.ikon-lista.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: start;
}

.ikon-lista .elementor-icon-list-text{
    margin-top: -7px !important;
}


/*Galéria css filter*/

.galeria .e-gallery-item.elementor-gallery-item.elementor-animated-content{
    filter: grayscale(100%);
}

.galeria .e-gallery-item.elementor-gallery-item.elementor-animated-content:hover{
    filter: grayscale(0%);
}

/* KIVONAT HOSSZA A PROJEKTEKNÉL */

.kivonat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

