/*
Theme Name: Palmer Family Law Theme
Theme URI: https://palmerfamilylaw.com.au
Description: Child theme of Hello Elementor for Palmer Family Law.
Author: Chookee Agency
Author URI: https://chookee.com.au/
Template: hello-elementor
Version: 1.0.0
Text Domain: palmer-family-law-theme
*/


.elementor-button-icon svg {height: 12px !important;}

/* Accordion +/- icon outline: was colliding with header button icon's .st0 */
.e-n-accordion-item-title-icon svg .st0 {
  fill: transparent; /* swap for #FAF8F5 if you want an opaque cream fill instead */
}

/* Header / button arrow icon: was colliding with accordion's .st0 */
.elementor-button-icon svg .st0 {
  fill: #fff !important;
	stroke: none !important;
}

.nav-toggle .st0 {  fill: #A3734B !important;
	stroke: #A3734B !important;}
/*About us is alsi hard-coded in the HTML widget > Advanced */

/* Sticky header: default background before "Our Approach" section — About Us page only */
body.page-id-17 .elementor-45 .elementor-element.elementor-element-e861cdf {
  background-color: #EEE8E4 !important;
  transition: background-color 0.3s ease;
}

/* Sticky header: switched background once "Our Approach" is reached — About Us page only */
body.page-id-17 .elementor-45 .elementor-element.elementor-element-e861cdf.header-bg-approach, body.page-id-17 .elementor-45 .elementor-element.elementor-element-f5c95c7.header-bg-approach {
  background-color: #FAF8F5 !important;
}


/* Contact form success */
.elementor-message-success {
  background: #7C5437 !important;
  padding: 10px !important;
  color: #FAF8F5 !important;
}