/* Replace all text with color #c78665 to #8d8e7c */
[style*="#c78665"], 
[style*="rgb(199, 134, 101)"], 
.eltdf-btn-line,
.eltdf-social-icon-widget-holder[data-hover-color="#c78665"],
.ion-ios-chatboxes-outline[style*="#ce8f6f"],
span[style*="#ce8f6f"],
.eltdf-icon-element[style*="#ce8f6f"],
p[style*="#c78665"] {
    color: #8d8e7c !important;
}

/* Replace SVG paths with this fill color */
[fill="#C78665"] {
    fill: #8d8e7c !important;
}

/* Handle background colors */
[style*="background-color: #c78665"], 
.post-password-form input[type="submit"] {
    background-color: #8d8e7c !important;
}

/* Handle border colors */
[style*="border-color: #c78665"] {
    border-color: #8d8e7c !important;
}

/* Replace hover states */
.eltdf-social-icon-widget-holder[data-hover-color="#c78665"]:hover {
    color: #8d8e7c !important;
}