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

/* Search Overlay */
@media( max-width: 991px ) {
   search .elementor-search-form input[type="search"].elementor-search-form__input {
      font-size: 22px !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;
}
.elementor-post__excerpt p:after {
   content: '...';
}
.paged .featured-posts {
   display: none;
}
span.page-numbers.next,
span.page-numbers.prev {
   display: none;
}

/* Single Products */
.single.woocommerce div.product .woocommerce-tabs ul.tabs {
   padding: 0;
   
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li {
   margin: 0;
}
.single.woocommerce div.product.elementor .woocommerce-tabs .panel { 
   background: #FFF;
   border: 1px solid #d3ced2;
}

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

/* Checkout */
.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper > .woocommerce-info {
   display: none;
}

/* Employee Application */
.ff-default .ea-flex {
   padding-bottom: 20px;
   margin-bottom: 20px;
   border-bottom: 1px solid #dadbdd;
}
.ff-default .ea-flex .ff-el-input--label label {
   font-size: 14px;
   line-height: 1.4em;
   height: 40px;
   overflow: hidden;
}
@media(min-width: 767px) and (max-width: 991px) {
   .ff-default .ea-flex .ff-el-input--label label {
      height: 60px;
   }
}

/* Logo Galleries - Grid */
.logo-gallery .gallery-item {
   height: 180px;
   padding: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.logo-gallery .gallery-item .gallery-icon {
   background-color: #FFF;
   padding: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
}
.logo-gallery .gallery-item .gallery-icon img {
   max-height: 140px;
   max-width: 240px;
   width: auto;
   height: auto
}
@media( max-width: 767px ) {
   .logo-gallery .gallery-item .gallery-icon img {
      max-width: 100%;
   }
}

/* Blog Sidebar */
.elementor-widget-wp-widget-categories h5, 
.elementor-widget-wp-widget-archives h5 {
   font-family: "M PLUS Rounded 1c", Sans-serif;
   font-weight: 800;
}

/* Reports */
.elementor-widget-image a {
   width: 100%;
   display: block;
}

/* Search Results */
.search-results .widget_shopping_cart_content {
   display: none;
}
.search-results .elementor-widget-theme-archive-title.elementor-page-title.elementor-widget-heading {
   display: block !important;
}

/* Menu Cart - Mini Cart */
.elementor-menu-cart__product-name {
   align-self: end !important;
}
.elementor-menu-cart__product-price {
   align-self: start !important;
}
.elementor-menu-cart__product {
   padding-bottom: 5px !important;
   padding-top: 5px !important;
}