/*
Theme Name: BL-Portal
Theme URI: 
Author: Dragan Plavšić, Nevena Jakovljević
Author URI: 
Description: Tema dizajnirana za bl-portal.
Version: 1.0
*/
/* container and column */

/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/noto-cyr.woff2) format('woff2');
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/noto-cyr.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/noto-lat-ext-subset.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/noto-lat-subset.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/noto-lat-ext-subset.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/noto-lat-subset.woff2) format('woff2');
}


/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/sans-cyr.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/sans-lat-ext-subset.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/sans-lat-subset.woff2) format('woff2');
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/sans-cyr.woff2) format('woff2');
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/sans-lat-ext-subset.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/wp-content/themes/bl-portal/fonts/sans-lat-subset.woff2) format('woff2');
}


.container {
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
  padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1440px!important;

  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .container {
    max-width: 1340px;
  }
  header .main-menu > ul {
    gap: 16px!important;
}
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1340px;
  }
  header .main-menu > ul {
    gap: 16px!important;
}
#sidebar .news-block-col-sidebar {
  padding: 16px!important;

}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.container {
    max-width: 1140px;
}
header .main-menu > ul {
  gap: 12px!important;
}
header .main-menu > ul li {
  font-size: 0.75rem!important;
}
header a.logo img {
  max-width: 150px!important;
}
header .row.menu {
  gap: 16px!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
}
header .main-menu > ul {
  gap: 8px!important;
}
header .main-menu > ul li {
  font-size: 14px!important;
}
.site-footer .footer-menu ul li {
  margin-right: 8px!important;
}
.site-footer .footer-menu ul li a {
  font-size: 12px!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width: 460px) {
  .container {
    max-width: 95%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Basic styles */

     
section {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

footer,
header,
nav,
section {
  display: block;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: 'Noto Serif', serif;



}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: 15px;
  line-height: 21px;
  line-height: 1;
}

:focus {
  outline: none;
}

:root {
  --primary-color: #003356;
  --secondary-color: #009ECE;
  --text-color: #404040;
  --title-color: #111111;
}

a {
  text-decoration: none;
  color: var(--secondary-color);
}

a:hover,
a:active {
  outline: 0;
}

p {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);

}
a:hover,
a:active {
  outline: 0;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

li {
  font-size: 16px;
  line-height: 22px;
  list-style: none;

}

li ul,
li ol {
  margin-left: 15px;
  margin-bottom: 0;
}

iframe,
img {
  max-width: 100%;
}

:focus {
  outline: none;
}
h1 {
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 16px;
  
  }
  
  h2,
  h2 a {
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  h3,
  h3 a {
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 16px;
  
  
  }
  
  h4,
  h4 a {
    margin-bottom: 16px;
  }
  
  h5,
  h5 a {
    color: var(--title-color);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  
  h6,
  h6 a {
    color: var(--title-color);
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 16px;
  }

/*banneri*/
.banner-full-width {
  margin: 16px 0;
}
.banner-full-width img {
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.banner-sidebar {
  margin: 16px 0;
}
.banner-sidebar img {
 max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
/*main style*/
body {
  padding-top: 100px;
}
header {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); 
  margin-bottom: 32px;
  overflow: visible;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;

}
header.logged-in {
 top: 32px;
}
header a.logo img {
  max-width: 210px;
}
header .links.desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;

}
header .links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-left: 24px;
}
header .links ul li:not(:last-child) {
  padding-right: 10px;
  position: relative;
}
header .links ul li:not(:last-child)::after {
  content: "|";
  color: var(--primary-color);
  position: absolute;
  right: -2px;
}
header .links ul li a {
  color: var(--primary-color);
  transition: all .2s;
  font-size: 14px;
  line-height: 20px;
}
header .links ul li a:hover {
color: var(--secondary-color);
}

header .links ul.social li {
  padding: 0;
  
}
header .links ul.social li a {
  width: 32px;
height: 26px;
padding: 3px;
background-color: var(--primary-color);
display: block;
object-fit: contain;
border-radius: 4px;
display: flex;
align-items: center;
}
header .links ul.social li a:hover {
 background-color: var(--secondary-color);
}
header .links ul.social li a.twitter {
  padding: 5px;
}
header .links ul.social li::after {
  content: none;
}
header .links ul.social li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .links ul.lan span {
    color: var(--primary-color);
    transition: all .2s;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
  }
  header .links ul.lan span:hover {
  color: var(--secondary-color);
  }
/*main-menu*/
header .row.menu {
  display: flex;
  align-items: center;
  gap: 32px;

}
header .main-menu {
  overflow: visible;
}
header .main-menu > ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 70px;

}
header .main-menu > ul li {
  font-size: 14px;
  line-height: 100%;
  line-height: 70px;
}
header .main-menu > ul li a {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
  line-height: 70px;
}
header .main-menu > ul li img {
  width: 9px;
  height: 9px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 4px;
  transition: all .2s;
}
header .main-menu > ul li a:hover{
  color: var(--secondary-color);
}
header .main-menu > ul li:hover img {
  transform: rotate(-180deg);
}
header .menu-toggle {
  display: none;
}
header .close-button {
  display: none;
}
.menu-item {
	position: relative;
}
.menu-item .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
  	white-space: nowrap;
    margin-left: 0;
    min-width: 200px;
}

.sub-menu {
    background: #fff;
    border: 1px solid #e9e9e9;
    z-index: 1000;
    line-height: auto;
}
.sub-menu li {
  line-height: 20px;
  
}
.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.sub-menu li a{
  text-transform: none!important;
	  display: block;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px!important;
}
.sub-menu li:hover {
    background-color: #f5f5f5;
}
.sub-menu li a:hover {
  color: var(--secondary-color);
}
header .main-menu > ul li:hover .sub-menu li a {
  color: var(--primary-color);
}
.menu-item .sub-menu .sub-menu {
    left: 100%;
	  top: 0;
}
.menu-item:hover > .sub-menu {
    display: block;
}
header .search  {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
header .search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .search:hover {
  opacity: 1;
}
header .search a img {
  width: 100%;
  
}
header .overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

header .overlay-content {
 display: flex;
 justify-content: center;
 width: 100%;
  
}
.overlay-content form {
  width: 40%;
  position: relative;
}
.overlay-content input[type="text"] {
  padding: 16px 64px 16px 16px;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  width: 100%;

}
.overlay-content .submit {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  opacity: 0.7;
  transition: all .2s;
  cursor: pointer;
}
.overlay-content .submit:hover {
  opacity: 1;
}
.overlay-content .submit img {
  object-fit: contain;
}
.overlay-content input[type="text"]::placeholder {
  color: #fff;
font-size: 16px;
}
header #closeOverlay {
  background: transparent;
  border: none;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
header #closeOverlay img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
header .links.mobile {
  display: none;
}
/*vijesti*/
.two-column {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
.two-column .news {
  width: calc(50% - 12px); /* Adjust width as needed */
  overflow: hidden;

}
.two-column .news h2 {
  margin-top: 16px;
  font-size: 26px;
  line-height: 32px;
}
.two-column .news h2:hover {
  text-decoration: underline;
}
.two-column .news .post-img-wrap:before {
  content: "";
  padding-top: 60%;
  display: block;
}
.three-column-blocks {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px 0;
}
.three-column-blocks .one {
  order: 1;
}
.three-column-blocks .two {
  order: 2;
}
.three-column-blocks .three {
  order: 3;
}
.three-column-blocks h2:hover {
  text-decoration: underline;
}
.three-column-blocks .column-4 {
  width: 26%;
}
.three-column-blocks .column-3 {
  width: 48%;
}
.three-column-blocks h2.small {
margin-bottom: 20px;
}
.three-column-blocks h2 {
  margin-top: 16px;
  font-size: 26px;
  line-height: 32px;
}

h2.small {
  color: var(--title-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 8px;
}
.three-column-blocks .column-3 .no-img-block {
  display: flex;
  flex-direction: row;
  gap: 16px;
  border-top: 1px solid #e9e9e9;
  padding-top: 16px;
  margin-top: 24px;
}
.three-column-blocks .column-3 .no-img-block .text-block {
  width: calc(49% - 8px);
  position: relative;
}
.three-column-blocks .small-col {
  gap: 0;
}
.three-column-blocks .small-col .news-small-col {
  padding: 16px 0;
  gap: 8px;
  border-top: 1px solid #e9e9e9;

}
.three-column-blocks .small-col .post-img-wrap {
  width: 80px;
  height: 80px;
}
.three-column-blocks .small-col .text-block {
  max-width: 70%;
}
.three-column-blocks .small-col .text-block h3, .three-column-blocks .small-col .text-block h3 a {
  margin: 0;
}
.highlighted {
  padding: 24px;
  border-radius: 6px;
  margin: 24px 0;
}
.highlighted.banjaluka {
  background-color: var(--secondary-color);

}
.highlighted.objektiv {
  background-color: #999090;
  ;
}
.highlighted.zdravlje {
  background-color: #2ba04f;
  ;
}
.highlighted.zivot {
  background-color: #9B2948
  ;
}
.highlighted .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.highlighted .row a {
  font-size: 16px;
  color: #fff;
  margin-right: 4px;
  transition: all .2s;
}
.highlighted .row a:hover {
  margin-right: 0;
}
.highlighted h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;

}
.highlighted h3 {
  color: #fff!important;
  margin-bottom: 0!important;
}

.breaking-news {
    margin-bottom: 32px;
}
.news-ticker {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid red;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  }
  .ticker-title {
position: absolute;
    background-color: red; /* Example color */
    color: #fff; /* Text color */
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    left: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    text-transform: uppercase;
    padding: 0 10px;
  }
  .news-items-container {
  display: flex;

    position: relative;
    white-space: nowrap;

    background-color: #fff;
    z-index: 2;
    padding-left: 156px;
  }
  .news-item {
    padding: 0 8px;
    transition: transform 0.5s ease;
    display: inline-block;
    white-space: nowrap;

  }
  .news-item::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: red;
    margin-right: 8px;
    position: relative;
    margin-bottom: 2px;
  }
  .news-item a{
line-height: 40px;
font-size: 18px;
color: var(--title-color);
  }
.news-block-with-sidebar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 0;
}
.news-block-with-sidebar #main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .sidebar-search {
      display: none!important;
  }
}
.news-bg {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 280px;
}

