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

/* CSS rješenje za Elementor - Tabs */
.frekvencijski-pretvaraci-tabs .e-n-tab-title {
	/*flex-basis: 30%;*/
	flex-basis: 400px;
	flex-grow: 1;
}
/* Hide first tab - So all visible tabs are closed at first */
.frekvencijski-pretvaraci-tabs .e-n-tabs-heading .e-n-tab-title:first-of-type {
    display: none !important;
}
/* CSS - width of last tab (even in three columns) */
.frekvencijski-pretvaraci-tabs .e-n-tabs-heading .e-n-tab-title:last-of-type {
    flex-basis: 413.328px;
	flex-grow: 0;
}

/* 4 koraka do napretka */
.cetiri-koraka-do-napretka .elementor-image-box-content .elementor-image-box-description  {
	text-align: left !important;
}
