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

/* 
    fix font weight jumping on button:hover
    author: GS
    date: 2025/05/08
*/
a.elementor-button span.elementor-button-text,
a.elementor-button:hover span.elementor-button-text {
    font-weight: 400;
}


/* Job Tabs Panel Button Background Color reset (and hover) */
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]:hover,
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
	background-color: rgba(0,0,0,0) !important;
}


/*
	FIX
	Styling of breadcrumbs broken 21.08.26
*/
.jet-breadcrumbs .jet-breadcrumbs__wrap { 
	display: flex; 
	flex-wrap: wrap; 
	align-items: center; 
	gap: .4em;
}
.jet-breadcrumbs .jet-breadcrumbs__wrap .jet-breadcrumbs__item { 
	display: inline-flex; 
	align-items: center; 
}
@media (max-width: 768px) {
	.jet-breadcrumbs__item .jet-breadcrumbs__item-target {
		font-size: 0.8em;
		font-weight: 400;
	}

	/* .jet-breadcrumbs .jet-breadcrumbs__wrap .jet-breadcrumbs__item {
		font-size: 1em;
	} */

}