.news-bg .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;

}
.news-bg .text-block {
  z-index: 99;
  padding: 16px;
}
.news-bg .text-block h2 {
  color: #fff;
}
.news-bg .text-block h2:hover {
  text-decoration: underline;
}
.news-block-with-sidebar .news-column {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex: 0;
}
.news-block-with-sidebar .news-column .large-col {
  width: calc(49% - 12px);
  margin: 0;
  flex: 1;
}
.news-block-with-sidebar .news-column.small {
  width: calc(49% - 12px);
  margin: 0;
  flex: 1;
}
.news-block-with-sidebar .news-column.small .small-col  {
gap: 16px;
}
.news-block-with-sidebar .small-col .news-small-col {
  padding: 0 0 20px 0;
  border-top: none;
  border-bottom: 1px solid #e9e9e9;
}
.news-block-with-sidebar .news-column h2:hover {
  text-decoration: underline;
}
.news-block-with-sidebar .text-block p {
  margin-top: 24px;
  font-size: 15px;
  line-height: 23px;
}
.news-with-bg {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px 0;
}
.news-with-bg h2 {
  width: 100%;
  margin-bottom: 0!important;
}
.news-with-bg .news-bg {
  min-height: 360px;
}
.news-with-bg .news-bg h3 {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}
.news-with-bg .news-bg .date {
  color: #fff;
  font-size: 12px;
    margin-top: 8px;
    display: block;
}
.news-with-bg .news-bg h3:hover {
  text-decoration: underline;
}
.news-with-bg .news-bg .text-block {
  padding: 24px;
}
.news-row.small-blocks {
  padding: 48px 0;
}
.news-row.small-blocks .small-col {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
.news-row.small-blocks .small-col .news-small-col {
  border-top: none;
}
.news-row.small-blocks .small-col .news-small-col .post-img-wrap {
  width: 120px;
  height: 120px;
}
.news-block {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}

.news-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;

}

.news-column.column-5 {
width: 40%;
max-width: 40%;
}
.news-column.column-5 .large-col {
  margin-right: 24px;
}
.news-column.column-7 {
  width: 60%;
  display: flex;
  flex-direction: row;
  }
.news-small .bg-image  {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transform: scale(1.006);
    -webkit-transform: scale(1.006);
    -moz-transform: scale(1.006);
}
.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the entire container */
}


.news-small .text-block {
  padding: 16px;
}

.news-small .text-block h2 {
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.category-meta {
  padding: 4px 2px;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 2px;
  display: inline-block;
  transition: all .2s;
  margin-bottom: 8px;
}
.category-meta:hover {
  background-color: var(--secondary-color);
}


.news-small {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 250px;
}

.news-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}

.news-list .news {
  width: calc(25% - 12px);
  overflow: hidden;

}
.post-img-wrap {
  background-color: #e9e9e9;
  width: 100%;
position: relative;
}
.post-img-wrap:before, .page-single-img-wrap:before {
  content: "";
  padding-top: 60%;
  display: block;
}
.post-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
div.icon {
position: absolute;
width: 36px;
height: 36px;
bottom: 8px;
right: 8px;
}

.icon-both {
  width: 76px!important;
  right: 5px!important;
}

@media (max-width: 759px) {
  .icon-both {
    width: 76px!important;
    right: -5px!important;
  }
}

div.icon img {
  position: relative;
  object-fit: contain;
}
.news-small-col div.icon {
  width: 24px;
  height: 24px;
  bottom: 4px;
  right: 4px;
}
  .news-list .news .category-meta {
    position: absolute;
    bottom: 8px;
    left: 8px;
    margin-bottom: 0;
  }

  .news-list .news h2:hover {
    text-decoration: underline;
  }
  .news-list .news h2 {
    font-size: 20px;
    line-height: 24px;
  }
