/*!
Theme Name: Abacus Plus
Theme URI: http://underscores.me/
Author: Abacus Plus
Author URI: http://www.abacusplus.ba
Description: Custom Theme Developed by Abacus Plus Team
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abacusplus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Abacus Plus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ACF Style
--------------------------------------------- */
.page {
	margin: 0;
}

.p01 {
	margin: 0;
	font-size: .875rem;
	line-height: normal;
	font-family: var(--secondary-font);
}

.p02 {
	margin: 0;
	font-size: var(--paragraph);
	line-height: normal;
	font-family: var(--secondary-font);
}

.p03 {
	margin: 0;
	font-size: 1.125rem;
	line-height: normal;
	font-family: var(--secondary-font);
}

.normal {
	font-weight: 400;
}

.semi-bold {
	font-weight: 500;
}

.bold {
	font-weight: 600;
}

.extra-bold {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--primary-font);
	margin: 0;
}

h1 {
	font-size: var(--heading-h1);
	line-height: normal;
}

h2 {
	font-size: var(--heading-h2);
	line-height: normal;
}

h3 {
	font-size: var(--heading-h3);
	line-height: normal;
}

h4 {
	font-size: var(--heading-h4);
	line-height: normal;
}

h5 {
	font-size: var(--heading-h5);
	line-height: normal;
}

h6 {
	font-size: var(--heading-h6);
	line-height: normal;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu ul li::marker {
	display: none;
}

.menu ul li a {
	text-decoration: none;
}

.pc-1 {
	color: var(--primary-color-100);
}

.pc-2 {
	color: var(--primary-color-200);
}

.pc-3 {
	color: var(--primary-color-300);
}

.pc-4 {
	color: var(--primary-color-400);
}

.pc-5 {
	color: var(--primary-color-500);
}

.pc-6 {
	color: var(--primary-color-600);
}

.pc-7 {
	color: var(--primary-color-700);
}

.pc-8 {
	color: var(--primary-color-800);
}

.pc-9 {
	color: var(--primary-color-900);
}

.sc-1 {
	color: var(--secondary-color-100);
}

.sc-2 {
	color: var(--secondary-color-200);
}

.sc-3 {
	color: var(--secondary-color-300);
}

.sc-4 {
	color: var(--secondary-color-400);
}

.sc-5 {
	color: var(--secondary-color-500);
}

.sc-6 {
	color: var(--secondary-color-600);
}

.sc-7 {
	color: var(--secondary-color-700);
}

.sc-8 {
	color: var(--secondary-color-800);
}

.sc-9 {
	color: var(--secondary-color-900);
}

.nc-1 {
	color: var(--grey-color-100);
}

.nc-2 {
	color: var(--grey-color-200);
}

.nc-3 {
	color: var(--grey-color-300);
}

.nc-4 {
	color: var(--grey-color-400);
}

.nc-5 {
	color: var(--grey-color-500);
}

.nc-6 {
	color: var(--grey-color-600);
}

.nc-7 {
	color: var(--grey-color-700);
}

.nc-8 {
	color: var(--grey-color-800);
}

.nc-9 {
	color: var(--grey-color-900);
}

.white {
	color: white;
}

.black {
	color: black;
}

.text-centered {
	text-align: center;
}

a {
	transition: var(--transition);
	text-decoration: none;
	color: white;
}

a:visited, a:hover, a:focus, a:focus-visible {
	outline: 0;
}

.primary-button {
	font-family: var(--secondary-font);
	border-radius: var(--border-radius-pb);
	background-color: var(--primary-color-600);
	border-style: var(--border-style-pb);
	border-width: var(--border-width-pb);
	color: white;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
}

.primary-button:hover {
	background-color: var(--primary-color-700);
}

.small {
	padding: var(--padding-small);
	font-size: var(--font-size-sm);
}

.large {
	padding: var(--padding-large);
	font-size: var(--font-size-lg);
}

.icon-right::after {
	content: var(--btn-icon);
	height: 20px;
}

.line-clamped-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line-clamped-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.line-clamped-2 {
		height: 58px;
	}
}

.line-clamped-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 72;
}

.only-icon {
	height: fit-content;
}

.only-icon::after {
	content: url("/wp-content/uploads/2024/04/Iconbtn.svg");
	height: 20px;
}

.only-icon-dw {
	height: fit-content;
}

.only-icon-dw::after {
	content: url("/wp-content/uploads/2024/04/Button-Icon.svg");
	height: 20px;
}

.caption {
	font-size: var(--caption);
	font-family: var(--secondary-font);
	line-height: .875rem;
	margin: 0;
}

.custom-padding {
	padding: 12px;
}

.zakoni {
	color: var(--secondary-color-600);
	font-size: var(--caption);
	font-weight: 600;
	background-color: var(--secondary-color-100);
	border-radius: 0 8px 8px 0;
	padding: 6px 16px;
}

