/**
* Theme Name: BuddyX Child
* Description: This is a child theme of BuddyX, generated by Merlin WP.
* Author: <a href="https://github.com/vapvarun/buddyx">wbcomdesigns,vapvarun</a>
* Template: buddyx
* Version: 4.5.8
*/
/* Buttons */
button,
input[type="submit"],
.woocommerce a.button {
  background-color: #C8102E;
  color: #FFFFFF;
  border: none;
}

button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover {
  background-color: #A00E24;
}

/* Header Background */
.site-header {
  background-color: #082C56;
}

/* Link Color */
a {
  color: #082C56;
}

a:hover {
  color: #C8102E;
}
