/**
 * Theme Name:     Legendary Boxing
 * Author:         AxisWebDev
 * Template:       Divi
 * Text Domain:	   legendary-boxing
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 * Theme URI:      https://axiswebdev.com
 * Version:        V1
 */
:root {
  /* Main Fluent color and shades — red theme */
  --mec-fluent-main-color: #c62828 !important;
  --mec-fluent-main-color-rgba-1: rgba(198, 40, 40, 0.3) !important;
  --mec-fluent-main-color-rgba-2: rgba(198, 40, 40, 0.8) !important;
  --mec-fluent-main-color-rgba-3: rgba(198, 40, 40, 0.1) !important;
  --mec-fluent-main-color-rgba-4: rgba(198, 40, 40, 0.2) !important;
  --mec-fluent-main-color-rgba-5: rgba(198, 40, 40, 0.7) !important;
  --mec-fluent-main-color-rgba-6: rgba(198, 40, 40, 0.7) !important;

  --mec-fluent-bold-color: #b71c1c !important;
  --mec-fluent-bg-hover-color: #fdeaea !important;
  --mec-fluent-bg-color: #fdf6f6 !important;
  --mec-fluent-second-bg-color: #fdecec !important;
}

.gform_heading .gform_required_legend {
  display: none;
}

/* Change loading text color and animation appearance */
.dataTables_wrapper .dataTables_processing {
    color: #000; /* Customize color */
    background: #fff; /* Customize background */
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* DataTables loading animation dots */
div.dataTables_processing div div {
    background-color: #F11426 !important;
}

.product_meta,
.related.products,
.sku_wrapper,
.posted_in,
.tagged_as {
    display:none !important;
}

/* Woo tabs */
.woocommerce-Tabs-panel--description h2 {
  display: none;
}

.woocommerce-Tabs-panel {
  padding-top: 10px;
}

/* Plan / variations area */
.single-product table.variations {
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
}

.single-product table.variations label {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.single-product table.variations select {
  min-height: 44px;
  font-size: 15px;
  border: 1px solid #bbb;
  background: #fff;
}

/* Waiver section */
#waiver-section {
  width: 100%;
  clear: both;
  margin: 18px 0 10px;
}

.summary #waiver-section {
  display: block;
}

.waiver-wrap {
  margin: 0 0 12px 0;
  padding: 18px;
  border: 1px solid #e3e3e3;
  background: #fff;
}

#waiver-box {
    max-height: 160px; /* 🔥 smaller than before */
    overflow-y: auto;
    border: 1px solid #d8d8d8;
    padding: 12px 14px;
    margin-bottom: 10px;
    background: #fafafa;
    line-height: 1.5; /* tighter text */
    font-size: 13px;  /* slightly smaller */
}
#waiver-box p {
    margin-bottom: 10px;
}
#waiver-box::-webkit-scrollbar {
    width: 6px;
}

#waiver-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
/* Product add-ons / waiver checkbox */
.wc-pao-addon-container,
.wc-pao-addon,
.wc-pao-addon-wrap {
  margin-bottom: 16px;
}

.wc-pao-addon input[type="checkbox"] {
  transform: scale(1.1);
  margin-right: 8px;
}

.wc-pao-addon label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

/* Shop  page */

.woocommerce ul.products {
    display: block;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    max-width: 520px;
    float: none !important;
    margin: 0 0 30px 0 !important;
    text-align: left;
}

