/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
/* Swiper Gallery Object */
.swiper.objectGallery {
  width: 100%;
  height: 400px;
  padding-bottom: 0px!important;
}
.swiper.objectGallery .swiper-slide {
  height: auto;
}
.swiper.objectGallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.swiper.objectGallery .swiper-button-prev,
.swiper.objectGallery .swiper-button-next {
  color: #ffffff;
}
/* Swiper Loop Object */
.elementor-swiper-button.elementor-swiper-button-prev {
	left: -24px!important;
}
.elementor-swiper-button.elementor-swiper-button-next {
	right: -24px!important;
}
.swiper-button-lock {
    display: none!important;
}
/* BackToTop Button */
.back-to-top {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.back-to-top.show {
	visibility: visible;
	opacity: 1;
}
