/* 
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-slideshow__footer {
	display: none !important;
}
#jelovnik img {
	object-fit: cover;
}
#narucivanje {
  background: #c59a3f;
  width: 250px;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
    margin-top: 0px;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
#narucivanje:hover {
	background: #111;
}
#jelovnik::before {
background: radial-gradient(18.98% 36.43% at 83.85% 80.8%, rgba(253, 204, 14, 0.09) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(46.95% 83.98% at -16.51% 50%, rgba(253, 204, 14, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%),radial-gradient(108.37% 35.24% at 50% 64.76%, rgba(255, 255, 255, 0.38) 0.88%, rgba(255, 255, 255, 0.00) 100%),radial-gradient(37.5% 69.71% at 122.81% 37.5%, #E9BE7C26 0%, rgba(255, 255, 255, 0.00) 101%),#FFF;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
	opacity: 0.7;
  width: 100vw;
	filter: blur(100px);
  z-index: -1;
}
#jelovnik {
	z-index: 5 !important;
}
#jelovnik .elementor-widget-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
}