/*
 Theme Name:   Life Coaches Pro Child
 Description:  Custom child theme for Life Coaches Pro – Freemius licensed
 Author:       Robert Davis
 Template:     life-coaches-premium
 Version:      1.0.10
 Text Domain:  life-coaches-premium-child
*/

/* Hide logo but preserve space 
debug in browser first

#masthead > div > div > div > div.site-logo {
    visibility: hidden;
    width: 200px; // Match original logo width 
    height: 60px;  // Match original height 
    flex-shrink: 0;
}
*/

/* ------------------------------------------- */
/* --- Menu Dropdown Fixes (Healing Services) --- */
/* ------------------------------------------- */

/* Fix 1: Sets the parent item as the anchor for absolute positioning */
#primary-menu li {
  position: relative;
}

/* Fix 2: Remove left padding and set width to auto-expand */
#primary-menu .sub-menu {
  padding-left: 0;
  width: auto; /* Forces the container to be as wide as its content */
}

/* Fix 3: Fix link wrapping and hover state */
#primary-menu .sub-menu li a {
  display: block;      /* Makes the link fill the row (fixes hover) */
  white-space: nowrap; /* Prevents text from wrapping */
  padding-left: 1.5em; /* Adds space on the left */
  padding-right: 1.5em; /* Adds space on the right */
}


footer#colophon > div > div > div{
	visibility:hidden;
}

#contact-fields > div.wc-block-components-checkout-step__container > div > div.wc-block-components-checkbox {
	display:none;
}

/* do in php
#billing-fields {
	display:none;
}
*/