/*
 Theme Name:   Hello Elementor Child
 Description:  A child theme created by learnconsult
 Author:       Learnconsult
 Author URI:   https://www.aronda.at
 Template:     hello-elementor
 Version:      1.0.1
 Text Domain:  hello-elementor-child
*/

.elementor-slideshow__title {
	display: none;
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
    left: -30px;
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
    right: -30px;
}

.elementor-lightbox .dialog-lightbox-close-button {
     bottom: 0;
}

.elementor-lightbox .swiper .elementor-swiper-button svg {
    height: 2.5em !important;
    width: 2.5em !important;
}

.elementor-lightbox .elementor-lightbox-item {
    padding: 30px !important;
}


@media only screen and (min-width: 1800px) {
	.elementor-element.elementor-arrows-position-outside .swiper img {
		max-height: 86vh !important;
		object-fit: contain !important;
	}
}