/*
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 plugin. 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.1752811210
Updated: 2025-07-18 14:00:10
*/

/* ========================================
   BUTTON STYLES - PRIMARY (ORANGE)
   ======================================== */

/* Submit button margin */
.jet-form-builder__submit {
    margin-top: 15px !important;
}

/* Normal state - Primary buttons */
.jet-form-builder__action-button,
.apply-filters__button,
.pmpro_btn-submit-checkout,
.pmpro_btn-submit-change-password,
.pmpro_btn-submit-update-profile,
.jet-form__submit,
.jet-form-builder__submit,
.jet-form-builder__next-page,
#pmpro_btn-submit,
.pmpro_section #loginform .login-submit .button,
.pmpro_btn,
.jet-reviews-button.jet-reviews-button--primary,
#btn-add-review {
    background-color: #fb7e37 !important;
    color: #ffffff !important;
    border: 1px solid #fb7e37 !important;
    border-radius: 0px !important;
    font-family: "Core Sans A 65";
    font-weight: 500 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    cursor: pointer;
}

/* Hover and focus state - Primary buttons */
.jet-form-builder__action-button:hover,
.jet-form-builder__action-button:focus,
.apply-filters__button:hover,
.apply-filters__button:focus,
.pmpro_btn-submit-checkout:hover,
.pmpro_btn-submit-checkout:focus,
.pmpro_btn-submit-change-password:hover,
.pmpro_btn-submit-change-password:focus,
.pmpro_btn-submit-update-profile:hover,
.pmpro_btn-submit-update-profile:focus,
.jet-form__submit:hover,
.jet-form__submit:focus,
.jet-form-builder__submit:hover,
.jet-form-builder__submit:focus,
.jet-form-builder__next-page:hover,
.jet-form-builder__next-page:focus,
#pmpro_btn-submit:hover,
#pmpro_btn-submit:focus,
.pmpro_section #loginform .login-submit .button:hover,
.pmpro_section #loginform .login-submit .button:focus,
.pmpro_btn:hover,
.pmpro_btn:focus,
.jet-reviews-button.jet-reviews-button--primary:hover,
.jet-reviews-button.jet-reviews-button--primary:focus,
#btn-add-review:hover,
#btn-add-review:focus {
    color: #ffffff !important;
    background-color: #414651 !important;
    border: 1px solid #414651 !important;
}

