/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Globals */
h1 {
    font-size: 44px;
}
.text-white {
    color: #FFF;
}
span:hover {
	color: inherit!important;
	transition: none!important;
}
.btn-block .elementor-button {
    display: block;
}

/* Header */
.mobile-nav ul,
.mobile-nav ul li,
.mobile-nav ul li a {
    text-align:center !important;
}


/* WooCommerce - Members Table (Remove Actions Row) */
.my-membership-details tr.my-membership-detail-user-membership-actions td {
    display: none;
}

/* Shop Page */
.categories-menu .elementor-menu-toggle::after {
    content: "Categories Menu";
    margin-top: 0px;
    margin-left: 13px;
    font-size: 14px;
}

/* Posts */
h1, h2, h3, h3 a,
.elementor-post a.elementor-post__read-more,
.blog .elementor-posts-container .elementor-post__title a,
.blog .elementor-posts-container a.elementor-post__read-more,
.single h1.elementor-heading-title {
    font-family: "M PLUS Rounded 1c", Sans-serif !important;
    font-weight: 800 !important;
}
.elementor-element .elementor-post a.elementor-post__read-more {
    font-size: 18px;
}

.elementor-kit-14 h2 a {
    font-weight: inherit !important;
}

.elementor-53912 .elementor-element.elementor-element-d1d279d .current-menu-ancestor.current-menu-parent .elementor-item {
    background-color: #47693A !important;
    color: #FFF;
}

/* Related Products - Added "per-post" so need to use global styling here */
.single-post [data-elementor-type="wp-post"] section:last-child h2 {
   color: #47693A !important;
   font-size: 36px !important; 
   font-weight: 800 !important;
}
.single-post [data-elementor-type="wp-post"] section:last-child h2.woocommerce-loop-product__title {
    font-weight: 800 !important;
    font-size: 22px !important;
    color: #7a7a7a !important;
}
.single-post .elementor-products-grid .woocommerce ul li {
    text-align: center;
}
.single-post .elementor-products-grid .woocommerce ul li .onsale,
.single-post .elementor-products-grid .woocommerce ul li .star-rating {
    display: none !important;
} 
.single-post .elementor-products-grid .woocommerce ul li .woocommerce-loop-product__title {
    color: #47693A;
    font-size: 25px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
}
.single-post .elementor-products-grid .woocommerce ul li .price {
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.2em !important;
    letter-spacing: -0.1em !important;
    text-align: center;
    text-decoration: none !important;
}
.single-post .elementor-products-grid .woocommerce ul li .price > ins {
    text-decoration: none !important;
    font-weight: 800 !important;
}
.single-post .elementor-products-grid .woocommerce ul li .price > ins bdi {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 22px !important;
    color: #47693A;
    text-decoration: none;
}
.single-post .elementor-products-grid .woocommerce ul li .price > del bdi {
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #97A892;
    font-size: 22px !important;
}
.single-post .elementor-products-grid .woocommerce ul li .add_to_cart_button {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 800 !important; 
    line-height: 1em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #47693A;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 35px 18px 35px;
    margin: 5px auto;
    text-transform: uppercase !important;
}
/* League Members */
.logo-party .elementor-widget-image {
    margin: 20px 0 !important;
}