@charset "UTF-8";

/*
Theme Name: Pekara Manja
Author: ND
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0
Text Domain: manja

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
  font-family: "TT Norms Pro";
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("assets/fonts/TTNormsPro-Regular.woff2") format("woff2"),
    url("assets/fonts/TTNormsPro-Regular.woff") format("woff"),
    url("assets/fonts/TTNormsPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("assets/fonts/TTNormsPro-Bold.woff2") format("woff2"),
    url("assets/fonts/TTNormsPro-Bold.woff") format("woff"),
    url("assets/fonts/TTNormsPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("assets/fonts/TTNormsPro-Medium.woff2") format("woff2"),
    url("assets/fonts/TTNormsPro-Medium.woff") format("woff"),
    url("assets/fonts/TTNormsPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 1200px;
  padding: 16px;
  margin: 0 auto;
}
body,
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.owl-hp-carousel {
  overflow: 0;
  display: block;
  width: 100vw;
}

.show-xl {
  display: none !important;
}
.hide-xl {
  display: block !important;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 120px;
  transition: all 0.4s;
}
header .navbar-brand {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0px, 0px);
  display: block;
  height: 120px;
  width: 120px;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.4s;
}
.archive header .navbar-brand,
.scrolled header .navbar-brand,
.single header .navbar-brand {
  height: 90px;
}
header .navbar-brand img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  display: block;
  width: 80px;
  transition: all 0.8s;
}
header img.symbol {
  opacity: 1;
  width: 120px;
}
header img.logo {
  opacity: 0;
  width: 110px;
}
.archive header,
.scrolled header,
.single header {
  background-color: rgba(255, 255, 255, 0.9);
  height: 90px;
}
.archive header img.symbol,
.scrolled header img.symbol,
.single header img.symbol {
  opacity: 0;
}
.archive header img.logo,
.scrolled header img.logo,
.single header img.logo {
  opacity: 1;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}
button.menu {
  display: none;
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  button.menu {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate3d(-50%, 0px, 0px);
    display: block;
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    box-sizing: border-box;
    padding: 8px;
    position: relative;
    transition: all 0.5s;
  }
  .archive button.menu,
  .scrolled button.menu,
  .single button.menu {
    transform: translate3d(-50%, -400px, 0px);
  }
  body button.menu .line {
    position: absolute;
    width: 34px;
    display: block;
    border-top: 4px solid #951441;
    transform: translate3d(0%, 0%, 0px) rotate(0deg);
  }
  body button.menu .line1 {
    top: 13px;
  }
  body button.menu .line3 {
    top: 35px;
  }

  body.menu-open button.menu .line2 {
    opacity: 0;
  }
  body.menu-open button.menu .line1,
  body.menu-open button.menu .line3 {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px) rotate(45deg);
  }
  body.menu-open button.menu .line3 {
    transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
  }

  body header nav {
    padding: 0;
    pointer-events: none;
    border-top-width: 0px;
    transition: all 0.5s;
  }
  body.menu-open header nav {
    pointer-events: unset;
    border-top: 4px solid #951441;
    padding: 30px;
    background: white;
    margin-top: 120px;
  }
  .archive header nav,
  .scrolled header nav,
  .single header nav {
    margin-top: 90px;
  }
  body header nav a {
    color: #bcbdbc;
    font-family: "TT Norms Pro";
    font-size: 14pt;
    height: 0px;
    line-height: 0px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  body.menu-open header nav a {
    height: 48px;
    opacity: 1;
    line-height: 48px;
  }

  header nav a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: #951441;
    opacity: 0.7;
  }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  header nav {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  header nav .separator {
    width: 180px;
  }
  header nav ul {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
  }
  header nav ul#menu-meni-desno {
    justify-content: flex-start;
  }
  header nav ul li ul {
    position: absolute;
    margin-left: -34px;
    border-top: 32px solid transparent;
    display: none;
    padding: 8px;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
  }
  header nav ul li:hover ul {
    display: block;
  }
  header nav ul li ul li {
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.79);
    font-size: 10pt;
    text-transform: none !important;
  }
  header nav ul li ul li:first-child {
    padding-top: 18px;
  }
  header nav ul li ul li:last-child {
    padding-bottom: 18px;
  }
  header nav ul li ul li a {
    display: block;
    color: #891438 !important;
  }
  body header ul a {
    text-decoration: none;
    font-family: "TT Norms Pro";
    color: white;
  }
  header nav > ul > li {
    transition: all 0.5s ease-in;
    padding: 24px 18px 0 18px;
    font-size: 11pt;
    text-transform: uppercase;
  }
  .archive header ul a,
  .scrolled header ul a,
  .single header ul a {
    color: #891438;
  }
  .archive header nav > ul > li,
  .scrolled header nav > ul > li,
  .single header nav > ul > li {
    padding: 18px 18px 0 18px;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .show-xl {
    display: block !important;
  }
  .hide-xl {
    display: none !important;
  }
  .owl-hp-carousel .owl-item video,
  .owl-hp-carousel .owl-item img,
  .owl-hp-carousel .owl-item div {
    height: 100vh !important;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
.owl-hp-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 45px;
}
.owl-hp-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.owl-hp-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}
.owl-hp-carousel .owl-item div {
  width: 100vw;
  height: 100vw;
  overflow: hidden;
  position: relative;
}
.owl-hp-carousel .owl-item video,
.owl-hp-carousel .owl-item img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100vw;
}
.owl-hp-carousel:before {
  content: " ";
  z-index: 22;
  bottom: 0;
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  transform: translate3d(-50%, -20px, 0px) rotate(45deg);
}

/* NAV */
#tooltip {
  opacity: 0;
}
#tooltip.open {
  position: absolute;
  background: white;
  min-width: 100px;
  min-height: 100px;
  top: 0;
  left: 0;
  font-family: "TT Norms Pro";
  font-size: 9pt;
  line-height: 14pt;
  color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  padding: 16px;
  opacity: 1;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
