/*
Theme Name: Webkodeks
Theme URI: https://webkodeks.com
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Webkodeks.com
Author URI: https://webkodeks.com
Template: Divi

*/

/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */

body {
  background-color: #ebebeb !important;
}

.et_pb_section {
	
}

.et_pb_row {

}
p {
  line-height: 1.5em;
  margin: 0 0 24px 0;
	font-size: 14px !important;
	padding-bottom: 0px !important;
}

a:hover {
  text-decoration: underline;
}
a, a:hover, a:focus, a:active {

  outline: none;
}

.et_pb_post h2 a:hover {
  text-decoration: underline !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
 padding-bottom: 15px;
}
#top-menu li {
 padding-right: 5px;
}
#et-top-navigation {
}
#top-menu li a {
 padding: 15px 20px !important;
 border-radius: 3px ;
}
#top-menu li a:hover,
#top-menu li li a:hover {
 color: #fff !important;
 opacity: 1 !important;
}
#top-menu li a:hover {
 background: #000 !important; /*** CHANGES THE BACKGROUND COLOR ON HOVER ***/
 transition: none !important;

}

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover
 {
	 opacity: 1 !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


#top-menu li.current-menu-item > a {
 background: #000; /*** CHANGES THE BACKGROUND COLOR OF THE CURRENT PAGE LINK ***/
 color: #fff !important;
}
#top-menu .menu-item-has-children > a:first-child:after {
 content: none;
}

#top-menu li.current-menu-ancestor > a{
	
	
}

#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
  padding-right: 5px;
  right: 2px;
  top: 0;
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 28px;
}

#main-header {
  box-shadow: none !important;
  margin-bottom: 27px;
  
}

#et_top_search {
  margin: 18px 0 0 22px;
}

.et_search_outer {
  overflow: hidden;
  position: absolute;
  top: 17px;
  width: 100%;
}

#top-menu li li a {
	width: 261px;
	padding: 4px 18px !important;
	font-size: 15px;
}

.nav li ul {

	width: 300px;	
}

.nav li li {
	padding: 0 20px;
	margin: 0;
	display: block !important;
}

.et-menu li li a {
	padding: 6px 20px !important;
	width: auto;
	display: block !important;
}

/*CENTER NAVIGATION*/

.et_header_style_centered #main-header div#et-top-navigation {
  bottom: 0;
  position: relative;
  width: 100%;
  margin-top:  11px;
}

.et_header_style_centered #top-menu > li > a {
    font-size: 14px;
  font-weight: normal;
  padding: 15px;
  opacity: 1 !important;
}

/* HOVER BUTTON WOOCOMMERCE HOMEPAGE
---------------------------------*/

.woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after, .woocommerce input.button.alt:after, .woocommerce-page input.button.alt:after, .woocommerce #respond input#submit.alt:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce #content input.button.alt:after, .woocommerce-page #content input.button.alt:after, .woocommerce a.button:after, .woocommerce-page a.button:after, .woocommerce button.button:after, .woocommerce-page button.button:after, .woocommerce input.button:after, .woocommerce-page input.button:after, .woocommerce #respond input#submit:after, .woocommerce-page #respond input#submit:after, .woocommerce #content input.button:after, .woocommerce-page #content input.button:after {
font-family: "ETmodules";
}

/* HIDE SIDEBAR
---------------------------------*/

#main-content .container:before {
width: 0 !important;
}

#left-area {
padding-bottom: 23px;
width: 100%;
border-top-style: none !important;
border-right-style: none !important;
border-bottom-style: none !important;
border-left-style: none !important;
background-color: #fff;
padding-right: 0 !important;
}

#sidebar {
  display: none !important;
  float: left;
  width: 20.875%;
}

/* Selektor koji cilja span elemente s font-weight: 400 i postavlja font-weight na 'normal' */
span[style*="font-weight: 400"] {
    font-weight: 500 !important;
}

/* SOCIAL ICONS HEADER RIGHT
---------------------------------*/

#top-header .et-social-icons {
  display: none;
  float: right;
  margin-top: -10px;
  position: absolute;
  text-align: right;
  width: 100%;
}


/* 4 COLUMNS VLOG MODULE
---------------------------------*/

/*@media only screen and ( min-width: 981px ) {
.et_pb_column_4_4 .et_pb_blog_grid[data-columns]::before { content: '4 .column.size-1of4' !important;
}
.et_pb_column_4_4 .column.size-1of4 {
width:23%;
margin-right:2%;
}}*/


