/*
Theme Name:   hello-elementor child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Write here your own personal stylesheet */


.deckig-hr{
	width:150px;
	margin-top: -3px;
}

.page-header .entry-title{
	display:none;
	visibility:hidden;
}

.karakteristike .elementor-price-list-title{
	background: #5D96BC;
	padding:10px;

}


.karakteristike .elementor-price-list-price{
	background: #76787b;
	padding:10px;

	
	

}

.karakteristike .elementor-price-list .elementor-price-list-item .elementor-price-list-header{
	justify-content: flex-start;
	margin-bottom: 0px;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  position: relative;
  z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -80px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}
