/*

Theme Name: SaraBella Design Hello Child Theme

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

Description: SaraBella Design Hello Child Theme is a child theme of Hello Elementor, created by sarabelladesign.hu

Author: sarabelladesign.hu

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

*/

/* ----------------- DESIGN ----------------- */

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

/* --- BUTTON ICON SIZE --- */
	
.gomb-ikon .elementor-button-icon {font-size:12px; color: inherit; padding: 1px 0px 0px 0px !important;
}
.gomb-ikon .elementor-button-text {margin:auto !important; 
}

/* Kártya */
.kartya {backdrop-filter: blur(2px);
}

.kartya {border-radius: 15px; overflow: hidden;
}

/* Színes betű */
.szinesbetu {
    background: #F0F3C3 !important;
    background: linear-gradient(to right, #F0F3C3 0%, #CED738 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
    overflow: visible !important;
    position: relative !important;
}

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

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

.menu-cta a {
	border-radius: 8px;
	padding: 15px 30px !important;
	background: #CED738;
	color: #000000 !important;
	border: 1px solid #CED738 !important;
	margin-left: 20px !important;
}
.menu-cta a:hover {
	background: #A5AC2D;
	color: #000000 !important;
	border: 1px solid #A5AC2D !important;
	transition: all .3s !important;
}
.menu-cta  a:after{    
display: none 
!important;
}