/* 
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-heading-title {
	word-break: break-word !important;	
}

.elementor-button .elementor-button-icon svg {
    width: 100%;
    margin-bottom: -4px;
}

.elementor-button .elementor-button-icon svg path {
/*     fill: var(--e-global-color-f2f5ef6); */
}

.elementor-button:hover .elementor-button-icon svg path {
    fill: var(--e-global-color-secondary);
}

.blk-icon-btn .elementor-button:hover .elementor-button-icon svg path {
    fill: var(--e-global-color-f2f5ef6);
}

.top-border::before {
	content: "";
	position: absolute;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: var(--e-global-color-7c1cc59);
	top: -2px;
}

.big-menu-item {
	border-top: 1px solid var(--e-global-color-7c1cc59);
}

.big-menu-item:hover .big-menu-arrow svg path {
	fill: var(--e-global-color-f2f5ef6);
}

.big-menu-item:hover .big-menu-text h3 {
	color: var(--e-global-color-f2f5ef6);
}

.jet-breadcrumbs__item > * {
	font-size: 18px !important;	
}

@media (max-width: 767px) {
	.jet-breadcrumbs__item > * {
		font-size: 14px !important;	
	}
}

@media (min-width: 1025px) {
	.big-menu-item:hover {
		padding-left: 20px;
		padding-right: 20px;
	}
}