/*

Theme Name: Topaz Agency Hello Child Theme

Theme URI: https://github.com/elementor/hello-theme/

Description: Topaz Agency Hello Child Theme is a child theme of Hello Elementor, created by Kleri Zoltan

Author: topaz-agency.hu

Author URI: https://topaz-agency.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

*/

/* animált gomb */
.animalt-gomb:hover i.fas.fa-play {
    margin-right: -4px;	
    margin-left: 4px;	
    transition: 0.3s;	
    opacity: 1;
    font-size: 10px;
    position: relative;
    top: -2px;
}

.animalt-gomb i.fas.fa-play {
    transition: 0.3s;
    opacity: 0;
    font-size: 10px;    
    position: relative;
    top: -2px;    
}

@media only screen and (min-width: 1024px) {
.menu-cta a {
	border-radius: 5px;
	padding: 5px 20px 5px 20px !important;
	background: #155374;
	color: #fff !important;
	//border: 2px solid #75910a;
}
.menu-cta a:hover {
	background: #EE6F57;
	//color: #fff !important;
}
	
.menu-cta a.elementor-item::after {
	height: 0px !important;
}
}

/* ikon lista ikonjainak vertikális rendezése */

.ikon-lista.elementor-widget .elementor-icon-list-item{
align-items: start !important;
}
.ikon-lista.elementor-widget .elementor-icon-list-icon{
padding-top: 6px !important
}

.elementor-tab-title .elementor-accordion-icon i:before {
	position: relative;
	top: 3px;
}

/* egér kijelölés háttérszíne */			
::-moz-selection {			
	color: #fff;		
	background: var( --e-global-color-primary );		
	/* background: var( --e-global-color-accent ); */		
}			
::selection {			
	color: #fff;		
	background: var( --e-global-color-primary );		
	/* background: var( --e-global-color-accent ); */		
}			

/* fluent forms adatkezelési nyilatkozat sor szövegének sormagassága */
.ff_t_c {
	line-height: 24px;
}

/* footer alsó sor style */		
.adatvedelmi-nyilatkozat {		
	color: #ffffff !important;	
}		
.adatvedelmi-nyilatkozat:hover {		
	color: #ffffff !important;	
	opacity: 0.7;	
}		


/* sticky menü háttérszíne, ha legörgetünk */
.elementor-sticky--effects {
	background: #FFFFFF !important;
}

.elementor-sticky--effects .sticky-menu-items ul li a {
	color: #fff !important;
}

.elementor-sticky--effects, .sticky-menu-items ul li a {
	transition: .5s all ease-in-out;
}

