/**
* Theme Name: Ecolive Child
* Description: This is a child theme of Ecolive, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: ecolive
* Version: 1.4.1
*/



/* ========================================================
   OVERRIDE ECOLIVE GREEN WITH VISIBLE LIGHT PINK
======================================================== */

/* 1. Change global theme variables */
:root {
  --primary: #db2777 !important;         /* Main visible pink */
  --primary_hover: #be185d !important;   /* Darker pink for hover */
}

/* 2. Override hardcoded green transparent backgrounds in the header */
.header-1 .header-right .header-group-action > div > a {
  background-color: rgba(219, 39, 119, 0.1) !important;
}

.header-1 .header-right .header-group-action > div > a:hover {
  background-color: rgba(219, 39, 119, 0.4) !important;
}

/* 3. Override hardcoded green "Verified Purchase" checkmark on reviews */
#reviews .commentlist li p.meta .verified::before {
  color: #db2777 !important;
}

/* 4. Force Breadcrumbs and Page Titles to Pink just in case */
.entry-title,
.entry-title a,
.page .hentry .entry-header .entry-title,
.single .hentry .entry-header .entry-title,
.ecolive-breadcrumb,
.ecolive-breadcrumb a,
.breadcrumb-wrap {
  color: #db2777 !important;
}

.entry-title a:hover,
.ecolive-breadcrumb a:hover {
  color: #be185d !important;
}
