/* 
Theme name: Zavod Novo mesto
Version: 0.41
Author: Kulstik
Author URI: https://kulstik.com/
Requires at least: 6.8.1
Tested up to: 6.8.1
Requires PHP: 8.3
Text Domain: sport
*/

:root {
    --background: #fff;
    --color: #000;
    --link-color: blue;
    --link-color-hover: #ff8115;
    --button-color: #fff;
    --button-bg: #000;
    --button-bg-hover: #fff;
    --button-border-color: #000;
    --button-border-thickness: 2px;
    --burger-color: #000;    
    --burger-color-hover: #ff8115;
    --burger-line-thickness: 3px;
    --burger-line-seperation: 7px;
    --burger-line-width: 22px;
    --header-height: auto;
    --header-height-full: auto;

    --color-1: #BBBF79;
    --color-2: #FEC710;
    --color-3: #ff8115;
    --color-4: #9FCBF0;
    --color-5: #2F8B8E;

    --tec-color-accent-primary: #ac5729;
    --tec-color-accent-primary-background-datepicker: #d2ad624d;
    --tec-font-family-sans-serif: 'Open Sans', sans-serif;

    --swiper-theme-color: #D2AD62 !important;

}


.menu-mobile-container [class^=menu-border-] li:hover {background-color: #fff !important;}

.container { --bs-gutter-x: 2.5rem !important }

.single-post-content div:empty {display: block;}

/*::-moz-selection {*/
/*  color: #000;*/
/*  background: var(--color-1);*/
/*}*/

/*::selection {*/
/*  color: #000;*/
/*  background: var(--color-1);*/
/*}*/


.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.gallery br {
    display: none;
}

.gallery-item {
    margin: 0 !important;
    width: 100% !important;
}

.gallery-icon img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: transform 0.2s ease-in-out;
}

.gallery-icon img:hover {
    transform: scale(1.03);
}

.wp-caption-text.gallery-caption {
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
}

body {overflow-x: hidden; background-color: var(--background) !important; color: var(--color) !important}

.wp-block-button__link {margin-bottom: 10px;}

a { color: var(--link-color); text-decoration: underline; }
a:hover, a:focus {color: var(--link-color-hover)}

