/**
* Theme Name: Pet Rescue Child
* Description: This is a child theme of Pet Rescue.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: petrescue
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: petrescue-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* .page-id-42008 .feature-tag, .page-id-42014 .feature-tag, .page-id-42002 .feature-tag {
  display: inline-block;
  background-color: #f0f4f8;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  margin: 6px 8px 0 0;
  border-radius: 20px;
  border: 1px solid #d0d7de;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}
 */

/* Base styles */
/* .apply-to-adopt-button,
#foster-dog-log-button,
#coordinator-portal-button,
#director-portal-button,
#volunteer-portal-button,
#venmo-donation-button, 
#apply-to-adopt-button,
#paypal-donation-button,
#apply-to-adopt-button {
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Bitter Local", sans-serif;
  display: inline-block;   /* keeps width to content */
  transition: all 0.3s ease;
  background-color: #5A8BA0; /* Loyal Shadow */
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(63, 107, 122, 0.3); /* Tailtip Twilight shadow 
}

/* Hover styles */
.apply-to-adopt-button:hover,
#foster-dog-log-button:hover,
#coordinator-portal-button:hover,
#director-portal-button:hover,
#volunteer-portal-button:hover,
#venmo-donation-button:hover,
#apply-to-adopt-button:hover,
#paypal-donation-button:hover,
#apply-to-adopt-button:hover {
  transform: translateY(-2px);
  font-family: "Bitter Local", sans-serif;
	 background-color: #3F6B7A; /* Tailtip Twilight */
  box-shadow: 0 4px 8px rgba(63, 107, 122, 0.4);
}
nav.elementor-widget-cmsmasters-nav-menu__dropdown {
  background-color: white;
}

.embeddablePetList-logo {
  display: none !important;
} */

.give-donor-details__total {
	color:#5A8BA0;
}