/* 
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 */
.elementor-element.w-100, 
.elementor-element.w-100.elementor-widget-heading, 
.elementor-element.w-100.elementor-widget-text-editor {
	width: 100% !important;
	--container-widget-width: 100% !important;
}

.elementor-button-icon {
	display: flex;
	align-items: center;
}

.elementor-form .elementor-field-group input:focus, 
.elementor-form .elementor-field-group textarea:focus {
	box-shadow: none !important;
	outline: 0;
}

.elementor-field-type-html {
	display: flex;
	align-items: flex-end;
}

.elementor-column.hover-col:hover img {
    filter: brightness(500);
}

.elementor-section.section-hover:hover .elementor-widget-container,
.elementor-section.section-hover:hover .elementor-heading-title,
.elementor-column.hover-col:hover .elementor-widget-container, 
.elementor-column.hover-col:hover .elementor-heading-title,
.elementor-column.hover-col:hover .elementor-image-box-description,
.elementor-column.hover-col:hover .elementor-image-box-title {
    color: #fff !important;
}

/* Responsive Quries */
@media (min-width: 768px) {
	.header-nav a.elementor-item:hover {
		color: #01aeff !important;
	}
}

