/*
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: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1698158381
Updated: 2023-10-24 10:39:41

*/

.breadcrumb-color-fix a {
	color: #2d2d2d;
}
.breadcrumb-color-fix a:hover {
	color: #2d2d2d;
}
.elementor-shortcode .member-shortcode-btn {
    padding: 10px 15px;
    background-color: #92D602;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    cursor: pointer;
}
.elementor-shortcode .member-shortcode-btn:hover {
    background-color: #2D2D2D;
    transition: .3s ease-in-out;
    color: #fff;
}
.member-btn-shortcode-element .elementor-widget-container {
    text-align: center;
    padding: 30px 0px;
}
.ele-col-member-btn {
    margin-top: -89px;
}
@media(min-width: 767px){
    .elementor-shortcode .member-shortcode-btn {
        padding: 12px 20px;
        font-size: 1.1rem;
    }
    .ele-col-member-btn {
        margin-top: 0px;
    }
}


/* CUSTOM LOGIN FORM */
#password {
    margin-bottom: 10px;
}
#custom-login-form input[type="submit"] {
    border: none;
}
#lost-pw-link {
    color: #000;
    font-size: 1rem;
}
#lost-pw-link:hover {
    /* color: #000; */
}
/* .login-action-lostpassword > #login > h1 {
    display: none !important;
}
#lostpasswordform {
    display: none !important;
} */

.page-id-1735 .member-shortcode-btn {
	display: none;
}


#_form_666726B3AD953_._form_1 {
    background-color: #082B66 !important;
}
#_form_666726B3AD953_._form_1 label {
    color: #fff;
}
._form-branding {
    display: none;
}
._form._form_1 {
    margin: 0 !important;
}
#fullname,
#email {
    width: 100% !important;
}
@media(min-width: 767px){
    #fullname,
    #email {
        width: 250px !important;
    }
}