/*
Theme Name: Auto triske
Theme URI: 
Author: Robi
Author URI: 
Description: auto-triske is a fully responsive and highly customizable WordPress Auto dealer theme.
Version: 1.0.0
License:
License URI:
Tags: Auto, Triske, Dealer
*/
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
@import 'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css';
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* Gets rid of IE's blue borders */
a img {
  border: none;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img, object, embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 100%;
  outline: none;
}

table {
  font-size: inherit;
  font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active, a:focus {
  outline: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: none;
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* links */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
div {
  position: relative;
}

.cl {
  font-size: 0px;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.bld {
  font-weight: bold;
}

textarea {
  resize: none;
}

input:focus {
  outline: 0;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #545775;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #545775;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #c2c3d3;
  color: #fff;
  text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #545775;
}

ins {
  background-color: #545775;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #545775;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

input, textarea, button, select, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* LAYOUT */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.alignnone {
  display: block;
  margin: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-top: 5px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body, select, input, textarea {
  color: #000;
}

body {
  background-color: #fff;
  font-family: "Karla", sans-serif;
  overflow: hidden;
}

.top-margin {
  margin-top: 60px;
}

.fancybox-navigation {
  top: 50%;
}

/* Imports
-------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #7d7d7d;
}

h1 {
  font-size: 64px;
  font-weight: 800;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 27px;
  color: #eb5e28;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
}

.highlight-text, .p1, p, .p2, .p2-bold, .p3 {
  line-height: 1.5;
  font-weight: 700;
  color: #545775;
}

.highlight-text {
  font-size: 30px;
}

.p1 {
  font-size: 20px;
  color: #7d7d7d;
}

p, .p2, .p2-bold {
  font-size: 16px;
  font-weight: 500;
}

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

.p3 {
  font-size: 14px;
  font-weight: 400;
}

a {
  cursor: pointer;
}
a.link-underline {
  text-decoration: underline;
}

ul {
  padding-left: 20px;
}
ul li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  list-style-type: disc;
}

ol {
  padding-left: 20px;
}
ol li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  list-style-type: disc;
}

.title-section {
  background-color: #252422;
  font-family: "Karla", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 10px 12px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .title-section {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .title-section {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .title-section {
    font-size: 16px;
  }
}

.website-body {
  background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%);
}

.header-in {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.header-in .logo {
  display: inline-block;
  padding: 48px 0;
}
.header-in .btn-mobile-nav {
  display: none;
}
.header-in .contact-box {
  position: absolute;
  top: 20px;
  right: 0;
}
.header-in .contact-box .header-contact {
  text-align: right;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  color: #eb5e28;
  font-weight: 700;
  margin-bottom: 10px;
}
.header-in .contact-box .header-contact:hover {
  color: #7d7d7d;
}
.header-in .contact-box .header-contact:last-child {
  margin-bottom: 0;
}
.header-in .main-menu {
  width: 100%;
  margin-bottom: 10px;
}
.header-in .main-menu .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0;
  padding-left: 0;
  background-color: #eb5e28;
}
.header-in .main-menu .menu .menu-item {
  position: relative;
  list-style-type: none;
  margin-bottom: auto;
  line-height: normal;
  font-size: initial;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  flex: 1 0 auto;
  background-color: #eb5e28;
}
.header-in .main-menu .menu .menu-item.current-menu-item > a, .header-in .main-menu .menu .menu-item.current-menu-ancestor > a {
  background-color: #403D39;
}
.header-in .main-menu .menu .menu-item a {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 75px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.header-in .main-menu .menu .menu-item a:hover {
  background-color: #252422;
}
.header-in .main-menu .menu .menu-item.dropdown > a::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5599 6.26882L9.21324 10.6155C8.69991 11.1288 7.85991 11.1288 7.34658 10.6155L2.99991 6.26882' stroke='%237d7d7d' stroke-width='1.36' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
}
.header-in .main-menu .menu .menu-item.dropdown.multi .sub-menu {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  grid-column-gap: 52px;
  padding-bottom: 12px;
}
.header-in .main-menu .menu .menu-item.dropdown.current-menu-ancestor > a::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5599 6.26882L9.21324 10.6155C8.69991 11.1288 7.85991 11.1288 7.34658 10.6155L2.99991 6.26882' stroke='%23eb5e28' stroke-width='1.36' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header-in .main-menu .menu .menu-item:hover .sub-menu {
  display: block;
}
.header-in .main-menu .menu .menu-item.multi:hover .sub-menu {
  display: grid;
}
.header-in .main-menu .menu .menu-item .sub-menu {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #FFFFFF;
  padding: 28px 32px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0px 15px 24px rgba(30, 38, 105, 0.1);
  white-space: nowrap;
  left: -28px;
  top: 40px;
}
.header-in .main-menu .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 16px;
}
.header-in .main-menu .menu .menu-item .sub-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
.header-in .main-menu .menu .menu-item .sub-menu .menu-item a {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 21px;
}
.header-in .slider .swiper-button-next, .header-in .slider .swiper-button-prev {
  color: #eb5e28;
}

.dropdown-menu {
  display: none;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1629px) {
  .header-in {
    width: 1180px;
  }
  .header-in .main-menu .menu {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1199px) {
  .header-in {
    width: 960px;
  }
  .header-in .main-menu .menu {
    justify-content: flex-start;
  }
  .header-in .main-menu .menu .menu-item a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 979px) {
  .header-in {
    width: 748px;
  }
  .header-in .btn-mobile-nav {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
  }
  .header-in .contact-box {
    top: 84px;
  }
  .header-in .main-menu {
    display: none;
  }
  .header-in .main-menu .menu {
    justify-content: flex-start;
  }
  .dropdown-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    padding-top: 60px;
  }
  .dropdown-menu .dropdown-menu-in {
    height: 100%;
    width: 748px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .dropdown-menu .dropdown-navigation ul {
    padding-left: 0;
  }
  .dropdown-menu .dropdown-navigation ul li {
    list-style-type: none;
    margin-bottom: 6px;
  }
  .dropdown-menu .dropdown-navigation ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .dropdown-menu .dropdown-navigation ul li.current-menu-item > a, .dropdown-menu .dropdown-navigation ul li.current-menu-ancestor > a {
    color: #FFFFFF;
    background-color: #403D39;
  }
  .dropdown-menu .dropdown-navigation ul li a {
    display: block;
    padding: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    background-color: #eb5e28;
    -webkit-tap-highlight-color: transparent;
  }
  .dropdown-menu .dropdown-navigation ul li a:active, .dropdown-menu .dropdown-navigation ul li a:hover {
    background-color: #252422;
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children a {
    padding: 17px 0 18px 0;
    line-height: 17px;
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children a::after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5599 6.26882L9.21324 10.6155C8.69991 11.1288 7.85991 11.1288 7.34658 10.6155L2.99991 6.26882' stroke='%237d7d7d' stroke-width='1.36' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 8px;
    transform: rotate(-90deg);
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children a.down::after {
    transform: rotate(0deg);
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children.current-menu-ancestor a::after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5599 6.26882L9.21324 10.6155C8.69991 11.1288 7.85991 11.1288 7.34658 10.6155L2.99991 6.26882' stroke='%23eb5e28' stroke-width='1.36' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children .sub-menu {
    display: none;
    margin-top: -7px;
    margin-bottom: 15px;
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children .sub-menu li {
    border-bottom: none;
    margin-bottom: 8px;
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children .sub-menu li a {
    padding: 6px 0 6px 12px;
    text-transform: none;
    font-weight: 500;
  }
  .dropdown-menu .dropdown-navigation ul li.menu-item-has-children .sub-menu li a::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-in {
    width: 556px;
  }
  .header-in .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 48px 0 64px 0;
  }
  .header-in .contact-box {
    top: 135px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .header-in .contact-box .header-contact {
    text-align: center;
    margin-bottom: 0;
  }
  .header-in .main-menu .menu {
    justify-content: flex-start;
  }
  .dropdown-menu .dropdown-menu-in {
    width: 556px;
  }
}
@media only screen and (max-width: 575px) {
  .header-in {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-in .btn-mobile-nav {
    right: 20px;
  }
  .header-in .contact-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-in .contact-box .header-contact {
    font-size: 16px;
  }
  .header-in .main-menu .menu {
    justify-content: flex-start;
  }
  .dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-menu .dropdown-menu-in {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .header-in {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-in .logo {
    padding: 48px 0 90px 0;
    max-width: 300px;
  }
  .header-in .btn-mobile-nav {
    right: 10px;
  }
  .header-in .contact-box {
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
    top: 110px;
  }
  .header-in .contact-box .header-contact {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .header-in .contact-box .header-contact:last-child {
    margin-bottom: 0;
  }
  .header-in .main-menu .menu {
    justify-content: flex-start;
  }
  .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer {
  background-color: #252422;
}

.footer-in {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.footer-in .footer-columns {
  margin-bottom: 30px;
  display: flex;
  padding-top: 30px;
}
.footer-in .footer-columns .footer-col-title {
  font-size: 32px;
  color: #eb5e28;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-in .footer-columns .footer-kontakt {
  width: 280px;
  flex: 0 0 auto;
  margin-right: 30px;
}
.footer-in .footer-columns .footer-kontakt .footer-col-contact {
  display: block;
  font-size: 20px;
  color: #7d7d7d;
  line-height: 1.5;
  margin-bottom: 16px;
}
.footer-in .footer-columns .footer-kontakt .footer-col-contact:hover {
  color: #b0b0b0;
}
.footer-in .footer-columns .footer-kontakt .footer-soc .footer-soc-link {
  margin-right: 8px;
}
.footer-in .footer-columns .footer-counter {
  width: 190px;
  flex: 0 0 auto;
  margin-right: 30px;
}
.footer-in .footer-columns .footer-counter .footer-counter-content {
  font-size: 32px;
  color: #7d7d7d;
}
.footer-in .footer-columns .footer-misija .footer-col-misija {
  font-size: 20px;
  color: #7d7d7d;
}
.footer-in .footer-copy {
  border-top: 1px solid rgba(125, 125, 125, 0.4);
  font-size: 16px;
  color: #7d7d7d;
  padding: 16px 0;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1629px) {
  .footer-in {
    width: 1180px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-in {
    width: 960px;
  }
  .footer-in .footer-columns .footer-kontakt {
    width: 280px;
  }
}
@media only screen and (max-width: 979px) {
  .footer-in {
    width: 748px;
  }
  .footer-in .footer-columns {
    flex-wrap: wrap;
  }
  .footer-in .footer-columns .footer-kontakt {
    order: 2;
    width: 50%;
  }
  .footer-in .footer-columns .footer-counter {
    order: 3;
  }
  .footer-in .footer-columns .footer-counter .footer-counter-content {
    font-size: 32px;
    color: #7d7d7d;
  }
  .footer-in .footer-columns .footer-misija {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-in {
    width: 556px;
  }
  .footer-in .footer-columns {
    flex-wrap: wrap;
  }
  .footer-in .footer-columns .footer-kontakt .footer-col-contact {
    display: block;
  }
  .footer-in .footer-columns .footer-misija {
    order: 1;
  }
}
@media only screen and (max-width: 575px) {
  .footer-in {
    width: calc(100% - 40px);
  }
  .footer-in .footer-columns .footer-kontakt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer-in .footer-columns .footer-misija .footer-col-misija {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-in {
    width: calc(100% - 20px);
  }
  .footer-in .footer-columns .footer-misija .footer-col-misija {
    font-size: 17px;
  }
}
.default-page-wrap .page-header {
  background-image: url("images/page-header_bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.default-page-wrap .page-header .page-header-in {
  width: 1600px;
  min-height: 282px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.default-page-wrap .google-reviews {
  left: 5px;
  padding: 16px 20px 18px 20px;
}
.default-page-wrap .page-content {
  width: 1600px;
  margin: 60px auto 100px auto;
}

/* Responsive
-------------------------------------------------------------------------------*/
.page-home {
  display: block;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-home .selected-cars {
  width: 1280px;
  margin-bottom: 20px;
}
.page-home .selected-cars .selected-cars-in {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 20px;
}
.page-home .selected-cars .selected-cars-in .vozilo-item {
  width: calc(50% - 10px);
}
.page-home .main-sidebar {
  width: 300px;
  flex: 0 0 auto;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1629px) {
  .page-home {
    width: 1180px;
  }
  .page-home .selected-cars {
    width: 860px;
  }
  .page-home .selected-cars .selected-cars-in .vozilo-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-home {
    width: 960px;
  }
  .page-home .selected-cars {
    width: 640px;
  }
}
@media only screen and (max-width: 979px) {
  .page-home {
    width: 748px;
    flex-wrap: wrap;
  }
  .page-home .selected-cars {
    order: 2;
    width: 100%;
  }
  .page-home .main-sidebar {
    order: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 0;
  }
  .page-home .main-sidebar .side-section {
    width: 100%;
  }
  .page-home .main-sidebar .side-section:nth-child(1) {
    width: 280px;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-home {
    width: 556px;
  }
  .page-home .main-sidebar {
    column-gap: 0;
    flex-wrap: wrap;
  }
  .page-home .main-sidebar .side-section {
    width: 48.5%;
  }
  .page-home .main-sidebar .side-section:nth-child(1) {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .page-home {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .page-home {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-home .main-sidebar {
    column-gap: 0;
  }
  .page-home .main-sidebar .side-section {
    width: 100%;
  }
}
.kontakt-page-wrap {
  padding-top: 60px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.kontakt-page-wrap .title {
  font-size: 70px;
  color: #eb5e28;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-boxes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 60px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box {
  width: 50%;
  padding: 30px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-name {
  font-size: 36px;
  color: #252422;
  font-weight: 700;
  margin-bottom: 20px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-phone {
  font-size: 28px;
  color: #403D39;
  margin-bottom: 20px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-email {
  font-size: 24px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-email a {
  color: #7d7d7d;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-email a:hover {
  color: #eb5e28;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form label {
  width: 100%;
  font-family: "Karla", sans-serif;
  font-size: 16px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-text, .kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-ta {
  margin-bottom: 18px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-text .wpcf7-text, .kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-text .wpcf7-email, .kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-ta .wpcf7-text, .kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-ta .wpcf7-email {
  width: 100%;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  color: #252422;
  padding: 10px 8px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-ta .wpcf7-textarea {
  width: 100%;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  color: #252422;
  padding: 10px 8px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-submit {
  text-align: center;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-submit .wpcf7-submit {
  width: 100%;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #eb5e28;
  padding: 10px 8px;
  border: none;
  margin-bottom: 10px;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-submit .wpcf7-submit:hover {
  color: #FFFFFF;
  background-color: #403D39;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form .kont-submit .wpcf7-spinner {
  text-align: center;
  margin: 0;
}
.kontakt-page-wrap .kontakt-page-content .kotakt-form .wpcf7-response-output {
  width: 450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .kontakt-page-wrap {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .kontakt-page-wrap {
    width: 576px;
  }
}
@media only screen and (max-width: 575px) {
  .kontakt-page-wrap {
    padding-top: 40px;
    width: 480px;
    margin-bottom: 50px;
  }
  .kontakt-page-wrap .title {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box {
    width: 100%;
    padding: 20px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-name {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-phone {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-email {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .kontakt-page-wrap {
    padding-top: 30px;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .kontakt-page-wrap .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes {
    margin-bottom: 30px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-name {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-phone {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-boxes .kontakt-box .kontakt-email {
    font-size: 20px;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-form .kont-form {
    width: 100%;
  }
  .kontakt-page-wrap .kontakt-page-content .kotakt-form .wpcf7-response-output {
    width: 100%;
    font-size: 14px;
  }
}
.page-404_w {
  background: var(--sectionBackground);
}
.page-404_w .page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 211px);
  min-height: 250px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.page-404_w .page-404 .title-404 {
  font-size: 128px;
  color: var(--textColor);
}
.page-404_w .page-404 .text-404 {
  font-size: 24px;
  color: var(--textColor);
  margin-bottom: 16px;
}
.page-404_w .page-404 .back-404 {
  text-transform: uppercase;
  color: var(--mainColor);
}
.page-404_w .page-404 .back-404:hover {
  text-decoration: underline;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .page-404_w .page-404 {
    height: calc(100vh - 161px);
  }
}
@media only screen and (max-width: 479px) {
  .page-404_w .page-404 {
    height: calc(100vh - 83px);
  }
  .page-404_w .page-404 .title-404 {
    font-size: 100px;
  }
  .page-404_w .page-404 .text-404 {
    font-size: 20px;
  }
}
.single-post-content-wrap {
  background: var(--sectionBackground);
  color: var(--textColor);
}
.single-post-content-wrap .single-post-hero-section-wrap {
  position: relative;
}
.single-post-content-wrap .single-post-hero-section-wrap .single-post-hero-section {
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single-post-content-wrap .post-content-wide {
  max-width: 1010px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 0;
  border-top: 1px solid var(--post-gray);
}
.single-post-content-wrap .post-content-wide:last-of-type {
  border: 0;
}
.single-post-content-wrap .post-content-wide h1, .single-post-content-wrap .post-content-wide h2, .single-post-content-wrap .post-content-wide h3, .single-post-content-wrap .post-content-wide h4, .single-post-content-wrap .post-content-wide h5, .single-post-content-wrap .post-content-wide h6 {
  text-transform: uppercase;
  font-weight: bold;
}
.single-post-content-wrap .post-content-wide h1 {
  font-size: 60px;
}
.single-post-content-wrap .post-content-wide h2 {
  font-size: 48px;
}
.single-post-content-wrap .post-content-wide h3 {
  font-size: 40px;
}
.single-post-content-wrap .post-content-wide h4 {
  font-size: 30px;
}
.single-post-content-wrap .post-content-wide h5 {
  font-size: 22px;
}
.single-post-content-wrap .post-content-wide h6 {
  font-size: 18px;
}
.single-post-content-wrap .post-content-wide .big-title {
  color: var(--textColor);
  line-height: 1.17;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post-content-wrap .post-content-wide .excerpt {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.single-post-content-wrap .post-content-wide .excerpt p {
  font-size: 24px;
  line-height: 32px;
}
.single-post-content-wrap .post-content-wide .post-details {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: var(--post-gray);
  font-size: 18px;
  margin-bottom: 27px;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post-content-wrap .post-content-wide .post-details p {
  display: inline-block;
}
.single-post-content-wrap .post-content-wide .share-section {
  margin-bottom: 53px;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post-content-wrap .post-content-wide .share-section a, .single-post-content-wrap .post-content-wide .share-section span {
  padding: 0 6px;
  cursor: pointer;
}
.single-post-content-wrap .post-content-wide .share-section a:hover, .single-post-content-wrap .post-content-wide .share-section span:hover {
  opacity: 0.7;
}
.single-post-content-wrap .post-content-wide .post-content-regular {
  text-align: left;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wp-block-group {
  max-width: 575px;
  margin: 0 auto 22px auto;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wp-block-group.has-background {
  padding: 40px;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wp-block-group p:last-child {
  margin-bottom: 0;
}
.single-post-content-wrap .post-content-wide .post-content-regular h1, .single-post-content-wrap .post-content-wide .post-content-regular h2, .single-post-content-wrap .post-content-wide .post-content-regular h3, .single-post-content-wrap .post-content-wide .post-content-regular h4, .single-post-content-wrap .post-content-wide .post-content-regular h5, .single-post-content-wrap .post-content-wide .post-content-regular h6 {
  max-width: 575px;
  width: 100%;
  margin: 34px auto 22px;
}
.single-post-content-wrap .post-content-wide .post-content-regular p {
  max-width: 575px;
  line-height: 1.75;
  width: 100%;
  margin: 0 auto 22px auto;
  font-size: 16px;
}
.single-post-content-wrap .post-content-wide .post-content-regular figure.wp-block-pullquote {
  display: block;
  margin: auto;
  height: auto;
  max-width: 970px;
  background-color: var(--pullquote_background);
  padding: 0;
  margin: 60px auto;
}
.single-post-content-wrap .post-content-wide .post-content-regular figure.wp-block-pullquote figcaption {
  color: var(--textColor);
  text-transform: uppercase;
  background-color: var(--medium-gray);
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
}
.single-post-content-wrap .post-content-wide .post-content-regular a {
  color: var(--news_single_link);
}
.single-post-content-wrap .post-content-wide .post-content-regular a:hover {
  color: var(--news_single_link_hover);
}
.single-post-content-wrap .post-content-wide .post-content-regular blockquote {
  display: flex;
  flex-wrap: wrap;
}
.single-post-content-wrap .post-content-wide .post-content-regular blockquote:before {
  content: "";
  display: block;
  width: 6px;
  background-color: var(--mainColor);
}
.single-post-content-wrap .post-content-wide .post-content-regular blockquote p {
  width: 100%;
  max-width: 100%;
  font-size: 28px;
  font-style: italic;
  line-height: 1.29;
  width: calc(100% - 6px);
  padding-left: 38px;
  padding-top: 14px;
  padding-bottom: 28px;
}
.single-post-content-wrap .post-content-wide .post-content-regular blockquote cite {
  width: 100%;
  text-align: left;
  color: var(--mainColor);
  padding-left: 30px;
  text-transform: capitalize;
}
.single-post-content-wrap .post-content-wide .post-content-regular ul {
  list-style-type: disc;
}
.single-post-content-wrap .post-content-wide .post-content-regular ul, .single-post-content-wrap .post-content-wide .post-content-regular ol {
  max-width: 575px;
  line-height: 28px;
  font-size: 15px;
  margin: 34px auto 64px auto;
}
.single-post-content-wrap .post-content-wide .post-content-regular ul li, .single-post-content-wrap .post-content-wide .post-content-regular ol li {
  padding-bottom: 22px;
}
.single-post-content-wrap .post-content-wide .post-content-regular ul li:last-child, .single-post-content-wrap .post-content-wide .post-content-regular ol li:last-child {
  padding-bottom: 0;
}
.single-post-content-wrap .post-content-wide .post-content-regular ol {
  padding-left: 14px;
}
.single-post-content-wrap .post-content-wide .post-content-regular ul {
  padding-left: 20px;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wrap {
  max-width: 575px;
  margin: 56px auto 32px auto;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom {
  margin-bottom: 20px;
  text-align: left;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom a, .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom p, .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom span {
  display: inline-block;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom p {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  padding-right: 10px;
  margin-bottom: 0;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom a, .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom span {
  vertical-align: middle;
  padding: 0 6px;
  font-size: 0;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom a:hover, .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom span:hover {
  opacity: 0.7;
  cursor: pointer;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wp-block-image {
  margin: 3px auto 22px auto;
}
.single-post-content-wrap .post-content-wide .post-content-regular .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.single-post-content-wrap .post-content-wide .post-content-regular .tags {
  width: 575px;
  text-align: left;
  margin: 0 auto;
  display: flex;
}
.single-post-content-wrap .post-content-wide .post-content-regular .tags span {
  font-size: 20px;
  font-weight: bold;
  padding-right: 12px;
}
.single-post-content-wrap .post-content-wide .post-content-regular .tags .content {
  display: flex;
  flex-wrap: wrap;
}
.single-post-content-wrap .post-content-wide .post-content-regular .tags a {
  font-size: 14px;
  color: var(--post-gray);
  border: 1px solid var(--tag-border);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 8px;
  margin-left: 16px;
  margin-bottom: 10px;
}
.single-post-content-wrap .post-content-wide .post-content-regular .tags a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
  filter: alpha(opacity=80);
  zoom: 1;
}
.single-post-content-wrap .post-content-wide .teams-tags,
.single-post-content-wrap .post-content-wide .players-tags {
  visibility: hidden;
}
.single-post-content-wrap .single-post-related-wrap {
  padding-top: 40px;
  padding-bottom: 160px;
  border-top: 0;
}
.single-post-content-wrap .single-post-related-wrap .title-related {
  width: 870px;
  border-top: 1px solid var(--divider);
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 49px 20px 0 20px;
  margin: 0 auto;
  text-align: center;
}
.single-post-content-wrap .single-post-related-wrap .related-posts {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post {
  overflow: hidden;
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news {
  width: 270px;
  height: 270px;
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news:hover .news-img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-img:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, var(--related_image_gradient_0) 0%, var(--related_image_gradient_100) 100%);
  background: -webkit-linear-gradient(top, var(--related_image_gradient_0) 0%, var(--related_image_gradient_100) 100%);
  background: linear-gradient(to bottom, var(--related_image_gradient_0) 0%, var(--related_image_gradient_100) 100%);
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details {
  padding: 84px 20px 20px 20px;
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .news-cat_w {
  display: inline-block;
  width: 90px;
  height: 30px;
  background: var(--mainColor);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  margin-left: 8px;
  margin-right: 16px;
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .news-cat_w .news-cat {
  width: 90px;
  height: 30px;
  background: var(--mainColor);
  margin-left: -8px;
  padding-left: 10px;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  font-size: 12px;
  color: var(--overMainColor);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  overflow: hidden;
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .date {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: var(--textColor);
  line-height: 33px;
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .date svg {
  position: relative;
  top: 3px;
  margin-right: 4px;
  stroke: var(--textColor);
}
.single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .title-post {
  max-height: 112px;
  overflow: hidden;
  display: block;
  font-size: 20px;
  color: var(--textColor);
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 3px 6px var(--related_image_shadow);
  margin-top: 19px;
  text-align: left;
  text-transform: uppercase;
}

.gg-post-video-block {
  position: relative;
  margin-bottom: 60px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.gg-post-video-block video {
  width: 100%;
  height: auto;
  position: relative;
}
.gg-post-video-block .video-play-icon {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  background-color: var(--mainColor);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gg-post-video-block .video-play-icon svg {
  width: 16px;
  height: 20px;
  fill: var(--overMainColor);
}
.gg-post-video-block .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gg-post-video-block .content-box .video__title, .gg-post-video-block .content-box .video__duration {
  position: absolute;
}
.gg-post-video-block .content-box .video__title {
  left: 30px;
  top: 78px;
  max-width: 540px;
  width: 100%;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.18;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  max-height: 354px;
}
.gg-post-video-block .content-box .video__duration {
  left: 30px;
  top: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.gg-post-video-block .content-box .video__duration svg {
  margin-right: 8px;
}

.gg-post-video-yt-block {
  position: relative;
  margin-bottom: 60px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.gg-post-video-yt-block .gg-video-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gg-post-video-yt-block .video-play-icon {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  background-color: var(--mainColor);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gg-post-video-yt-block .video-play-icon svg {
  width: 16px;
  height: 20px;
  fill: var(--overMainColor);
}
.gg-post-video-yt-block .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gg-post-video-yt-block .content-box .video__title, .gg-post-video-yt-block .content-box .video__duration {
  position: absolute;
}
.gg-post-video-yt-block .content-box .video__title {
  left: 30px;
  top: 78px;
  max-width: 540px;
  width: 100%;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.18;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  max-height: 354px;
  text-shadow: 0 3px 6px var(--medium-gray);
}
.gg-post-video-yt-block .content-box .video__duration {
  left: 30px;
  top: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.gg-post-video-yt-block .content-box .video__duration svg {
  margin-right: 8px;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 909px) {
  .single-post-content-wrap .single-post-hero-section-wrap .single-post-hero-section {
    height: 232px;
  }
  .single-post-content-wrap .post-content-wide {
    max-width: 708px;
    padding-top: 46px;
  }
  .single-post-content-wrap .post-content-wide .big-title {
    margin-bottom: 5px;
  }
  .single-post-content-wrap .post-content-wide .excerpt {
    margin-bottom: 18px;
  }
  .single-post-content-wrap .post-content-wide .post-details {
    margin-bottom: 28px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wp-block-group {
    max-width: 588px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular h1, .single-post-content-wrap .post-content-wide .post-content-regular h2, .single-post-content-wrap .post-content-wide .post-content-regular h3, .single-post-content-wrap .post-content-wide .post-content-regular h4, .single-post-content-wrap .post-content-wide .post-content-regular h5, .single-post-content-wrap .post-content-wide .post-content-regular h6 {
    max-width: 588px;
    margin: 28px auto 22px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular p {
    max-width: 588px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular figure.wp-block-pullquote {
    max-width: 708px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular ul, .single-post-content-wrap .post-content-wide .post-content-regular ol {
    max-width: 588px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wrap {
    max-width: 588px;
    margin: 50px auto 40px auto;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .tags {
    width: 588px;
  }
  .single-post-content-wrap .single-post-related-wrap {
    padding-top: 49px;
    padding-bottom: 99px;
  }
  .single-post-content-wrap .single-post-related-wrap .title-related {
    width: 708px;
    padding: 53px 20px 0 20px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts {
    padding-top: 54px;
    max-width: 708px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post:last-child {
    display: none;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news {
    width: 348px;
    height: 348px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details {
    padding: 20px 20px 20px 20px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .news-cat_w {
    width: 107px;
    height: 36px;
    margin-left: 8px;
    margin-right: 18px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .news-cat_w .news-cat {
    width: 107px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .date {
    line-height: 39px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .title-post {
    max-height: 252px;
    font-size: 36px;
    line-height: 1.17;
    margin-top: 24px;
  }
  .gg-post-video-block .content-box .video__title {
    top: 64px;
    font-size: 36px;
    max-height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post-content-wrap .single-post-hero-section-wrap .single-post-hero-section {
    height: 232px;
  }
  .single-post-content-wrap .post-content-wide {
    max-width: 640px;
    padding-top: 46px;
  }
  .single-post-content-wrap .post-content-wide h1 {
    font-size: 50px;
  }
  .single-post-content-wrap .post-content-wide h2 {
    font-size: 40px;
  }
  .single-post-content-wrap .post-content-wide h3 {
    font-size: 36px;
  }
  .single-post-content-wrap .post-content-wide h4 {
    font-size: 28px;
  }
  .single-post-content-wrap .post-content-wide h5 {
    font-size: 20px;
  }
  .single-post-content-wrap .post-content-wide h6 {
    font-size: 17px;
  }
  .single-post-content-wrap .post-content-wide .big-title {
    font-size: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .single-post-content-wrap .post-content-wide .excerpt {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 18px;
  }
  .single-post-content-wrap .post-content-wide .excerpt p {
    font-size: 20px;
  }
  .single-post-content-wrap .post-content-wide .post-details {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 28px;
  }
  .single-post-content-wrap .post-content-wide .share-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wp-block-group {
    max-width: 540px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular h1, .single-post-content-wrap .post-content-wide .post-content-regular h2, .single-post-content-wrap .post-content-wide .post-content-regular h3, .single-post-content-wrap .post-content-wide .post-content-regular h4, .single-post-content-wrap .post-content-wide .post-content-regular h5, .single-post-content-wrap .post-content-wide .post-content-regular h6 {
    max-width: 540px;
    margin: 25px auto 22px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular p {
    max-width: 540px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular figure.wp-block-pullquote {
    max-width: 600px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular blockquote p {
    font-size: 24px;
    padding-bottom: 18px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular ul, .single-post-content-wrap .post-content-wide .post-content-regular ol {
    max-width: 540px;
    margin: 34px auto 44px auto;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wrap {
    max-width: 540px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .tags {
    width: 540px;
  }
  .single-post-content-wrap .single-post-related-wrap {
    padding-bottom: 99px;
  }
  .single-post-content-wrap .single-post-related-wrap .title-related {
    width: 600px;
    padding: 53px 20px 0 20px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts {
    padding-top: 54px;
    max-width: 600px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news {
    width: 294px;
    height: 294px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .title-post {
    max-height: 185px;
    font-size: 32px;
  }
  .gg-post-video-block .video-play-icon {
    width: 60px;
    height: 60px;
  }
  .gg-post-video-block .video-play-icon svg {
    width: 12px;
    height: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .single-post-content-wrap .single-post-hero-section-wrap .single-post-hero-section {
    height: 170px;
  }
  .single-post-content-wrap .post-content-wide {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 46px;
  }
  .single-post-content-wrap .post-content-wide h1 {
    font-size: 46px;
  }
  .single-post-content-wrap .post-content-wide h2 {
    font-size: 36px;
  }
  .single-post-content-wrap .post-content-wide h3 {
    font-size: 30px;
  }
  .single-post-content-wrap .post-content-wide h4 {
    font-size: 26px;
  }
  .single-post-content-wrap .post-content-wide h5 {
    font-size: 18px;
  }
  .single-post-content-wrap .post-content-wide h6 {
    font-size: 16px;
  }
  .single-post-content-wrap .post-content-wide .big-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .single-post-content-wrap .post-content-wide .excerpt p {
    font-size: 18px;
  }
  .single-post-content-wrap .post-content-wide .share-section {
    margin-bottom: 30px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wp-block-group {
    max-width: 100%;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wp-block-group.has-background {
    padding: 30px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular h1, .single-post-content-wrap .post-content-wide .post-content-regular h2, .single-post-content-wrap .post-content-wide .post-content-regular h3, .single-post-content-wrap .post-content-wide .post-content-regular h4, .single-post-content-wrap .post-content-wide .post-content-regular h5, .single-post-content-wrap .post-content-wide .post-content-regular h6 {
    max-width: 100%;
    margin: 25px auto 22px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular p {
    max-width: 100%;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular figure.wp-block-pullquote {
    max-width: 100%;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular blockquote p {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 18px;
    padding-bottom: 18px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular ul, .single-post-content-wrap .post-content-wide .post-content-regular ol {
    max-width: 100%;
    margin: 34px auto 44px auto;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wrap {
    max-width: 100%;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .tags {
    width: 100%;
  }
  .single-post-content-wrap .single-post-related-wrap {
    padding-bottom: 60px;
  }
  .single-post-content-wrap .single-post-related-wrap .title-related {
    width: auto;
    padding: 53px 20px 0 20px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts {
    flex-wrap: wrap;
    padding-top: 54px;
    max-width: 100%;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post {
    margin-bottom: 20px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post:last-child {
    display: block;
    margin-bottom: 0;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news {
    width: auto;
    height: 292px;
    margin: 0 30px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .title-post {
    max-height: 185px;
    font-size: 32px;
  }
  .gg-post-video-block .content-box .video__title {
    max-width: 360px !important;
    max-height: 142px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .single-post-content-wrap .single-post-hero-section-wrap .single-post-hero-section {
    height: 110px;
  }
  .single-post-content-wrap .post-content-wide {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 35px;
  }
  .single-post-content-wrap .post-content-wide h1 {
    font-size: 32px;
  }
  .single-post-content-wrap .post-content-wide h2 {
    font-size: 30px;
  }
  .single-post-content-wrap .post-content-wide h3 {
    font-size: 28px;
  }
  .single-post-content-wrap .post-content-wide h4 {
    font-size: 24px;
  }
  .single-post-content-wrap .post-content-wide h5 {
    font-size: 18px;
  }
  .single-post-content-wrap .post-content-wide h6 {
    font-size: 15px;
  }
  .single-post-content-wrap .post-content-wide .big-title {
    line-height: 1.13;
    font-size: 32px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .single-post-content-wrap .post-content-wide .excerpt {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 27px;
  }
  .single-post-content-wrap .post-content-wide .excerpt p {
    line-height: 1.35;
  }
  .single-post-content-wrap .post-content-wide .post-details {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .single-post-content-wrap .post-content-wide .share-section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 26px;
  }
  .single-post-content-wrap .post-content-wide .share-section a, .single-post-content-wrap .post-content-wide .share-section span {
    padding: 0 3px;
  }
  .single-post-content-wrap .post-content-wide .share-section a svg, .single-post-content-wrap .post-content-wide .share-section span svg {
    width: 40px;
    height: 40px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular h1, .single-post-content-wrap .post-content-wide .post-content-regular h2, .single-post-content-wrap .post-content-wide .post-content-regular h3, .single-post-content-wrap .post-content-wide .post-content-regular h4, .single-post-content-wrap .post-content-wide .post-content-regular h5, .single-post-content-wrap .post-content-wide .post-content-regular h6 {
    max-width: 100%;
    margin: 25px auto 22px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular p {
    max-width: 100%;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular figure.wp-block-pullquote {
    max-width: 100%;
    margin: 40px 0;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular blockquote p {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 18px;
    padding-top: 0;
    padding-bottom: 3px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular ul, .single-post-content-wrap .post-content-wide .post-content-regular ol {
    max-width: 100%;
    margin: 24px auto 24px auto;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wrap {
    max-width: 100%;
    margin: 31px auto 37px auto;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom p {
    font-size: 16px;
    padding-right: 1px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom a, .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom span {
    padding: 0 3px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom a svg, .single-post-content-wrap .post-content-wide .post-content-regular .wrap .share-section-bottom span svg {
    width: 40px;
    height: 40px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .tags {
    width: 100%;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .tags span {
    font-size: 16px;
    padding-right: 5px;
  }
  .single-post-content-wrap .post-content-wide .post-content-regular .tags a {
    padding: 2px 8px;
    margin-left: 10px;
    margin-bottom: 11px;
  }
  .single-post-content-wrap .single-post-related-wrap {
    padding-top: 29px;
    padding-bottom: 60px;
  }
  .single-post-content-wrap .single-post-related-wrap .title-related {
    width: 100%;
    font-size: 22px;
    padding: 34px 20px 0 20px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts {
    flex-wrap: wrap;
    padding-top: 34px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post {
    margin-bottom: 20px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post:last-child {
    display: block;
    margin-bottom: 0;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news {
    height: 292px;
    margin: 0 14px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details {
    padding: 26px 26px 26px 26px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .date {
    font-size: 14px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .date svg {
    position: relative;
    top: 3px;
    margin-right: 4px;
  }
  .single-post-content-wrap .single-post-related-wrap .related-posts .post .news .news-details .title-post {
    max-height: 140px;
    font-size: 24px;
    margin-top: 14px;
  }
  .gg-post-video-block .video-play-icon {
    width: 40px;
    height: 40px;
  }
  .gg-post-video-block .video-play-icon svg {
    width: 8px;
    height: 10px;
  }
  .gg-post-video-block .content-box .video__title {
    left: 20px;
    top: 46px;
    font-size: 24px;
    max-height: 86px;
    max-width: 252px !important;
  }
  .gg-post-video-block .content-box .video__duration {
    left: 20px;
    top: 20px;
  }
}
.page-taxonomy {
  display: block;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-taxonomy .taxonomy-list {
  width: 1280px;
  margin-bottom: 40px;
}
.page-taxonomy .taxonomy-list .taxonomy-list-in {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 40px;
}
.page-taxonomy .taxonomy-list .taxonomy-list-in .vozilo-item {
  width: calc(50% - 10px);
}
.page-taxonomy .main-sidebar {
  width: 300px;
  flex: 0 0 auto;
}

.pagenavi {
  text-align: center;
}
.pagenavi .previouspostslink, .pagenavi .nextpostslink, .pagenavi .first, .pagenavi .last {
  display: inline-block;
  min-width: 42px;
  font-size: 16px;
  color: #403D39;
  font-weight: 500;
  padding: 10px 10px;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  margin: 0 5px;
}
.pagenavi .previouspostslink:hover, .pagenavi .nextpostslink:hover, .pagenavi .first:hover, .pagenavi .last:hover {
  color: #FFFFFF;
  background-color: #403D39;
  border-color: #403D39;
}
.pagenavi .page, .pagenavi .current {
  display: inline-block;
  min-width: 42px;
  font-size: 16px;
  color: #403D39;
  font-weight: 500;
  padding: 10px 10px;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  margin: 0 5px;
}
.pagenavi .page:hover, .pagenavi .current:hover {
  color: #FFFFFF;
  background-color: #403D39;
  border-color: #403D39;
}
.pagenavi .extend {
  display: inline-block;
  min-width: 30px;
  font-size: 16px;
  color: #403D39;
  font-weight: 500;
  padding: 10px 10px;
  background-color: transparent;
  margin: 0;
}
.pagenavi .current {
  color: #FFFFFF;
  background-color: #eb5e28;
  border-color: #eb5e28;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1629px) {
  .page-taxonomy {
    width: 1180px;
  }
  .page-taxonomy .taxonomy-list {
    width: 860px;
  }
  .page-taxonomy .taxonomy-list .taxonomy-list-in .vozilo-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-taxonomy {
    width: 960px;
  }
  .page-taxonomy .taxonomy-list {
    width: 640px;
  }
}
@media only screen and (max-width: 979px) {
  .page-taxonomy {
    width: 748px;
    flex-wrap: wrap;
  }
  .page-taxonomy .taxonomy-list {
    order: 2;
    width: 100%;
  }
  .page-taxonomy .main-sidebar {
    order: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 0;
  }
  .page-taxonomy .main-sidebar .side-section {
    width: 100%;
  }
  .page-taxonomy .main-sidebar .side-section:nth-child(1) {
    width: 280px;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-taxonomy {
    width: 556px;
  }
  .page-taxonomy .main-sidebar {
    column-gap: 0;
    flex-wrap: wrap;
  }
  .page-taxonomy .main-sidebar .side-section {
    width: 48.5%;
  }
  .page-taxonomy .main-sidebar .side-section:nth-child(1) {
    width: 100%;
    flex: 0 0 auto;
  }
  .pagenavi .previouspostslink, .pagenavi .nextpostslink, .pagenavi .first, .pagenavi .last {
    min-width: 36px;
    padding: 10px 2px;
  }
  .pagenavi .page, .pagenavi .current {
    min-width: 36px;
    padding: 10px 2px;
  }
  .pagenavi .extend {
    min-width: 26px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 575px) {
  .page-taxonomy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pagenavi .previouspostslink, .pagenavi .extend, .pagenavi .nextpostslink {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .page-taxonomy {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-taxonomy .main-sidebar {
    column-gap: 0;
  }
  .page-taxonomy .main-sidebar .side-section {
    width: 100%;
  }
  .pagenavi .first, .pagenavi .last {
    display: none;
  }
}
.single-post-vozilo {
  display: block;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post-vozilo .selected-cars-in {
  width: 1280px;
  margin-bottom: 60px;
}
.single-post-vozilo .selected-cars-in .vozilo-item {
  width: calc(50% - 10px);
}
.single-post-vozilo .main-sidebar {
  width: 300px;
  flex: 0 0 auto;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1629px) {
  .single-post-vozilo {
    width: 1180px;
  }
  .single-post-vozilo .selected-cars-in {
    width: 860px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-post-vozilo {
    width: 960px;
  }
  .single-post-vozilo .selected-cars-in {
    width: 640px;
  }
}
@media only screen and (max-width: 979px) {
  .single-post-vozilo {
    width: 748px;
    flex-wrap: wrap;
  }
  .single-post-vozilo .selected-cars-in {
    order: 2;
    width: 100%;
  }
  .single-post-vozilo .main-sidebar {
    order: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 0;
  }
  .single-post-vozilo .main-sidebar .side-section {
    width: 100%;
  }
  .single-post-vozilo .main-sidebar .side-section:nth-child(1) {
    width: 280px;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .single-post-vozilo {
    width: 556px;
  }
  .single-post-vozilo .main-sidebar {
    column-gap: 0;
    flex-wrap: wrap;
  }
  .single-post-vozilo .main-sidebar .side-section {
    width: 48.5%;
  }
  .single-post-vozilo .main-sidebar .side-section:nth-child(1) {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .single-post-vozilo {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .single-post-vozilo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-post-vozilo .main-sidebar {
    column-gap: 0;
  }
  .single-post-vozilo .main-sidebar .side-section {
    width: 100%;
  }
}
.vozilo-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .vozilo-item {
    flex-wrap: wrap;
  }
}
.vozilo-item.vozilo-item-hover::before {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  content: "";
  border: 2px solid #eb5e28;
  z-index: -1;
}
.vozilo-item .vozilo-link {
  position: relative;
  font-size: 0;
  flex: 0 0 auto;
  width: 214px;
}
@media only screen and (max-width: 575px) {
  .vozilo-item .vozilo-link {
    width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .vozilo-item .vozilo-link {
    width: 100%;
  }
}
.vozilo-item .vozilo-link .prodato {
  font-size: 40px;
  color: #eb5e28;
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(64, 61, 57, 0.6);
}
@media only screen and (max-width: 575px) {
  .vozilo-item .vozilo-link .prodato {
    font-size: 34px;
  }
}
@media only screen and (max-width: 479px) {
  .vozilo-item .vozilo-link .prodato {
    font-size: 50px;
  }
}
.vozilo-item .vozilo-link .post-views {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: right;
  font-size: 16px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1px 4px 1px 4px;
}
.vozilo-item .vozilo-link .post-views svg {
  width: 16px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 0;
  fill: #000000;
}
.vozilo-item .vozilo-link .vozilo-thumb {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 479px) {
  .vozilo-item .vozilo-link .vozilo-thumb {
    width: 100%;
  }
}
.vozilo-item .vozilo-data {
  flex: 1 0 auto;
  padding: 16px;
  position: relative;
  width: calc(100% - 214px);
}
.vozilo-item .vozilo-data .vozilo-naslov {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
  padding-right: 84px;
}
@media only screen and (max-width: 479px) {
  .vozilo-item .vozilo-data .vozilo-naslov {
    padding-right: 0;
  }
}
.vozilo-item .vozilo-data .vozilo-podatak {
  font-size: 16px;
  color: #252422;
  font-weight: 600;
  margin-bottom: 8px;
}
.vozilo-item .vozilo-data .vozilo-podatak span {
  font-weight: 400;
}
.vozilo-item .vozilo-data .vozilo-podatak:last-child {
  margin-bottom: 0;
}
.vozilo-item .vozilo-data .vozilo-cena {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #eb5e28;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px;
}
@media only screen and (max-width: 479px) {
  .vozilo-item .vozilo-data .vozilo-cena {
    top: -43px;
  }
}
.vozilo-item .vozilo-data .vozilo-nastavak {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 0;
}
.vozilo-item .vozilo-data .vozilo-nastavak a {
  background-color: #7d7d7d;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px;
}
.vozilo-item .vozilo-data .vozilo-nastavak a:hover {
  background-color: #252422;
}

.type-vozilo .vozilo-single-naslov {
  background-color: #252422;
  font-family: "Karla", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 10px 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.type-vozilo .vozilo-single-naslov .naslov {
  width: calc(100% - 180px);
}
.type-vozilo .vozilo-single-naslov .objavljeno {
  width: 180px;
  flex: 0 0 auto;
  font-size: 14px;
  color: #b1b1b1;
  text-align: right;
  line-height: 26px;
  position: relative;
  top: 1px;
}
.type-vozilo .vozilo-single-slike {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-flow: row;
  gap: 10px;
  margin-bottom: 15px;
}
.type-vozilo .vozilo-single-slike .vozilo-img {
  font-size: 0;
  width: auto;
  height: 113px;
}
.type-vozilo .vozilo-single-slike .vozilo-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.type-vozilo .vozilo-single-slike .vozilo-img:first-child {
  grid-row: 1/span 3;
  grid-column: 1/span 3;
  width: auto;
  height: 359px;
}
.type-vozilo .vozilo-info-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.type-vozilo .vozilo-info-text .vozilo-single-info {
  width: 473px;
  flex-shrink: 0;
}
.type-vozilo .vozilo-info-text .vozilo-single-info .vozilo-single-podatak {
  font-size: 20px;
  color: #403D39;
  font-weight: 400;
  display: block;
  border-bottom: 1px dashed #eb5e28;
  padding: 13px 10px;
}
.type-vozilo .vozilo-info-text .vozilo-single-info .vozilo-single-podatak:hover {
  background-color: #FFFFFF;
}
.type-vozilo .vozilo-info-text .vozilo-single-info .vozilo-single-podatak span {
  color: #252422;
  font-weight: 700;
}
.type-vozilo .vozilo-info-text .vozilo-single-text {
  width: auto;
  padding-left: 20px;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .naslov {
  margin-top: 10px;
  background-color: #403D39;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 3px 10px;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text {
  padding-top: 10px;
  padding-bottom: 62px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text h1, .type-vozilo .vozilo-info-text .vozilo-single-text .text h2, .type-vozilo .vozilo-info-text .vozilo-single-text .text h3, .type-vozilo .vozilo-info-text .vozilo-single-text .text h4, .type-vozilo .vozilo-info-text .vozilo-single-text .text h5, .type-vozilo .vozilo-info-text .vozilo-single-text .text h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text h1 {
  font-size: 64px;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text h2 {
  font-size: 40px;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text h3 {
  font-size: 27px;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text h4 {
  font-size: 20px;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text h5 {
  font-size: 18px;
  line-height: 1.5;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text h6 {
  font-size: 16px;
  line-height: 1.5;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text ul, .type-vozilo .vozilo-info-text .vozilo-single-text .text ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.type-vozilo .vozilo-info-text .vozilo-single-text .text ul li, .type-vozilo .vozilo-info-text .vozilo-single-text .text ol li {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
}
.type-vozilo .vozilo-info-text .vozilo-single-cena {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #eb5e28;
  font-size: 28px;
  color: #FFFFFF;
  padding: 12px 22px;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1629px) {
  .type-vozilo .vozilo-single-slike {
    grid-template-columns: repeat(6, 1fr);
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info {
    width: 425px;
  }
}
@media only screen and (max-width: 1199px) {
  .type-vozilo .vozilo-single-slike .vozilo-img:first-child {
    grid-row: 1/span 2;
    grid-column: 1/span 3;
    height: 236px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info {
    width: 315px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .type-vozilo .vozilo-single-slike .vozilo-img:first-child {
    grid-row: 1/span 2;
    grid-column: 1/span 3;
    height: 236px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info {
    width: 369px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .type-vozilo .vozilo-single-slike {
    grid-template-columns: repeat(5, 1fr);
  }
  .type-vozilo .vozilo-info-text {
    flex-wrap: wrap;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info {
    width: 100%;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .type-vozilo .vozilo-single-naslov {
    font-size: 20px;
    flex-direction: column;
  }
  .type-vozilo .vozilo-single-naslov .naslov {
    width: 100%;
  }
  .type-vozilo .vozilo-single-naslov .objavljeno {
    font-size: 13px;
    text-align: left;
  }
  .type-vozilo .vozilo-single-slike {
    grid-template-columns: repeat(4, 1fr);
  }
  .type-vozilo .vozilo-single-slike .vozilo-img {
    height: 95px;
  }
  .type-vozilo .vozilo-single-slike .vozilo-img:first-child {
    grid-column: 1/span 2;
    height: 200px;
  }
  .type-vozilo .vozilo-info-text {
    flex-wrap: wrap;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info {
    width: 100%;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info .vozilo-single-podatak {
    font-size: 18px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text {
    font-size: 17px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h1 {
    font-size: 60px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h2 {
    font-size: 36px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h3 {
    font-size: 24px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h4 {
    font-size: 18px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h5 {
    font-size: 17px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h6 {
    font-size: 16px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text p {
    font-size: 17px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text ul li, .type-vozilo .vozilo-info-text .vozilo-single-text .text ol li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 479px) {
  .type-vozilo .vozilo-single-naslov {
    font-size: 18px;
  }
  .type-vozilo .vozilo-single-naslov .objavljeno {
    font-size: 12px;
  }
  .type-vozilo .vozilo-single-slike {
    grid-template-columns: repeat(3, 1fr);
  }
  .type-vozilo .vozilo-single-slike .vozilo-img {
    height: 95px;
  }
  .type-vozilo .vozilo-single-slike .vozilo-img:first-child {
    grid-row: 1/span 3;
    grid-column: 1/span 3;
    height: 300px;
  }
  .type-vozilo .vozilo-info-text {
    flex-wrap: wrap;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info {
    width: 100%;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-info .vozilo-single-podatak {
    font-size: 16px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text {
    font-size: 16px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h1 {
    font-size: 54px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h2 {
    font-size: 32px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h3 {
    font-size: 20px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h4 {
    font-size: 17px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h5 {
    font-size: 16px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text h6 {
    font-size: 15px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text p {
    font-size: 16px;
  }
  .type-vozilo .vozilo-info-text .vozilo-single-text .text ul li, .type-vozilo .vozilo-info-text .vozilo-single-text .text ol li {
    font-size: 16px;
  }
}
.no-posts {
  width: 100%;
  padding: 100px 20px;
}
.no-posts .no-results-title {
  text-align: center;
  font-size: 32px;
}

.translator-wrap {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 14px;
}
.translator-wrap .gtranslate_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.translator-wrap .gtranslate_wrapper br {
  display: none;
}
.translator-wrap .gtranslate_wrapper .gt_selector {
  width: 100%;
  margin-top: 5px;
  padding: 7px;
  font-size: 18px;
}

.proizvodjaci-menu {
  padding: 0 10px 10px 10px;
}
.proizvodjaci-menu a {
  display: block;
  font-size: 20px;
  color: #eb5e28;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 5px;
}
.proizvodjaci-menu a:hover {
  color: #403D39;
  text-decoration: underline;
}
.proizvodjaci-menu a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .proizvodjaci-menu a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .proizvodjaci-menu a {
    font-size: 16px;
  }
}

.cene-menu {
  padding: 0 10px 10px 10px;
}
.cene-menu a {
  display: block;
  font-size: 20px;
  color: #eb5e28;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 5px;
}
.cene-menu a:hover {
  color: #403D39;
  text-decoration: underline;
}
.cene-menu a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .cene-menu a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .cene-menu a {
    font-size: 16px;
  }
}

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