/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2023 | 05:25:42 */
section.ct-no-results{
	margin-top: 150px;
}
section.ct-no-results h1, section.ct-no-results div, section.ct-no-results input {
    color: #fff !important;
}
.ultimate-member-no-access {
    text-align: center;
    padding: 20px;
    color: #fff;
    border: 2px solid #c8aa6d;
    width: 85%;
    max-width: 480px;
    margin: 200px auto 30px;
}
.ultimate-member-no-access + a {
    display: block;
    background: #c8aa6d;
    padding: 8px 20px;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    max-width: 130px;
    margin: 0 auto !important;
    text-align: center;
}
p.um-notice.success {
    background: #005B4C;
}