a.tp-large-button-red, a.tp-large-button-red:visited {
    color: #fff!important;
    background: #d50000;
}
a.tp-btn, a.tp-btn:visited {
    text-decoration: none!important;
    /* line-height: 35px; */
    font-size: 16px;
    font-weight: 700;
    padding: 3px 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto",sans-serif;
    display: inline;
    cursor: pointer;
}
