/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.logged-in
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li.login, .logged-in
  .elementor-nav-menu--dropdown 
  .elementor-nav-menu
  > li.login {
  display: none;
}
body:not(.logged-in)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li.logout,
body:not(.logged-in) .acc_head,
body.logged-in .no_acc_head, body:not(.logged-in)
  .elementor-nav-menu--dropdown 
  .elementor-nav-menu
  > li.logout {
  display: none;
}
.woocommerce-MyAccount-navigation-link {
  border: 1px solid;
  border-radius: 8px;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 10px 0 10px 15px;
}
.woocommerce-MyAccount-navigation-link:hover {
  background-color: #4a6e40;
}
.woocommerce-MyAccount-navigation-link:hover a,
.woocommerce-MyAccount-navigation-link:hover a:hover, .wc-memberships-members-area-navigation .woocommerce-MyAccount-navigation-link a
 {
  color: #fff;
}
 .wc-memberships-members-area-navigation .woocommerce-MyAccount-navigation-link, .wc-memberships-members-area-navigation .woocommerce-MyAccount-navigation-link{
  background-color:#2e7d32;
  color:#fff;
}
 .wc-memberships-members-area-navigation .woocommerce-MyAccount-navigation-link:hover, .wc-memberships-members-area-navigation .woocommerce-MyAccount-navigation-link:hover a {
  background-color:#fff;
  color:#4a6e40;
 }
.woocommerce-MyAccount-navigation-link li::marker {
  content: none;
}
.woocommerce-page table.shop_table_responsive .membership-content-excerpt:not(:has(:not(:empty))) {
  display: none;
}
.woocommerce-MyAccount-navigation-link br {
  display: none;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
html body #gform_submit_button_11 {
  background-color: #dcd7e2;
  text-decoration: none;
  background-image: none;
  color: #515151;
  width: auto !important;
  max-width: 100% !important;
}
html body #gform_submit_button_11:hover {
  background-color: #4a6e40;
  color: #fff;
}
#customer_login .woocommerce-form-row br,
#customer_login .form-row br {
  display: none;
}
/* EatFit My Account Login/Register refresh */
.eatfit-auth-wrap {
  padding: 60px 16px;
  background: #f7faf7;
}

.eatfit-auth-card {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.eatfit-auth-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

.eatfit-auth-header h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.15;
}

.eatfit-auth-subtitle {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.65);
}

.eatfit-auth-form .form-row {
  margin-bottom: 16px;
}

.eatfit-auth-form input.input-text {
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 10px 12px;
}

.eatfit-auth-form input.input-text:focus {
  outline: none;
  border-color: #2e7d32;
  box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.12);
}

.eatfit-auth-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.eatfit-lost {
  margin-top: 14px;
}

.eatfit-auth-register {
  background: #f2fbf3;
  border: 1px solid rgba(46, 125, 50, 0.18);
  border-radius: 14px;
  padding: 26px;
}

.eatfit-benefits {
  margin: 0 0 14px;
  padding-left: 18px;
}

.eatfit-benefits li {
  margin: 8px 0;
}

.eatfit-terms {
  color: rgba(0, 0, 0, 0.65);
  margin: 14px 0 16px;
  font-size: 14px;
}

.eatfit-small {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
}

.eatfit-btn {
  border-radius: 10px !important;
  padding: 12px 18px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.eatfit-btn-primary {
  background: #2e7d32 !important;
  color: #fff !important;
  border: 2px solid #2e7d32 !important;
}

.eatfit-btn-primary:hover {
  filter: brightness(0.95);
}

.eatfit-btn-secondary {
  background: transparent !important;
  color: #2e7d32 !important;
  border: 2px solid #2e7d32 !important;
}

@media (max-width: 860px) {
  .eatfit-auth-card {
    padding: 22px;
  }
  .eatfit-auth-grid {
    grid-template-columns: 1fr;
  }
}
