/*
 Theme Name:   The Perfect Child Theme
 Description:  A "Hello Elementor" child theme for theperfectworkout.com.
 Author:       Jack Ditto
 Author URI:   https://jackditto.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* INSTRUCTIONS:
  * To modify CSS for the studio shortcodes, edit the file "studio-shortcodes.css".
  * To modify CSS for the WPSL map, edit the file "wpsl-map.css".
  * To modify CSS for the WPSL custom search (Elementor Widget), edit the file "wpsl-search.css".
  * For global changes, see the VARIABLES section below.
*/

/************ VARIABLES ************/

:root {
  --brand-primary: #1a161c;
  --brand-dark: #336476;
  --brand-light: #ebe8e2;
  --brand-muted: #6d6e6e;

  /* WPSL Map Variables */
  --wpsl-map-listing-btn-color: var(--brand-primary);
  --wpsl-map-listing-btn-hover-color: var(--brand-primary);
  --wpsl-map-listing-btn-text-color: var(--brand-light);

  /* Studio Shortcode Variables */
  --studio-shortcodes-btn-color: var(--brand-primary);
  --studio-shortcodes-icon-color: var(--brand-primary);
  --studio-shortcodes-btn-hover-color: var(--brand-dark);
  --studio-shortcodes-btn-text-color: var(--brand-light);

  /* WPSL Custom Search (Elementor Widget) Variables */
  --wpsl-search-input-outline-color: #c1c1c1;
  --wpsl-search-input-text-color: var(--brand-muted);
  --wpsl-search-input-background-color: #ffffff;
}

/********** END VARIABLES **********/
