/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1755557088
Updated: 2025-08-18 22:44:48

*/


/* Wrapper only for PMPro no access */
.pmpro-no-access-wrapper {
    display: flex;
    justify-content: center; 
    align-items: center;      
    min-height: 400px;   /* Full screen height on all devices */
    background-image: url('http://hotticketproductions.com/wp-content/uploads/2025/08/Multiverse-Backdrop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px; /* ensures spacing on small screens */
}

/* Your card styling */
.pmpro-no-access-card { 
    background: #fff; 
    border: 1px solid #ddd; 
    border-radius: 12px; 
    padding: 25px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

/* Card text & buttons */
.pmpro-no-access-card h3 { 
    font-size: 17px; 
    margin-bottom: 15px; 
    color: #D94F27; /* brand color */
}

.pmpro-no-access-card p { 
    font-size: 16px; 
    color: #555; 
    margin-bottom: 20px; 
}

.pmpro-no-access-card .pmpro-btn { 
    display: inline-block; 
    padding: 10px 20px; 
    margin: 5px; 
    border-radius: 6px; 
    text-decoration: none; 
    font-weight: bold; 
    background: #019122; 
    color: #FFF; 
    transition: 0.3s ease; 
}

.pmpro-no-access-card .pmpro-btn:hover { 
    background: #017a1b; 
}

.pmpro-no-access-card .pmpro-btn-primary { 
    background: #D94F27; /* brand color */ 
    color: #fff; 
}

.pmpro-no-access-card .pmpro-btn-primary:hover { 
    background: #b33d1f; 
}

/* Remove default PMPro content message box */
.pmpro_content_message {
   background: none !important;
   border: none !important;
   box-shadow: none !important;
   padding: 0 !important;
}

/* Hide the Membership Required heading */
.pmpro_content_message h2 {
    display: none !important;
}

/* Hide the "Already a member?" login link + divider line */
.pmpro_content_message .pmpro_content_message a,
.pmpro_content_message hr {
    display: none !important;
}

/* Hide PMPro default action buttons if showing */
.pmpro_card_actions.pmpro_font-medium {
    display: none !important;
}