body {
	background-color: var(--grey-color-100);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], textarea {
	border-radius: var(--fields-border-radius);
	font-size: var(--fields-font-size);
	border-width: var(--fields-border-width);
	border-style: var(--fields-border-style);
	padding: var(--fields-padding);
	font-family: var(--secondary-font);
	color: var(--primary-color-700);
	border-color: var(--primary-color-300);
	width: 100%;
	transition: var(--transition);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder, textarea::placeholder {
	color: var(--primary-color-500);
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible, textarea:focus-visible {
	outline: 0;
	border-color: var(--primary-color-700);
	box-shadow: 0px 0px 2px 4px #3648704a;
}

.wpcf7-not-valid {
	border-color: #FDA29B !important;
	box-shadow: 0px 0px 2px 4px #fda29b5c !important;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.hm-1, h1.wp-block-heading {
		font-size: 3rem;
	}
	.hm-2, h2.wp-block-heading {
		font-size: 2.5rem;
	}
	.hm-3, h3.wp-block-heading {
		font-size: 2rem;
	}
	.hm-4, h4.wp-block-heading {
		font-size: 1.75rem;
	}
	.hm-5, h5.wp-block-heading {
		font-size: 1.5rem;
	}
	.hm-6, h6.wp-block-heading {
		font-size: 1.25rem;
	}
	.container {
		max-width: 96%;
	}
}

@media only screen and (max-width: 599px) {
	.hm-1, h1.wp-block-heading {
		font-size: 3rem;
	}
	.hm-2, h2.wp-block-heading {
		font-size: 2.5rem;
	}
	.hm-3, h3.wp-block-heading {
		font-size: 2rem;
	}
	.hm-4, h4.wp-block-heading {
		font-size: 1.75rem;
	}
	.hm-5, h5.wp-block-heading {
		font-size: 1.5rem;
	}
	.hm-6, h6.wp-block-heading {
		font-size: 1.25rem;
	}
}

/* ZSZRS FILE TYPES
--------------------------------------------- */
.file-pdf {
	content: url("/wp-content/uploads/2024/04/TypePDF.svg");
	width: 20px;
}

.file-csv {
	content: url("/wp-content/uploads/2024/04/TypeCSV.svg");
	width: 20px;
}

.file-doc {
	content: url("/wp-content/uploads/2024/04/TypeDOC.svg");
	width: 20px;
}

.file-docx {
	content: url("/wp-content/uploads/2024/04/TypeDOCX.svg");
	width: 20px;
}

.file-ppt {
	content: url("/wp-content/uploads/2024/04/TypePPT.svg");
	width: 20px;
}

.file-xls {
	content: url("/wp-content/uploads/2024/04/TypeXSL.svg");
	width: 20px;
}

.file-txt {
	content: url("/wp-content/uploads/2024/04/TypeTXT.svg");
	width: 20px;
}

.file-mp4 {
	content: url("/wp-content/uploads/2024/04/TypeMP4.svg");
	width: 20px;
}

.file-jpg {
	content: url("/wp-content/uploads/2024/04/TypeJPG.svg");
	width: 20px;
}

.file-zip {
	content: url("/wp-content/uploads/2024/04/TypeZIP.svg");
	width: 20px;
}

/* ZSZRS HEADER
--------------------------------------------- */
.site-header {
	background-image: url(/wp-content/uploads/2024/04/fb00bcabc3bb359e3e95fd7aa716059d.png);
	background-size: cover;
	height: 18vh;
	display: flex;
	align-items: center;
	background-color: white;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.site-header {
		height: 16vh;
	}
}

@media only screen and (max-width: 599px) {
	.site-header {
		height: 24vh;
	}
}

.site-header .container {
	max-width: 80%;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.site-header .container {
		max-width: 96%;
	}
}

.site-header__topbar {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.site-header__topbar .contact-infomations {
	display: flex;
	align-items: center;
	gap: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.site-header__topbar .contact-infomations {
		display: none;
	}
}

.site-header__topbar .literation {
	display: flex;
	align-items: center;
	gap: 24px;
	justify-content: flex-end;
}

.site-header__topbar .literation a:hover {
	color: var(--primary-color-700);
}

.site-header__main {
	padding: 16px 0;
}

.site-header__main .site-logo {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-header__main .site-logo img {
	width: 96px;
}

.site-header__main .site-logo h4 {
	width: 358px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.site-header__main .site-logo h4 {
		display: none;
	}
}

.site-header__main .site-navigation {
	align-content: center;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.site-header__main .site-navigation {
		display: none;
	}
}

.site-header__main .site-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 24px;
	justify-content: flex-end;
}

.site-header__main .site-navigation ul li {
	display: flex;
	flex-direction: column;
}

.site-header__main .site-navigation ul li a {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-family: var(--secondary-font);
	color: var(--grey-color-900);
	font-weight: 600;
	padding: 12px 0;
}

.site-header__main .site-navigation ul li a:hover {
	color: var(--primary-color-700);
}

.site-header__main .site-navigation ul .menu-item-has-children {
	position: relative;
	align-items: center;
	gap: 6px;
}

.site-header__main .site-navigation ul .menu-item-has-children::after {
	transition: transform .3s ease-in-out, filter .3s ease-in-out;
	transform: rotate(0deg);
	height: 24px;
	width: 24px;
	content: url("/wp-content/uploads/2024/05/Feather-iconschevron-up-Dark-ModeOff.svg");
}

.site-header__main .site-navigation ul .sub-menu {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
	position: absolute;
	background-color: white;
	z-index: 9;
	top: 50px;
	min-width: 250px;
	width: 100%;
}

.site-header__main .site-navigation ul .sub-menu li {
	display: flex;
}

.site-header__main .site-navigation ul .sub-menu li a {
	padding: 12px 24px !important;
	min-width: 100%;
	border-left: 2px solid white;
	font-size: var(--font-size-md) !important;
}

.site-header__main .site-navigation ul .sub-menu li a:hover {
	background-color: var(--grey-color-100);
	border-left: 2px solid var(--secondary-color-600);
}

.site-header__main .site-navigation ul .menu-item-has-children:hover a {
	color: var(--primary-color-700);
}

.site-header__main .site-navigation ul .menu-item-has-children:hover::after {
	transform: rotate(180deg);
	filter: invert(29%) sepia(19%) saturate(1158%) hue-rotate(183deg) brightness(92%) contrast(98%);
}

.site-header__main .site-navigation ul .menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.site-header__main .mobile-menu-toggle {
	display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.site-header__main .mobile-menu-toggle {
		display: flex;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
		align-items: flex-end;
		justify-content: center;
	}
	.site-header__main .mobile-menu-toggle .bar1, .site-header__main .mobile-menu-toggle .bar2, .site-header__main .mobile-menu-toggle .bar3 {
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 100px;
		transition: all 0.3s ease-in-out;
	}
}

.site-header__main .site-main__mobile-menu {
	display: none;
}

@media only screen and (max-width: 599px) {
	.site-header__main .site-main__mobile-menu {
		display: flex;
		flex-direction: column;
		gap: 30px;
		position: absolute;
		background: white;
		top: 24vh;
		width: 100%;
		left: -100%;
		height: 76vh;
		padding: 16px 30px;
		transition: all .3s ease-in-out;
		z-index: 999;
		overflow-y: scroll;
	}
	.site-header__main .site-main__mobile-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		align-items: flex-start;
		gap: 0;
		flex-direction: column;
	}
	.site-header__main .site-main__mobile-menu ul .menu-item-has-children a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.site-header__main .site-main__mobile-menu ul .menu-item-has-children a::after {
		transition: transform .3s ease-in-out, filter .3s ease-in-out;
		transform: rotate(0deg);
		height: 24px;
		width: 24px;
		content: url("/wp-content/uploads/2024/05/Feather-iconschevron-up-Dark-ModeOff.svg");
	}
	.site-header__main .site-main__mobile-menu ul li {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.site-header__main .site-main__mobile-menu ul li a {
		margin: 0;
		font-size: 1.125rem;
		line-height: 1.5rem;
		font-family: var(--secondary-font);
		color: var(--grey-color-900);
		font-weight: 600;
		padding: 12px 0;
	}
	.site-header__main .site-main__mobile-menu ul li a:hover {
		color: var(--primary-color-700);
	}
}

@media only screen and (max-width: 599px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) and (max-width: 599px) {
	.site-header__main .site-main__mobile-menu ul li .sub-menu {
		padding: 0 24px;
		height: 0;
		overflow: hidden;
	}
	.site-header__main .site-main__mobile-menu ul li .sub-menu li a::after {
		display: none;
	}
}

@media only screen and (max-width: 599px) {
	.site-header__main .site-main__mobile-menu ul .activated .sub-menu {
		height: auto;
	}
	.site-header__main .site-main__mobile-menu ul .activated a::after {
		transform: rotate(180deg);
	}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.site-header__main .site-main__mobile-menu {
		display: flex;
		flex-direction: column;
		gap: 30px;
		position: absolute;
		background: white;
		top: 16vh;
		width: 100%;
		left: -100%;
		height: 84vh;
		padding: 16px 30px;
		transition: all .3s ease-in-out;
		z-index: 999;
		overflow-y: scroll;
	}
	.site-header__main .site-main__mobile-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		align-items: flex-start;
		gap: 0;
		flex-direction: column;
	}
	.site-header__main .site-main__mobile-menu ul .menu-item-has-children a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.site-header__main .site-main__mobile-menu ul .menu-item-has-children a::after {
		transition: transform .3s ease-in-out, filter .3s ease-in-out;
		transform: rotate(0deg);
		height: 24px;
		width: 24px;
		content: url("/wp-content/uploads/2024/05/Feather-iconschevron-up-Dark-ModeOff.svg");
	}
	.site-header__main .site-main__mobile-menu ul li {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.site-header__main .site-main__mobile-menu ul li a {
		margin: 0;
		font-size: 1.125rem;
		line-height: 1.5rem;
		font-family: var(--secondary-font);
		color: var(--grey-color-900);
		font-weight: 600;
		padding: 12px 0;
	}
	.site-header__main .site-main__mobile-menu ul li a:hover {
		color: var(--primary-color-700);
	}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) and (max-width: 599px) {
	.site-header__main .site-main__mobile-menu ul li .sub-menu {
		padding: 0 24px;
		height: 0;
		overflow: hidden;
	}
	.site-header__main .site-main__mobile-menu ul li .sub-menu li a::after {
		display: none;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.site-header__main .site-main__mobile-menu ul .activated .sub-menu {
		height: auto;
	}
	.site-header__main .site-main__mobile-menu ul .activated a::after {
		transform: rotate(180deg);
	}
}

.is-active .site-main__mobile-menu {
	left: 0;
}

.is-active .mobile-menu-toggle .bar1 {
	transform: rotate(45deg) translate(5px, 5px);
}

.is-active .mobile-menu-toggle .bar2 {
	opacity: 0;
}

.is-active .mobile-menu-toggle .bar3 {
	transform: rotate(-45deg) translate(7px, -6px);
}

/* ZSZRS HOMEPAGE
--------------------------------------------- */
.homepage-hero {
	padding: 50px 0 0 0;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-hero .container .row {
		gap: 24px;
	}
}

.homepage-hero__banner .banner-main-wrapper {
	position: relative;
	background-color: black;
	border-radius: 8px;
}

.homepage-hero__banner .banner-main-wrapper img {
	border-radius: 8px;
	mask-image: linear-gradient(to bottom, #120f0d 0%, rgba(18, 15, 13, 0.5) 60%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, #120f0d 0%, rgba(18, 15, 13, 0.5) 60%, transparent 100%);
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
	height: 576px;
}

.homepage-hero__banner .banner-main-wrapper__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	z-index: 1;
	bottom: 24px;
	left: 24px;
	right: 24px;
	position: absolute;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-hero__banner .banner-main-wrapper__content {
		bottom: 16px;
		left: 16px;
		right: 16px;
	}
}

.homepage-hero__area-of-activity .area-of-activity-wrapper {
	padding: 16px;
	background-color: white;
	border-radius: 16px;
}

.homepage-hero__area-of-activity .area-of-activity-wrapper__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.homepage-hero__area-of-activity .area-of-activity-wrapper__content {
		flex-direction: row;
		gap: 24px;
		margin-top: 24px;
	}
}

@media only screen and (max-width: 599px) {
	.homepage-hero__area-of-activity .area-of-activity-wrapper__content {
		gap: 24px;
		margin-top: 24px;
	}
}

.homepage-hero__area-of-activity .area-of-activity-wrapper__content .area-of-activity-wrapper__single {
	position: relative;
	background-color: black;
	border-radius: 8px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.homepage-hero__area-of-activity .area-of-activity-wrapper__content .area-of-activity-wrapper__single {
		width: 50%;
	}
}

.homepage-hero__area-of-activity .area-of-activity-wrapper__content .area-of-activity-wrapper__single img {
	position: relative;
	z-index: 0;
	border-radius: 8px;
	height: 232px;
	object-fit: cover;
	width: 100%;
	mask-image: linear-gradient(to bottom, #120f0d 0%, rgba(18, 15, 13, 0.5) 60%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, #120f0d 0%, rgba(18, 15, 13, 0.5) 60%, transparent 100%);
}

.homepage-hero__area-of-activity .area-of-activity-wrapper__content .area-of-activity-wrapper__single h5 {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	z-index: 1;
}

.homepage-aktuelnosti {
	padding: 100px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-aktuelnosti {
		padding: 60px 0;
	}
}

.homepage-aktuelnosti__wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-aktuelnosti__wrapper {
		gap: 24px;
	}
}

.homepage-aktuelnosti__wrapper .row {
	row-gap: 32px;
}

@media only screen and (max-width: 599px) {
	.homepage-aktuelnosti__wrapper .row {
		row-gap: 24px;
	}
}

.homepage-documents {
	padding: 100px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-documents {
		padding: 60px 0;
	}
}

.homepage-documents__container-wrapper {
	padding: 100px 24px;
	background-color: var(--primary-color-900);
	border-radius: 16px;
	position: relative;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.homepage-documents__container-wrapper {
		padding: 48px 24px;
	}
}

@media only screen and (max-width: 599px) {
	.homepage-documents__container-wrapper {
		padding: 32px 16px;
	}
}

.homepage-documents__container-wrapper .bg-image {
	position: absolute;
	top: 0;
	right: -3px;
	opacity: .5;
	z-index: 1;
	min-width: 140%;
}

.homepage-documents__container-wrapper .content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: relative;
	z-index: 2;
}

.homepage-publikacije {
	padding: 200px 0;
	overflow: hidden;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-publikacije {
		padding: 60px 0;
	}
}

.homepage-publikacije__wrapper {
	align-items: center;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-publikacije__wrapper {
		gap: 48px;
	}
}

.homepage-publikacije__wrapper .publikacije-content__wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-publikacije__wrapper .publikacije-content__wrapper {
		gap: 24px;
	}
}

