/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

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

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

@import url("fonts/fonts.css");
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
16. News
17. Banner
18. Footer
19. Article Page
20. Contact Page
21. Vrijeme widget
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
strong {
  font-weight: 700;
}
.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  transition: all 0.4s ease-in-out;
}
.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #141b35;
}
main {
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
  display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #ff0e1c;
  color: #fff;
}
::selection {
  background-color: #ff0e1c;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
  background-color: #fff;
}
.container-lg {
  max-width: 180rem;
}
.container-xl {
  max-width: 192rem;
  padding: 0;
}
.container-sm {
  max-width: 130rem;
  padding: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .container {
    padding: 0 4rem;
  }
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
}
.title h1,
.title h2 {
  font-size: 2.1rem;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 2rem;
  padding-right: 6rem;
  border: 2px solid #000;
  border-radius: 1rem;
}
.title h1::before,
.title h2::before,
.title h1::after,
.title h2::after {
  content: "";
  width: 50%;
  position: absolute;
  height: 2rem;
  background-color: #fff;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
}
.title h1::after,
.title h2::after {
  top: auto;
  bottom: -2rem;
}
.title-dot {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #ff0e1c;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
p {
  margin-bottom: 2rem;
}
.title {
  margin-bottom: 5rem;
}
.title-center {
  text-align: center;
  position: relative;
}
.title-line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-pages h1 {
  text-transform: none;
  padding: 0;
  border: 0;
  font-weight: 600;
  background-color: transparent;
}
.title-pages {
  border-bottom: 1px solid #ccc;
}
.title-pages h1::before,
.title-pages h1::after {
  content: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1,
  .title h2 {
    font-size: 2.6rem;
  }
  .title-pages h1 {
    font-size: 3.6rem;
  }
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 1rem 2.6rem;
  font-weight: 400;
  border: 0;
}
.btn-primary {
  background-color: #ff0e1c;
  color: #fff;
}

.btn-primary:hover {
  background-color: #000;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #43515a;
  padding: 1.5rem 2rem;
  outline: none;
  background-color: #ffffff;
  border-radius: 1rem;
}
textarea {
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #ff0e1c;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
}
fieldset {
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.wpcf7-list-item label input {
  width: auto;
  margin: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-not-valid-tip {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
  position: relative !important;
  padding: 0.75rem 1.25rem !important;
  margin-top: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;
}
/*---------------*/
.select2-container .select2-selection--single {
  height: 4rem !important;
  display: flex !important;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem !important;
}
.select2-container {
  font-size: 1.6rem;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-dropdown {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
}
.select2-results__option {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #9c4126 !important;
  color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt .container {
  padding-top: 0 !important;
}
.no-pb .container {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  padding: 1rem 0;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.title-pages .breadcrumbs ul {
  justify-content: flex-start;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: 600;
}
.breadcrumbs ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
/* .cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
} */
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current {
  cursor: text;
}
.page-numbers.next,
.page-numbers.prev {
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff0e1c;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.custom-next {
  background-image: url(images/next-white.svg);
  right: 1rem;
}
.custom-prev {
  background-image: url(images/prev-white.svg);
  left: 1rem;
}
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001bcb;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-slider .custom-arrow,
  .news-slider2 .custom-arrow {
    opacity: 0;
  }
  .news-slider:hover .custom-arrow,
  .news-slider2:hover .custom-arrow {
    opacity: 1;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next {
    right: 2rem;
  }
  .custom-prev {
    left: 2rem;
  }
}

/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.social a {
  display: block;
}
.social a img {
  display: block;
  width: 2rem;
  height: 1.5rem;
  object-fit: contain;
}
/*---------*/
.toggle {
  cursor: pointer;
  position: relative;
  z-index: 1;
  order: 3;
}
.toggle img {
  display: block;
  width: 3rem;
  height: auto;
}
.close-nav {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 6rem;
  line-height: 1;
  cursor: pointer;
}
/*-----------*/
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  width: 20rem;
  height: auto;
}
nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li {
  display: block;
}
nav li a {
  display: block;
  padding: 1rem 1.6rem;
  font-weight: 400;
}

nav li a:hover,
nav li.current_page_item a {
  color: #ff0e1c;
}

.mobile-info {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.mobile-info .social {
  padding: 0 2rem;
  margin-top: 3rem;
}
.menu-item-has-children {
  position: relative;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.8rem;
}
.sub-menu {
  display: none;
  padding-left: 3rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav {
    width: 40rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle,
  .close-nav {
    display: none;
  }
  nav {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
  }
  nav li {
    display: inline-block;
    margin-right: 1rem;
  }
  nav li a {
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info {
    display: none;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a {
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*----------*/
.header-top {
  padding: 1rem 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}
.header-top .container {
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.header-top ul li {
  display: inline-block;
}
.header-top ul li a {
  display: inline-block;
  padding: 0 1rem;
}
.top-nav {
  margin-left: auto;
  margin-right: 5rem;
}
.header-time {
/*   margin-left: 3rem; */
}
.header-top ul li:first-child {
  color: #ff0e1c;
}
.header-top .social {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .header-top .social {
    display: flex;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .header-top ul {
    display: block;
  }
}
/*---------*/
.search-toggle {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem;
}
.search-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: 2rem;
}
.search-form {
  position: absolute;
  left: -28rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
.search-form.open-form {
  opacity: 1;
  visibility: visible;
}
.search-form input {
	width: 100%;
	font-size: 1.4rem;
	background-color: #fff;
	box-sizing: border-box;
}
.search-form input.search-btn {
  border-color: transparent;
  background-color: transparent;
  width: 6rem;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(images/search-white.svg);
  background-repeat: no-repeat;
  background-color: #ff0e1c;
  background-position: center;
  background-size: 1.6rem;
  border-radius: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .search-wrapper {
    margin-left: auto;
    margin-right: 2rem;
  }
}
/* ================================================================================== 
16. News
===================================================================================== */
.news-box h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
  transition: all 0.4s ease-in-out;
}
.news-box h3:hover {
  color: #ff0e1c;
}
.news-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.news-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  aspect-ratio: 16/11.2;
}
.news-box:hover img {
  transform: scale(1.05);
}
.sticker {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 5px;
  background-color: #000;
  color: #fff;
  z-index: 1;
  font-weight: 400;
  display: inline-block;
}
.news-date {
  font-size: 1.4rem;
  color: #a8a7a7;
  font-weight: 400;
  margin-bottom: 2rem;
}
.news-date span {
  color: #000;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-box h3 {
    font-size: 2.2rem;
  }
}

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

.news-box {
  position: relative;
}

.intro-wrapper .news-box {
  position: relative;
}
.intro-wrapper .news-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.intro-wrapper .news-box p {
  display: none;
}
.intro-wrapper .news-image {
  margin-bottom: 0;
}
.intro-wrapper .news-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  color: #fff;
  z-index: 2;
}
.intro-wrapper .news-image img {
  aspect-ratio: 16/10;
}
.intro-wrapper .news-box:first-child .news-image img {
  aspect-ratio: 16/15.15;
}
.intro-wrapper .news-box .sticker {
  position: static;
  top: 0;
  left: 0;
  display: inline-block;
}
.intro-wrapper .news-box h3 {
  max-width: 60rem;
  width: 100%;
}
.intro-wrapper .news-date,
.intro-wrapper .news-date span {
  color: #fff;
}

.intro-wrapper .news-box h3:hover {
  color: #fff;
  opacity: 0.6;
}
.intro-wrapper .news-date {
  margin-bottom: 0;
}
.desktop-wrapper {
  display: none;
}
.intro-slider .sticker {
  margin-bottom: 1rem;
}
.intro-slider img {
  aspect-ratio: 16/17 !important;
}
.intro-slider {
  overflow: hidden;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro-slider img {
    aspect-ratio: 16/10 !important;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .intro-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .intro-wrapper .news-box:nth-child(1) {
    grid-area: 1 / 1 / 8 / 3;
  }
  .intro-wrapper .news-box:nth-child(2) {
    grid-area: 1 / 3 / 5 / 5;
  }
  .intro-wrapper .news-box:nth-child(3) {
    grid-area: 5 / 3 / 8 / 4;
  }
  .intro-wrapper .news-box:nth-child(4) {
    grid-area: 5 / 4 / 8 / 5;
  }
  .desktop-wrapper {
    display: grid;
  }
  .mobile-wrapper {
    display: none;
  }
  .intro-wrapper .news-box:nth-child(3) h3,
  .intro-wrapper .news-box:nth-child(4) h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .intro-wrapper .news-text {
    padding: 4rem;
  }
}
/*-----*/

.column-news {
  width: 100%;
}
.column-tabs {
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #f1f1f1;
}

.column-news .news-box:not(:first-child) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column-news .news-box {
  margin-bottom: 1rem;
}
.column-news .news-box:not(:first-child) .news-image {
  width: 13rem;
}
.column-news .news-box:not(:first-child) .sticker {
  display: none;
}
.column-news .news-box:not(:first-child) .news-text {
  width: calc(100% - 15rem);
}
.column-news .news-box:not(:first-child) p {
  display: none;
}
.column-news .news-box:not(:first-child) h3 {
  font-size: 1.8rem;
}
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
}
.tabs a {
  padding: 0.5rem 1rem;
  display: inline-block;
  background-color: #f1f1f1;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-right: 0;
  font-weight: 400;
  border: 1px solid transparent;
  position: relative;
  border-radius: 1rem;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #000;
}
.tabs a::before,
.tabs a::after {
  content: "";
  width: 50%;
  position: absolute;
  height: 2rem;
  background-color: #f1f1f1;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
}
.tabs a::after {
  top: auto;
  bottom: -2rem;
}
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 2rem;
  position: relative;
}
.tabs-container.active-tab {
  display: block;
}
.tabs-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.column-box {
  position: relative;
  padding-left: 3rem;
}
.column-box h3 {
  font-size: 1.8rem;
}
.column-box::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #ff0e1c;
  position: absolute;
  left: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .column-news .news-box:not(:first-child) .news-image {
    width: 15rem;
  }
  .column-news .news-box:not(:first-child) .news-text {
    width: calc(100% - 18rem);
  }
  .column-tabs {
    padding: 3rem;
  }
  .tabs a {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .column-news {
    display: grid;
    gap: 2rem;
  }
  .column-news .news-box:nth-child(1) {
    grid-area: 1 / 1 / 6 / 2;
  }
  .column-news .news-box:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .column-news .news-box:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .column-news .news-box:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .column-news .news-box:nth-child(5) {
    grid-area: 4 / 2 / 5 / 3;
  }
  .column-news .news-box:nth-child(6) {
    grid-area: 5 / 2 / 6 / 3;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .columns-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .column-news {
    width: 62.6%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5rem;
  }
  .column-tabs {
    width: 34.4%;
    padding: 3rem;
    border-radius: 1rem;
    background-color: #f1f1f1;
  }
}
/*--------------*/

.desktop-news {
  display: none;
}
.news-slider {
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .desktop-news {
    display: grid;
  }
  .news-wrapper2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .news-wrapper2 .news-box:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .news-wrapper2 .news-box:nth-child(2) {
    grid-area: 1 / 2 / 3 / 4;
  }
  .news-wrapper2 .news-box:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
  }
  .news-wrapper2 .news-box:nth-child(4) {
    grid-area: 2 / 4 / 3 / 5;
  }
  .news-wrapper2 .news-box:nth-child(2) .news-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .news-wrapper2 .news-box:nth-child(2) h3:hover {
    color: #fff;
    opacity: 0.6;
  }
  .news-wrapper2 .news-box:nth-child(1) img {
    aspect-ratio: 16/17;
  }
  .news-wrapper2 .news-box:nth-child(2) .sticker {
    display: none;
  }
  .news-wrapper2 .news-box:nth-child(2) .news-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem;
    color: #fff;
    z-index: 2;
  }
  .news-wrapper2 .news-box:not(:first-child) p {
    display: none;
  }
  .news-wrapper2 .news-box:nth-child(2) .news-image img {
    aspect-ratio: 16/16;
    height: 86rem;
  }
  .news-wrapper2 .news-box:nth-child(2) .news-image {
    margin-bottom: 0;
  }
  .news-wrapper2 .news-box:nth-child(2) h3 {
    font-size: 3rem;
  }
  .news-wrapper2 .news-box:nth-child(2) .news-date,
  .news-wrapper2 .news-box:nth-child(2) .news-date span {
    color: #fff;
  }
  .mobile-news {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news-wrapper2 .news-box:nth-child(2) .news-text {
    padding: 4rem;
  }
}
/*-----------*/
.news-slider .custom-arrow {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-wrapper3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }

  .news-wrapper3 .news-box:nth-child(1) {
    grid-area: 1 / 1 / 2 / 5;
  }
  .news-wrapper3 .news-box:nth-child(2) {
    grid-area: 2 / 1 / 3 / 5;
  }
  .news-wrapper3 .news-box:nth-child(3) {
    grid-area: 3 / 1 / 4 / 5;
  }
  .news-wrapper3 .news-box:nth-child(4) {
    grid-area: 1 / 5 / 2 / 6;
  }
  .news-wrapper3 .news-box:nth-child(5) {
    grid-area: 2 / 5 / 3 / 6;
  }
  .news-wrapper3 .news-box:nth-child(6) {
    grid-area: 3 / 5 / 4 / 6;
  }

  .news-wrapper3 .news-box:nth-child(1),
  .news-wrapper3 .news-box:nth-child(2),
  .news-wrapper3 .news-box:nth-child(3) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-wrapper3 .news-box:nth-child(1) .news-image,
  .news-wrapper3 .news-box:nth-child(2) .news-image,
  .news-wrapper3 .news-box:nth-child(3) .news-image {
    width: 50rem;
  }
  .news-wrapper3 .news-box:nth-child(1) .news-text,
  .news-wrapper3 .news-box:nth-child(2) .news-text,
  .news-wrapper3 .news-box:nth-child(3) .news-text {
    width: calc(100% - 52rem);
  }
  .news-wrapper3 .news-box:nth-child(4) p,
  .news-wrapper3 .news-box:nth-child(5) p,
  .news-wrapper3 .news-box:nth-child(6) p {
    display: none;
  }
  .news-wrapper3 .news-box:nth-child(4) h3,
  .news-wrapper3 .news-box:nth-child(5) h3,
  .news-wrapper3 .news-box:nth-child(6) h3 {
    font-size: 1.8rem;
  }
}
/*-----------*/

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-wrapper4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .news-wrapper4 .news-box:nth-child(1) {
    grid-area: 1 / 1 / 5 / 2;
  }
  .news-wrapper4 .news-box:nth-child(2) {
    grid-area: 1 / 2 / 5 / 3;
  }
  .news-wrapper4 .news-box:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .news-wrapper4 .news-box:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .news-wrapper4 .news-box:nth-child(5) {
    grid-area: 3 / 3 / 4 / 4;
  }
  .news-wrapper4 .news-box:nth-child(6) {
    grid-area: 4 / 3 / 5 / 4;
  }

  .news-wrapper4 .news-box:nth-child(3),
  .news-wrapper4 .news-box:nth-child(4),
  .news-wrapper4 .news-box:nth-child(5),
  .news-wrapper4 .news-box:nth-child(6) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .news-wrapper4 .news-box:nth-child(3) .news-image,
  .news-wrapper4 .news-box:nth-child(4) .news-image,
  .news-wrapper4 .news-box:nth-child(5) .news-image,
  .news-wrapper4 .news-box:nth-child(6) .news-image {
    width: 15rem;
  }
  .news-wrapper4 .news-box:nth-child(3) .news-text,
  .news-wrapper4 .news-box:nth-child(4) .news-text,
  .news-wrapper4 .news-box:nth-child(5) .news-text,
  .news-wrapper4 .news-box:nth-child(6) .news-text {
    width: calc(100% - 18rem);
  }
  .news-wrapper4 .news-box:nth-child(3) p,
  .news-wrapper4 .news-box:nth-child(4) p,
  .news-wrapper4 .news-box:nth-child(5) p,
  .news-wrapper4 .news-box:nth-child(6) p {
    display: none;
  }
  .news-wrapper4 .news-box:nth-child(3) h3,
  .news-wrapper4 .news-box:nth-child(4) h3,
  .news-wrapper4 .news-box:nth-child(5) h3,
  .news-wrapper4 .news-box:nth-child(6) h3 {
    font-size: 1.8rem;
  }
  .news-wrapper4 .news-box:nth-child(3) .sticker,
  .news-wrapper4 .news-box:nth-child(4) .sticker,
  .news-wrapper4 .news-box:nth-child(5) .sticker,
  .news-wrapper4 .news-box:nth-child(6) .sticker {
    display: none;
  }
}
/*----------*/
.news-wrapper-default {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
.news-wrapper-default .news-box {
  width: 48.5%;
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .page-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .page-news .news-box {
    width: 31.3%;
  }
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .page-news .news-box {
    width: 48.5%;
  }
  .page-news .news-box p,
  .news-wrapper-default .news-box p {
    display: none;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-wrapper-default .news-box {
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}

/* ================================================================================== 
17. Banner
===================================================================================== */
.banner-place img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 98rem;
  margin: 0 auto;
}

/* ================================================================================== 
18. Footer
===================================================================================== */
.newsletter .container {
  background-color: #141b35;
  color: #fff;
  padding-bottom: 0;
}
.newsletter-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 3rem;
}
.newsletter-text {
  width: 100%;
}
.newsletter-form {
  width: 100%;
}
.newsletter-text h3 {
  font-size: 2.8rem;
  margin-bottom: 0;
}
.newsletter-form form {
  position: relative;
}
.newsletter-form input {
  background-color: rgba(255, 255, 255, 0.2);
}
.newsletter-form input.btn-newsletter {
  border-color: transparent;
  background-color: transparent;
  width: 6rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .newsletter-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsletter-text {
    width: 48%;
  }
  .newsletter-form {
    width: 48%;
  }
}
/*----------*/
footer {
  padding: 5rem 0;
  font-size: 1.6rem;
}
footer .container {
  background-color: #141b35;
  color: #fff;
}

.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child {
  margin-bottom: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  line-height: 2;
}
.footer-logo img {
  display: block;
  width: 24rem;
  height: auto;
  margin: 0 auto;
}
footer h3 {
  text-transform: uppercase;
  font-size: 2rem;
}
footer .social {
  justify-content: center;
}
.copyright .container {
  background-color: #141b35;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.copyright {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3%;
  }
  .footer-box {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img {
    margin: 0;
  }
  footer .social {
    justify-content: flex-start;
  }
  .copyright .container {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-box {
    width: 20%;
  }
  .footer-wrapper {
    justify-content: flex-start;
  }
}
/* ================================================================================== 
19. Article Page
===================================================================================== */
.article-page-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.article-page-content {
  display: block;
}
.article-image {
  margin-bottom: 5rem;
}
.article-image img {
  display: block;
  width: 100%;
  height: auto;
}
.news-slider2 {
  overflow: hidden;
}
.news-slider2 .news-box p {
  display: none;
}
.article-image a:not(:first-child) {
  display: none;
}

.aside-news .news-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aside-news .news-box .news-image {
  width: 15rem;
}
.aside-news .news-box .news-text {
  width: calc(100% - 18rem);
}
.aside-news .news-box p {
  display: none;
}
.aside-news .news-box h3 {
  font-size: 1.8rem;
}
.article-aside .column-tabs {
  width: 100%;
}
.article-aside {
  background-color: #fff;
}
.aside-news {
  margin-top: 5rem;
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery-wrapper a{
  display: block;
  width: 48.5%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.gallery-wrapper img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.05);
}
.caption{
  font-size: 1.4rem;
  font-style: italic;
}
@media only screen and (max-width: 75em) {
  /*1200px*/
  .article-aside {
    padding: 0;
  }
}

/* ================================================================================== 
20. Contact Page
===================================================================================== */
.contact-text {
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text {
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form {
    width: 48%;
  }
}

/* ================================================================================== 
21. Vrijeme widget
===================================================================================== */
#splw-location-weather-187.splw-main-wrapper {
    margin-bottom: 0;
}

.splw-lite-templates-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 !important;
  align-content: center;
  align-items: center;
}

.splw-lite-wrapper .splw-lite-header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 0 !important;
  margin-right: 1rem;
  margin-top: 2px !important;
}

.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.splw-lite-current-temp .temperature-scale {
  font-size: 12px;
  vertical-align: top;
  margin-top: 4px !important;
  margin-left: 0px;
  display: inline-block;
  font-weight: 400;
}

#splw-location-weather-187
  .splw-lite-wrapper
  .splw-lite-current-temp
  .splw-weather-icon {
  width: 28px;
}
