/*

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










/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* űrlap Ft összeg formázása */
.form-price-sum-design {
	border-top: 1px solid grey !important;
	padding-top: 10px !important;
}

/* Gravity Forms - örökölje az oldal betűtípusát és betűméretét */
	/* Apply website font family and size to Gravity Forms */
	body .gform_wrapper {
		font-family: inherit !important;
		font-size: inherit !important;
	}

	/* Apply website font family and size to form labels */
	body .gform_wrapper .gfield_label {
		font-family: inherit !important;
		font-size: inherit !important;
	}

	/* Apply website font family and size to form inputs */
	body .gform_wrapper .ginput_container input,
	body .gform_wrapper .ginput_container textarea,
	body .gform_wrapper .ginput_container select,
	body .gform_wrapper .ginput_container button,
	body .gform_wrapper .ginput_container label
	{
		font-family: inherit !important;
		font-size: inherit !important;
	}

/* a kupon kód és a submit gombok stílusa */
#gf_coupon_button, .gform_button {
	font-family: inherit !important;
	font-size: inherit !important;
	
    background-color: #01B5DA !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    border-radius: 0px 0px 0px 0px !important;

    padding: 12px 24px !important;
    text-align: center !important;
    transition: all .3s !important;	
}


/* Űrlapok, adatvédelmi - egérmutató alakítása */
.gchoice label:hover, .ginput_container_consent label.gform-field-label:hover {
        cursor: pointer;
}

/* űrlapok több soros szövegeinek a formázása */
.szoveg-alatt-margo {
	line-height: 30px;
}

/* fizetési űrlap szakasz stílusa */
.megrendeles-urlap-design {
	/*
	padding: 10px; 
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #01B5DA;
	*/
}

/* hányan érkeztek - szélesség */
.hanyan-erkeztek {
	width: 225px !important;
}

/* bankkártyás fizetés max szélessége */
.bankkartyas-fizetes {
	max-width: 400px !important;
}


/* szolgáltatás lista formázás - sorok közt távolság és vonal */
.gform-field-label--type-inline {
	margin-bottom: 20px !important;
	border-bottom: 1px solid #EEEEEE !important;
}



.ginput_total {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    width: 1px;
    height: 1px;
    overflow: hidden !important;
}


