/*
Theme Name: Pharmacy Mentor - WooPW Theme Child
Template: pharmacymentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
Description: Child theme of the Pharmacy Mentor WooPW theme. Site-specific overrides go here so they survive parent theme updates.
Version: 1.0.0
Text Domain: pharmacymentor-child
*/

/* Add child-theme-specific overrides below this line. */
.site-footer .lower-footer {
    background: var(--theme-dark-background) !important;
}
.site-footer .lower-footer .copyright a {
    color: #fff;
}
.btn:not(:disabled):not(.disabled) {
    transition: ease-in-out .2s;
    color: var(--theme-primary-color) !important;
}
.btn:not(:disabled):not(.disabled),
footer .column-1 .theme-btn-secondary {
    background: #BC9A4A !important;
    border: 1px solid #BC9A4A !important;
}
.btn:not(:disabled):not(.disabled):hover,
footer .column-1 .theme-btn-secondary:hover {
    background: #BC9A4A !important;
    border: 1px solid #fff !important;
}