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

.elementor-widget-icon,
.elementor-widget-icon .elementor-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.elementor-tab-title {
	align-items: center !important;
	flex-direction: row-reverse !important;
	gap: 16px !important;
}

.elementor-tab-title .eael-advanced-accordion-icon-opened,
.elementor-tab-title .eael-advanced-accordion-icon-closed {
	margin: 0 !important;
	max-height: 16px !important;
}

.elementor-tab-title .eael-advanced-accordion-icon-opened svg,
.elementor-tab-title .eael-advanced-accordion-icon-closed svg {
	margin: 0 !important;
}

input[type="file"] {
	width: 100%;
	padding: 0 12px 0 0;
	cursor: pointer;
}

input[type="file"]::file-selector-button {
	height: 100%;
	border: none;
	border-radius: 0;
	padding: 12px;
	margin-right: 12px;
	cursor: pointer;
}

.elementor-lightbox {
	max-width: 1536px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.elementor-slideshow__footer {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 70%);
}

.elementor-slideshow__title {
	font-size: 28px !important;
	line-height: 40px !important;
	font-weight: 400 !important;
	text-align: left !important;
	margin-bottom: 12px !important;
}

.elementor-slideshow__description {
	font-size: 18px !important;
	line-height: 26px !important;
	text-align: left !important;
}

@media (max-width: 767px) {
	.elementor-slideshow__title {
		font-size: 24px !important;
		line-height: 32px !important;
		margin-bottom: 8px !important;
	}
	
	.elementor-slideshow__description {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}