.news-list .news h3, .news-list .news h3 a {
  font-size: 18px;
  line-height: 23px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 13px;
}
.news-list .news h3:hover {
 text-decoration: underline;
}
.news-list .news .text-block {
  padding: 8px 0 0 0;
}
.news-list .news .date{
  color: var(--text-color);
  font-size: 12px;
  margin-top: 8px;
  display: block;
}

.date .time {
  padding-left: 4px;
  margin-left: 4px;
}
h1.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}
h1.title::after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--primary-color);
  height: 2px;
  margin-top: 4px;
}
h2.title, h2.title a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 24px;
  font-weight: 700;
}
 h2.title::after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--primary-color);
  height: 1px;
  margin-top: 4px;
}
h3.title, h3.title a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 16px;
}

.container.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#main {
  width: 70%;
}
#sidebar {
  width: 27%;
}

#sidebar.sticky #tabs{
  position: sticky;
  top: 86px;
}
.logged-in-body #sidebar.sticky #tabs {
  top: 116px;
}
.news-block-col {
  display: flex;
  width: 100%;
  padding: 24px 0;
  flex-wrap: wrap;
}
.news-block-col h2{
  width: 100%;
}
.news-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.news-block-col .small-col,
.news-block-col .small-col .news-small-col {
  overflow: visible;
  flex: 1;
}
.large-col {
  flex-grow: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.large-col h2 {
  font-size: 26px;
  line-height: 32px;
}
.large-col .text-block {
  padding: 16px 0 0 0;
}
.text-block p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 21px;
}
.small-col .text-block h3:hover,
.large-col .text-block h3:hover {
 text-decoration: underline;
}
.large-col .text-block h3,
.small-col .text-block h3 {
  font-size: 19px;
  line-height: 23px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 12px;
}

.large-col .date, .small-col .date {
  color: var(--text-color);
  font-size: 12px;
  margin-top: 8px;
  display: block;
}


.small-col .post-img-wrap {
  width: 90px;
  height: 90px;
  
}
.small-col .post-img-wrap::before {
  top: 0;
}
.small-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.small-col .news-small-col {
width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 16px;

}
 .small-col .news-small-col {
  padding: 16px 0 0 0;
  border-top: 1px solid #e9e9e9;
  align-items: center;
}
.small-col .news-small-col .text-block {
  max-width: 70%;
}
.news-block-row {
 padding: 24px 0;
  margin-bottom: 16px;
}

.news-block-row .news-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-block-row .news-column {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
.news-block-col .news-column {
  display: flex;
  flex-direction: row;
  gap: 24px;

}
.news-block-row .news-row .small-col{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.news-block-row .news-row .news-small-col {
  width: calc(50% - 8px);
}
.news-block-row .large-col {
  margin: 0;
  flex: 1;
}

/*sidebar*/
#sidebar .search {
  background-color: #fff;
  padding: 16px;
  -webkit-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .25);
  box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, .25);
  margin-bottom: 25px;
}
#sidebar .search form {
  width: 100%;
  position: relative;
}
#sidebar .search form input[type="text"] {
  width: 100%;
  color: var(--text-color);
  font-size: 16px;
  padding: 8px 40px 8px 8px;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid var(--primary-color);
  opacity: 0.7;
  border-radius: 0;
}
#sidebar .search form input[type="text"]:focus {
  opacity: 1;
}
#sidebar .search form input[type="text"]::placeholder {
  color: var(--text-color);
  font-size: 16px;
}
#sidebar .search form .submit {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all .2s;
  opacity: 0.7;

}
#sidebar .search form .submit:hover {
  opacity: 1;
}
#sidebar .search form .submit img {
  object-fit: contain;
}

#sidebar .text-block p {
  font-size: 14px;
  line-height: 20px;
}
#sidebar h4, #sidebar h4 a {
  font-size: 15px;
  line-height: 20px;
  color: var(--text-color);
  margin-bottom: 0;
}
#sidebar h4:hover, #sidebar h4 a:hover {
 color: #000;
}
#sidebar h4 a:hover {
  text-decoration: underline;
}
#sidebar h4 {
  display: flex;
  flex-direction: row;

}
  #sidebar h4 .number {
    color: var(--secondary-color);
    font-size: 30px;
    line-height: 35px;
    margin-right: 16px; 

  }
  #sidebar .news-block-col-sidebar .text-block .time {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 22px;
    margin-right: 16px; 
    display: block;

  }
#sidebar .news-block-col-sidebar:not(:first-child) {
  margin-top: 16px;
}
#sidebar .news-block-col-sidebar {
  margin-bottom: 16px;
}


#sidebar .news-block-col-sidebar {
  background-color: #fbfbfb;
  padding: 24px;