.woocommerce ul.products li.product a img {
    width: 100% !important;
    max-width: 520px;
    height: auto;
    margin-bottom: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

.woocommerce ul.products li.product .price {
    font-size: 24px;
    color: #c62828;
    font-weight: 600;
}

.woocommerce-result-count {
    display: none;
}
.woocommerce-ordering {
    display: none !important;
}
.woocommerce-Tabs-panel ul {
    margin: 10px 0 0 0;
    padding-left: 0;
    list-style: none;
    line-height: 1.8;
}

.woocommerce-Tabs-panel ul li {
    font-size: 16px;
    margin-bottom: 6px;
}
.woocommerce div.product ul {
    list-style: none!important;
    padding-left: 0;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list li::before {
    content: "✔";
    margin-right: 8px;
    color: #c62828;
    font-weight: bold;
}
.info-wrap {
    max-width: 700px;
}

.info-wrap h4 {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
	font-size: 14px;
}
.info-wrap p {
    margin-bottom: 16px;
}

.membership-summary {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #e3e3e3;
    background: #fafafa;
    width: 100%;
    max-width: 100%; /* 🔥 THIS is the key fix */
    box-sizing: border-box;
}

.membership-summary h4 {
    margin-bottom: 12px;
    font-size: 18px;
}

.membership-summary ul {
    list-style: none;
    padding-left: 0;
}

.membership-summary ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.membership-summary ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #c62828;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .et_header_style_split #logo {
        max-width: 60%;
        max-height: none;
        width: auto;
        height: auto;
    }
}
@media (max-width: 980px) {
    .et_header_style_split .et_mobile_menu {
        top: 34px !important;
    }
}
@media (max-width: 980px) {
    .et_header_style_split #main-header .mobile_nav {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        min-height: auto !important;
    }

    .et_header_style_split .mobile_menu_bar {
        padding: 0 !important;
        margin: 0 !important;
    }
    .et_mobile_menu {
        margin-top: 0px !important;
        padding-top: 0 !important;
        border-top: 0 !important;
        box-shadow: none !important;
    }
    .et_header_style_split #et_mobile_nav_menu {
        margin: 0 !important;
        padding: 0 !important;
    }


    .et_mobile_menu li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media (max-width: 980px) {
    .et_mobile_menu {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
 
	
	}
}

@media (max-width: 980px) {
    .single-product .summary {
        margin-top: 16px;
    }

    .single-product .product_title {
        margin-bottom: 6px;
    }
}
/* Hide Shop page title */
.post-type-archive-product .woocommerce-products-header__title {
    display: none;
}

/* Hide breadcrumbs on Shop page */
.post-type-archive-product .woocommerce-breadcrumb {
    display: none;
}

.single-product table.variations {
    width: 100%;
}

.single-product table.variations td.label,
.single-product table.variations td.value {
    display: block;
    width: 100%;
    text-align: center;
	padding-top:6px!important;
}

.single-product table.variations td.label {
    margin-top: 10px;
    margin-bottom: 0px;
}

.single-product table.variations select {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.single-product table.variations label {
    font-weight: 600;
    font-size: 16px;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after,
.et_pb_wc_add_to_cart form.cart .variations td.value span:before,
.woocommerce div.product form.cart .variations td.value span:after,
.woocommerce div.product form.cart .variations td.value span:before {
    display: none !important;
    content: none !important;
    border: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/* Style the Cancel button */
#publishing-action input[type="submit"],
#publishing-action .gv-button-cancel {
    background-color: #fff !important;
    color: #e02b20 !important;
    border: 2px solid #e02b20 !important;
    border-radius: 3px !important;
    font-size: 20px !important;
    letter-spacing: 0px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 118px !important;
    height: 52px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    vertical-align: middle;
}

#publishing-action input[type="submit"]:hover,
#publishing-action .gv-button-cancel:hover {
    background-color: #e02b20 !important;
    color: #fff !important;
}

/* Style the Delete button */
#publishing-action .gv-button-delete {
    background-color: #f44336; /* Red for danger */
    color: #ffffff;
    border: 1px solid #d32f2f;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

#publishing-action .gv-button-delete:hover {
    background-color: #d32f2f;
}

.entry-content table:not(.variations) {
    background-color: #fff;
}
:root {
  --gpdf-addon-ed-overlay-focus-color: #e02b20!important;
}

.legends-email-note {
    background: #f7f7f7;
    border-left: 4px solid #e02b20;
    padding: 12px 14px;
    margin: 10px 0 15px;
    font-size: 14px;
    line-height: 1.5;
}

