/* 
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
*/

/*
    Add your custom styles here
*/
.elementor-button span {
  margin: auto 10px auto 0px;
}

.swiper-container {
  overflow: hidden;
  margin: 0px auto;
}

.elementor-widget-testimonial-carousel .elementor-main-swiper,
.elementor-widget-testimonial-carousel .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper * {
  height: auto !important;
}
.elementor-cta--valign-top .elementor-cta__content,
.elementor-cta--skin-cover .elementor-cta__content {
  flex-flow: column nowrap;
}
.elementor-cta--valign-top .elementor-cta__button-wrapper,
.elementor-cta--skin-cover .elementor-cta__button-wrapper {
  margin-top: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  margin: 0px 5px;
}