/* 
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 */
html,body {
	scroll-behavior: smooth;
}

#narucivanje-dugmad  {
  background: #825D40;
  width: 250px;

  padding: 15px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
	transition: all 0.3s;
}
#narucivanje-dugmad:hover {
	filter: brightness(1.25);
}
#narucivanje-dugmad span {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
}
#soc-kont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
#soc-kont .elementor-widget {
	margin-left: 30px !important;
}
#soc-kont::before {
  content: '' !important;
  position: absolute;
  left: 50%;
  top: -990px;
  background: #ffffff85;

  width: 1px;
  height: 990px;
  transform: translateX(-50%);
}
#soc-kont::after {
  content: '' !important;
  position: absolute;
  left: 50%;
  bottom: -990px;
  background: #ffffff85;

  width: 1px;
  height: 990px;
  transform: translateX(-50%);
}

@media all and (max-width: 767px) {
	#soc-kont::before,
	#soc-kont::after {
		display: none !important;
	}
}