/* 
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
*/

.btn-account {
	display: none;
	visibility: hidden;
}

.btn-account a {
	pointer-events: none;
}

body.logged-in .btn-account {
	display: block;
	visibility: visible;
}

body.logged-in .btn-account a {
	pointer-events: auto;
}

.btn-account a,
.btn-become-a-member a {
	background-color: #022A67;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.btn-account a:hover,
.btn-become-a-member a:hover {
	background-color: #0349b2 !important;
}

.swpm-loggedin-required {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #022A67;
    border-radius: 3px;
    margin-bottom: 30px;
}

/* Registration form */

.swpm-form-row-container {
    text-align: left;
}

.swpm-form-row-field {
    margin-bottom: 0.8rem;
}

.swpm-form-label-wrap {
    font-weight: 600;
    margin-bottom: 5px;
}

.swpm-form-input-wrap input,
.swpm-form-input-wrap textarea {
    border: 1px solid #ccc;
}

.swpm-form-input-wrap select {
    width: 95%;
    border: 1px solid #ccc;
}

.swpm-form-input-wrap textarea {
    width: 95%;
}

.swpm-form-input-wrap.checkbox {
    display: flex;
    align-items: center;
}

.swpm-form-input-wrap.checkbox input[type=checkbox] {
    margin-right: 5px;
}

.swpm-registration-widget-form .swpm-membership-level-row {
	display: none;
}

.swpm-submit-section {
    width: 95%;
    border-top: 2px solid #ccc;
    padding-top: 1rem;
    text-align: right !important;
}

.swpm-registration-success-msg {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #022A67;
    border-radius: 3px;
    margin-bottom: 30px;
}

/* login form */

.swpm-login-widget-form {
	margin-bottom: 30px;
}

.swpm-login-widget-form .swpm-username-label,
.swpm-login-widget-form .swpm-password-label {
	font-weight: 600;
	margin-bottom: 5px;
}

.swpm-login-widget-form .swpm-username-input input,
.swpm-login-widget-form .swpm-password-input input {
	border: 1px solid #ccc;
}

.swpm-login-widget-form .swpm-remember-me {
    display: flex;
    align-items: center;
}

.swpm-login-widget-form .swpm-remember-checkbox {
    margin-right: 5px;
}

[type=button], [type=submit], button {
	font-weight: 600;
}

.swpm-forgot-pass-link {
    font-size: 14px;
    margin-bottom: 5px;
}

.swpm-join-us-link {
    font-size: 14px;
    margin-bottom: 5px;
}

.swpm-red-error-text,
.swpm-reset-pw-error,
.swpm-profile-update-error,
.swpm-profile-update-success {
	font-size: 14px;
	font-weight: 600;
}

/* reset form */

.swpm-pw-reset-widget-form {
	margin-bottom: 30px;
}

.swpm-pw-reset-widget-form .swpm-pw-reset-email-label {
	font-weight: 600;
	margin-bottom: -5px;
}

.swpm-pw-reset-widget-form .swpm-pw-reset-email-input input {
	border: 1px solid #ccc;
}

/* logged in user top bar */

body.logged-in .btn-login,
body.logged-in .btn-become-a-member {
	display: none;
	visibility: hidden;
}

body.logged-in .btn-login a,
body.logged-in .btn-become-a-member a {
	pointer-events: none;
}

.swpm-login-widget-logged {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(145deg, rgba(245, 245, 245, 1) 0%, rgba(230, 230, 230, 1) 100%);
    border-radius: .5rem;
    padding: 15px;
    font-size: 14px;
}

.swpm-login-widget-logged .swpm-logged-username {
    display: flex;
    margin-right: 10px;
}

.swpm-login-widget-logged .swpm-logged-username .swpm-logged-username-label {
	margin-right: 5px;
	font-weight: 600;
}

.swpm-login-widget-logged .swpm-edit-profile-link {
	margin-right: 10px;
	margin-left: auto;
}

.swpm-login-widget-logged .swpm-logged-logout-link {
	margin-right: 10px;
}

.swpm-login-widget-logged a {
	text-decoration: none;
	display: inline-block;
    font-weight: 600;
    color: inherit;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.swpm-login-widget-logged a:hover,
.swpm-login-widget-logged a:focus {
    color: #fff;
    background-color: #c36;
}

.swpm-login-widget-logged .swpm-logged-status,
.swpm-login-widget-logged .swpm-logged-membership,
.swpm-login-widget-logged .swpm-logged-expiry,
.swpm-login-widget-logged .swpm-margin-bottom-10 {
	display: none !important;
}

/* edit profile form */

.swpm-edit-profile-form {
	margin-bottom: 30px;
}

.swpm-edit-profile-form label {
	font-weight: 600;
	margin-bottom: 5px;
}

.swpm-edit-profile-form input {
	border: 1px solid #ccc;
}

.swpm-edit-profile-form .swpm-form-row.swpm-membership-level-row {
	display: none;
}

.swpm-edit-profile-form .swpm-edit-profile-submit-section {
	width: 95%;
	text-align: right;
}