/*
	Theme Name: Hello Elementor Child
	Theme URI: http://local.tdxtech.com/hello-theme-child/
	Description: A child theme for Elementor page builder
	Author: Todd Morgan | tmorgan@tdxtech.com | tmorgan@360b.us
	Author URI: https://www.tdxtech.com
	Template: hello-elementor
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Tags: child-theme, hello-elementor, hello-elementor-child
	Text Domain: hello-elementor-child
*/

/*
	Reference: https://developer.wordpress.org/themes/advanced-topics/child-themes/
	Notes:
	-------
	• The child theme is loaded before the parent theme
	• Everything is hooked to an action with a priority (default is 10) but the ones with the same priority run in the order they were loaded.
	• For each handle, only the first call to wp_enqueue_style() is relevant (others ignored).
	• The dependency parameter of wp_enqueue_style() affects the order of loading.
	• Without a version number, site visitors will get whatever their browser has cached, instead of the new version.
	• Using a function to get the theme’s version will return the active theme’s version (child if there is a child).
	• The functions named get_stylesheet* look for a child theme first and then the parent.

	IMPORTANT:	
	Custom CSS settings should NOT be made here. 
	Please make them in the built-in editor (link above, under "Did you know?")

	-------------------------
	Search Results Page Title:
	--------------------------
	• You must edit the file: /wp-content/plugins/elementor-pro/core/utils.php
	Reference: https://wordpress.org/support/topic/search-results-for-translate-title/

*/