.homepage-publikacije__wrapper .publikacije-listing {
	position: relative;
}

.homepage-publikacije__wrapper .publikacije-listing .publikacije-background {
	position: absolute;
	background: #DEE4F1;
	width: 1000%;
	height: 867px;
	z-index: -1;
	top: -100px;
	left: 100px;
	border-radius: 16px 0 0 16px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.homepage-publikacije__wrapper .publikacije-listing .publikacije-background {
		height: 553px;
		top: -24px;
	}
}

@media only screen and (max-width: 599px) {
	.homepage-publikacije__wrapper .publikacije-listing .publikacije-background {
		height: 1084px;
		top: -24px;
	}
}

.homepage-publikacije__wrapper .publikacije-listing__wrapper {
	display: flex;
	gap: 24px;
}

@media only screen and (max-width: 599px) {
	.homepage-publikacije__wrapper .publikacije-listing__wrapper {
		flex-direction: column;
	}
}

.homepage-publikacije__wrapper .publikacije-listing__wrapper .publikacije-block__single {
	flex: 1;
}

.heading-underline {
	margin-bottom: 8px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.heading-underline {
		margin-bottom: 0;
	}
}

.heading-underline h2, .heading-underline h3 {
	position: relative;
	z-index: 1;
}

.heading-underline .underline {
	position: absolute;
	z-index: 0;
	width: 200px;
	height: 10px;
	background-color: var(--secondary-color-600);
	margin-top: -12px;
}