/* POST THUMBNAIL
---------------------------------*/

.et_pb_blog_grid .et_pb_image_container img {
 
}

/* READ MORE LINK
---------------------------------*/

.more-link {
	display: none;
	font-size: 16px;
	margin-top: 13px;
}


/* Category layout
---------------------------------*/
/*FULLWIDTH*/

 .category .et_pb_image_container img, .et_pb_post a img {
	float: none;
	margin-bottom: 0px;
	margin-right: 30px;
	vertical-align: bottom;
	width: 100%;
}
.category a img{
	margin-top: 25px;
}

.et_pb_post .post-meta {
	display: none !important;
}

.category-blog div.et_pb_image_container {
	margin: -49px -20px 29px;
}

.category .et_pb_post {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.et_pb_blog_grid .et_pb_post {
	height: 635px;
}

  

/*GRID*/
/*
.category .et_pb_post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 45px;
	padding-bottom: 43px;
	float: left;
	width: 28%;
	margin-right: 33px;
	margin-left: 24px;
}

.category div#main-content div.container {
	position: relative;
	width: 100%;
	max-width: 1125px;
	margin: auto;
}

.category .et_pb_image_container img, .et_pb_post a img {
	float: none;
	margin-bottom: 50px;
	margin-right: 30px;
	vertical-align: bottom;
	width: 100%;
}

.category div.navigation{
	clear: both;
	margin-left: 24px;
}
*/
/*GRID*/

.category .et_right_sidebar #left-area {
	float: left;
	padding-right: 0%;
}

.et_pb_blog_grid h2, .et_pb_post h2 {
	padding-bottom: 9px;
	font-size: 23px;
	font-weight: bold;
}


/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
	
	padding: 0px !important; 
 
}

.wpcf7-form {
 
margin-left: 0px;
 
margin-right: 0px;
 
margin-top: 0px;

margin-bottom: 0px;

}

.wpcf7-textarea {
 
font-size: 15px;
  padding: 8px;
  width: 100%;
  border-radius: 2px;
 
}

.wpcf7 input {
  font-size: 15px;
  padding: 8px;
  width: 100%;
  border-radius: 2px;
}


.wpcf7-submit {
 
background-color: #790007 !important;
	border: medium none;
	border-radius: 2px;
	font-size: 17px !important;
	padding: 12px;
	color: #FFF !important;
	cursor: pointer;
 
}

:-moz-placeholder {
    color: #000 !important;
  
}
*::-moz-placeholder {
    color: #000 !important;
  
}

:-ms-input-placeholder {
    color: #000 !important;
  
}

::-webkit-input-placeholder {
    color: #000 !important;
   
}

input[type="text"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	color: #3e3e3e;
	border: 1px solid #bbb !important;
}



/* Popup hover animation on image with caption
---------------------------------*/