border: 1px solid #e9e9e9;
}
#sidebar .news-block-col-sidebar.najnovije .small-col {
gap: 12px;
}
#sidebar .news-block-col-sidebar.najnovije .news-small-col:not(:last-child) {
  padding: 0 0 12px 0;

}
#sidebar .news-block-col-sidebar .text-block {
  max-width: 100%;
}
#sidebar .news-block-col-sidebar .small-col {
  gap: 16px;
}
#sidebar .news-block-col-sidebar .news-small-col {
  border-top: none;
  text-align: left;
  align-items: flex-start;
  padding: 0;


}
#sidebar .news-block-col-sidebar .news-small-col:last-child {
  border-bottom: none;
}
#sidebar .news-block-col-sidebar .news-small-col:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 16px 0;

}
.promo-box {
    display: flex;
    flex-direction: row;
    gap: 24px;
    border: 2px solid var(--secondary-color);
    flex-wrap: wrap;
    border-radius: 6px;
    align-items: center;
    margin: 32px 0;
}
.promo-box .title {
  font-family: 'Noto Serif', serif;
    color: var(--secondary-color);
    display: block;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.promo-box .post-img-wrap {
    width: 45%;
}
.promo-box .text-block {
    width: 52%;
    padding: 24px 24px 32px 0;
}
.promo-box .text-block h2 {
    font-size: 26px;
    line-height: 32px;
}
.promo-box .text-block h2:hover {
  text-decoration: underline;
}
.promo-box .text-block p {
    font-size: 17px;
}


/* Hide the radio buttons */
.tab-switch {
    display: none;
  }
  #tabs {
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    margin-bottom: 16px;
  }
  /* Style the labels as tabs */
  #tabs .tab-label {
    display: inline-block;
 width: 48%;
    padding: 24px 10px 0 10px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Open sans', sans-serif;
    color: #8794A2;
  }
  #tabs .tab-label:hover {
    color: var(--text-color);
  }
  /* General styles for content */
  #tabs .content {
    display: none;
  }
  
  /* Display content when corresponding radio button is checked */
  #tab1:checked ~ .tab-content #content1,
  #tab2:checked ~ .tab-content #content2 {
    display: block;
    padding: 24px;
  }
  
  /* Style for active tab label */
  #tab1:checked + label,
  #tab2:checked + label {
   color: var(--secondary-color);

  }
  #tabs .text-block {
    max-width: 100%;
  }
  #tabs .text-block .time {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 22px;
    margin-right: 16px;
    display: block;
}
#tabs .news-small-col {
  align-items: flex-start;

}
#tabs .news-small-col:last-child {
  border-bottom: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #002B48;
	padding-bottom: 24px;
  margin-top: 40px;
}
.site-footer .container.bg {
  padding-bottom: 40px;
  padding-top: 92px;
  position: relative;
}
.site-footer .row.flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.site-footer .text-box, .site-footer .text-info {
  width: 25%;
 
}
.site-footer .text-box p {
  color: #fff;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.site-footer .follow-us {
  margin-top: 24px;
}
.site-footer .follow-us {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;

}
.site-footer .follow-us p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.site-footer .follow-us .line {
  width: 30px;
  opacity: 0.3;
  height: 1px;
  background: #fff;
}
.site-footer .follow-us .social-profiles {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.site-footer .follow-us .social-profiles a {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all .2s;
}
.site-footer .follow-us .social-profiles a.twitter {
  width: 17px;
  height: 17px;
  margin-left: 4px;
}
.site-footer .follow-us .social-profiles a.tiktok {
  width: 26px;
  height: 26px;

}
.site-footer .follow-us .social-profiles a:hover {
  opacity: 1;
}
.site-footer .follow-us .social-profiles a img {
  width: 100%;
  object-fit: contain;
}
.site-footer .footer-menu {
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    align-items: center;
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 16px;
    z-index: 9;
    position: relative;
}
.site-footer .footer-menu ul li {
  display: inline-block;
  margin-right: 8px;
}
.site-footer .footer-menu ul li a {
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  transition: all .2s;
}
.site-footer .footer-menu select {
  background: transparent;
  border-top: none;
  border-bottom: none;
  padding: 10px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #002B48;
  color: #D7E5F1;
}
.site-footer .footer-menu ul li a:hover {
  opacity: 0.7;
}
.site-footer .copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-footer .theme-link {
  color: #8794A2;
  margin-right: 8px;
  font-size: 14px;
  font-size: 14px;
  display: inline-block;
}
.site-footer .privacy-link {
  display: inline-block;
}
.site-footer .theme-link a {
  margin-left: 8px;

}
.site-footer .copyright a {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s;
}
.site-footer .copyright a:hover {
  color: #fff;
}

.site-footer .copyright ul li {
  display: inline-block;
  margin-left: 8px;
}
.site-footer .footer-bg-image {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .site-footer .footer-bg-image {
display: block;
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%);
max-width: 95%;
z-index: 0;
}
.site-footer .container.bg {
  padding-bottom: 56px;
}
}
#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px; 
  z-index: 99; 
  border: none; 
  outline: none;
  background-color: var(--secondary-color); 
  cursor: pointer; 
 width: 40px;
 height: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 8px;
  border-radius: 4px; 
  opacity: 0.6;
}

#scrollTopBtn:hover {
 opacity: 0.8;
}

/*kategorija*/
.category-news-list {
  overflow: visible;
}
.category-news-list .container {
  display: flex;
  flex-direction: row;
}
.category-news-list .news-list {
  justify-content: flex-start;
}
.category-news-list .news-list .news {
  min-width: 32%;
  max-width: 32%;
}
.category-news-list h2 a {
  font-size: 22px;
  line-height: 26px;
}
/*search page*/
.results-news-list .container {
  display: flex;
  flex-direction: row;
}
.results-news-list .news-list {
  justify-content: flex-start;
}
.results-news-list .news-list .news {
  min-width: 32%;
  max-width: 32%;
}
.gsc-modal-background-image-visible {
  opacity: 0!important;
}
.gsc-results-wrapper-overlay {
  margin-top: 20px;
  top: unset;
  left: unset;
  width: 93%; /* NISAM SIGURAN ZA OVO CUDNO MI DESNO IZGLEDA*/
}
#___gcse_0 {
  width: 100%;
}
.gsc-control {
width: 100%!important;
max-width: 1140px!important;
margin: 0 auto;
}
table.gsc-search-box td.gsc-input {
padding-right: 4px!important;
border-radius: 2px;
}
.gsc-search-button-v2 {
padding: 12px 32px!important;
}
.gsib_a {
padding: 10px!important;
}
.gsc-clear-button {
  display: none!important;
}
/*pagination*/
.center-pagination {
  text-align: center;
  margin-top: 24px;
  width: 100%;
}
.pagination {
  display: block;
}
.pagination a {
  color: var(--text-color);
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}
.pagination a:hover {
  color: #000;
}
.pagination .current {
  color: #fff; 
  background-color: var(--secondary-color);
  border-radius: 4px; 
  padding: 5px 10px; 
}
/*404*/
.notfound-page {
min-height: 60vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.notfound-page .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notfound-page h1 {
  font-size: 90px;
  font-weight: 600;
}
.notfound-page p {
  font-size: 23px;
}
.notfound-page .button {
  padding: 16px;
  border-radius: 4px;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  margin-top: 32px;
  transition: all .2s;
}
.notfound-page .button:hover {
  background-color: var(--secondary-color);
}

/*single post*/
.single-post h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
  
  }
  
  .single-post h2,
  .single-post h2 a {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
  }
  
  .single-post h3,
  .single-post h3 a {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
  
  
  }
  
  .single-post h4,
  .single-post h4 a {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  
  .single-post h5,
  .single-post h5 a {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  
  .single-post h6,
  .single-post h6 a {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
.single-post {
  overflow: visible;
}
.single-post .container, .more-news .container {
  max-width: 1340px!important;
  margin: 0 auto;
}
.single-post #main {
  margin-bottom: 48px;

}
.wp-video {
  margin: 16px auto;
}
.single-post #main .content {
  padding: 24px 0;
}
.single-post #main .featured-image:before {
  content: "";
  padding-top: 60%;
  display: block;

}
.single-post #main .featured-image {
  display: block;
  position: relative;
  background-color: #e9e9e9;
    width: 100%;
}
.single-post #main .featured-image .ImageCaption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  right: 0;
  text-align: right;
  padding: 4px 16px;
  color: #fff;
  max-height: 24px;
  overflow: hidden;
  text-transform: uppercase;
}
.single-post #main .featured-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.single-post #main .content .category-meta {
  background-color: transparent;
}
.single-post #main .content .category-meta a{
  font-size: 14px;
  line-height: 12px;
  font: 700;
  text-transform: uppercase;
  font-weight: 700;
  color: #c80000;
  background-color: transparent;
  padding: 0;
}
.single-post #main .content .category-meta a:hover {
  text-decoration: underline;
}
.single-post #main .content .category-meta a:visited {
  color: #9b0000;
}
.single-post #main .content .date {
  color: var(--text-color);
  font-size: 14px;
  margin-top: 8px;
  display: block;
  margin-bottom: 14px;
}
.single-post #main .content p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}
.single-post #main .content a:hover {
  text-decoration: underline;
}
.single-post #main .content a:hover {
    color: #0268ad;
}
.single-post #main .content .twitter-tweet {
  margin: 16px auto!important;
  display: block!important;
}
.single-post #main .content .twitter-tweet iframe {
  width: 100%!important;
}
.single-post #main .similar-news {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 8px 20px 20px 0;
  width: 100%;
  max-width: 350px;
  float: left;

}
.single-post #main .similar-news span.title {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--title-color);
}

