/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.pms-account-navigation
{
    
}

.pms-account-navigation li.pms-account-navigation-link a
{
    color: black;
    font-weight: 800;
    font-size: 18px;
}

.pms_login label
{
    font-weight: 500;
    
}


#pms_register-form label
{
    color: white !important;
}

#pms_register-form input[type="text"],
#pms_register-form input[type=password]
{
    background-color: transparent;
    border: none !important;
    border-bottom: 2px solid white !important;
    color: white;
}

.pms-subscription-plan-description
{
    color: white;
    font-style: normal;
}

.pms-account-navigation
{
    padding-bottom: 25px;
}

#pms_register-form  input:-internal-autofill-selected, 
#pms_register-form input:-webkit-autofill,
#pms_register-form input:-webkit-autofill:hover, 
#pms_register-form input:-webkit-autofill:focus,
#pms_register-form textarea:-webkit-autofill,
#pms_register-form textarea:-webkit-autofill:hover,
#pms_register-form textarea:-webkit-autofill:focus,
#pms_register-form select:-webkit-autofill,
#pms_register-form select:-webkit-autofill:hover,
#pms_register-form select:-webkit-autofill:focus,
{
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #555 !important;
    border: none !important;
    border-bottom: 2px solid white !important;
    color: white;
    font-weight: 800;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.page table td, .page table th
{
    border: none;
    border-bottom: 2px solid black;
    font-weight: 500;
    font-size: 18px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th
{
    background-color: transparent !important;
}

/*
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea
{
    border: 1px solid black !important;
    font-family: 'Rotunda', sans-serif;
    font-size: 16px;
    border-radius: 0px !important;
    font-weight: 500;
}
*/

.elementor-kit-5 .pms-form #pms-delete-account,
.elementor-kit-5 .pms-form input[type=submit]
{
    padding: 1px 10px !important;
}


/* ---- filter menu styling ---- */
.jet-checkboxes-dropdown__active
{
    display: none !important;
}

.jet-checkboxes-dropdown
{
    margin-top: -35px;
    cursor: pointer;
}

.jet-checkboxes-dropdown__label
{
    border: none;
    background-color: transparent;
}


/* ----------- member account -------------- */
.pmpro_logged_in_welcome_wrap .pmpro_member_display_name
{
    font-size: 20px;
}

.pmpro_logged_in_welcome_wrap .pmpro_member_log_out
{
    display: none;
}

.pmpro_submit hr
{
    display: none;
}


#pmpro_account-membership h3,
#pmpro_account-invoices h3
{
    display: none;
}

#pmpro_account .pmpro_box,
#pmpro_account .pmpro_table th,
#pmpro_account-invoices .pmpro_box,
#pmpro_account-invoices .pmpro_table th
{
    border: none;
}

.pmpro_table th
{
    text-align: left;
}


.pmpro_checkout-fields #pmpro_license h2
{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#pmpro_form hr
{
    display: none;
}

#pmpro_form label
{
    font-size: 14px;
    padding-bottom: 8px;
    letter-spacing: 0.01em;
}

#pmpro_form .pmpro_checkout h3
{
    padding: 40px 0 10px 0;
}

#ExpirationMonth, #ExpirationYear
{
    width: 20%;
}

#ExpirationYear
{
    margin-left: 10px;
}

#pmpro_license
{
    margin-bottom: 30px !important;
}
