/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766100415
Updated: 2025-12-18 15:26:55

*/

/* Header flotante sobre el hero */
.elementor-location-header {
  position: absolute !important;
  width: 100%;
  z-index: 999;
  background: transparent !important;
}

/* Eliminar el espacio que deja el header */
#content, .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;

// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED - Do not modify or remove comment markers above or below:

if ( !function_exists( 'chld_thm_cfg_locale_css' ) ):
    function chld_thm_cfg_locale_css( $uri ){
        if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) )
            $uri = get_template_directory_uri() . '/rtl.css';
        return $uri;
    }
endif;
add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' );
         
if ( !function_exists( 'child_theme_configurator_css' ) ):
    function child_theme_configurator_css() {
        wp_enqueue_style( 'chld_thm_cfg_child', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'hello-elementor','hello-elementor-theme-style','hello-elementor-header-footer' ) );
    }
endif;
add_action( 'wp_enqueue_scripts', 'child_theme_configurator_css', 10 );

// END ENQUEUE PARENT ACTION

// Schema Markup Estetik Consult
function ec_schema_markup() {
  $schema = array(
    '@context' => 'https://schema.org',
    '@type' => 'WebSite',
    'name' => 'Estetik Consult',
    'url' => 'https://estetikconsult.com',
    'description' => 'Online marketplace for wellness and aesthetic medicine specialists. Book treatments, coaching and wellness services from certified professionals across the US.',
    'potentialAction' => array(
      '@type' => 'SearchAction',
      'target' => 'https://estetikconsult.com/store/?s={search_term_string}',
      'query-input' => 'required name=search_term_string'
    ),
    'sameAs' => array(
      'https://www.facebook.com/estetikconsult',
      'https://www.instagram.com/estetikconsult',
      'https://www.linkedin.com/company/estetikconsult',
      'https://www.youtube.com/@estetikconsult'
    )
  );
  echo '<script type="application/ld+json">' . json_encode($schema, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT) . '</script>' . "\n";
}
add_action('wp_head', 'ec_schema_markup');