.single-post #main .similar-news .small-col {
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 gap: 12px;
 padding: 16px;
 border: 3px solid #e8ecef;
}
.single-post #main .similar-news a {
  color: #c80000;
}
.single-post #main .similar-news a span {
  color: #c80000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.single-post #main .similar-news a span:hover {
  text-decoration: underline;
}
.single-post #main .similar-news a span:before {
  content:"\21E2";
  display: inline-block;
  color: #404040;
}

.widget-link {
  float: left;
  margin: 16px 16px 16px 0;
  max-width: 250px;
}
.widget-link span {
  color: var(--title-color);
  font-weight: 700;
}
.single-post .tags a {
  color: #c80000;
  line-height: 22px!important;
}
.single-post .tags {
  padding-top: 12px;
  border-top: 1px solid #e9e9e9;
  width: 100%;
  display: block;
  overflow: hidden;
}
.single-post .tags a:hover {
  color: #c80000!important;
  text-decoration: underline!important;
}
.single-post img.aligncenter {
  margin: 0 auto 16px;
  display: block;
  object-fit: cover;
  height: 100%;
}
.single-post .instagram-media {
  margin: 0 auto 16px!important;
  display: block;
}
.single-post iframe {
  margin: 0 auto 16px!important;
  display: block;
}
.single-post .share {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 16px 0;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}

.single-post .share a {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.9;
  transition: all .2s;
}
.single-post .share a.x-twitter {
  padding: 8px;
  border-radius: 100%;
  background-color: #000;
}
.single-post .share a:hover {
  opacity: 1;
}
.category-news.single {
  margin-top: 24px;
}
.single-post-divider {
  border-bottom:1px solid #9b0000;
  height:2px;
  width:95%;
  display:block;
  margin-bottom: 15px;
}



/* Piro galerija kod pocetak */
#gallery-first-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#gallery-custom img.main-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-ImageCaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
  font-size: 12px;
  padding: 4px 16px;
}

.in-post-inserted-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.in-post-inserted-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.in-post-caption {
  position: absolute;
  bottom: 16px;
  height: 20px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 0 15px;
}

.single-content p:first-of-type {
    font-size: 20px!important;
    line-height: 26px!important;
    margin-bottom: 16px!important;
    font-weight:bold;
    font-family: 'Noto Serif', serif!important;
    color: var(--title-color);
}


/* Piro Galerija kod kraj */
#gallery-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  margin: 16px auto;
  background-color: #f9f9f9;
  position: relative;
  max-width: 1024px;
}

#gallery-custom .main-image {
  max-width: 100%;
  max-height: auto;
  object-fit: cover;
}

#gallery-custom .thumbnail-list, #gallery-custom #thumbnail-list  {
  display: flex;
justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