/* Disabled state - Primary buttons */
.jet-form-builder__action-button:disabled,
.apply-filters__button:disabled, 
.pmpro_btn-submit-checkout:disabled, 
.pmpro_btn-submit-change-password:disabled,
.pmpro_btn-submit-update-profile:disabled,
.jet-form__submit:disabled, 
.jet-form-builder__submit:disabled, 
.jet-form-builder__next-page:disabled, 
#pmpro_btn-submit:disabled,
.pmpro_btn:disabled {
    background-color: #cccccc !important;
    color: #666666 !important;
    border: 1px solid #cccccc !important;
    border-radius: 0px !important;
    font-family: "Core Sans A 65";
    font-weight: 500 !important;
    font-size: 14px !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* ========================================
   BUTTON STYLES - SECONDARY (CANCEL/BACK)
   ======================================== */

/* Previous/Back button */
.jet-form-builder__prev-page {
    background-color: #ffffff !important;
    color: #3f444b !important;
    border: 1px solid #fb7e37 !important;
    border-radius: 0px !important;
    font-family: "Core Sans A 65";
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: 15px !important;
    box-shadow: none !important;
}

.jet-form-builder__prev-page:hover {
    background-color: #fb7e37 !important;
    color: #ffffff !important;
    border: 1px solid #fb7e37 !important;
}

/* Cancel button */
.pmpro_btn-cancel {
    color: #414651 !important;
    background-color: #ffffff !important;
    border: 1px solid #D5D7DA !important;
    border-radius: 0px !important;
    font-family: "Core Sans A 65";
    font-weight: 500 !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.pmpro_btn-cancel:hover,
.pmpro_btn-cancel:focus {
    color: #ffffff !important;
    background-color: #414651 !important;
    border: 1px solid #414651 !important;
}

/* ========================================
   BUTTON STYLES - PLAIN/OUTLINE
   ======================================== */

.pmpro_btn-plain,
.pmpro_btn-plain:hover,
.pmpro_btn-plain:focus,
.pmpro_btn-plain:active {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.pmpro_btn-outline {
    background-color: transparent !important;
    color: #fb7e37 !important;
    border: 1px solid #fb7e37 !important;
}

.pmpro_btn-outline:hover,
.pmpro_btn-outline:focus {
    background-color: #fb7e37 !important;
    color: #ffffff !important;
}

/* Delete button */
.pmpro_btn-delete {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    border: 1px solid #dc3545 !important;
}

.pmpro_btn-delete:hover,
.pmpro_btn-delete:focus {
    background-color: #c82333 !important;
    border: 1px solid #c82333 !important;
}

/* Print button */
.pmpro_btn-print {
    background-color: #6c757d !important;
    color: #ffffff !important;
    border: 1px solid #6c757d !important;
}

.pmpro_btn-print:hover {
    background-color: #5a6268 !important;
    border: 1px solid #5a6268 !important;
}

/* ========================================
   OTHER BUTTON ELEMENTS
   ======================================== */

button[type="button"]#other_discount_code_toggle,
button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
    background-color: #fb7e37 !important;
    color: #ffffff !important;
    border: 1px solid #fb7e37 !important;
    border-radius: 0px !important;
    font-family: "Core Sans A 65";
    font-weight: 500 !important;
    font-size: 14px !important;
}

button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
    background-color: #414651 !important;
    border: 1px solid #414651 !important;
}

/* Password toggle button */
.pmpro_form_field-password-toggle button {
	color: #fa7f38 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: 0px !important;
}

.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:active,
.pmpro_form_field-password-toggle button:focus {
    color: #fa7f38 !important;
    background-color: transparent !important;
    border: 0px !important;
}

.pmpro_form_field-password-toggle button:hover svg,
.pmpro_form_field-password-toggle button:active svg,
.pmpro_form_field-password-toggle button:focus svg {
    stroke: #fa7f38 !important;
}

.pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
    border-radius: 0px !important;
}

/* File upload button */
.pmpro_form_field-file button {
    background-color: #fb7e37 !important;
    color: #ffffff !important;
    border: 1px solid #fb7e37 !important;
    border-radius: 0px !important;
    font-family: "Core Sans A 65";
    font-weight: 500 !important;
    font-size: 14px !important;
}

.pmpro_form_field-file button:hover {
    background-color: #414651 !important;
    border: 1px solid #414651 !important;
}

/* Card action buttons */
.pmpro_card_actions button {
    background-color: #fb7e37 !important;
    color: #ffffff !important;
    border: 1px solid #fb7e37 !important;
    border-radius: 0px !important;
    font-family: "Core Sans A 65";
    font-weight: 500 !important;
    font-size: 14px !important;
}

.pmpro_card_actions button:hover {
    background-color: #414651 !important;
    border: 1px solid #414651 !important;
}

/* ========================================
   GENERAL STYLES
   ======================================== */

.main-runtext {
    height: 36px !important;
}

.field-type-switcher input.jet-form-builder__field::before {
    border-radius: 0 !important;
}

.field-type-switcher input.jet-form-builder__field:checked {
    background: var(--checked-track-bg-color, #c94c05) !important;
}

.jet-form-builder-row {
    padding: 10px 0 !important;
}

.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked+span::before,
.field-type-radio-field .jet-form-builder__field-label.for-radio :checked+span::before {
    border-color: #fa7f42 !important;
    background-color: #c94c05 !important;
}

.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :hover+span::before,
.field-type-radio-field .jet-form-builder__field-label.for-radio :hover+span::before {
    border-color: #fa7f42 !important;
}

.jet-form-builder__conditional {
    margin-top: 20px !important;
}

/* ========================================
   MEMBERSHIP CARD STYLES
   ======================================== */

/* Orange border for Qualified/Professional/Enterprise */
.Qualified,
.Professional,
.Enterprise {
    border: 1px solid #FC9D68 !important;
}

/* Grey border for Registered/Apprentice */
.Registered,
.Apprentice {
    border: 1px solid #E9EAEB !important;
}

/* Hide the Cancel action */
.pmpro_card_actions #pmpro_actionlink-cancel {
    display: none;
}

a#pmpro_actionlink-logout, 
.pmpro_card_actions .pmpro_card_action_separator:nth-last-child(2) {
    display: none !important;
}