.button {font-size: 18px; padding: 5px 10px; color: #000; background-color: #dfaf5d; border: 1px solid #dfaf5d;}
.button:hover {color: #000; background-color: #fff;}


header {position: relative; height: var(--header-height); font-size: 18px; background-color: var(--background); z-index: 2;}
.burger-wrap{padding:5px;position:absolute;right:0;top:50%;transform:translateY(-50%); display: none;}
.burger {margin: 5px; position: relative;}
.burger::before, .burger::after {position: absolute;}
.burger::before, .burger::after, .burger {content: ''; display: block; width: var(--burger-line-width); height: var(--burger-line-thickness); background-color: var(--burger-color)}
.burger::before {top: var(--burger-line-seperation)}
.burger::after {bottom: var(--burger-line-seperation)}

.burger-wrap.menu-active .burger{ transform: rotate(45deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); background: var(--burger-color-hover);}
.burger-wrap.menu-active .burger::before {top: 0; opacity: 0; transition: top 0.2s ease, opacity 0.1s 0.12s ease;background: var(--burger-color-hover)}
.burger-wrap.menu-active .burger::after {bottom: 0; transform: rotate(-90deg); transition: bottom 0.2s ease, transform 0.2s 0.12s;background: var(--burger-color-hover)}

.menu-active #menu-header {display: block;}
#menu-header {position: absolute; top: var(--header-height); list-style: none; padding: 0; margin: 0; width: 100%; display: none; left: 0; color: #000;}
/*#menu-header li {border-bottom: 1px solid #ededed;}*/
#menu-header li a {text-decoration: none; display: inline-block; padding: 0 15px;}
.menu-header-container #menu-header > li > a {color: #fff;}
.menu-header-container ul > li > a {color: #000}
#menu-header > li > a {text-transform: uppercase;  font-weight: bold;}
#menu-header > li > a:hover {color: #fff;}
#menu-header .menu-item-has-children, #menu-header .sub-menu {list-style: none;}
/*#menu-header .menu-item-has-children > a:after {content: "\e903"; font-family: 'icomoon';}*/
#menu-header .menu-item-has-children .sub-menu {display: none}

#menu-header li a:hover, #menu-header .current-menu-item a, footer .current-menu-item a {color: var(--color-2) !important}

#zavod-novo-mesto-barve {height: 20px; width: 100%; display: block; background: url("assets/img/colors.svg"); background-repeat: no-repeat; background-size: cover}

.logo-wrap {position: relative; height: 60px; display: flex; align-items: center; margin: 10px 0 !important}

.zavodi-wrap {display: flex; align-items: center; justify-content: right;}
#menu-zavodi {list-style: none; padding: unset; margin: unset; flex-direction: row; gap: 15px; display: flex; align-items: center; font-size: 15px; text-align: center}
#menu-zavodi li {display: inline-block;}
#menu-zavodi li a {text-decoration: none; color: #000;}
#menu-zavodi li a:hover {-webkit-text-stroke: 1px var(--link-color-hover);}
.menu-bold a {font-weight: bold;}
#menu-zavodi:after {content: ' '; height: 15px; position: relative; right: 0; width: 2px; background-color: #000; display: inline-block; top: 0;}
#menu-zavodi .current_page_item {font-weight: bold}

.header-icons {display: flex; align-items: center; justify-content: center; gap: 10px;}
.header-icons a {color: #000; text-decoration: none; font-size: 20px;}

.menu-mobile-container li a {color: #000; padding: 10px 0 !important;}
.menu-mobile-container > ul > li {padding-right: 40px;}
.menu-mobile-container #menu-header {padding-top: 20px; background-color: #fff; padding-bottom: 20px; padding-right: 15px; text-align: right; height: auto;}
.menu-mobile-container .menu-item-has-children{position: relative;}
.menu-mobile-container .menu-item-has-children::after {content: "\e901"; position: absolute; font-size: 20px; font-family: 'icomoon'; margin-left: 15px; top: 10px}

footer {background-color: #425159; color: #fff; padding-top: 50px; padding-bottom: 10px; font-size: 12px;}
footer a {color: #fff; text-decoration: none;}
footer ul {list-style: none; padding: unset; margin: unset; font-weight: bold;}

#menu-footer-1, #menu-footer-2, #menu-footer-3 {display: flex; flex-direction: column; gap: 10px; padding: 10px 0}

.footer-kontakt {padding: 10px 0}
.footer-kontakt a{color: var(--color-2)}
.footer-kontakt a:hover{color: #fff}

.footer1st {margin: 0 !important;}
.footer1st .col-xl-2 {border-left: 2px solid #fff;}
.footer1st .col-xl-2:last-of-type, .footer1st .col-xl-2:nth-child(5) {border: unset;}
.footer1st [class*=col-] {margin-bottom: 30px;}

.footer-novice {border-left: unset !important;}
.footer-novice h3 {font-size: 16px; margin-bottom: 5px;}
.footer-novice .button {margin-top: 5px;}

.footer2nd .col-12 {margin-top: 30px !important}

#menu-socials {display: flex; flex-wrap: wrap; gap: 20px;}
#menu-socials li {display: flex; align-items: center; margin-bottom: 10px; justify-content: center;}
#menu-socials a {font-size: 16px;}
#menu-socials li:before {font-size: 20px; margin-right: 10px; border-style: double; border-width: 6px; border-color: var(--link-color-hover); border-radius: 50%; padding: 10px;}

.cookies {display: flex; align-items: center; justify-content: center;}
.cookies a{color: #bcc078; padding: 5px; display: block;}
.cookies a:hover{color: #fff}

.copyright {padding-top: 15px;}

.front-intro-wrap {padding: 50px 0; margin: 30px 0; font-size: 18px; line-height: 38px; background: url("assets/img/intro-background.svg"); background-repeat: no-repeat; background-size: cover}

.intro-naslov h1 {font-weight: bold; font-style: italic; margin-bottom: 60px}

.wpcf7 input, .wpcf7 textarea {padding: 13px 20px; border: 1px solid #000; color: #000; background: #ebebeb; width: 100%; margin-bottom: 10px; border-radius: 15px}
.wpcf7 textarea {width: 100%;}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {color: #827f7f; font-size: 12px;}
.wpcf7 input[type="checkbox"] {width: unset;}
.wpcf7 input[type="submit"] {margin-top: 10px; width: unset; background-color: #D2AD62; color: #000; border-color: #D2AD62;}
.wpcf7 input[type="submit"]:hover {background-color: #fff; color: #000;}
.home .contact-wrap {display: none;}
.wpcf7-list-item {margin: unset;} 
.content-break {width: 100%; height: 5px; border-top: 2px solid #e1e1e1; margin-top: 50px; margin-bottom: 50px;}
.wpcf7-spinner {display: none;}

.after-header {height: 87px; width: 100%; background-color: #000; display: block !important;}

#thumbnail {width: 100%; height: 500px; position: relative; color: #fff;}
/*#thumbnail::before, #frontS .swiper-slide::before {content: ' '; width: inherit; height: inherit; position: absolute; left: 0; top: 0; */
/*    */
/*background: #000;*/
/*background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.20) 70%, rgba(0, 0, 0, 0.60) 100%);*/
/*}*/

#thumbnail img {object-fit: cover; height: inherit; width: inherit; position: relative}
/*#thumbnail .thumbnail-text {position: absolute; left: 0; top: 0; right:0; height: inherit}*/
#thumbnail .thumbnail-content {position: absolute; bottom: 10%; left: 20%;}
#thumbnail h1 {padding-left: 20px; margin-left: 12px; background-color: red; padding: 20px 50px 20px 0; position: relative; clip-path: polygon(0 1%, 100% 1%, 95% 100%, 0% 100%); margin-bottom: unset; font-weight: bold; margin-top: unset; z-index: 2}
#thumbnail .thumbnail-content:before {content: ''; height: calc(100% - 1px); right: 89%; width: 100vw; position: absolute; top: 1px; background: red; z-index: 0;}
/*#thumbnail h1:after {content: ' '; display: block; clip-path: polygon(0 0, 0% 100%, 40% 0); background-color: blue; width: 10%; height: 88px; position: absolute; right: -99px; top: 0;}*/
.thumbnail-category {margin-bottom: 50px;}
.thumbnail-category span {display: none;}
#thumbnail .thumbnail-category .post-categories {list-style: none; margin: unset; padding: unset;}
#thumbnail .thumbnail-category .post-categories li, .thumbnail-category [rel="tag"] {display: inline-block; padding: 5px 20px; background-color: var(--link-color-hover);text-transform: uppercase; font-weight: bold; margin-left: 12px; margin-bottom: 5px;}
#thumbnail .thumbnail-category .post-categories li a, .thumbnail-category [rel="tag"] {color: #000; text-decoration: none;}
#thumbnail .thumbnail-category .post-categories li a:hover, .thumbnail-category [rel="tag"]:hover {color: #fff;}

#thumbnail .thumbnail-category, #thumbnail .fe-datetime {display: block;}
.thumbnail-post-title h2{margin-bottom: 47px !important;}

#thumbnail:before {content: ''; display: block; height: 100%; width: 30%; background-color: red; clip-path: polygon(43% 0, 100% 0%, 100% 100%, 0 100%); right: 0; top: 0; bottom: 0; position: absolute; z-index: 1; opacity: 0.6}

.spored-cas {font-size: 18px;}
.spored-vsebina p {margin: unset; font-size: 16px}

.post-type-archive  .thumbnail-category a:first-of-type {margin-left: 0 !important}
.post-type-archive  .thumbnail-category {display: inline-block;}
.post-type-archive  .thumbnail-category a {font-weight: 500;}

.fe-datetime, .fe-location {margin-left: 12px; font-size: 24px;}
.fe-inner-wrap {margin-bottom: 10px;}
.fe-events-cost {display: inline-block; margin-top: 50px; margin-left: 12px !important; font-size: 18px; background-color: #ac5729; padding: 5px 15px !important; transform: skewX(-20deg); color: #fff}
.fe-events-cost .fe-events-cost-inner {transform: skewX(20deg);}
.slideFront .vstopnica-cena {display: inline-block}
#thumbnail .vstopnica-cena {display: inline-block}
.vstopnica-cena {display: none}
.nakup-vstopnice:hover .fe-events-cost{background-color: #D2AD62; color: #000;}

.article-thumb {margin-bottom: 50px;}
.article-thumb img {width: 100%; height: auto; margin-bottom: 15px; border-top-left-radius: 100px; border-top-right-radius: 30px; }

.article-attachments strong {margin-bottom: 10px; display: block}
.article-attachments ul {font-size: 14px;}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {padding: 0;}

#tribe-events-pg-template {max-width: 1320px;}
.tribe-events .tribe-events-calendar-list-nav {border-top: unset !important;}
.tribe-events .tribe-events-c-nav__list {justify-content: unset;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {width: unset !important;}

.list-title {display: inline-block;}
.tribe-events-c-top-bar__datepicker {display: block; float: right; margin-top: 28px !important;}
.tribe-events-c-top-bar__datepicker .icon-calendar {font-size: 48px;}
.datepicker.dropdown-menu {z-index: 10000 !important; left: -323px !important; width: unset !important;}

.tribe-events .tribe-events-c-nav__list {font-size: 20px;}
.tribe-events .tribe-events-c-nav__list-item--prev, .tribe-events .tribe-events-c-nav__list-item--next {justify-content: unset !important;}
.tribe-events .tribe-events-c-nav__list-item {width: unset !important;}

.tribe-events-calendar-list-nav {padding: unset !important; padding-top: 10px !important; padding-bottom: 10px !important; border-bottom: 1px solid #dadada !important; margin-bottom: 25px !important;}

.tribe-events-c-nav__list li button, .tribe-events-c-nav__list-item {text-transform: lowercase; color: #dadada !important;}
.tribe-events-c-nav__list li a {color: #ac5729 !important}
.tribe-events-c-nav__list li svg {display: none !important}
.tribe-events-c-nav__list .fe-nav-sep {display: block; margin: 0 10px; color: #dadada;}
.tribe-events-series-relationship-single-marker {display: none;}
.tribe-events-calendar-series-archive__link {display: none;}


/*.post-type-archive h1, .category h1 {border-left: 4px solid #000; text-transform: lowercase; padding-left: 10px; margin-top: 25px;}*/


.event-description .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {margin-bottom: 0; font-size: 20px;}
.event-description .tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold {font-weight: 500; font-size: 20px;}
.event-img img {width: 100% !important; height: 180px; object-fit: cover; border-top-left-radius: 100px; border-top-right-radius: 30px;}
.event-description h2 {margin: 20px 0 !important;}

.post-type-archive article {padding-top: 50px; padding-bottom: 50px; border-bottom: 1px solid #dadada;}
.category article a, .page-template-mediji article a {text-decoration: none; color: #000}
.category article, .page-template-mediji article {padding: 20px 0}
.category article:nth-child(odd), .page-template-mediji article:nth-child(odd) {background-color: #E6E7E9}
.category article:nth-child(even), .page-template-mediji article:nth-child(even) {background-color: #D1D2D4}
.category-title h1, .post-type-archive-tribe_events h1 {margin-top: 20px}

#event-galerija {margin: 50px 0;}
#event-galerija .gallery-item {float: unset !important; margin: 0 !important; display: inline-block; width: unset !important;}
#event-galerija .event-galerija-wrap {display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 10px;}

.home section {margin-bottom: 50px;}
.home section:last-child {margin-bottom: unset;}
.home footer {margin-top: unset;}

#frontS {margin-top: -87px; margin-bottom: 25px;}
#frontS .swiper-slide {width: 100%; height: 500px; position: relative;}
#frontS img {width: 100%; height: inherit; object-fit: cover;}
#frontS .container {position: absolute; top: 0; left: 0; right: 0; height: inherit;}
.frontS-vsebina {position: absolute; bottom: 5%; left: 0;}
.frontS-vsebina .fe-inner-wrap {display: inline-block; color: #fff;}
.frontS-vsebina .fe-inner-wrap .fe-datetime {font-size: 18px;}

#frontS h2 {font-size: 30px;}
#frontS .tribe-events-calendar-list__event-title-link {color: #fff; text-decoration: none;}

#frontS .swiper-pagination {display: flex; align-items: center; justify-content: center; bottom: 5%;}
.swiper-pagination-bullet {border: 1px solid #fff !important; background: #fff !important; opacity: 1 !important; width: 4px !important; height: 4px !important;}
.swiper-pagination-bullet.swiper-pagination-bullet-active {background: #D2AD62 !important; width: 8px !important; height: 8px !important;}
#frontS .thumbnail-category {margin-bottom: 20px; display: inline-block;}
#frontS .fe-events-cost {margin-top: 30px;}

#frontS .thumbnail-category, #frontS .fe-datetime {display: block;}

#frontSpored .swiper-slide {height: 380px; width: 85%;}
#frontSpored a {text-decoration: none;}
#frontSpored .fe-events-cost {margin-top: 10px; margin-left: unset !important;}
#frontSpored h3 {font-size: 20px; min-height: 66px; margin-bottom: 20px; font-weight: 700}
#frontSpored img {max-width: 100%;}
.spored-vsebina {padding: 20px; height: 50%;}
.spored-category {}
.spored-category a {text-decoration: none;}
.spored-category span {display: none;}
.spored-img {height: 50%;}
.spored-img img {object-fit: cover; width: 100%; height: 100%;}
#frontSpored .fe-location {font-size: 16px; margin-left: unset;}
#frontSpored .swiper-pagination {right: 0; left: unset !important; top: 22px !important; bottom: unset !important; display: flex; align-items: center; justify-content: end; width: 20%; height: 4px;}
#frontSpored .swiper-pagination-bullet {background-color: #000 !important; border-color: #000 !important; margin: 0 4px;}
#frontSpored .swiper-pagination-bullet-active {background-color: #D2AD62 !important; border: #D2AD62 !important;}

#frontSpored .swiper-slide, #frontSpored .swiper-slide a {color: #000; background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.31) 37%, rgba(255, 255, 255, 1) 100%);}
#frontSpored {margin-bottom: 30px}

.front-hero-image img {height: 400px; width: 100%; object-fit: cover}

#frontSpored h2 {font-weight: 500;}
.frontNovice h2 {font-weight: 500;}

.frontNovice a {text-decoration: none;}
.frontNovice h3 {margin: unset;}
.frontNovice .swiper-slide {height: auto; align-self: stretch;}
.frontNovice .fe-datetime {margin-left: unset; font-size: 16px;}
.sNlevo {background-color: #f5f5f5; color: #000; font-size: 20px; position: relative; z-index: 1;}
.sNlevo-inner {padding: 50px;}
.sNlevo h3 {color: #000;}
.sNdesno {padding: unset !important;}
.sNdesno img {width: 100%; height: 100%; object-fit: cover;}
.slideNovice .row {height: 100%;}
.slideNovice .swiper-pagination {right: 0; left: unset !important; top: 14px !important; bottom: unset !important; display: flex; align-items: center; justify-content: end;}
.slideNovice .swiper-pagination-bullet {background-color: #000 !important; border-color: #000 !important;}
.slideNovice .swiper-pagination-bullet-active {background-color: #000 !important; border: #000 !important;}

.swiper-pagination-progressbar {background: unset !important}

.swiper-lazy-preloader {display: none}

.slideIzpostavljeno h3 {color: #000; font-weight: bold;}
.slideIzpostavljeno .sNlevo {background-color: #D2AD62; color: #000;}
.slideIzpostavljeno .sNlevo::after {background-color: #D2AD62;}
.slideIzpostavljeno .spored-category a {color: #000; font-size: 24px;}
.slideIzpostavljeno .spored-cas {font-size: 24px;}
.slideIzpostavljeno .fe-location {margin: unset;}
.slideIzpostavljeno .fe-events-cost {margin-left: unset !important;}

.wp-singular main {margin-top: 30px; margin-bottom: 30px}

.vstopniceOutterContainer {background-color: #D2AD62; color: #000; padding: 100px 0;}
#frontVstopnice {margin-top: 50px;}
#frontVstopnice a {color: #fff; text-decoration: none; padding: 10px 40px; background-color: #000; margin-bottom: 20px; z-index: 1; display: block; font-size: 18px;}
#frontVstopnice a:hover {color: #D2AD62;}

.vstopniceContainer .row {position: relative;}
#frontVstopnice img {width: 150px; height: auto; position: relative; border: 10px solid #D2AD62; display: none; padding: unset; border-radius: 100%; background: #D2AD62;}
#frontVstopnice h2 {font-weight: 500;}

#popup-novice {position: fixed; width: 300px; height: auto; border: 2px solid #000; color: #000; padding: 20px; background-color: #f5f5f5; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999;}
#popup-novice-wrap {content: ''; position: fixed; z-index: 9997; background-color: rgba(0, 0, 0, 0.8); width: 100%; height: 100%; display: block; top: 0; left: 0; right: 0; bottom: 0; display: none;}
#popup-novice .icon-cross {display: block; font-size: 20px; color: #000; text-align: right;}
.popup-active #popup-novice-wrap {display: block;}
#popup-novice .icon-cross:hover {color: #D2AD62;}

.znm-bel path, .znm-bel{fill: #fff}
.front-dejavnosti-znm-wrap a {text-decoration: none; color: #000; font-size: 25px; margin-bottom: 30px}
.front-dejavnosti-znm-img img {width: 100%; height: 300px; object-fit: cover; border-top-left-radius: 60px; border-top-right-radius: 100px; border-left: 20px solid}
.front-dejavnosti-znm-naslov {margin-bottom: 10px; border-left: 2px solid #000; padding-left: 10px; display: inline-block}

.search-active .asl_w_container {display: block}
.asl_w_container {position: fixed; top: 50px; right: 0; z-index: 99999; display: none; padding: 20px;}
.admin-bar .asl_w_container {top: 90px}
.asl_w_container .promagnifier {pointer-events: none;}
#ajaxsearchliteres1 {z-index: 99999;}

.produkcija a {margin: 50px 0; display: block; color: #000; text-decoration: none}
.produkcija a img {object-fit: cover; width: 100%; height: 500px;}
 
#kocka-logo {width: 150px; height: auto; margin-bottom: 50px;}

.prijava-kuv {font-weight: 500; color: #D2AD62 !important}
.prijava-kuv:hover {color: #ac5729 !important;}
.prijava-kuv:nth-child(3)::before {content: '•   ';}
.prijava-kuv:nth-child(4)::before {content: '•   ';}

.event-description {margin-top: 25px !important; padding-left: unset !important;}

.swiper-button-next, .swiper-button-prev {display: block !important;  -webkit-text-stroke: 2px #fff; top: 70% !important}

.grecaptcha-badge {display: none;}

.error404 main {margin-top: 50px;}

.sponzorji img {width: 150px; height: auto; margin-top: 20px;}

[name="_mc4wp_subscribe_contact-form-7"] {margin-right: 10px !important}

.img-full-width {width: 100%; height: auto}

.izpostavljeno-post {color: #000; text-decoration: none; margin-bottom: 30px}
.izpostavljeno-post img {border-top-right-radius: 100px;}

.front-dejavnosti {padding-top: 50px; padding-bottom: 60px}
.front-dejavnosti a {color: #000; text-decoration: none; border-bottom: 5px solid #DDDDDB; text-transform: uppercase; display: flex; flex: 1; flex-direction: column; font-size: 16px !important; height: 290px;}
.front-dejavnosti a img {padding: 40px; display: block; margin: 0 auto}
.front-dejavnosti .container {display: flex; gap: 20px; flex-wrap: wrap; flex: 5}
.front-dejavnosti .dejavnosti-img-wrap {background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.31) 50%, rgba(255, 255, 255, 1) 100%);}
.front-dejavnosti .dejavnosit-naslov {border-left: 1px solid #000; padding-left: 10px; margin-bottom: 5px}

.archive-category {display: inline-block; margin-left: 12px !important; font-size: 18px; background-color: #ac5729; padding: 5px 15px !important; transform: skewX(-15deg); color: #fff; margin-top: 5px; text-decoration: none}

.home main h2 {border-left: 2px solid #000; font-weight: unset; padding-left: 10px}

.single-post .archive-category {margin-bottom: 20px}
.single-post-date {margin-bottom: 20px}

.kontakt-wrap {background-color: #D1D2D4; padding: 20px 0}
.kontakt-wrap:nth-child(odd) {background-color: #E6E7E9}
.kontakt-slika img {border-top-left-radius: 100px; border-top-right-radius: 30px;}
.kontakt-slika {margin-bottom: 10px; text-align: center}
.kontakt-info {padding-left: 50px !important}
.kontakt-naziv {margin-bottom: 20px; font-size: 15px; font-style: italic}
.ppl-row {background-color: #E6E7E9}

.page-template-kontakti h2 {margin-top: 30px}
.page-template-kontakti h3 {margin-bottom: 10px; font-size: 15px}
.page-template-kontakti .kontakt-podatki {font-size: 15px}

.frontIzpostavljeno {background: #000000; background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.31) 50%, rgba(255, 255, 255, 1) 100%); padding-top: 50px; margin-top: 50px}

.frontIzpostavljeno img  {height: 200px; margin-bottom: 20px; object-fit: cover}

.page-template-parent-archive-single main .kontakt-wrap a {text-decoration: none; color: #000}

.page-template-parent-archive-single .kontakt-slika img {object-fit: cover; width: 100%; height: 180px}

.page-template-parent-archive-single h2 {margin-top: 30px}

.event-image img {border-radius: 30px 30px 0 0; width: 100%; height: auto; object-fit: contain}

.event-date {margin-bottom: 30px}

.page-nav-container {margin: 20px 0}
.page-nav-container .page-numbers {text-decoration: none; display: inline-block; background-color: #000; color: #fff; padding: 5px 10px}

.page-nav-container .page-numbers.current, .page-nav-container .page-numbers:hover {background-color: var(--color-2)}

.footer-social {background-color: #E6E7E9; padding: 50px 0; margin-top: 20px}
.footer-social .row {flex-direction: row;}
.social-fs {flex: 1 0 50%; display: flex; flex-direction: column;  margin-bottom: 10px; gap: 5px}
.footer-social a {font-size: 12px; font-family: 'Open Sans', sans-serif !important; display: inline-block; padding-bottom: 7.5px; padding-top: 7.5px; color: #000; position: relative; padding-left: 30px}
.footer-social a:before {font-family: 'icomoon'; margin-right: 10px; background-color: #000; color: #fff; border-radius: 50px; padding: 6px; position: absolute; top: 0; left: 0;}

.medijiSporocila {background: unset; padding-top: unset}

.wp-block-file__button {background-color: var(--color-2) !important;
    color: #000; border: 1px solid var(--color-2)}

.wp-block-file__button:hover {background-color: #fff !important; color: #000}

@media only screen and (min-width: 768px){
    #frontVstopnice img {width: 150px; height: auto; top: -13% !important; position: absolute; left: 50%; transform: translate(-50%); z-index: 2; display: block;}

    #logo {font-size: 25px;}

    #frontS .thumbnail-category, #frontS .fe-datetime {display: inline-block;}

    .frontIzpostavljeno h2 {font-weight: 500}
    .frontIzpostavljeno h3 {font-size: 20px}

    #frontS h2 {font-size: 40px;}
}

@media only screen and (max-width: 992px){
    .front-dejavnosti .container {flex-direction: column}
    .front-dejavnosti a {flex: 5}
}

@media only screen and (min-width: 992px) {  
  .sNlevo::after {content: ''; display: block; width: 40%; height: inherit; background-color: #f5f5f5; position: absolute; right: -110px; top: 0; transform: skewX(25deg); z-index: -1;}
  
  .slideNovice .col-12 {height: 400px;}
  .slideIzpostavljeno .col-12 {height: 360px;}

  .event-description {padding-left: 20px !important; margin-top: unset !important;}
   
}

@media screen and (max-width: 1199px) {
    .burger-wrap {display: block;}    
    .mobile-hidden {display: none !important;}

    .menu-header-container {display: none;}
}

@media screen and (min-width: 1200px) {
    header {height: var(--header-height-full); padding: 0}

    .header-wrap {background-color: #3E3E3F; padding: 15px 0}


    #menu-header {position: relative; top: unset; display: block;}
    #menu-header > li {display: inline-block;}
    .menu-header-container {display: inline-block; background-color: #3E3E3F}
    
    /*#menu-header .menu-item-has-children > a:after {content: "\e901"; font-family: 'icomoon'; margin-left: 5px; font-size: 20px; position: absolute; top: 19px;}*/

    /*#menu-header .menu-item-has-children a {padding-right: 30px;}*/
    #menu-header > .menu-item {border-left: 2px solid #fff;}
    #menu-header .menu-item-has-children {position: relative;}
    #menu-header .menu-item-has-children .menu-item-has-children a {padding-right: 50px}
    #menu-header .menu-item-has-children .menu-item-has-children:after {content: '\e903'; display: inline-block; font-size: 20px; position: absolute; right: 5px; top: 3px; font-family: 'icomoon'; margin-left: 5px}
    #menu-header .menu-item-has-children .sub-menu {padding: 0;}
    #menu-header .menu-item-has-children:hover > .sub-menu, #menu-header .menu-item-has-children:focus > .sub-menu, #menu-header .menu-item-has-children:focus-within > .sub-menu {display: block;}
    #menu-header .menu-item-has-children > .sub-menu {display: none; position: absolute; white-space: nowrap; left: 0; z-index: 9999; background-color: #fff;}
    #menu-header .menu-item-has-children .menu-item-has-children:hover > .sub-menu, #menu-header .menu-item-has-children .menu-item-has-children:focus > .sub-menu, #menu-header .menu-item-has-children .menu-item-has-children:focus-within > .sub-menu   {display: block}
    #menu-header .menu-item-has-children .menu-item-has-children > .sub-menu {display: none; position: absolute; top: 50px; background-color: #000; white-space: nowrap; z-index: 10}
    #menu-header li a {display: block;}

    #menu-header .menu-item-has-children .menu-item-has-children > .sub-menu {
        display: none;
        position: absolute;
        top: 0;
        background-color: #fff;
        white-space: nowrap;
        left: 100%;
    }


    .menu-mobile-container {display: none;}

    .social-fs {flex: 1 0 12.5%; margin-bottom: unset}
}


    #menu-socials {display: flex; justify-content: left; align-items: center; gap: 10px; flex-wrap: wrap;}
    #menu-socials li {margin-bottom: unset;}

@media screen and (min-width: 1600px) {
  
    .asl_w_container {right: 16%; top: 41px;}
    .admin-bar .asl_w_container {top: 74px}

    #logo {font-size: 25px;}

}

.pswp img {object-fit: contain}
