/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */
.elementor-lightbox a svg, 
.elementor-lightbox .elementor-slideshow__header > svg,
.elementor-lightbox .swiper > .elementor-swiper-button-next svg ,
.elementor-lightbox .swiper > .elementor-swiper-button-prev svg {
	fill:black!important;
	opacity: 0.35!important
}
.elementor-lightbox a:hover svg, 
.elementor-lightbox .elementor-slideshow__header > svg:hover,
.elementor-lightbox .swiper > .elementor-swiper-button-next:hover svg,
.elementor-lightbox .swiper > .elementor-swiper-button-prev:hover svg {
	fill:black!important;
	opacity: 1!important;
}
.elementor-lightbox .swiper > .elementor-swiper-button-next,
.elementor-lightbox .swiper > .elementor-swiper-button-prev {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 54px;
    padding: 10px;
}