/*
Theme Name:     elementorchild
Template:       hello-elementor
Theme URI:      https://example.com/
Author:         Your Name
Author URI:     https://example.com/
Description:    Child theme for Hello Elementor
Version:        1.0.0
Text Domain:    elementorchild
*/

@import url("../hello-elementor/style.css");

.wcfm_membership_subscribe_button:disabled {
    background-color: #00000070 !important;
}
.free-message {
    color: green;
    font-size: 17px;
    font-weight: 500;
}

/* Hide Add to Cart and Price in WCFM store product tab */
.price, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: none !important;
}

/*article and blogs popup*/
.vendor-articles {
  margin-top: 50px;
}

.vendor-articles-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.vendor-articles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vendor-article-card {
  width: 300px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  background: #fff;
}

.vendor-article-card:hover {
  transform: translateY(-4px);
}

.vendor-article-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.vendor-article-content {
  padding: 15px;
}

.vendor-article-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.vendor-article-excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.vendor-article-meta {
  font-size: 12px;
  color: #888;
}

/* Hide extra images */
.hidden-img {
  display: none !important;
}

div#wcfmmp-product-list-map {
    display: none;
}