/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


.wcfm-membership-wrapper{
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    transition: none;
    box-shadow: none;
    margin: 0px;
}

h2.wcfm_registration_form_heading {
    font-size: 18px;
    text-align: center;
}

div#wcfm_membership_registration_form_expander {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div#wcfm_membership_registration_form_expander input{
    width: 100% !important;
    margin-bottom: 10px !important;
}

p.description.wcfm_store_slug_verified.wcfm_page_options_desc {
    display: none;
}

#wcfm_membership_container input.wcfm_submit_button, #wcfm_membership_container a.wcfm_submit_button{
    float: none;
    width: 100%;    
}

p.phone.wcfm_title.wcfm_ele, #wcfm_membership_container p.wcfm_title, #wcfm_membership_container span.wcfm_title {
    width: 100% !important;
}

form#wppb-register-user ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin-bottom: 5px;
}

#wppb-register-user input {
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px;
    width: 60%;
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block;
    box-shadow: 1px 1px 5px 0px #E9E9E9;
    line-height: 18px;
}

#wppb-register-user label{
    width: 100% !important;
    font-style: italic !important;
    font-weight: 700 !important;
}

li.wppb-form-field.wppb-send-credentials-checkbox label{
    flex-direction: row !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.wppb-password-field-container {
    width: 100% !important;
}

input#send_credentials_via_email {
    width: auto !important;
}

#wppb-register-user input#register {
    margin-top: 10px;
    margin-left: 10px;
    background: #2a3344 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #17a2b8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .046875em;
    line-height: 1;
    padding: .84375em .875em 0.78125em !important;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    text-transform: uppercase;
}

#wppb-register-user input#register:hover{
    background: #17a2b8 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

#wppb-register-user ul li label{
    width: 100% !important;
    font-style: italic !important;
    font-weight: 700 !important;
}