/*

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

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

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

.menu-cta a {
	border-radius: 100px;
	padding: 15px 30px !important;
	background: #354A5D;
	color: #fff !important;
	border: 1px solid #354A5D !important;
	margin-left: 20px !important;
}
.menu-cta a:hover {
	background: #202C38;
	color: #fff !important;
	border: 1px solid #202C38 !important;
	transition: all .3s !important;
}
.menu-cta  a:after{    
display: none 
!important;
}