/*

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-cta2 a {
	border-radius: 8px;
	padding: 12px 20px 12px 20px !important;
	background: var( --e-global-color-accent );
	color: #fff !important;
	//border: 2px solid #75910a;
}
.menu-cta2 a:hover {
	background: var( --e-global-color-primary );
	//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;
}

.adatvedelmi-nyilatkozat, .topaz-agency {	
	color: #ffffff !important;
}	
.adatvedelmi-nyilatkozat:hover, .topaz-agency:hover {	
	color: #ffffff !important;
	opacity: 0.7;
}	
	
/* Bejegyzés kivonatok után 3 pont*/
.elementor-post__excerpt p::after {
content: "...";
display: inline;
}

/* telefonszám országhívó esetén - a zászlótól jobbra betoljuk */
.phone-number-input {
    padding-left: 50px !important;
}

/* kapcsolat form - válaszszöveg formázás */
.email-response-style {
    font-size: 18px !important;
    color: var(--e-global-color-accent) !important;
    font-weight: bold;
    margin-top: 50px;
        padding: 20px;
    text-align: center;
        border-radius: 10px !important;
        background-color:rgba(0, 0, 0, 0.1);        
}

.ff-message-success {
        border: none !important;
}

/* fluent forms select-option label színe */
.ff-el-input--content label span {
    /* color: #ffffff !important; */ /* Itt állítsd be a kívánt színt */
}


/* az anchor linkek feletti margó beállítása */
#a-modszeremrol, #hogyan-tovabb, #kezdjuk-el-egyutt, #ajanlatkeres, #maganszemelyeknek, #cegeknek, #irj-nekem {
  scroll-margin-top: 100px; /* Állítsd a header magasságának megfelelően */
}

/* Mobil nézet – 768px alatt */
@media (max-width: 767px) {
  #a-modszeremrol, #hogyan-tovabb, #kezdjuk-el-egyutt, #ajanlatkeres, #maganszemelyeknek, #cegeknek, #irj-nekem {
    scroll-margin-top: 100px; /* vagy amennyi a mobil fejléced magassága */
  }
}

html {
    scroll-behavior: smooth;
}

/* céges oldal számlálóinak a számait kicsit jobbra igazítjuk */
span.elementor-counter-number {
    position: relative;
    right: -5px;
}


/* pulzáló nyíl ikon */
svg.e-font-icon-svg.e-fas-arrow-right {
  animation: pulse-animation 2s infinite ease-in-out;
  transform-origin: center;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* cookieyes - bal alsó banner hover színe */	
.cky-btn-revisit-wrapper .cky-btn-revisit:hover {	
	background-color: var(--e-global-color-accent) !important;
	border: none !important;
}	
	
/* a CookieYes újranyitó süti bannerét közelebb tesszük az oldal széléhez */	
.cky-revisit-bottom-left {	
	bottom: 10px !important;
	left: 10px !important;
}

/* űrlap - telefonszám - zászlóslenyíló stílusa - ne a global button stílusát kövesse */
button.iti__selected-country {
    background: none !important;
    padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}
button.iti__selected-country:hover {
    background: #F2F2F2 !important;
}

