/*

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, .topaz-agency {	
	color: #ffffff !important;
}	
.adatvedelmi-nyilatkozat:hover, .topaz-agency:hover {	
	color: #ffffff !important;
	opacity: 0.7;
}	

/* ul li felsorolás alatti térköz növelése - adatvédelmi nyilatkozat */
.adatvedelmi-nyilatkozat-szoveg ul {
	margin-bottom: 20px;
}

/* play ikon padding beállítása */
.e-font-icon-svg.e-fas-play {
    padding-left: 7px;
}

/* idezojel style */
.idezojel {
	font-size: 60px; 
	font-weight: bold; 
	font-family: Sail; 
	position: relative; 
	line-height: 16px !important;
	bottom: -22px;
	color: var( --e-global-color-68501f5 );
}

/* idezojel style */
.idezojel2 {
	font-size: 60px; 
	font-weight: bold; 
	font-family: Sail; 
	position: relative;
	line-height: 16px !important;
	bottom: -18px; 
	color: var( --e-global-color-68501f5 );
}

/* blog author box keret eltüntetése */
.blog-szerzo-doboz .elementor-widget-container {
	border-style: none !important;
}

/* címkefelhő színe */
.tagcloud a {
	color: #a5a5a5 !important;
}

/* címkefelhő középre */
.tagcloud {
    text-align: center;
}

/* blog bejegyzés, hangfájl HTML blokkból a letöltés eltávolítása */
.wp-block-audio .wp-audio-download {
    display: none !important;
}

/* zenelejátszó style */
audio::-webkit-media-controls-panel {
    background-color: #F1F4FF;
}
.wp-block-audio audio {
	background-color: #F1F4FF;
}
.wp-block-audio {
	display: none;
}

/* blog posztok képe feletti sáv eltüntetése */
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: 100% !important;
    width: auto !important;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%,-50%);
}

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

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

/* podcast menüpont eltüntetése angol nyelven */
html[lang|="en"] .podcast {
    display: none !important;
}

/* a címkefelhőből is eltüntetjük a "podcast" címkét angol nyelv esetében */
html[lang|="en"] a[href*="/en/tag/podcast/"] {
    display: none !important;
}

/* ezen classok elrejtése különböző nyelvek esetén */
html[lang|="hu"] .hide-in-hu{
    display: none !important;
}

html[lang|="en"] .hide-in-en{
    display: none !important;
}
