/*

Theme Name: blogchild
Theme URI: http://www.ethicalmarkets.com/
Author: simayaa
Author URI: http://www.simayaa.com/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* The following line to override with the important works */
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
text-shadow: none !important;
}

/* The following two lines do not work when being used in the button class*/
.testbutton {
  color: #ff00ff;
  border-color: #ac1100;
  background-color: #ff00ff;
}

.testbutton:hover {
  color: #ffffff;
  border-color: #600900;
  background-color: #ef2201;
}