#tooltip table {
  width: 100%;
}
#tooltip tr td {
  padding: 4px 0;
  text-align: right;
  white-space: nowrap;
}
#tooltip tr td:first-child {
  text-align: left;
  white-space: normal;
}
#tooltip:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  transform: translate3d(-100vw, 0px, 0px);
  width: 400vw;
  height: 600px;
  top: 0;
  z-index: -1;
}

#map {
  height: 100vh;
}

* {
  box-sizing: border-box;
}

.grid {
}

.grid:after {
  display: block;
  content: "";
  clear: both;
}

.grid-col {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.grid-col--4 {
  margin-right: 0;
}

/* hide two middle */
.grid-col--2,
.grid-col--3 {
  display: none;
}

@media (min-width: 768px) {
  .grid-col {
    width: 32%;
  }
  .grid-col--2 {
    display: block;
  }
}

@media (min-width: 1200px) {
  .grid-col {
    width: 23.5%;
  }
  .grid-col--2,
  .grid-col--3 {
    display: block;
  }
}

.grid-item {
  line-height: 1.4;
  padding: 20px;
  font-size: 10pt;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}
.grid-item h5 {
  font-size: 14pt;
  font-weight: bold;
  padding-bottom: 12px;
}
.grid-item strong {
  font-weight: bold;
  padding-bottom: 4px;
  display: block;
}
.grid-item li {
  padding: 8px 0;
}
.grid-item a {
  color: #891438;
  text-decoration: none;
}
.grid-item a:hover {
  text-decoration: underline;
}

.grid-item--a {
  height: 80px;
}
.grid-item--b {
  height: 140px;
}
.grid-item--c {
  height: 300px;
}

footer {
  margin-top: 64px;
  padding: 20px 0;
  background-color: #891438;
  color: white;
}

footer .separator {
  width: 1px;
  margin: 20px 0;
}
footer a {
  color: white;
  text-decoration: none;
}
footer p {
  font-size: 9pt;
  line-height: 1.4;
}
footer a:hover {
  text-decoration: underline;
}
footer .col > ul > li,
footer h3 {
  padding: 4px 8px;
  text-transform: uppercase;
}
footer .col > ul > li > ul > li {
  padding: 4px 8px;
  font-size: 10pt;
}
.text-xs-center {
  text-align: center;
}
.text-center {
  text-align: center;
}

.socials .social {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(assets/images/facebook.svg) no-repeat center;
  background-size: 24px 24px;
  border: 1px solid white;
  color: transparent;
  margin: 16px;
  border-radius: 100px;
  transition: all 0.1s ease-in;
}
.socials .social:hover {
  outline: 2px solid white;
  background-size: 18px 18px;
}
.socials .social.in {
  background-image: url(assets/images/instagram.svg);
}
.socials .social.pi {
  background-image: url(assets/images/pinterest.svg);
}

@media (min-width: 768px) {
  footer .separator {
    opacity: 0.3;
    background: white;
  }
  .text-xs-center {
    text-align: left;
  }
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .row .col {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}

.archive-title,
.post-title {
  font-size: 22pt;
  text-transform: uppercase;
  text-align: center;
  padding: 90px 0 0 0;
}
.archive-title::after {
  display: block;
  margin: 10px auto;
  width: 180px;
  height: 2px;
  background-color: black;
  content: " ";
}

.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.articles .article-item {
  flex: 1 0 100%;
  margin: 10px;
  display: block;
  text-decoration: none;
  color: #333333;
}
.articles .article-item h5 {
  box-sizing: border-box;
  overflow: hidden;
  margin: 16px 0 8px 0;
  width: 100%;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  max-height: 2em;
  height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.articles .article-item span {
  display: block;
  margin: 16px auto 48px auto;
  width: 140px;
  height: 30px;
  background-color: white;
  border: 1px solid black;
  position: relative;
}
.articles .article-item span::after {
  content: "SAZNAJ VIŠE";
  font-size: 9pt;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: block;
}
.articles .article-item:hover span::after {
  color: white;
}

.articles .article-item span::before {
  content: " ";
  width: 100%;
  height: 0%;
  left: 50%;
  background-color: black;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: block;
  transition: all 0.1s ease-in;
}
.articles .article-item:hover span::before {
  height: 100%;
}
.articles .article-item p {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 12pt;
  text-align: center;
  line-height: 1.2em;
  max-height: 3.6em;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.articles .article-item .article-image,
article .article-item .article-image {
  background-color: rgba(0, 0, 0, 0.03);
  background-size: cover;
  background-position: center;
  padding-top: 130%;
  position: relative;
}
.articles .article-item:hover .article-image {
}
/* .articles .article-item .article-image::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  width: 0%;
  height: 0%;
  background-color: #8a1538;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
}
.articles .article-item:hover .article-image::after {
  opacity: 0.5;
  width: 97%;
  height: 98%;
} */
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .articles .article-item {
    flex: 0 0 40%;
  }
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .articles .article-item {
    flex: 0 0 21%;
  }
}

.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: center;
}

.breadcrumb li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #891438;
  text-decoration: none;
}
.breadcrumb li a.disabled {
  color: unset;
}

article.container {
  max-width: 600px;
  text-align: center;
}

article h1 {
  margin: 00px 0 20px 0;
}
article hr {
  height: 1px;
  border: none;
  background-color: black;
  margin: 8px 0;
}
article p,
.page-template-default:not(.home) p,
.has-text-align-center {
  padding: 16px 0;
  line-height: 1.5rem;
}
.has-text-align-center {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
article img {
  height: auto;
}
article .article-image {
  margin: 24px 0 8px 0;
}

#modal {
  position: fixed;
  display: block;
  transform: translate3d(0%, -150%, 0);
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  transition: opacity 0.6s linear;
}
#modal .content {
  display: none;
}

