/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Child theme for Hello Elementor.
Author: Weblogic Studio
Author URI: https://weblogic-studio.com/
Template: hello-elementor
Version: 1.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
*/

/* Custom CSS starts here
-------------------------------------------------------------- */

/* Example: dropdown arrow spacing in Elementor Nav Menu */

:root {
  --travel-primary: #d57c48;
}

@media all and (min-width: 768px){
	.zaglavlje-ikone > .elementor-element{
		max-width: 300px;
	}
	.zaglavlje-ikone h4{
		white-space: pre-line;
	}
}