#gallery-custom .thumbnail {
  cursor: pointer;
  object-fit: cover;
  height: 70px;

}
#gallery-custom .arrow {
  font-size: 23px;
  border: 1px solid var(--text-color);
  width: 48px;
  height: 48px;
  padding: 4px 8px 8px 8px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
  cursor: pointer;
  transition: all .2s;
}
#gallery-custom .arrow:hover {
color: var(--secondary-color);
border-color: var(--secondary-color);
}
#gallery-custom .arrow.prev {
  position: absolute;
  left: -56px;
  top: 50%;
    transform: translate(-50%);
    background-color: #fff;
}
#gallery-custom .arrow.next {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translate(-50%);
  background-color: #fff;
}
.gallery-page h1 {
  text-align: center;
  margin: 32px auto 48px;
  max-width: 1024px;
}
@media (min-width: 1024px) and (max-width: 1339px) {
    header a.logo img {
        max-width: 130px;
    }
    header .main-menu > ul li a {
        font-size: 12px;
    }
    header .links ul {
      margin-left: 8px;
    }
    header .row.menu {
      gap: 9px;
  }
  header .main-menu > ul li img {
    width: 6px;
    height: 6px;
    margin-left: 2px;
}
header .main-menu > ul {
  gap: 10px!important;
}
  .category-news-list .news-list .news {
    min-width: auto; 
    max-width: 50%;
    width: calc(50% - 12px);
}

#gallery-custom .arrow.prev {
  left: -10px;
}
#gallery-custom .arrow.next {
  right: -60px;
  top: 50%;
}
}
@media (min-width: 1024px) and (max-width: 1024px) {

   body {
    padding-top: 95px;
   }
      header .row.top {
        justify-content: center;
        padding: 12px 0 8px 0;
    }
      header .row.top .links {
        display: none;
      }
      header .lan.desktop {
        display: none;
      }
      header a.logo img {
        max-width: 170px;
    }
    header .menu-toggle {
      flex-direction: column;
      cursor: pointer;
      display: block;
      order: 1;
      flex: 1;
    }
    header a.logo {
        order: 2;
        flex: 1;
        display: flex;
        justify-content: center;
    }
    header .links.desktop {
        order: 3;
        flex: 1;
        display: flex;
        justify-content: flex-end;
    
    }
    header .bar {
      width: 25px;
      height: 2px;
      background-color: var(--primary-color);
      margin: 5px 0;
    }
    
    header .main-menu {
      display: none; 
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background-color: #fff;
      list-style: none;
      padding: 0;
      z-index: 1000;
      
    }
    header .main-menu > ul {
      display: flex;
      flex-direction: column;
      padding: 56px 24px 24px 24px;
      align-items: center;
      gap: 20px;
      height: auto;
    }
    header .main-menu > ul li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 16px;
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    header .main-menu > ul li, header .main-menu > ul li a {
      line-height: 20px;
      width: 100%;
    }
    header .main-menu > ul li a {
      max-width: 90%;
      width: 100%;
      display: block;
    }
    .menu-item .sub-menu {
      position: relative;
      top: 8px;
    
    }
    .menu-item:hover .sub-menu {
      display: none;
    }
    .sub-menu li:not(:last-child) {
      border-bottom: none;
    }
    .sub-menu li {
      border-bottom: none!important;
    padding-bottom: 0!important;
    }
    .sub-menu li a {
      text-transform: none!important;
      display: block;
      padding: 10px 8px;
      font-size: 16px;
      font-weight: 400!important;
      line-height: 20px!important;
    }
    .sub-menu li:hover {
      background-color: transparent;
    }
    header .has-submenu {
      position: relative;
    }
    
    .sub-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 100%; 
      background-color: transparent;
      border: none;
    }
    .sub-menu.show {
      display: block!important;
      width: 100%;
    }
    header .main-menu > ul li img {
      cursor: pointer;
    }
    header .main-menu > ul li:hover img {
      transform: none;
    }
    
    .menu-open .main-menu {
      display: block;
      overflow-y: scroll;
    }
    
    .menu-open .overlay-menu {
      display: block; /* Show the overlay when the body has the 'menu-open' class */
    }
    
    .close-button {
      position: absolute;
     top: 24px;
     right: 24px;
      cursor: pointer;
      display: block!important;
    }
    .close-button img {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }
    header .row.menu {
      padding: 8px 0;
      justify-content: space-between;
      gap: 0;
    }
    header .search {
      width: 24px;
      height: 24px;
      display: block;
      opacity: 0.7;
      transition: 0.2s;
    
    }
    header .links.mobile {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 24px 0;
    }
    header .links ul li:not(:last-child) {
      padding-right: 6px;
    }
    header .links ul li:not(:last-child)::after {
      content: "|";
      color: var(--primary-color);
      position: absolute;
      right: -3px;
    }
    header .links ul.social li::after {
      content: none!important;
    }
    .overlay-content form {
      width: 75%;
    }
}
@media (min-width: 769px) and (max-width: 1023px) {
    body {
        padding-top: 95px;
      }
      header .row.top {
        justify-content: center;
        padding: 12px 0 8px 0;
    }
      header .row.top .links {
        display: none;
      }
      header .lan.desktop {
        display: none;
      }
      header a.logo img {
        max-width: 170px;
    }
    header .menu-toggle {
      flex-direction: column;
      cursor: pointer;
      display: block;
      order: 1;
      flex: 1;
    }
    header a.logo {
        order: 2;
        flex: 1;
        display: flex;
        justify-content: center;
    }
    header .links.desktop {
        order: 3;
        flex: 1;
        display: flex;
        justify-content: flex-end;
    
    }
    header .bar {
      width: 25px;
      height: 2px;
      background-color: var(--primary-color);
      margin: 5px 0;
    }
    
    header .main-menu {
      display: none; 
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background-color: #fff;
      list-style: none;
      padding: 0;
      z-index: 1000;
      
    }
    header .main-menu > ul {
      display: flex;
      flex-direction: column;
      padding: 56px 24px 24px 24px;
      align-items: center;
      gap: 20px;
      height: auto;
    }
    header .main-menu > ul li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 16px;
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    header .main-menu > ul li, header .main-menu > ul li a {
      line-height: 20px;
      width: 100%;
    }
    header .main-menu > ul li a {
      max-width: 85%;
      width: 100%;
      display: block;
    }
    .menu-item .sub-menu {
      position: relative;
      top: 8px;
    
    }
    .menu-item:hover .sub-menu {
      display: none;
    }
    .sub-menu li:not(:last-child) {
      border-bottom: none;
    }
    .sub-menu li {
      border-bottom: none!important;
    padding-bottom: 0!important;
    }
    .sub-menu li a {
      text-transform: none!important;
      display: block;
      padding: 8px;
      font-size: 15px;
      font-weight: 400!important;
      line-height: 20px!important;
    }
    .sub-menu li:hover {
      background-color: transparent;
    }
    header .has-submenu {
      position: relative;
    }
    
    .sub-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 100%; 
      background-color: transparent;
      border: none;
    }
    .sub-menu.show {
      display: block!important;
      width: 100%;
    }
    header .main-menu > ul li img {
      cursor: pointer;
      width: 32px;
      height: 20px;
    }
    header .main-menu > ul li:hover img {
      transform: none;
    }
    
    .menu-open .main-menu {
      display: block;
      overflow-y: scroll;
    }
    
    .menu-open .overlay-menu {
      display: block; /* Show the overlay when the body has the 'menu-open' class */
    }
    
    .close-button {
      position: absolute;
     top: 24px;
     right: 24px;
      cursor: pointer;
      display: block!important;
    }
    .close-button img {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }
    header .row.menu {
      padding: 8px 0;
      justify-content: space-between;
      gap: 0;
    }
    header .search {
      width: 24px;
      height: 24px;
      display: block;
      opacity: 0.7;
      transition: 0.2s;
    
    }
    header .links.mobile {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 24px 0;
    }
    header .links ul li:not(:last-child) {
      padding-right: 6px;
    }
    header .links ul li:not(:last-child)::after {
      content: "|";
      color: var(--primary-color);
      position: absolute;
      right: -3px;
    }
    header .links ul.social li::after {
      content: none!important;
    }
    .overlay-content form {
      width: 75%;
    }
  .news-block {
    flex-direction: column;
    gap: 8px;
}
.news-small-row {
  flex-direction: row;
  gap: 8px;
  margin-left: 0px;
}
.news-large {
aspect-ratio: 1/1;
  margin-right: 0px;
}
.news-large .text-block h2, .news-large .text-block h2 a {
  font-size: 24px;
  line-height: 28px;
}
.news-small .text-block h3, .news-small .text-block h3 a {
  font-size: 18px;
  line-height: 23px;
}
.news-list {
  flex-direction: row;
  gap: 8px;
}
.news-list .news {
  width: calc(50% - 4px);
}
.container.flex {
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
.news-block-col {
flex-direction: column;
}
.news-block-with-sidebar {
  flex-direction: column;
}
.three-column-blocks {
  flex-direction: column;
}
.three-column-blocks .column-4, .three-column-blocks .column-3 {
  width: 100%;
}

.promo-box .text-block {
  width: 48%;
  padding: 16px;
}
.promo-box .post-img-wrap {
  width: 43%;
  margin: 16px;
}
.news-column.column-5, .news-column.column-7 {
  width: 100%;
  max-width: 100%;
}
.small-col .post-img-wrap {
  width: 80px;
  height: 80px;
}

#main, #sidebar {
  width: 100%;
}
.large-col {
  margin-right: 0;
  margin-bottom: 16px;
}
.news-block-row .large-col {
  flex-direction: column;
  gap: 0;
}
.news-block-row .large-col .text-block,
.news-block-row .large-col .post-img-wrap {
  width: 100%;
}
.news-block-row .news-row .small-col {
  flex-direction: column;
}
.news-block-row .news-row .news-small-col {
  width: 100%;
}
.news-block-two-col .news-column {
  flex-direction: column;
}
.news-block-two-col .large-col {
  max-width: 100%;
}
#sidebar .news-block-col-sidebar:not(:first-child) {
  margin-top: 24px;
}
.category-news-list .news-list .news {
  width: calc(50% - 4px);
  min-width: auto;
  max-width: 50%;
}
#gallery-custom .arrow.prev {
  left: -10px;
  top: 50%;
  transform: translate(-50%);
}
#gallery-custom .arrow.next {
  right: -60px;
  top: 50%;
  transform: translate(-50%);
}
#gallery-custom .arrow {
  padding: 4px 8px 8px 8px;
}

