.custom-cta{
    position: relative;
    font-size: 16px;
    padding: 15px 35px 15px 35px;
    display: inline-block;
    border-radius: 35px;
    font-weight:600;
    color: #fff;
    text-decoration: none!important;
    line-height:1.3em;
    z-index: 2;
    margin-top:3px;
    margin-bottom:3px;
    margin-right: 10px;
    text-align: center;
    background-color:#4B2E80;
}
.site-content p a.custom-cta{color: #fff;}
.custom-cta.purple{background-color:#4B2E80;}
.custom-cta.orange{background-color:#FE9028;}

.custom-cta.purple:hover{background-color:#2f2f2f;color: #fff;}
.custom-cta.orange:hover{background-color:#2f2f2f;color: #fff;}