/* ZSZRS NEWS BLOCK
--------------------------------------------- */
.homepage-aktuelnosti__single-wrapper {
	background-color: white;
	padding: 16px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.homepage-aktuelnosti__single-wrapper .post-thumbnail {
	height: 380px;
	position: relative;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.homepage-aktuelnosti__single-wrapper .post-thumbnail {
		height: 232px;
	}
}

.homepage-aktuelnosti__single-wrapper .post-thumbnail img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.homepage-aktuelnosti__single-wrapper .post-meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.homepage-aktuelnosti__single-wrapper a h5 {
	transition: var(--transition);
}

.homepage-aktuelnosti__single-wrapper a:hover h5 {
	color: var(--primary-color-700);
}

.homepage-aktuelnosti__single-wrapper .post-content {
	margin-top: -8px;
}

.homepage-aktuelnosti__single-wrapper .post-content p {
	margin: 0;
	font-size: var(--paragraph);
	line-height: 1.5rem;
	font-family: var(--secondary-font);
	color: var(--grey-color-800);
	font-weight: 400;
}

.homepage-aktuelnosti__single-wrapper .btn-wrapper {
	display: flex;
	justify-content: flex-end;
}

.aktuelno {
	padding: 6px 16px;
	border-radius: 0px 8px 8px 0px;
	color: var(--secondary-color-700);
	background-color: #FFEAEA;
	font-size: var(--caption);
	position: absolute;
	z-index: 2;
	left: 0;
	top: 24px;
}

/* ZSZRS DOCUMENTS BLOCK
--------------------------------------------- */
.javne-nabavke {
	padding: 6px 16px;
	border-radius: 0px 8px 8px 0px;
	color: var(--secondary-color-700);
	background-color: #FFEAEA;
	margin-left: -16px;
	font-size: var(--caption);
}

.homepage-dokuments__single-wrapper {
	background-color: white;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.homepage-dokuments__single-wrapper .post-category {
	position: relative;
	width: fit-content;
	left: -16px;
}

.homepage-dokuments__single-wrapper .title-and-button {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

/* ZSZRS FOOTER
--------------------------------------------- */
.site-footer {
	padding: 100px 0 16px 0;
	background-color: var(--primary-color-900);
}

.site-footer .footer-main {
	padding-bottom: 64px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.site-footer .footer-main {
		gap: 48px;
		padding-bottom: 60px;
	}
}

.site-footer .footer-main .site-footer__single {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.site-footer .footer-main .site-footer__single .footer-logo {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-footer .footer-main .site-footer__single .footer-logo img {
	width: 60px;
}

.site-footer .footer-main .site-footer__single .info-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.site-footer .footer-main .site-footer__single .info-content-wrapper__single {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-footer .footer-main .site-footer__single .content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: -16px;
}

.site-footer .footer-main .site-footer__single .content-wrapper a {
	height: 80px;
}

.site-footer .footer-main .site-footer__single .content-wrapper a img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	height: 100%;
}

.site-footer .footer-main .site-footer__single ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.site-footer .footer-main .site-footer__single ul li {
	display: flex;
}

.site-footer .footer-main .site-footer__single ul li a {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-family: var(--secondary-font);
	color: var(--grey-color-900);
	font-weight: 600;
	color: white;
}

.site-footer .copyright-section {
	padding-top: 32px;
	border-top: 1px solid var(--grey-color-200);
}

.site-footer .copyright-section p a {
	color: var(--secondary-color-500);
}

/* ZSZRS SINGLE DOCUMENTS
--------------------------------------------- */
.post-type-archive-dokumenti .single-page-header__main-wrapper, .tax-kategorija-dokumenta .single-page-header__main-wrapper {
	all: unset;
}

.single-page-header {
	padding-top: 50px;
}

.single-page-header__main-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.single-page-header__main-wrapper .inner-wrapper {
	display: flex;
	align-items: center;
}

.single-page-header__main-wrapper .inner-wrapper .post-date {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--grey-color-800);
	font-size: .875rem;
}

.single-page-header__main-wrapper .inner-wrapper .share-icons {
	display: flex;
	align-items: center;
	gap: 24px;
}

.single-page-header__main-wrapper .space-between {
	justify-content: space-between;
}

.single-page-header__main-wrapper .flex-end {
	justify-content: flex-end;
}

.single-page-header hr {
	background-color: var(--primary-color-500);
	margin: 32px 0;
}

.single-page-header .documents-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding-bottom: 50px;
}

.single-page-header .documents-list .document-download {
	background-color: white;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px;
	border-radius: 8px;
}

.single-page-header .documents-list .document-download p {
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.single-page-header .documents-list .document-download:hover {
	background-color: transparent;
	color: var(--primary-color-500);
}

.single-dokumenti {
	background-color: var(--grey-color-100);
}

.single-content-section {
	padding: 0 0 100px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.single-content-section {
		padding: 0 0 60px 0;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.single-content-section__wrapper {
		gap: 48px;
	}
}

.accordion {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.accordion .accordion-item {
	background-color: white;
	padding: 0;
	border-radius: 8px;
	border: 0;
}

.accordion .accordion-item .accordion-header .accordion-button {
	background-color: transparent;
	padding: 24px 32px;
	box-shadow: none;
	font-size: 1.5rem;
	color: var(--grey-color-900);
	font-weight: 700;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.accordion .accordion-item .accordion-header .accordion-button {
		padding: 16px 24px;
	}
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
	box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	background-image: url("/wp-content/uploads/2024/04/Icon-1.svg");
}

.accordion .accordion-item .accordion-header .collapsed::after {
	background-image: url("/wp-content/uploads/2024/04/Icon-1.svg");
}

.accordion .accordion-item .accordion-collapse .accordion-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px 0;
	margin: 0 32px;
	border-top: 1px solid var(--primary-color-500);
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.accordion .accordion-item .accordion-collapse .accordion-body {
		margin: 0 24px;
	}
}

.accordion .accordion-item .accordion-collapse .accordion-body .document-download {
	display: flex;
	align-items: center;
	gap: 16px;
}

.accordion .accordion-item .accordion-collapse .accordion-body .adittional-documents {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 16px;
}

.accordion .accordion-item .accordion-collapse .accordion-body .adittional-documents__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sidebar-wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.sidebar-wrapper__other {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sidebar-wrapper__other .single-card {
	background-color: white;
	padding: 16px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.zakoni-term {
	border-radius: 0 8px 8px 0;
	padding: 6px 16px;
	background-color: #FFEAEA;
	color: var(--secondary-color-600);
	position: relative;
	left: -16px;
	width: fit-content;
}

/* ZSZRS CONTENT PAGES
--------------------------------------------- */
.content-pages {
	padding: 0 0 100px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.content-pages {
		padding: 0 0 60px 0;
	}
}

.content-pages .sidebar-content-menu {
	display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.content-pages .sidebar-content-menu {
		display: block;
		background: white;
		border-radius: 8px 8px 0 0;
		position: fixed;
		z-index: 8;
		width: 100%;
		bottom: 0;
	}
}

.content-pages .sidebar-content-menu .menu-opener {
	padding: 16px 30px;
	background: var(--grey-color-300);
	border-radius: 8px 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-pages .sidebar-content-menu .menu-opener::after {
	transition: transform .15s ease-in-out;
	transform: rotate(180deg);
	height: 24px;
	width: 24px;
	content: url("/wp-content/uploads/2024/05/Feather-iconschevron-up-Dark-ModeOff.svg");
}

.content-pages .sidebar-content-menu .menu-active::after {
	transform: rotate(0deg);
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.content-pages .sidebar-content-menu .show {
		overflow-y: scroll !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.content-pages__main-wrapper .sidebar-content {
		display: none;
	}
}

.sidebar-menu__wrapper .nav-link {
	background-color: white;
	padding: 16px 24px;
	border-left: 6px solid white;
	color: black;
	transition: var(--transition);
	cursor: pointer;
}

.sidebar-menu__wrapper .nav-link:hover {
	background-color: var(--grey-color-100);
	border-left: 6px solid var(--secondary-color-600);
}

.sidebar-menu__wrapper .active {
	border-left: 6px solid var(--secondary-color-600);
	color: var(--secondary-color-600);
}

.sidebar-menu__wrapper .active:hover {
	border-left: 6px solid var(--secondary-color-600);
	color: var(--secondary-color-600);
	background-color: white;
}

.content-content__wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.content-content .publikacije-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.content-content .wp-block-heading {
	margin-bottom: 32px;
}

.content-content .wp-block-columns {
	margin: 50px 0 0 0;
}

.content-content .wp-block-image {
	margin: 0;
	border-radius: 8px;
}

.content-content .wp-block-image img {
	border-radius: 8px;
}

.content-content h2.wp-block-heading {
	font-weight: 700;
	position: relative;
	color: black;
}

.content-content h4.wp-block-heading {
	font-weight: 600;
	color: black;
}

.content-content p {
	color: black;
	font-size: var(--paragraph);
}

.content-content .accordion {
	margin: 50px 0;
}

.page-id-472 .sidebar-menu__wrapper .nav-link:first-child {
	display: none;
}

/* ZSZRS CUSTOM COLUMNS BLOCK
--------------------------------------------- */
@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.ap-custom-column-block {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.ap-custom-column-block__single {
	display: flex;
	flex-direction: column;
	gap: 32px;
	background-color: var(--primary-color-100);
	padding: 64px 32px;
	border-radius: 8px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.ap-custom-column-block__single {
		padding: 24px 16px;
	}
}

/* ZSZRS PUBLIKACIJE BLOCK
--------------------------------------------- */
.publikacije-block__single {
	background-color: white;
	padding: 16px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.publikacije-block__single .post-thumbnail {
	height: 571px;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.publikacije-block__single .post-thumbnail {
		height: 400px;
	}
}

.publikacije-block__single .post-thumbnail .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.publikacije-block__single .btn-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}

.publikacije-block__single .btn-wrapper a h5 {
	transition: var(--transition);
}

.publikacije-block__single .btn-wrapper a h5:hover {
	color: var(--primary-color-500);
}

/* ZSZRS SINGLE POST
--------------------------------------------- */
.section-single {
	padding-bottom: 100px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.section-single {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.section-single .post-content-wrapper {
		gap: 48px;
	}
}

.section-single .post-content-wrapper .post-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.section-single .post-content-wrapper .post-content .post-image {
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 856 / 512;
}

.section-single .post-content-wrapper .post-content .content p {
	color: black;
	font-size: var(--paragraph);
	font-family: var(--secondary-font);
	font-weight: 400;
	margin: 0 0 24px 0;
}

.section-single .post-content-wrapper .post-content .content p:last-child {
	margin-bottom: 0;
}

.section-single .post-content-wrapper .post-content .content ul {
	color: black;
	font-size: var(--paragraph);
	font-family: var(--secondary-font);
	font-weight: 400;
	margin: 0 0 24px 0;
}

.section-single .post-content-wrapper .post-content .post-tags {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.section-single .post-content-wrapper .post-content .post-tags a {
	font-family: var(--secondary-font);
	font-size: var(--caption);
	font-weight: 400;
	line-height: .875rem;
	color: black;
	background-color: #F0EEEE;
	padding: 4px 16px;
	border-radius: 8px;
}

.section-single .post-content-wrapper .post-content .post-tags a:hover {
	color: white;
	background-color: var(--primary-color-500);
}

.section-single .featured-news {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.section-single .featured-news .heading-underline h4 {
	position: relative;
	z-index: 1;
}

.section-single .featured-news .heading-underline .underline {
	width: 100px;
	background: var(--secondary-color-600);
	height: 10px;
	position: relative;
	z-index: 0;
	margin-top: -10px;
}

.section-single .featured-news__wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.section-single .featured-news__wrapper {
		gap: 24px;
	}
}

.section-single .featured-news__wrapper .single-news {
	display: flex;
	align-items: center;
	padding: 16px;
	border-radius: 8px;
	background-color: white;
	gap: 16px;
}

.section-single .featured-news__wrapper .single-news .thumbnail {
	width: 130px;
	min-width: 130px;
	max-width: 130px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}

.section-single .featured-news__wrapper .single-news .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.section-single .featured-news__wrapper .single-news__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.section-single .featured-news__wrapper .single-news__content .post-date {
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-single .featured-news__wrapper .single-news__content a h6 {
	height: 46px;
	transition: var(--transition);
}

.section-single .featured-news__wrapper .single-news__content a:hover h6 {
	color: var(--primary-color-700);
}

/* ZSZRS SINGLE EMAIL LISTING
--------------------------------------------- */
.accordion-body__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.accordion-body__wrapper .accordion-body__wrapper-single {
	display: flex;
	align-items: center;
	gap: 16px;
}

.accordion-body__wrapper .accordion-body__wrapper-single .single-listing {
	display: flex;
	align-items: flex-end;
	gap: 4px;
}

.email-listing-block__wrapper .accordion {
	margin: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.email-listing-block__wrapper .accordion {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.email-listing-block__wrapper .accordion .accordion-item {
	height: fit-content;
}

/* ZSZRS CONTACT BLOCK
--------------------------------------------- */
.ap-custom-contact-block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	border-radius: 8px;
	background: var(--primary-color-100);
}

.ap-custom-contact-block .form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ap-custom-contact-block .form-wrapper br {
	display: none;
}

.ap-custom-contact-block .form-wrapper__two {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

@media only screen and (max-width: 599px) {
	.ap-custom-contact-block .form-wrapper__two {
		grid-template-columns: repeat(1, 1fr);
	}
}

.ap-custom-contact-block .form-wrapper__one p, .ap-custom-contact-block .form-wrapper__text-area p {
	margin: 0;
}

.ap-custom-contact-block .form-wrapper__one p label, .ap-custom-contact-block .form-wrapper__text-area p label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-family: var(--secondary-font);
	font-weight: 600;
	font-size: var(--font-size-md);
	color: var(--primary-color-700);
	position: relative;
}

.ap-custom-contact-block .form-wrapper__one p label .wpcf7-form-control-wrap, .ap-custom-contact-block .form-wrapper__text-area p label .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ap-custom-contact-block .form-wrapper__one p label .contact-form-icon, .ap-custom-contact-block .form-wrapper__text-area p label .contact-form-icon {
	width: 20px;
	height: auto;
	position: absolute;
	top: 41px;
	left: 14px;
}

.ap-custom-contact-block .form-wrapper .submit-the-form p {
	position: relative;
	margin: 0;
}

.ap-custom-contact-block .form-wrapper .submit-the-form p .posalji {
	all: unset;
	font-family: var(--secondary-font);
	border-radius: var(--border-radius-pb);
	background-color: var(--primary-color-600);
	border-style: var(--border-style-pb);
	border-width: var(--border-width-pb);
	color: white;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 38px 8px 14px;
	font-size: var(--font-size-sm);
	transition: var(--transition);
	cursor: pointer;
}

.ap-custom-contact-block .form-wrapper .submit-the-form p .posalji:hover {
	background-color: var(--primary-color-700);
}

.ap-custom-contact-block .form-wrapper .submit-the-form p .wpcf7-spinner {
	display: none;
}

.ap-custom-contact-block .form-wrapper .submit-the-form p .submit-icon {
	position: absolute;
	top: 8px;
	left: 60px;
	width: 20px;
	height: auto;
}

.wpcf7 .wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	margin-top: 24px !important;
}

.wpcf7 form:not(.sent) .wpcf7-response-output {
	color: #dc3232;
	font-family: var(--secondary-font);
	font-size: var(--font-size-lg);
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
	font-family: var(--secondary-font);
	font-size: var(--font-size-lg);
}

/* ZSZRS CONTACT DETAILS
--------------------------------------------- */
.ap-custom-contact-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	border-radius: 8px;
	background: var(--primary-color-100);
}

.ap-custom-contact-details__single-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ap-custom-contact-details__single-wrapper .icon-and-name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ap-custom-contact-details__single-wrapper .repeater-field {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ap-custom-contact-details__single-wrapper .repeater-field__single {
	display: flex;
	gap: 6px;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.ap-custom-contact-details__single-wrapper .repeater-field__single {
		flex-direction: column;
	}
}

.page-id-426 .wp-block-columns {
	margin: 0 0 50px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait), only screen and (max-width: 599px) {
	.page-id-426 .wp-block-columns {
		flex-direction: column;
	}
}

/*# sourceMappingURL=style.css.map */