.box {
  height: 274px;
  position: relative;
  overflow: hidden;
  width: 363px;
  margin-left: auto;
  margin-right: auto;
}
.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 363px;
  height: 274px;
  padding: 130px 20px;
}
.box:hover .overbox { opacity: 1; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
}
.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.wk-links {
    text-transform: lowercase;
    font-size: 36px;
    position: relative;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
    text-align: center;
    vertical-align: middle;
    margin-top: 26%;
}
.wk-links-purpose {
	font-size: 40px;
	position: absolute; 
	top: 40%;
	left: 21%;
	color: white;
	text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-links-passion {
	font-size: 40px;
	position: absolute; 
	top: 40%;
	left: 23%;
	color: white;
	text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-lines {
	position: absolute;
	width: 37%;
	top: 33%;
	left: 32% !important;
}
.box:hover h4 {
display: none;
 -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box:hover .wk-lines {	
	display: none;
 -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.wk-links-outline {
	position: absolute;
	width: 91%;
	top: 5%;
	left: 4.5% !important;
}
.wk-links-title {
    text-transform: lowercase;
    font-size: 25px;
    text-align: center;
    margin-top: -60px !important;
}
.wk-links-description {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 22px;
    line-height: 18px;
    margin-bottom: 10px;
}
.wk-links-read-more {
    color: white;
    font-size: 13px;
    font-weight: bold;
}
@media (max-width: 1285px) {
	.box {
    height: 274px;
    position: relative;
    overflow: hidden;
    width: 265px;
}
.wk-links-purpose {
    text-transform: lowercase;
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 20%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-lines {
    position: absolute;
    width: 37%;
    top: 26%;
    left: 32% !important;
}
.box .overbox {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 265px;
    height: 0;
    padding: 100px 20px;
}
.wk-links-outline {
    position: absolute;
    width: 91%;
    top: 5%;
    left: 4.5% !important;
}
.box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}
.wk-links-title {
    text-transform: lowercase;
    font-size: 20px;
    text-align: center;
    margin-top: -65px !important;
}
.wk-links-description {
    font-size: 8px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 18px;
    margin-bottom: 8px;
}
.wk-links-passion {
    text-transform: lowercase;
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 25%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
.wk-links {
    text-transform: lowercase;
    font-size: 25px;
    position: relative;
    top: 1%;
    color: white;
    text-shadow: 3px 0 29px rgba(0,0,0,0.28);
}
}




/*
---------------------------------*/


/********
Gallery
********/


/*Align gallery to center*/

/*.et_pb_gallery_grid .et_pb_gallery_item {
display: inline-block;
float: none!important;
}

.et_pb_gallery_items.et_post_gallery {
text-align: center;
}*/



/**/

footer#main-footer div.container div#footer-widgets.clearfix{
	display: none;
	
	}
.et_pb_widget {
  max-width: 100%;
  float: none;
}

.et_pb_widget_area_left {
  border-right: none;
  padding-right: 30px;
}	

#et_pb_layout, .et_pb_hidden, #et_pb_hidden_editor{
	display: block;
	
	}
	
#footer-bottom {
  display: none;
}
	
#FooterSection {
  margin-top: -1em;
  padding: 55px 50px 30px;
}
	
div#FooterCopyright {
  background-color: #222;
  padding-bottom: 20px !important;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 20px !important;
}

#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
  top: 35%;
}

#logo {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  max-height: 100% !important;
  transform: none;
  transition: none 0s ease 0s  !important;
  vertical-align: middle;
  margin-top:  25px;
}

.nav li.et-reverse-direction-nav li ul {
  left: auto;
  right: 215px;
}

#et-info {
  float: left;
  font-weight: normal;
}

#top-header a, #top-header a {
  color: #fff;
  font-weight: normal;
}

.wk-overlay-bg {
    border-color: rgb(0, 0, 0) !important;
    box-shadow: 2000px 0 0 0 rgba(0, 0, 0, 0.5) inset !important;
}

.wk-flex-row{
	  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wk-custom-col {
  width: 50%;
  box-sizing: border-box;
  padding: 4rem 3rem !important;
}

.wk-custom-img-col {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}
.wk-custom-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dvostruki-sidebar-layout {
    display: flex;
    gap: 20px;
}

#left-sidebar,
#right-sidebar {


}

#main-content-area {
	background-color: transparent;
	
}

div#et-main-area div#main-content div.container {
	width: 90% !important;
	max-width: 90% !important;
	padding-top: 0;
	margin-top: -55px;
}

#main-content {
  background-color: #ebebeb !important;
}

div.et_post_meta_wrapper {
	color: #FFF;
	background-color: rgba(0,0,0,0.8);
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

div.et_post_meta_wrapper h1.entry-title{
	color: #FFF;
	line-height: 1.2em;
}

.et_pb_post .entry-content {
padding-top: 30px;
	background-color: #fff !important;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-top: 10px;

}

.page .entry-content {
padding-top: 30px;
	background-color: #fff !important;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-top: 10px;

}

.et_pb_post {
	margin-bottom: 25px !important;
	word-wrap: break-word;
}

.single .et_pb_post {
	margin-bottom: 0px;
}

.single .post {
	padding-bottom: 0px;
}

.category .entry-content {
	padding-top: 30px;
	background-color: #fff !important;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-top: 10px;
}

aside#left-sidebar div.widget.lijevi-sidebar{
box-shadow: 1px 1px 0 rgba(0,0,0,0.05);	
	background-color: #fff;
	margin-bottom: 24px;
  font-size: 0.875em;
	padding: 20px;
}

aside#left-sidebar div.widget.lijevi-sidebar h3.widget-title{
  color: #333;
 position: relative;
  margin: -20px -20px 0 -20px;
  padding: 20px 20px 15px 20px;
    padding-left: 20px;
  font-size: 1.143em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

