/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.bold-underline {
	text-decoration: underline;
	font-weight: bold;
}

/* FOOTER START */
.mobile-footer-links ul .menu-item a {
	text-align: center;
}
/* FOOTER END */

/* CONTACT US START */
#contact-us-form .elementor-field-type-submit {
    width: 135px;
}

#contact-us-form textarea {
    height: 180px;
    border-color: #060606;
    border-radius: 0px;
}

#contact-us-form input {
    border-radius: 0px;
    border-color: #060606;
}
/* CONTACT US END */

/* SHOP PAGE START */
#shop-page-products #learn-more {
    display: none;
}

#shop-page-products .woocommerce-loop-product__title {
    text-align: center;
    padding-bottom: 24px;
}

#shop-page-products .woocommerce-loop-product__title::after {
    content: "";
    display: block;
    height: 24px;
    /* background-color: aliceblue; */
    width: 112px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}

#shop-page-products .star-rating {
    display: none;
}

#shop-page-products .price {
    text-align: center;
}

#shop-page-products .product {
    text-align: center;
}

#shop-page-products .wp-element-button {
    margin: 29px;
}
/* SHOP PAGE END */

/* PRODUCT PAGE START */

/* body.single-product div.elementor-element.elementor-sticky__spacer {
	display: none;
} */

/* PRODUCT PAGE END */

/* BLOG PAGE START */
#blog-page-featured .elementor-post__text {
    display: flex;
    justify-content: center;
}

#blog-page-featured .elementor-post__text::before {
    content: "FEATURED BLOG POST";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 5px;
    padding-bottom: 32px;
}

#blog-page-posts .elementor-post__thumbnail__link {
    width: 100%;
}

#blog-page-featured-mobile article.type-post::before {
    content: "FEATURED BLOG POST";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 5px;
    padding-bottom: 32px;
}
/* BLOG PAGE END */

/* BLOG POST START */

body.single-post .elementor-widget-theme-post-content p a {
	letter-spacing: unset;
    text-decoration: underline;
	color: #2055CC;
}

/* BLOG POST END */

/* MEET THE TEAM START */
.meet-team-section .elementor-image-box-title a {
    letter-spacing: 0px;
}
/* MEET THE TEAM END */

/* WHOLESALE START */

.elementor-field-group-wholesalecompanyname label,
.elementor-field-group-wholesalecompanyaddress label,
.elementor-field-group-wholesalecity label,
.elementor-field-group-wholesalestate label,
.elementor-field-group-wholesalezip label,
.elementor-field-group-wholesaleemail label,
.elementor-field-group-wholesalephone label {
	display: none;
}

.elementor-field-type-html {
	margin-bottom: 0px !important;
}

.companyinfohtml {
	font-size: 18px;
}

.wholesale-contact-form .elementor-field-type-submit {
	width: 100% !important;
}

#wholesaleformbtn .elementor-button-text {
	letter-spacing: 0px !important;
}

/* WHOLESALE END */

/* TEAM MEMBER POPUP START */
.team-member-popup .dialog-widget-content .dialog-message.dialog-lightbox-message {
    width: 1104px !important;
}

.team-member-popup .dialog-close-button {
    align-items: center;
}

.team-member-popup .dialog-close-button::before {
    content: "CLOSE";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .team-member-popup .elmentor-column {
        width: 100% !important;
    }
  }
/* TEAM MEMBER POPUP END */