.site-footer .row.flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
.site-footer .text-box, .site-footer .text-info {
  width: 100%;
}
.site-footer .text-box p {
  text-align: left;
  max-width: 50%;
}
.site-footer .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.site-footer .footer-menu ul {
  display: none;
}
.site-footer .copyright {
  justify-content: center;
  align-items: center;
}
.site-footer .theme-link {
  margin-right: 6px;
}
.site-footer .copyright .theme-link:after {
  margin-left: 4px;
}
.site-footer .theme-link, .site-footer .copyright a {
  
  font-size: 12px;
}
.site-footer .footer-menu select {
  width: 70%;
}
.site-footer .footer-menu::before {
  content: "Arhiva";
  display: block;
  color: #fff;
  font-size: 14px;
}
}
@media (max-width: 768px) {
  body {
    padding-top: 64px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    z-index: 9999;
  }
 
  header .lan.desktop {
    display: none;
  }
  header a.logo img {
    max-width: 170px;
}
header .menu-toggle {
  flex-direction: column;
  cursor: pointer;
  display: block;
  order: 1;
  flex: 1;
}
header a.logo {
    order: 2;
    flex: 1;
    display: flex;
    justify-content: center;
}
header .links.desktop {
    order: 3;
    flex: 1;
    display: flex;
    justify-content: flex-end;

}
header .bar {
  width: 25px;
  height: 2px;
  background-color: var(--primary-color);
  margin: 5px 0;
}

header .main-menu {
  display: none; 
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  list-style: none;
  padding: 0;
  z-index: 1000;
  
}
header .main-menu > ul {
  display: flex;
  flex-direction: column;
  padding: 56px 24px 24px 24px;
  align-items: center;
  gap: 20px;
  height: auto;
}
header .main-menu > ul li {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 16px;
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .main-menu > ul li, header .main-menu > ul li a {
  line-height: 20px;
  width: 100%;
}
header .main-menu > ul li a {
  max-width: 85%;
  width: 100%;
  display: block;
}
.menu-item .sub-menu {
  position: relative;
  top: 8px;

}
.menu-item:hover .sub-menu {
  display: none;
}
.sub-menu li:not(:last-child) {
  border-bottom: none;
}
.sub-menu li {
  border-bottom: none!important;
padding-bottom: 0!important;
}
.sub-menu li a {
  text-transform: none!important;
  display: block;
  padding: 10px 8px;
  font-weight: 400!important;
  font-size: 16px;
  line-height: 20px!important;
}
.sub-menu li:hover {
  background-color: transparent;
}
header .has-submenu {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%; 
  background-color: transparent;
  border: none;
}
.sub-menu.show {
  display: block!important;
  width: 100%;
}
header .main-menu > ul li img {
  cursor: pointer;
  width: 32px;
  height: 18px;
}
header .main-menu > ul li:hover img {
  transform: none;
}

.menu-open .main-menu {
  display: block;
  overflow-y: scroll;
}

.menu-open .overlay-menu {
  display: block; /* Show the overlay when the body has the 'menu-open' class */
}

.close-button {
  position: absolute;
 top: 24px;
 right: 24px;
  cursor: pointer;
  display: block!important;
}
.close-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
header .row.menu {
  padding: 8px 0;
  justify-content: space-between;
  gap: 0;
}
header .search {
  width: 24px;
  height: 24px;
  opacity: 1;


}
header .links.mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
header .links ul li:not(:last-child) {
  padding-right: 6px;
}
header .links ul li:not(:last-child)::after {
  content: "|";
  color: var(--primary-color);
  position: absolute;
  right: -3px;
}
header .links ul.social li::after {
  content: none!important;
}
header.logged-in .main-menu {
  top: 46px;
}
#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.overlay-content form {
  width: 95%;
}
div.icon, .news-small-col div.icon {
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 8px;
  right: 8px;
}
.breaking-news {
    margin-bottom: 16px; 
    padding: 0 5px;
  }
  .ticker-title {
        font-size: 12px;
        letter-spacing: 0px;
      }
      .news-items-container {
        padding-left: 95px;
      }
    
      .news-item a{
    font-size: 14px;
      }
.all-news-list .container, .breaking-news .container {
    max-width: 100%;
}
.two-column {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;

}
.two-column .news {
    width: 100%;
}
.two-column .news h2 {
    font-size: 20px;
    line-height: 26px;
    width: 95%;
    margin: 8px auto 0;
}

h2.small {
    margin-top: 0;
    margin-bottom: 16px;
}
.three-column-blocks {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.three-column-blocks .column-4 {
    width: 100%;

}
.three-column-blocks .column-3 {
    width: 100%;

}
.three-column-blocks .column-3 .news{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.three-column-blocks .one {
  order: 2;
  width: 95%;
  margin: 0 auto;
}
.three-column-blocks .two{
  order: 1;
}
.three-column-blocks .three {
  order: 3;
  width: 95%;
  margin: 0 auto;
}
.three-column-blocks .column-4 .news {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.small-col .news-small-col {
    flex-direction: column;
}
.small-col .post-img-wrap, .three-column-blocks .small-col .post-img-wrap {
    width: 100%;
    height: auto;
}
.small-col .news-small-col .text-block {
    max-width: 100%;
}
.three-column-blocks .column-3 .no-img-block {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 20px;
    border-top: none;
}
.three-column-blocks .column-3 .no-img-block .text-block {
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #e9e9e9;
}
.three-column-blocks .two h2 {
  max-width: 95%;
  font-size: 20px;
  line-height: 26px;
  margin: 0 auto;
}
.three-column-blocks .two h2.small {
  font-size: 18px;

}
.three-column-blocks .small-col .news-small-col {
  padding: 0;
}
.highlighted {
    padding: 24px;
    margin: 16px auto;
}
.highlighted.banjaluka, .highlighted.objektiv {
  max-width: 95%;
  margin:  16px auto;
}
.highlighted h2 {
    margin-bottom: 0;
    font-size: 22px;
}
.highlighted .row {
  margin-bottom: 16px;
}
.highlighted .row a {
    font-size: 12px;
}
.news-list {
    flex-direction: column;
    gap: 20px;

}
.news-list .news {
    width: 100%;
    min-width: 100%!important;
    max-width: 100%!important;
    overflow: hidden;
}
.news-block-with-sidebar {
    flex-direction: column-reverse;
    padding: 16px 0;
    width: 95%;
    margin: 0 auto;
}

#sidebar {
    width: 100%;
    margin-bottom: 16px;
}
#sidebar.sticky {
  margin-bottom: 32px;
}
#main {
    width: 100%;
}
.news-bg .bg-image {
    position: relative;
}
.bg-image::before {
  display: none;
}
.news-bg .text-block {
    padding: 8px 0 0 0;
}
.news-bg .text-block h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    color: var(--title-color);
}
.news-list h2, .news-list h2.small {
  margin-bottom: 0!important;
}
.news-block-with-sidebar .news-column {
    flex-direction: column;
    gap: 16px;
}
.news-block-with-sidebar .news-column .large-col {
    width: 100%;
}
.news-block-with-sidebar .news-column .large-col h2 {
    font-size: 20px;
    line-height: 26px;
}
.news-block-with-sidebar .news-column.small {
  width: 100%;

}
.news-block-with-sidebar .news-column.small .small-col .post-img-wrap {
  width: 100%;
  height: auto;
}
.news-block-with-sidebar .news-column.small .small-col .news-small-col {
  gap: 0;
}
.news-block-with-sidebar .news-column.small .small-col .news-small-col h2.small {
  margin-bottom: 0;
  margin-top: 8px;
}
.news-block-with-sidebar .news-column.small .small-col, .news-block-col .small-col  {
  gap: 20px;
  }
  .news-block-with-sidebar .small-col .news-small-col {
    padding:  0;
    border: none;
  }
  .news-block-with-sidebar .text-block p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 22px;
  }
  #sidebar .news-block-col-sidebar.najnovije .small-col {
    gap: 12px;
    }
    #sidebar .news-block-col-sidebar.najnovije .news-small-col:not(:last-child) {
      padding: 0 0 12px 0;
    
    }