aside#left-sidebar div.widget.lijevi-sidebar  ul li{
margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid transparent;
	border-color: #f0f0f0;
	font-size: 0.88em !important;
}

aside#left-sidebar div.widget.lijevi-sidebar  ul li a{
	color: #2a5ba5;
}

/**/


aside#right-sidebar div.widget.desni-sidebar{
box-shadow: 1px 1px 0 rgba(0,0,0,0.05);	
	background-color: #fff;
	margin-bottom: 24px;
  font-size: 0.875em;
	padding: 20px;
}

aside#right-sidebar div.widget.desni-sidebar h3.widget-title{
  color: #333;
 position: relative;
  margin: -20px -20px 0 -20px;
  padding: 20px 20px 15px 20px;
    padding-left: 20px;
  font-size: 1.143em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

aside#right-sidebar div.widget.desni-sidebar  ul li{
margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid transparent;
	border-color: #f0f0f0;
}

aside#right-sidebar div.widget.desni-sidebar  ul li a{
	color: #2a5ba5;
}

.page-id-1088499 aside#left-sidebar{

}

.page-id-1088499 aside#right-sidebar{

}

.page-id-1088499 main#main-content-area{

}

ul.et_pb_tabs_controls::after {
	border-top: 0 !important;
}

.et_pb_tabs_controls li {

	border-right: 0px solid #d9d9d9 !important;

}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

.et_pb_tabs {
	border: 0 !important;
}

.wp-pagenavi span.current {
 color: #FFF !important;
  background-color: #2196f3 !important;
}

.wp-pagenavi a, .wp-pagenavi span {

	padding: 3px 8px !important;
	margin: 0 3px !important;
}

h2.entry-title{
	font-size: 1.5em !important;
color: #2a5ba5 !important;
}

aside#left-sidebar h2.entry-title{
	font-size: 0.88em !important;
color: #2a5ba5 !important;
	font-weight: 500 !important;
	padding-bottom: 0px !important;
	line-height: 140%;
}

aside#left-sidebar p.post-meta span.published{
	font-size: 0.78em !important;
	margin-bottom: 0px !important;
}

aside#left-sidebar article{
margin-top: 0px;
  padding-top: 7px;
  border-top: 1px solid transparent;
    border-top-color: transparent;
  border-color: #f0f0f0;
  padding-bottom: 7px;
	margin-bottom: 0px !important;
}


aside#right-sidebar h2.entry-title{
	font-size: 0.88em !important;
color: #2a5ba5 !important;
	font-weight: 500 !important;
	padding-bottom: 0px !important;
	line-height: 140%;
}

aside#right-sidebar p.post-meta span.published{
	font-size: 0.78em !important;
	margin-bottom: 0px !important;
}

aside#right-sidebar article{
margin-top: 0px;
  padding-top: 7px;
  border-top: 1px solid transparent;
    border-top-color: transparent;
  border-color: #f0f0f0;
  padding-bottom: 7px;
	margin-bottom: 0px !important;
}

body div.widget.lijevi-sidebar.widget-instance-media_image-2{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}


