/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://intelius.ba/
Description:	 Hello Elementor Child is a child theme of Hello Elementor
Author:			 Intelius
Author URI:		 https://intelius.ba/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/
h1.entry-title {
    display: none;
}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 10px;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px
}
@media (max-width: 767px) {
    .icon-scroll {
        position: relative
    }
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}
/*
img {
 pointer-events: none!important;
}

.p,h1,h2,h3,h4,h5,h6,span,div  {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
	      -o-user-select: none;

      }
*/
.izdvojeno {
 padding-bottom:10px!important;
	display: flex!important;;
  justify-content: center!important;;
  align-items: center!important;;
}
