/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwentyone/style.css");


/*-- --*/

:root {
	--aes-main-color: #5A4FED;
}

.h-underline .elementor-heading-title {
	position: relative;
}

.h-underline .elementor-heading-title:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	left: calc(50% - 50px);
	bottom: 0px;
	background-color: var(--aes-main-color);
}

body .aes-page-logo img {
	height: 90px !important;
}
