/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.text-button {
    color: #ffffff;
    border-color: hsla(6,100%,34%,0);
    background-color: #990000;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    border-radius: 0.25em;
    padding: 0.429em 1.143em 0.643em;
    font-size: 14px;
}
.text-button a:hover {
    background-color: rgba(153, 0, 0, .8);
}