/* btn-style5 text + bg (normal + hover/focus) */
body a.theme-btn.btn-style5,
body .theme-btn.btn-style5 {
  color: #ffffff !important;
  background-color: #9c9385 !important;  /* optional */
  border-color: #9c9385 !important;      /* optional */
  text-decoration: none !important;
}
body a.theme-btn.btn-style5:hover,
body a.theme-btn.btn-style5:focus {
  color: #ffffff !important;
  background-color: #8b7f6e !important;  /* optional */
  border-color: #8b7f6e !important;      /* optional */
}
body a.btn-style5 .btn-title {
color: #ffffff;
}
body a.btn-style5 .left-arrow {
background-color: #c3bcb2;
}
body a.btn-style5 .right-arrow {
background-color: #c3bcb2;
}

/* btn-style5 text + bg (normal + hover/focus) */
body a.btn-style3 {
background-image: linear-gradient(to left, #8b7f6e 0%, #9C9384 50%, #8b7f6e 100%);
color: #ffffff;
}
body a.btn-style3:hover {
color: #ffffff;
}

/* Icon BG Color Block Style 8 */
body .features-block-style8 .icon {
background: linear-gradient(99deg, #8b7f6e, #9C9384);
}