/*
 Theme Name: Golosil
 Theme URI: https://elementor.com/
 Description: Child theme para Hello Elementor
 Author: ACF coder
 Author URI: https://golosil.es
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: golosil
*/

* {
	
}


/**
 * Estilos CSS básicos para el grid
 * Añade esto a tu archivo style.css o en Appearance > Customize > CSS adicional


--e-global-typography-secondary-font-family: "Akshar";
 */



/*toggle button*/
.elementor-menu-toggle {
	padding-right: 16px!important;
	background: none!important;
}

.link, .glang a {
	font-family: Akshar, sans-serif !important;
}

.glang > a:first-child {
	display:none;
}

@media (max-width: 768px) {
	
	
	.hello>div:first-child {
		flex-wrap: nowrap!important;
	}
	
	
/*toggle button*/
.elementor-menu-toggle {
	padding-right: 36px!important;
	background: none!important;
}

	
}