/*

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

/* Alcím */
.alcim {backdrop-filter: blur(3px);
}

.alcim {border-radius: 50px; overflow: hidden;
}

/* Színes betű */
.szinesbetu {
    background: #FF40B4 !important;
    background: linear-gradient(to right, #822D93 0%, #FF40B4 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: #10CFC9;
	color: #fff !important;
	border: 1px solid #10CFC9 !important;
	margin-left: 20px !important;
}
.menu-cta a:hover {
	background: #FF40B4;
	color: #fff !important;
	border: 1px solid #FF40B4 !important;
	transition: all .3s !important;
}
.menu-cta  a:after{    
display: none 
!important;
}