.site-branding.show-logo {
  max-width: 20%;
}
#site-header {
  background-color: #3C363F;
}
#site-header .menu-item a{
font-family: "Roboto", Sans-serif;
  font-weight: 500;
  color: #C0C0BF;
}
#site-header .menu-item:hover a{
  color: #fff;
}
/* #comments, #respond {
    display: none;
} */
#main nav.woocommerce-breadcrumb {
    margin-top: 15px !important;
}
.wp-block-group.woocommerce-coming-soon-banner-container {
  height: 100vh !important;
}
.custom-logo {
  display: none;
}
body.single.single-lesson .row {
  display: flex;
}
body.single.single-lesson .row .col-md-4 {
  flex: 0 0 20.33%;
}
body.single.single-lesson .row .col-md-8 {
  flex: 0 0 72.66%;
}
#container {
  min-height: 100vh;
}
#content {
  min-height: 77vh !important;
}
body.logged-in .llms-nav-item-signin {
  display: none !important;
}
body #content a, body > .container a{
	color: #245232;
}
.frm_button_submit {
	background: #245232 !important;
  color: #fff;
	border-color: #245232 !important;
}
.single-lesson ol.wp-block-list > li {
    font-weight: bold !important;
}
.single-lesson ul.wp-block-list li {
  font-weight: normal;
}
.single-lesson .wp-block-list {
    list-style-type: none;
}
.single-lesson .wp-block-list > li {
    list-style-type: disc;
    margin-left: 20px;
    counter-reset: list;
}
.single-lesson ul.wp-block-list > li::before {
    content: "• "; 
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	.elementor-element.elementor-element-074e182.elementor-widget__width-initial.elementor-widget.elementor-widget-shortcode {
		width:100%;
	}
.elementor-element-a15a8dd .e-con-inner {
  padding: 0 !important;
}
}
.woocommerce-MyAccount-navigation {
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.woocommerce-MyAccount-navigation-link:hover {
    background-color: #3c373e;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #3c373e;
    color: #fff;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation-link a:hover {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff !important;
}
.woocommerce-MyAccount-content{
	padding-top:30px;
}
/* contact us form  */
.site-navigation ul.menu li ul {
  background: #3C363F;
  min-width: 214px;
	z-index: 999;
}
.site-navigation ul.menu li ul li{
  border:none;
}
.site-navigation ul.menu li.menu-item-has-children::after {
  content: "\f347";
  font-family: 'dashicons';
	margin-left: -7px;
}

.membership-description details summary {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
	text-decoration: underline;
  color: #245232;
}
.membership-description .outline-text{
	margin-bottom:0px;
	font-size:17px
}
.membership-description .full-outline {
  font-size: 18px; /* medium body text */
  line-height: 1.6;
}

.membership-description details[open] summary .dashicons {
  transform: rotate(90deg); /* rotate arrow when open */
}
/* Wrapper */
.llms-person-login-form-wrapper {
  max-width: 420px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* Heading */
.llms-login h2.llms-form-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

/* Form fields */
.llms-form-fields {
  display: grid;
  gap: 20px;
}

/* Input fields */
.llms-form-field input.llms-field-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.llms-form-field input.llms-field-input:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
  outline: none;
}

/* Labels */
.llms-form-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

/* Show/Hide Password button */
.llms-visibility-toggle button {
  font-size: 13px;
  color: #666;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  padding: 0;
}

.llms-visibility-toggle button:hover {
  color: #111;
}

/* Remember me + Lost Password */
.llms-form-field.type-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.llms-form-field.type-html {
  text-align: right;
  font-size: 14px;
}

.llms-form-field.type-html a {
  color: #4f46e5;
  text-decoration: none;
}

.llms-form-field.type-html a:hover {
  text-decoration: underline;
}

/* Submit Button */
#llms_login_button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #4f46e5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

#llms_login_button:hover {
  background: #4338ca;
  box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
}

/* Responsive */
@media (max-width: 600px) {
  .llms-person-login-form-wrapper {
    padding: 20px;
  }
}


.llms-form-field.type-email.llms-cols-6.llms-is-required {
    width: 100% !important;
}

.llms-form-field.type-password.llms-cols-6.llms-cols-last.llms-is-required {
    width: 100%;
}

.llms-form-field.type-html.llms-cols-3.llms-cols-last.align-right {
    width: 100%;
}