body div.widget.lijevi-sidebar.widget-instance-media_image-3{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body div.widget.lijevi-sidebar.widget-instance-media_image-4{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body div.widget.lijevi-sidebar.widget-instance-media_image-5{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body div.widget.lijevi-sidebar.widget-instance-media_image-6{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
body div.widget.lijevi-sidebar.widget-instance-media_image-7{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body div.widget.lijevi-sidebar.widget-instance-media_image-8{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body div.widget.lijevi-sidebar.widget-instance-media_image-9{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body div.widget.lijevi-sidebar.widget-instance-media_image-10{
	padding: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

       .ue-wrap{margin:10px 0;padding:0;list-style:none;}
            .ue-item{display:flex;align-items:center;gap:12px;padding:10px 0;}
            .ue-date{width:52px;min-width:52px;text-align:center;border-radius:4px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.06);}
           .ue-month {
	background: #1e73be;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .5px;
	padding: 0px 0;
	text-transform: uppercase;
}
            .ue-day {
	background: #f5f7fa;
	color: #2d3748;
	font-weight: 700;
	font-size: 16px;
	padding: 0px 0;
}
.ue-title{font-size: 0.88em !important;
  color: #2a5ba5 !important;
  font-weight: 500 !important;
  padding-bottom: 0px !important;
  line-height: 140%;}

.ue-title a:hover{}

.wk-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;

}

.card {
	width: 100%;
	max-width: 480px;
	background: #ffffff;
	border-radius: 0px;
	padding: 12px 0px;
}

.info-list {
  display: flex;
  flex-direction: column;
}

.wk-vazne-informacije.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* 🔹 Poravnaj label i value na vrh */
  padding: 10px 0;
  border-top: 1px solid #e7e9ec;
}

.wk-vazne-informacije.row:first-child {
  border-top: none;
}


.wk-vazne-informacije.row .label {
  flex: 2 0 105px;        /* Fiksna širina za lijevu kolonu */
  font-weight: 700;
  color: #2a2a2a;
  margin: 0;
	font-size: 0.875em;
	line-height: 140%;
  align-self: flex-start; /* 🔹 Osiguraj da label ide gore */
}

.wk-vazne-informacije.row .value {
  flex: 1 1 auto;
  color: #6b6f76;
  text-align: right;
  margin: 0;
font-size: 0.875em;
  align-self: flex-start; /* 🔹 I value ide gore */
  white-space: normal;
  word-break: break-word;
	line-height: 140%;
}

.wk-vazne-informacije.row .value a {
color: #2a5ba5;
}

table#wp-calendar.wp-calendar-table tbody tr td a{
color: #2a5ba5;
	font-weight: 500;
}

table#wp-calendar.wp-calendar-table tbody tr td{
padding: 0 .587em;
}

table#wp-calendar.wp-calendar-table tbody tr:nth-child(even) {
    background-color: #efefef; /* Lagano siva boja */
}

.breadcrumb-wrapper {
    border-top: 1px solid #fff; /* tanka bijela crta iznad */
    margin-top: 12px;           /* razmak od H1 */
    padding-top: 8px;           /* razmak iznad teksta */
}

.breadcrumbs {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255,255,255,.75);
    white-space: normal;
}

.breadcrumbs a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumbs .current {
    color: #fff;
    font-weight: 600;
}
div#lightbox.lightbox div.lb-dataContainer div.lb-data div.lb-details span.lb-number{
	display: none !important;
}

.gallery { margin: 1em 0; }
.gallery .gallery-item { display: inline-block; margin: 0 1% 1% 0; vertical-align: top; width: 23%; }
.gallery .gallery-item:nth-child(4n) { margin-right: 0; }
.gallery .gallery-icon img { width: 100%; height: auto; display: block; }
.gallery .gallery-icon.landscape img { aspect-ratio: 3 / 2; object-fit: cover; }
.gallery .gallery-icon.portrait  img { aspect-ratio: 2 / 3; object-fit: cover; }

/* responsive */
@media (max-width: 900px) {
  .gallery .gallery-item { width: 32%; }
  .gallery .gallery-item:nth-child(3n) { margin-right: 0; }
}
@media (max-width: 600px) {
  .gallery .gallery-item { width: 49%; }
  .gallery .gallery-item:nth-child(2n) { margin-right: 0; }
}
@media (max-width: 400px) {
  .gallery .gallery-item { width: 100%; margin-right: 0; }
}


@media (max-width: 420px) {
  .wk-vazne-informacije.row {
    flex-direction: column;
    align-items: flex-start;
  }
  .value {
    text-align: left;
    margin-top: 2px;
  }
}

.page div.entry-content p a{
	color: #2a5ba5 !important;
}

.page div.entry-content div.et_pb_row{
	width: 100% !important;
  max-width: 100% !important;
}

span.doc-size{
	font-size: 15px !important;
  color: #333 !important;
}

/* Svi Gutenberg "Preuzmi" gumbi */
a.wp-block-file__button.wp-element-button {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1;
	color: #ffffff !important;
	background: #000000;
	padding: .60rem.90rem;
	border-radius: 10px;
	border: 0;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(0,0,0,.20);
	transition: transform 200ms, box-shadow 200ms, background 200ms;
	margin: 11px;
}

