/*
Theme Name: Glowix Child
Template:   glowix
Theme URI: https://1.envato.market/glowix-wp
Description: Glowix Child Theme
Author: Awaiken Themes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: glowix-child
*/

/****HERO****/
.hero-section-gpl h1{
	text-wrap: balance;
	color: #ffffff !important;
	font-size: 40px;
}

@media only screen and (min-width: 768px){
	.hero-section-gpl h1{
		font-size: 55px;
	}
}

@media only screen and (min-width: 1025px){
	.hero-section-gpl h1{
		font-size: 60px;
	}
}


@media only screen and (min-width:1370px){
	.elementor-10600 .elementor-element.elementor-element-b7045f8{
		--width: 50%;
	}
}

/****BUTTONS****/
.elementor-widget-button .elementor-button .elementor-button-icon {
  background: var(--e-global-color-accent);
}
.elementor-widget-button .elementor-button:hover .elementor-button-icon{
	background: var(--e-global-color-primary);
}