/*
Theme Name: Eye Candy Lawn Care
Theme URI: https://eyecandylawncare.co
Author: Eye Candy Lawns
Author URI: https://eyecandylawncare.co
Description: Custom Eye Candy Lawn Care theme. Assign the Home page template or paste [eyecandy_home] to render the homepage.
Version: 1.6.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eyecandy-lawncare
Tags: custom-menu, one-column, custom-logo
*/

/* Theme stylesheet is loaded from assets/css/main.css via functions.php */

/* WordPress + landing page polish */
.logo .custom-logo-link {
  display: flex;
  align-items: center;
}

.logo .custom-logo {
  width: auto;
  height: var(--logo-h);
  max-height: var(--logo-h);
}

.ecl-landing-page .ecl-main > .container.section,
.ecl-landing-page .entry-title {
  display: none;
}

.ecl-page-content .entry-title {
  font-family: var(--display, inherit);
  color: var(--green-950, #13261a);
  margin-bottom: 1rem;
}

.ecl-page-content .entry-content {
  color: var(--muted, #5c6b5e);
  max-width: 52rem;
  font-size: 1.08rem;
  line-height: 1.75;
}

/* Reset common WP content wrappers that add unwanted padding */
.ecl-landing-page .ecl-main,
.ecl-landing-page .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}
