/* 
Theme Name: Hello WPsecrets
Theme URI: https://wpsecrets.hu/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by WPsecrets team
Author: WPsecrets.hu
Author URI: https://wpsecrets.hu/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-wp-secrets
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* --- Ikon mérete a gombon --- */
.gomb-ikon .elementor-button-icon {font-size:12px; color: inherit; padding: 1px 0px 0px 0px !important;
}
.gomb-ikon .elementor-button-text {margin:auto !important; 
}


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



/* ----------------- BLOG ----------------- */

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


/* --- MENU CTA --- */

@media only screen and (min-width: 1023px) {

.menu-cta a {
	border-radius: 6px;
	padding: 10px 20px !important;
	background: #EF6C00;
	color: #fff !important;
	border: 1px solid #EF6C00 !important;
	margin-left: 15px !important;
}
.menu-cta a:hover {
	background: #BF5600;
	color: #fff !important;
	border: 1px solid #BF5600 !important;
	transition: all .3s !important;
}
.menu-cta  a:after{    
display: none 
!important;
}
	
	
/* --- Egér ráhúzáskor felugró kártya --- */	
.card {
  transition: transform .25s ease;
  transform: translateY(0);
}
.card:hover {
  transform: translateY(-8px);
}