/* =====================================================
   LEGENDS ACADEMY PARENT PORTAL - FINAL CLEAN STYLES
===================================================== */

/* Individual cards */
#gv-view-662-1 .gv-list-view {
    position: relative !important;
    background: #fff !important;
    border: 1px solid #dddddd !important;
    border-radius: 8px !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

/* Remove native inner borders */
#gv-view-662-1 .gv-list-view-title,
#gv-view-662-1 .gv-list-view-content,
#gv-view-662-1 .gv-list-view-footer,
#gv-view-662-1 .gv-grid-col-1-1,
#gv-view-662-1 .gv-grid-col-1-2,
#gv-view-662-1 .gv-grid-col-2-3 {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/* Top area */
#gv-view-662-1 .gv-list-view-title {
    min-height: 150px !important;
    padding: 14px 230px 10px 18px !important;
}

/* Participant title */
#gv-view-662-1 .gv-list-view-title h3 {
    margin: 0 0 6px !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    color: #e02b20 !important;
}

/* Middle content */
#gv-view-662-1 .gv-list-view-content {
    background: #fafafa !important;
    border-top: 1px solid #ededed !important;
    padding: 14px 18px !important;
}

/* Bottom footer */
#gv-view-662-1 .gv-list-view-footer {
    background: #f3f3f3 !important;
    border-top: 1px solid #e3e3e3 !important;
    padding: 10px 18px !important;
    text-align: right !important;
}

/* Labels and text */
#gv-view-662-1 .gv-field-label {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.04em;
    color: #111 !important;
    margin-right: 4px;
}

#gv-view-662-1 p,
#gv-view-662-1 .gv-field-content {
    margin-bottom: 4px !important;
    line-height: 1.45 !important;
}

/* Links */
#gv-view-662-1 a {
    color: #e02b20 !important;
    font-weight: 700;
    text-decoration: none;
}

#gv-view-662-1 a:hover {
    color: #000 !important;
}

/* Search widget */
#gv-view-662-1 .gv-widget-search {
    margin-bottom: 20px;
}

#gv-view-662-1 .gv-widget-search label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

#gv-view-662-1 .gv-widget-search input[type="text"],
#gv-view-662-1 .gv-widget-search input[type="search"] {
    padding: 11px 14px !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px !important;
    min-width: 260px !important;
    background: #fff !important;
    font-size: 15px !important;
    color: #222 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.2s ease !important;
}

#gv-view-662-1 .gv-widget-search input:focus {
    border-color: #e02b20 !important;
    box-shadow: 0 0 0 3px rgba(224, 43, 32, 0.08) !important;
    outline: none !important;
}

#gv-view-662-1 .gv-widget-search input[type="submit"] {
    background: #e02b20 !important;
    color: #fff !important;
    border: none !important;
    padding: 11px 18px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    cursor: pointer;
    margin-top: 8px;
}

#gv-view-662-1 .gv-widget-search input[type="submit"]:hover {
    background: #c51f15 !important;
}

/* Certificate thumbnail widget */
#gv-view-662-1 .legends-cert-widget {
    position: absolute !important;
    top: 22px !important;
    right: 28px !important;
    width: 170px !important;
    text-align: center !important;
    z-index: 2 !important;
}

#gv-view-662-1 .legends-cert-widget img {
    width: 100% !important;
    height: auto !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10) !important;
    display: block !important;
    margin-bottom: 8px !important;
}

#gv-view-662-1 .legends-cert-widget a {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #e02b20 !important;
    text-decoration: none !important;
}

#gv-view-662-1 .legends-cert-widget a:hover {
    text-decoration: underline !important;
}

/* Mobile fallback */
@media (max-width: 700px) {
    #gv-view-662-1 .gv-list-view-title {
        min-height: 0 !important;
        padding: 14px 18px 10px 18px !important;
    }

    #gv-view-662-1 .legends-cert-widget {
        position: static !important;
        width: 180px !important;
        margin: 15px 0 !important;
    }
}