/* Hide send message button for certain membership levels */
#cpa-send-message-btn.Apprentice,
#cpa-send-message-btn.Registered,
#cpa-send-message-btn.Qualified {
    display: none;
}

/* Background images for membership levels */
#fac-background.Apprentice {
    background-image: url('/wp-content/uploads/2025/09/bg-yellow.png');
    background-size: cover;
}

#fac-background.Registered,
#fac-background.Qualified,
#fac-background.Professional,
#fac-background.Enterprise {
    background-image: url('/wp-content/uploads/2025/09/bg-orange.png');
    background-size: cover;
}

/* ========================================
   FORM STYLES
   ======================================== */

.jet-form__label-text,
.jet-form-builder__label-text {
    color: #414651;
    font-size: 16px;
    font-family: "Core Sans A 65";
    font-weight: 400 !important;
}

.jet-form__field,
.jet-form-builder__field {
    background-color: var(--pmpro--color--base);
    border: 1px solid var(--pmpro--color--border);
    border-radius: var(--pmpro--base--border-radius);
    box-shadow: none;
    box-sizing: border-box;
    color: var(--pmpro--color--contrast);
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin: 0;
    min-height: auto;
    outline: none;
    padding: 12px;
}

.jet-form__required,
.jet-form-builder__required {
    vertical-align: super;
    font-size: 0.7em;
    font-weight: bold;
    color: #fb7e37;
}

/* ========================================
   PMPRO STYLES
   ======================================== */

@media (min-width: 1200px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1280px;
    }
}

.pmpro_font-x-large {
    font-family: "Core Sans A 65";
    font-weight: 400 !important;
}

.pmpro_list_item_label {
    font-family: "Core Sans A 65";
    font-weight: 400 !important;
}

#pmpro_processing_message {
    font-family: "Core Sans A 65";
    font-weight: 400 !important;
}

table th {
    font-family: "Core Sans A 65" !important;
    font-weight: 400 !important;
}

.pmpro_card,
.pmpro_section #loginform .input,
.pmpro_section #loginform .login-submit .button,
.jet-form__field,
.jet-form-builder__field {
    border-radius: 0px !important;
}

.pmpro_message {
    border-radius: 0px !important;
}

.pmpro_captcha { }
.pmpro_captcha div { }

.pmpro_form_label-inline { }

.pmpro_form_field-checkbox .pmpro_form_label { }
.pmpro_form_field-checkbox input[type="checkbox"] { }
.pmpro_form_field-checkbox-grouped ul { }
.pmpro_form_field-checkbox-grouped li { }

.pmpro_form_field-radio-item { }
.pmpro_form_field-radio-item .pmpro_form_label { }

.pmpro_form_field-date select { }
.pmpro_form_field-date input[type="text"] { }

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV { }

.pmpro_invoice_details .pmpro_invoice-billing-address { }

.pmpro_section { }
.pmpro_section:first-of-type { }
.pmpro_section_title {
    font-weight: 400 !important;
}

.pmpro_card { }
.pmpro_card_title { }
.pmpro_card_content { }
.pmpro_card_content p:not(.pmpro_form_hint) { }
.pmpro_card_content p:last-of-type { }
.pmpro_card_actions { }
.pmpro_card_content + .pmpro_card_actions { }
.pmpro_card_action_separator { }

.pmpro_heading-with-avatar { }

.pmpro_form { }
.pmpro_section:has(.pmpro_form) .pmpro_card_content { }
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content { }

.pmpro_form_fieldset { }
.pmpro_form_legend { }

.pmpro_form_heading {
    font-family: "Core Sans A 65" !important;
    font-weight: 400 !important;
}
.pmpro_card_content .pmpro_form_heading { }

.pmpro_form_fields { }
.pmpro_form_fields-inline { }

.pmpro_form_field { }

.pmpro_form_label { }
.pmpro_form_label:not(.pmpro_form_label-inline) { }

.pmpro_form_input {
    border-radius: 0 !important;
}
.pmpro_form_input-textarea { }
.pmpro_form_input-text:focus,
.pmpro_form_input-email:focus,
.pmpro_form_input-url:focus,
.pmpro_form_input-password:focus,
.pmpro_form_input-search:focus,
.pmpro_form_input-select:focus,
.pmpro_form_input-checkbox:focus,
.pmpro_form_input-radio:focus,
.pmpro_form_input-multiselect:focus,
.pmpro_form_input-number:focus,
.pmpro_form_input-file:focus,
.pmpro_form_input-date:focus,
.pmpro_form_input-textarea:focus { }

