/* 
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 */

/* HEADER */
#main-menu .menu-item:hover a,
#main-menu .current-menu-item a {
	background-color: rgb(255 255 255 / 18%);
}

/* HOMEPAGE */
.info-square figure {
    transform: scale(1);
	transition: .8s all;
}
.info-square:hover figure {
    transform: scale(1.1);
}
.info-square {
  position: relative; /* obavezno za pozicioniranje ::after */
	overflow: hidden;
}
#reveal-img {
	overflow: hidden;
	display: inline-block;
}

#reveal-img img {
	display: block;
	width: 100%;
	clip-path: inset(0 0 100% 0); /* počinje potpuno skriveno na dnu */
}
.info-square {
    justify-items: center;
}
.info-square img {
   justify-self: center;
}

/* Map legend */
.project-legend {
	margin-top: em(10,16);
	li {
		padding: em(10,16) em(14,16);
		padding-left: em(44,16);
		background-position: 10px 50%;
		background-repeat: no-repeat;

		border-radius: em(4,16);
		background-color: #fff;
		margin-top: 1px;
	}
	span {
		@include font-size(14);
		line-height: 1;
		display: block;
		text-transform: uppercase;
		color: rgba(0,0,0,.7);
	}
	strong {
		@include font-size(24);
		line-height: 1;
		font-weight: $bold;
		color: #000;
	}
	.label-active {
		background-image: url(../../assets/images/icon/map-pin_green.png);
		background-color: mix($brand-color5, #fff, 50%);
	}
	.label-finished {
		background-image: url(../../assets/images/icon/map-pin_default.png);
	}

	@include breakpoint(small-medium) {
		margin-top: em(20,16);
		li {
			margin-top: 0;
			margin-left: .5%;
			float: left;
			width: 49.5%;
			&:first-child {
				margin-left: 0;
			}
		}
	}
	@include breakpoint(medium) {
		float: right;
		width: 70%;
		margin: 0;
	}
	@include breakpoint(medium-large) {
		width: 50%;
	}
}
.filter-main-title {
    padding: 10px;
    padding-left: 15px;
    background: #2eb7af4f;
}
.filter-main-title h3 {
    font-size: 18px!important;
	margin-bottom: 5px;
}
.kt-filter-select {
	margin-bottom:20px;
}
.kt-wrap {
	box-shadow: 0px 1px 10px 0px RGBA(0,0,0,0.13);
	padding-bottom:10px;	
	border-radius: 15px !important;
    overflow: hidden;
}
.kt-filter-select {
	padding: 5px 15px;
}
.kt-filter-select h4 {
	font-size: 16px;
    font-weight: 500;
	margin-bottom: 5px!important;
}
#table_1_filter {
	display:none!important;
}
.kt-search-wrap label {
	font-size: 1rem;
	margin-bottom: 6px;
   
}
.search-col-1 {
	font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
}
.search-col-1,.search-col-2,.search-col-3,.search-col-4 {
	margin-bottom:15px;
}
@media screen and (max-width: 768px) {
	.theDataTbl {
		width:100%;
		display:flex;
		flex-direction: column-reverse;
	}
	.filter_contenjer {
		display:none;
	}
	.wpDataTablesWrapper .dataTables_paginate {
		width:100%;
	}
	.wpDataTablesWrapper .dataTables_paginate {
		margin-left:0!important;
		margin-right:0!important;
	}
}

/* Kontakt forma */
.forminator-textarea {
  border: none !important;
  border-bottom: 1px solid #bcbcbc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
}
.forminator-label {
	font-size: 16px!important;
    font-family: inherit!important;
    font-weight: 400!important;
	margin-bottom:4px!important;
}
.forminator-button-delete [class*=forminator-icon-]:before {
	color: #fff!important;
}
.forminator-button.forminator-button-upload {
	color: #fff!important;
	border-radius: 10px!important;
}
.forminator-button.forminator-button-upload:hover {
	background: #00a79de6 !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border: 1px solid #bcbcbc;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-textarea--wrap:after {
  display: none!important;
}
.forminator-ui.forminator-design--material .forminator-consent input:checked + .forminator-checkbox-box {
    border-color: #5d82c9!important;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-checkbox .forminator-checkbox-box:before {
    color: #5d82c9!important;
}

/* .forminator-ui.forminator-custom-form[data-design=material] .forminator-is_hover .forminator-textarea--wrap:after {
  display: block!important;
} */

.forminator-field-textarea .forminator-is_active .forminator-error-message {
  transition: .2s all;
  bottom: 20px;
  position: relative;
}
.forminator-button-submit {
  font-size: 16px !important;
  background: #00a79d !important;
  color: #ffffff!important;
  border: 1px solid #00a79d !important;
  border-radius: 10px !important;
}
.forminator-button-submit:hover,
.forminator-button-submit:focus
 {
  background: #00a79de6 !important;
  color: #fff;
}
.forminator-row-last {
  margin-top: 30px!important;
}

/* HIDE EDIT FORM IN FRONTEND */
.forminator-module-edit-link{
    display: none !important;
}


/* FOOTER */
#main-footer {
    position: relative;
}
.footer-menu a:hover {
    text-decoration: underline;
    text-decoration-offset: 3px; 
}
/*
#main-footer::after {
    content: "";
    background-image: url("https://zazeli.esf.hr/wp-content/uploads/2025/09/zazeli-ruka-obrnuta.svg");
    background-position: 100% -20%;
    background-repeat: no-repeat;
    background-size: 32% auto;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
} */



/* Pocetna v2 */
.animated-bg .elementor-motion-effects-container {
    opacity: 0.1;
}

/* O zaželi */
.ozazazeli-bg::before {
	transform: scale(1.5);
}
.ruke-animated img {
	display: inline-block;
	transform-origin: center center;
	transition: transform 1s ease;
	will-change: transform;
}

/* Pocetna v3 */
/* .page-id-2261 header {
	display: none;
} */
body.page-id-2261.elementor-page-2261:not(.elementor-motion-effects-element-type-background)::before {
	content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.8); /* poluprozirna bijela pozadina */
    z-index: -1; /* iznad before, ispod sadržaja */
    pointer-events: none;
}

/* VIZUALNI IDENTITET */
.identitet-image:hover {
	transform: scale(1);
	transition: .8s all;
}
.identitet-image:hover {
	transform: scale(1.07);
}


/* ACCESSABILITY */
#pojo-a11y-toolbar#pojo-a11y-toolbar {
    top: 160px !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #11a79d!important;
	border-radius: 0 7px 7px 0;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, 
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
    border-color: #11a79d!important;
}
@media (max-width: 1024px){
	#pojo-a11y-toolbar#pojo-a11y-toolbar {
		top: 220px !important;
	}
	.powerbi-brojke,
    .powerbi-karta {
		width: 100%!important;
		height:500px!important;
	}
}
@media (max-width: 767px){
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    	display: none!important;
	}
	.powerbi-brojke,
	.powerbi-karta {
		width: 100%!important;
		height:300px!important;
	}
}


/* COOKIE BANNER */
.cky-btn-revisit-wrapper {
	background-color: #00a79d!important;
}