/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://alternova.com
 Description:  Child theme for GeneratePress
 Author:       Alternova
 Author URI:   https://alternova.com
 Template:     generatepress
 Version:      1.0.0
 License:      GPL v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-child
 Domain Path:  /languages
*/

/*
==============================================
GENERATEPRESS CHILD THEME - CUSTOM STYLES
==============================================

Agrega tus estilos personalizados aquí.
No modifiques los estilos del tema padre directamente.

IMPORTS DE COMPONENTES EXTERNOS
*/

/* ===== GLOBAL STYLES ===== */

.grid-container {
	max-width: 100%;
}

.site-content {
	flex-direction: column;
}

/* ===== HERO SECTION ===== */
@import url( './css/hero.css' );

/* ===== PROCESS SECTION ===== */
@import url( './css/process.css' );
