/*
Theme Name:   Xstore child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/


/* Nežno zaobli vsak testimonial blok/sliko, če tema tega ne naredi sama */
.pp-testimonials .testimonial-item,
.pp-testimonials .testimonial-item img,
.pp-testimonials .et-testimonial,
.pp-testimonials .xstore-testimonial {
  border-radius: 0px;
  overflow: hidden;
}

/* Zmanjšaj razmik pod widgetom, ki vsebuje testimonials */
.elementor-widget-container:has(.content-wrapper) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Wrapper za gumb – malo razmika in centriranje */
.testimonials-load-more-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 12px; /* po želji 8px / 5px / 0px */
}

/* Sam gumb "MORE TESTIMONIALS" – barve in stil si po želji prilagodiš */
a.testimonials-load-more.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto;
  padding: 15px 35px;      /* velikost gumba */

  border-radius: 0px;    /* okrogel gumb */
  border: 1px solid transparent;

  background-color: #b1a4af;  /* 🔧 spremeni po želji */
  color: #ffffff;             /* 🔧 spremeni po želji */

  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  box-shadow: none;
  transition: all 0.2s ease;
}

a.testimonials-load-more.elementor-button > span {
  display: inline-block;
}

/* Hover – po želji spremeni */
a.testimonials-load-more.elementor-button:hover {
  background-color: #a5916e;; /* 🔧 hover barva */
  color: #ffffff;
  transform: translateY(-1px);
}

/* (Po želji) malo manjši gumb na mobitelu */
@media (max-width: 767px) {
  a.testimonials-load-more.elementor-button {
    padding: 10px 24px;
    font-size: 13px;
  }
}