a.wp-block-file__button.wp-element-button:hover{
  background:#0a0a0a;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}

a.wp-block-file__button.wp-element-button:active{
  transform:translateY(0);
  box-shadow:0 4px 12px rgba(0,0,0,.18);
}

a.wp-block-file__button.wp-element-button:focus-visible{
  outline:2px solid rgba(255,255,255,.35);
  outline-offset:3px;
}

/* Bijela strelica ispred teksta (SVG) */
a.wp-block-file__button.wp-element-button::before{
  content:"";
  width:1.05em;
  height:1.05em;
  flex:0 0 auto;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 3a1 1 0 0 1 1 1v10.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5A1 1 0 1 1 7.707 11.293L11 14.586V4a1 1 0 0 1 1-1Zm-7 16a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H5Z'/%3E%3C/svg%3E");
}

.category #left-area h2.entry-title a{
	font-size: 15px !important;
}




/********************************************************************************************************
 Styles For resolutions betwen 240 AND 980 => Between this resolutions mobile menu and mobile view starts
 
 *******************************************************************************************************/



@media only screen and (min-width:240px) and (max-width: 980px){

div#FooterSection div.Copyright div.CopyrightColumnOne {
  display: block;
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}	
	
	#et_mobile_nav_menu {
	display: none !important;
}
	
	#main-header {
	box-shadow: none !important;
	margin-bottom: 0px;
	height: 95px;
}
	
	#responsive-menu-pro-container {
	z-index: 999999 !important;
}
	
	.et_header_style_left .logo_container {
	position: relative;
	width: 100%;
	height: 100%;
}
	
	 .wk-flex-row {
    flex-direction: column;
  }
	
#left-area {
	padding-bottom: 0px !important;

}
	
	.page .entry-content {
	padding-bottom: 0px !important;

}
	
	  .et_pb_post {
    margin-bottom: 15px !important;
  }

  .wk-custom-col {
    width: 100%;
  padding: 2rem 2rem !important;
  }
  /* Promijeniti redoslijed: slika prva na mobitelu */
  .wk-custom-img-col {
    order: -1;
  }
	
	/*GRID*/

.category.et_pb_post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 45px;
	padding-bottom: 43px;
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
	
  #content-area {
    display: flex;
    flex-direction: column; /* da idu jedan ispod drugog */
  }

  #main-content-area {
    order: 1;
   width: 100% !important; /* na mobu neka zauzme cijelu širinu */
  }

  #left-sidebar {
    order: 2;
    width: 100% !important;
  }

  #right-sidebar {
    order: 3;
    width: 100% !important;
  }
	
.category div#main-content div.container {
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: auto;
}
	
	.wk-vazne-informacije.row .label {
	flex: 2 0 29px !important;
	font-weight: 700;
	color: #2a2a2a;
	margin: 0;
	font-size: 0.875em;
	line-height: 140%;
	align-self: flex-start;
}
	
	h2.entry-title {
	font-size: 15px !important;
	color: #2a5ba5 !important;
	line-height: 130%;
}
	
	div.et_post_meta_wrapper h1.entry-title {
	color: #FFF;
	line-height: 1.2em;
	font-size: 1.3em;
	padding-bottom: 0px;
}
	
	.category .entry-content {
	padding-top: 30px;
	background-color: #fff !important;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-top: 10px;
}
	
	.category .et_pb_post {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

	
.category.et_pb_image_container img, .et_pb_post a img {
	float: none;
	margin-bottom: 50px;
	margin-right: 0px;
	vertical-align: bottom;
	display: block;
	width: 100%;
}
	
	  .et_pb_blog_grid .et_pb_post {
    height: auto;
  }
	
	a.wp-block-file__button.wp-element-button {
	display: block;
	align-items: center;
	gap: .55rem;
	font-size: clamp(.9rem, .85rem + .2vw, 1rem) !important;
	font-weight: 600;
	line-height: 1;
	color: #ffffff !important;
	background: #000000;
	padding: .40rem.90rem;
	border-radius: 10px;
	border: 0;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(0,0,0,.20);
	transition: transform 200ms, box-shadow 200ms, background 200ms;
	text-align: center;
	margin: 12px;
}

}



/* Styles For resolutions betwen 981 AND 1024 */

@media only screen and (min-width: 981px) and (max-width: 1024px){

	

}


/* Styles For resolutions betwen 1024 AND 1280 */


@media only screen and (min-width:1025px) and (max-width: 1280px) {
	
	
	
	}
	
/* Styles For resolutions betwen 1281 AND 1366 */


@media only screen and (min-width:1281px) and (max-width: 1366px) {
	
	

	
	}

	