/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2023 | 14:41:33 */
.rcp_paid_only {
    display: block;
    text-align: center;
    background-color: #000;
    padding: 5em;
    box-sizing: border-box;
    margin-top: 50px;
}

.rcp_paid_only p {
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.rcp_paid_only a.button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 30px;
}