.pmpro_form_hint { }

.pmpro_form_field-checkbox,
.pmpro_form_field-radio-item { }
.pmpro_form_field-checkbox .pmpro_form_hint,
.pmpro_form_field-radio-item .pmpro_form_hint { }
.pmpro_form_field-radio-item:not(:last-of-type) { }

.pmpro_form_input-multiselect { }
.pmpro_form_input-file { }

.pmpro_form_field-password-toggle { }
.pmpro_form_field-password-toggle .pmpro_icon-eye { }
.pmpro_form_field-password-toggle button:focus .pmpro_icon-eye svg,
.pmpro_form_field-password-toggle button:active .pmpro_icon-eye svg { }

.pmpro_form_field-select2 { }
.pmpro_form_field-select2 .pmpro_form_label { }
.pmpro_form_field-select2 .pmpro_form_hint { }

.pmpro_payment-expiration #ExpirationMonth,
.pmpro_payment-expiration #ExpirationYear { }

.pmpro_payment-discount-code #pmpro_discount_code { }

#other_discount_code_fields { }

#pmpro_tos_fields { }
#pmpro_tos_fields #pmpro_license { }
#pmpro_tos_fields input[type="checkbox"]#tos { }

.pmpro_form_submit { }

#loginform { }

.pmpro_list_item_label { }
.pmpro_list-with-labels { }
.pmpro_list-with-labels .pmpro_list_item_label { }
.pmpro_list-with-labels .pmpro_list_item_value { }

#pmpro_account-membership-none { }
#pmpro_account-links { }

.pmpro_levels_table { }
.pmpro_level .pmpro_btn { }

.pmpro_logged_in_welcome_wrap { }

.pmpro_content_message { }

.pmpro_price_part_span { }
.pmpro_price_part-total { }

.pmpro_list { }
.pmpro_list-plain { }
.pmpro_list_item { }

.pmpro_table { }

.pmpro_tag { }
.pmpro_tag-success { }
.pmpro_tag-error { }
.pmpro_tag-alert { }

.pmpro_actions_nav { }
.pmpro_actions_nav-left { }
.pmpro_actions_nav-right { }

.pmpro_pad-s { }
.pmpro_pad-m { }
.pmpro_pad-l { }

.pmpro_spacer { }

.pmpro_clickable { }

.pmpro_asterisk abbr,
.pmpro_asterisk abbr[title] { }

.pmpro_hidden { }

.pmpro_cols-2,
.pmpro_cols-3 { }
.pmpro_cols-2 > * { }
.pmpro_cols-3 > * { }

.pmpro_font-x-large { }
.pmpro_font-large { }
.pmpro_font-medium { }
.pmpro_font-small { }

.pmpro_tag-discount-code { }

.pmpro_divider { }
.pmpro_form .pmpro_divider { }

.rtl .pmpro_form_field-password-toggle { }

/* ========================================
   JOB TYPE DIV STYLES
   ======================================== */

#cpa_job_type_div ul ul {
    margin-top: 5px;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px dashed #ccc;
}

#cpa_job_type_div .pmpro_form_label-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

#cpa_job_type_div .pmpro_toggle_button {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: #0073aa;
    user-select: none;
}

/* ========================================
   DISABLED FIELDS
   ======================================== */

.disabled.jet-form-field-container input,
.disabled.jet-form-field-container textarea,
.disabled.jet-form-builder__field {
    pointer-events: none;
    background-color: #f5f5f5;
}

/* ========================================
   CHAT CONTAINER
   ======================================== */

div#chat-container {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* ========================================
   LEARNPRESS STYLES
   ======================================== */

.lp-list-courses-related {
    display: none !important;
}

.lp-section-instructor {
    display: none !important;
}

.info-meta-item:nth-of-type(1) {
    display: none !important;
}

.learn-press-courses .course-instructor-category,
.meta-item-student {
    display: none !important;
}

.learn-press-courses .wap-course-title {
    font-size: 1em !important;
}

.learn-press-courses .course-price .free {
    color: var(--lp-primary-color);
}