#modal button {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  font-size: 14pt;
  height: 36px;
  width: 36px;
  line-height: 36px;
  cursor: pointer;
  color: #891438;
  position: absolute;
  right: 0;
  z-index: 2;
}
#modal button:hover {
  background-color: #891438;
  color: white;
}
#modal.open {
  display: block;
  transform: translate3d(0%, 0%, 0);
  opacity: 1;
}
#modal-body {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  min-width: 360px;
  max-width: 850px;
  /* margin: 20px; */
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#modal-body #main {
  display: flex;
  flex-direction: column;
  font-size: 9pt;
  line-height: 1.6;
  max-height: 70vh;
  overflow-y: auto;
  padding-bottom: 20px;
}
#modal-body #main .images .normal {
  aspect-ratio: 16/9;
  min-width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#modal-body #main h4 {
  padding: 20px 20px 10px 20px;
  font-size: 12pt;
  text-align: center;
}

#modal-body #main p {
  padding: 8px 20px;
  text-align: center;
}

#modal-body #main table {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
}
#modal-body #main table th {
  opacity: 0.3;
}
#modal-body #main table tr td {
  padding: 4px 0;
  padding-right: 20px;
  text-align: right;
  white-space: nowrap;
}

#modal-body #main table tr td:first-child {
  text-align: left;
  padding-left: 20px;
  white-space: normal;
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #modal-body {
    width: 850px;
  }
  #modal-body #main > div {
    flex: 1;
  }
  #modal-body #main > div:not(:first-child) {
    align-self: center;
  }
  #modal-body #main h4 {
    padding: 0;
  }
  #modal-body #main {
    flex-direction: row;
    padding-bottom: 0;
  }
  #modal-body #main .images .normal {
    aspect-ratio: unset;
    height: 100%;
    background-size: contain;
  }
}

.page-template-default:not(.home) p {
  max-width: 450px;
  margin: 0px auto;
}
counter small {
  font-size: 14pt;
}
counter span {
  font-size: 32pt;
  font-weight: 300;
}

.richrow hr {
  width: 120px;
  height: 1px;
  margin: 24px auto 36px auto;
  background-color: white;
  border: none;
}

.product-carousel .owl-dot {
  background-color: red;
  width: 16px;
  height: 16px;
}

.home h1 {
  font-weight: normal;
  font-size: 20pt;
  line-height: 28pt;
  margin: 46px auto 24px auto;
  text-align: center;
  color: #333333;
  font-family: "TT Norms Pro";
}
.home h1:after {
  display: block;
  margin: 20px auto 0 auto;
  content: " ";
  width: 180px;
  height: 1px;
  background: #333333;
}

.owl-hp-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
}

.owl-hp-carousel .owl-nav button {
  color: transparent !important;
  width: 100%;
  cursor: url(assets/images/arrowright-white.png) 14 25, auto !important;
}

.owl-hp-carousel .owl-nav button.owl-prev {
  cursor: url(assets/images/arrowleft-white.png) 14 25, auto !important;
}



.menu-item-6200 a {
  display: block;
 background-image: url(assets/images/frishko.svg);
 background-repeat: no-repeat;
 background-size: auto 22px;
 background-position: center;
  color: transparent;
}

.menu-item-6200 a span {
  color: transparent !important;
}

@media (min-width: 992px) {
  .menu-item-6200 a {
    background-position: left center;
    background-size: contain;
  }
}

footer .menu-item-6200 a {
  background-position: center !important;  
  background-image: url(assets/images/frishko-white.svg);
  height: 22px !important;
}