.promo-box {
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}
.promo-box .post-img-wrap {
    width: 100%;
}
.promo-box .text-block {
    width: 100%;
    padding: 0 16px 16px 16px;
}
.promo-box .title {
    margin-bottom: 8px;
    font-size: 19px;
}
.promo-box .text-block h2 {
    font-size: 24px;
    line-height: 28px;
}
.news-block-col {
flex-direction: column;
    padding: 16px 0;

}
.news-column.column-5 {
    width: 100%;
    max-width: 100%;
}
.news-column.column-5 .large-col {
  margin-right: 0;
}

.news-block-col .news-column {
    flex-direction: column;
    gap: 16px;
}
.news-column.column-7 {
    width: 100%;
    flex-direction: column;
}
.news-block-row .news-column {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.news-block-row .news-row .small-col {
    flex-direction: column;
    gap: 20px;
}
.news-block-row .news-row {
  gap: 20px;
}
.news-block-row .news-row .news-small-col {
    width: 100%;
}
.news-with-bg {
    flex-direction: column;
    gap: 20px;
    padding: 16px 0;
}
.news-with-bg .news-bg h3 {
    color: var(--title-color);
    margin-bottom: 10px;

}
.news-with-bg .news-bg .date {
    color: var(--text-color);

}
.news-with-bg .news-bg .text-block {
    padding: 8px 0 0 0;
}
.news-with-bg .news-bg {
    min-height: auto;
}
.news-row.small-blocks .small-col {
  flex-direction: column;
  gap: 20px;
}
.news-row.small-blocks .small-col .news-small-col {
  gap: 8px;
  padding-top: 0;
}
.news-row.small-blocks .small-col .news-small-col .post-img-wrap {
  width: 100%;
  height: auto;
}
.large-col .text-block h3, .small-col .text-block h3 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}
.news-list .news h3, .news-list .news h3 a {
  margin-bottom: 10px;
}
.news-row.small-blocks {
  padding: 24px 0 32px 0;
}
.three-column-blocks .small-col .news-small-col,
.small-col .news-small-col {
  border-top: 0;
}
#sidebar .small-col .news-small-col {
  gap: 8px;
  padding-top: 16px;
}
#sidebar #tabs .small-col .news-small-col {
  border-top: 1px solid #e9e9e9;
}
.small-col .news-small-col {
  padding: 0;
}
.small-col .news-small-col {
  gap: 8px;
}
h1.title {
  font-size: 28px;
  line-height: 34px;
}
.container.flex {
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.gallery-page h1 {
  margin: 0 auto 32px;
}
#gallery-custom .arrow.prev {
  left: 0px;
  top: 30%;
  transform: translate(-30%);
}
#gallery-custom .arrow.next {
  right: -15px;
  top: 30%;
  transform: translate(-30%);
}
#gallery-custom .arrow {
  font-size: 19px;
  padding: 6px 8px 8px 8px;
  width: 32px;
  height: 32px;
}
#gallery-custom .thumbnail {
  height: 48px;
}
.single-post .container, .more-news .container {
  max-width: 95%!important;
}
.single-post h1 {
  font-size: 27px;
  line-height: 32px;
}
.single-post #main {
  margin-bottom: 0;
}
.single-post #main .content {
  padding: 16px 0;
}
.single-post #main .content .date {
  margin-bottom: 16px;
}
.widget-link {
  display: block;
  float: none; 
  margin: 16px auto;
  max-width: 250px;
}
.single-post #main .similar-news {
  margin: 12px 0 24px 0;
  width: 100%;
  max-width: 100%;
  float: none;
}
.single-post #main .similar-news a span {
  font-size: 15px;
  line-height: 20px;

}
.category-news.single {
  margin-top: 32px;
}
.pagination a {
  padding: 8px;
  font-size: 14px;
}
.pagination .current {
  padding: 8px;
  font-size: 14px;
}
.site-footer .row.flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
.site-footer .text-box, .site-footer .text-info {
  width: 100%;
}
.site-footer .text-box p {
  text-align: left;
}
.site-footer .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.site-footer .footer-menu ul {
  display: none;
}

.site-footer .theme-link {
  margin-right: 6px;
}
.site-footer .copyright .theme-link:after {
  margin-left: 4px;
}
.site-footer .theme-link, .site-footer .copyright a {
  
  font-size: 12px;
}
.site-footer .footer-menu select {
  width: 100%;
}
.site-footer .footer-menu::before {
  content: "Arhiva";
  display: block;
  color: #fff;
  font-size: 14px;
}
.site-footer .container.bg {
    padding-bottom: 20px;
    padding-top: 40px;
    position: relative;
}
.site-footer .copyright {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.site-footer .theme-link, .site-footer .copyright a {
 
    display: block;
    margin-top: 8px;
    margin-left: 0;
}
.site-footer .copyright .theme-link:after {
    display: none;
}
.site-footer .copyright ul {
    margin-top: 16px;
}
.site-footer .copyright ul li {
    display: block;
    margin-left: 0;

}
.site-footer .copyright ul li a {
    margin-top: 0;
}
}

.gallery-back {
  padding: 10px;
  margin-top: 40px;
  border-radius: 5px;
  color: #fff;
  background-color: #002B48;
}
.article-number {
    position: absolute;
    z-index: 999;
    top: 4px;
    left: 4px;
    font-size: 14px;
    background-color: red;
    width: 24px;
    height: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 782px)  {
header.logged-in {
top: 46px;
}
  }
  @media (min-width: 1340px) and (max-width: 1400px) {
    .category-news-list .news-list .news {
      min-width: 31%;
      max-width: 31%;
  }
  }

  .ad-container {
    display: block;
    width: 100%;
  }
  
  .ad-container ins {
    display: block;
    text-align: center;
  }
  .ad-container img {
    object-fit: contain;
    height: auto;
  }
  .adzone-10, .adzone-26 {
    margin-bottom: 20px;
  }

.adzone-container-footer {
  display: flex;
  max-width: 1380px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

.adzone-footer-left,
.adzone-footer-right {
  max-width: 300px; 
  max-height: 250px;
  margin-bottom: 20px; 
}

@media (max-width: 600px) {
  .adzone-container-footer {
    justify-content: center;
  }

  .adzone-footer-left,
  .adzone-footer-right {
      margin-bottom: 20px;
  }
  .ad-container {
    display: block;
  margin: 8px auto;
}
.all-news-list .ad-container {
  max-width: 95%;
  margin: 8px auto;
}
}

.in-text-banner {
  margin-bottom: 20px;
}

.in-text-banner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 350px;
    float: left;
}
@media (min-width: 600px) {
.ad-container.in-text-banner {
  width: unset!important;
  padding-right: 10px;
}
.ad-container {
  display: block;
  width: 100%;
}
}

.single-above-footer, .below-this-category {
  margin-top: 20px;
}

.single-below-latest {
  margin-bottom: 20px;
}
.single-above-latest {
  margin-top: 20px;
}