/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.pull-left {
  border: 1px solid rgba(0,0,0,.125);
}

#content_wpdm_package_1 > .row {
  grid-gap: 35px;
}

.cld_cards .elementor-widget-container .elementor-grid {
	grid-column-gap: 32px !important;
  grid-row-gap: 32px !important;
}

.cld_cta-equip .elementor-cta__content {
  align-content: flex-end !important;
  padding: 0;
}

.cld_cta-equip .elementor-cta__content > *{
  padding: 0 12px;
  background-color: rgba(181, 196, 0, 0.7);
}

.cld_cta-equip .elementor-cta__content > h3 {
  padding-top: 6px;
}

.cld_cta-equip .elementor-cta__content > div {
  padding-bottom: 6px;
}

.cld_cta-equip .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 0;
}

.cld_ctaservei .elementor-cta__bg.elementor-bg {
  background-size: 175px 175px;
  background-repeat: no-repeat;
}

/* .w3eden .row {
  gap: 28px;
  justify-content: center;
}
.w3eden .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 40%;
    max-width: 40%;
} */

.w3eden .row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}

.w3eden .col-lg-6 {
  max-width: 100%;
}

.w3eden .media {
  gap: 12px;
}

.w3eden .media-body .btn-primary {
  margin-top: 12px;
}

.w3eden .panel-default {
  display: none !important;
}

@media (max-width: 768px) {
  .w3eden .media {
    flex-direction: column;
  }

  .w3eden .card-body {
    padding: 1rem;
  }
}

.media-body > p,
.lineinfo {
  margin-top: 1rem;
  font-size: .9rem;
}

.lineinfo + .lineinfo {
  margin-top: 0;
}

.cld_carousel.elementor-widget-loop-carousel .swiper-pagination-bullet{
  background-color: var( --e-global-color-accent );
  opacity: 1;
}

.cld_carousel.elementor-widget-loop-carousel .swiper-pagination-bullet-active{
  background-color: var( --e-global-color-primary );
  opacity: 1;
}