/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/
  Template: hello-elementor
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: LBC
	Author URI: https://lbc-global.com/
	Version: 1.0.0
	Text Domain: hello-elementor-child
*/

#adene-carousel .container-fluid {
  background: #fff;
}

#adene-carousel .first-column {
  padding-bottom: 90px !important;
}

#adene-carousel .featured-img {
  border-bottom: 0.5rem solid var(--e-global-color-2471422);
}

#adene-carousel .featured-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #adene-carousel .first-column {
    padding-top: 0;
    margin-left: auto;
    width: calc(var(--content-width) / 2);
  }

  #adene-carousel .featured-img {
    border-bottom: none;
  }

  #adene-carousel .featured-img img {
    aspect-ratio: 16/9;
  }
}

#adene-carousel .carousel-indicators button {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: none;
  border-right: none;
  background-color: #727272;
  padding: 1px 18px;
  margin-left: 3px;
  margin-right: 3px;
}

#adene-carousel .carousel-indicators button.active {
  background-color: var(--e-global-color-primary);
}

#adene-carousel .carousel-indicators {
  position: absolute;
  bottom: 5px;
  right: inherit;
  left: inherit;
  margin-left: inherit;
}

@media (min-width: 1400px) {
  #adene-carousel .carousel-indicators {
    position: absolute;
    bottom: 25px;
  }
}
