/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 80 version
*/


/* Fonts */
@font-face {
  font-family: "Haptik Bold";
  src: url("/wp-content/themes/restart/fonts/GT-Haptik-Bold.woff") format("woff");
}

@font-face {
  font-family: "Karrik";
  src: url("/wp-content/themes/restart/fonts/Karrik-Regular.woff") format("woff");
}


/* Site Options */
html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow: hidden;
    height: 100vh;
}

img {
    display: block;
}

p,
figure {
    display: block;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0;
            -moz-margin-start: 0;
         margin-inline-start: 0;
    -webkit-margin-end: 0;
            -moz-margin-end: 0;
         margin-inline-end: 0;
    -webkit-padding-start: 0;
            -moz-padding-start: 0;
         padding-inline-start: 0;
}



p {
    margin-bottom: 1em;
}

a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:-webkit-any-link:hover {
    text-decoration: none;
}


h1, h2 {
    display: block;
    font-size: inherit;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0px;
            -moz-margin-start: 0px;
         margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            -moz-margin-end: 0px;
         margin-inline-end: 0px;
    font-weight: normal;
}

.hidden {
    display: none!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.title {
    font-family: "Karrik";
    color: #1D1D1B;
    font-size: 1.56vw;
    letter-spacing: 0.05vw;
    line-height: 2vw;
    text-transform: uppercase;
}

.title-small {
    font-size: 1vw;
    line-height: 1.7vw;
}

.title strong {
    font-weight: normal;
}

.subtitle {
    font-family: "Karrik";
    color: #1D1D1B;
    font-size: 1.73vw;
    letter-spacing: 0.05vw;
    line-height: 2vw;
}

.side-subtitle {
    font-size: 1vw;
    line-height: 1vw;
}

.text {
    font-family: "Karrik";
    color: #1D1D1B;
    font-size: 1vw;
    letter-spacing: 0.02vw;
    line-height: 1.7vw;
}

.text a {
    color: #D0FE38;
}

.single_news-text a {
    color: grey;
}

.content {
    width: 58vw;
    height: 82vh;
    overflow-y: scroll;
    margin: auto;
    padding-top: 4vh;
}


/* Scroll */

.home::-webkit-scrollbar,
.sidebar-right-content::-webkit-scrollbar,
.single_news-content::-webkit-scrollbar,
.filmovi-content-container::-webkit-scrollbar,
.filmovi-grid::-webkit-scrollbar,
.filmovi_list-content::-webkit-scrollbar,
.single_film-content::-webkit-scrollbar,
.kolaz-content-container::-webkit-scrollbar {
  display: none;  /* Chrome, Safari and Opera */
}

.home,
.sidebar-right-content,
.single_news-content,
.filmovi-content-container,
.filmovi-grid,
.filmovi_list-content,
.single_film-content,
.kolaz-content-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Sidebar */
.sidebar {
    position: fixed;
    width: 100vw;
    z-index: 999;
}

.sidebar-container {
    width: 6vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1D1D1B;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}

.sidebar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    margin-top: 4.5vh;
}

.sidebar-logo svg {
    width: 2.4vw;
    cursor: pointer;
}

.sidebar-shadow {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 10px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 0px 20px 0px rgba(0,0,0,0.75);
}

/* Sidebar Menu*/
.sidebar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    
}

@media (min-width: 768px) {
    .sidebar-menu > div,
    .sidebar-menu > a,
    .sidebar-menu > span {
        margin-bottom: 10vh;
    }

    .sidebar-menu > div:last-of-type {
        margin-bottom: 0;
    }
}



.sidebar-menu-button {
    font-family: "Karrik";
    color: #D0FE38;
    font-size: 1vw;
    letter-spacing: 0.03vw;
    line-height: 1.2vw;
    text-align: center;
    cursor: pointer;
}

.sidebar-button-arhiva {
    font-family: "Karrik";
    color: #D0FE38;
    font-size: 1vw;
    letter-spacing: 0.03vw;
    line-height: 1.2vw;
    text-align: center;
    cursor: pointer;
}

.lang-switch {
    font-family: "Karrik";
    background-color: #D0FE38;
    color: #1D1D1B;
    -webkit-border-radius: 0.5vw;
            border-radius: 0.5vw;
    font-size: 1vw;
    letter-spacing: 0.03vw;
    line-height: 1.8vw;
    text-align: center;
    cursor: pointer;
    width: 3vw;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    text-transform: uppercase;
    display: none!important;
}

.sidebar-rotate-r {
    display: block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
       transform: rotate(90deg);
}

.sto-left-text,
.prijava-left-text {
    cursor: pointer;
}

.skini-prijavnicu {
    font-family: "Karrik";
    -webkit-border-radius: 0.5vw;
            border-radius: 0.5vw;
    background-color: #D0FE38;
    color: #1D1D1B;
    font-size: 0.83vw;
    letter-spacing: 0.03vw;
    line-height: 2.8vw;
    text-align: center;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    white-space: nowrap;
    margin-right: 40vh;
    text-decoration: none;
}

.prijava-cont-right a {
    text-decoration: underline;
}

.vjezbe-right .title-small {
    margin-bottom: 1.5vw!important;
}

/* Sidebar Content */
.sidebar-hidden {
    display: none!important;
}

.sidebar-content {
    position: fixed;
    top: 0;
    right: 6vw;
    width: 47vw;
    height: 90vh;
    padding-top: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
    background-color: #1D1D1B;
}

.sidebar-cont-left {
    width: 6.5vw;
    height: 14vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    gap: 5.5vh;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            -o-transform-origin: center;
       transform-origin: center;
}

.sidebar-rotate-l {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
       transform: rotate(270deg);
}

.sidebar-cont-left .title,
.sidebar-cont-left .subtitle{
    color: #D0FE38;
    white-space: nowrap;
}

.sidebar-cont-right .title {
    color: #D0FE38;
    margin-bottom: 0.5em;
}

.sidebar-cont-right .title:not(:first-child) {
    margin-top: 1em;
}

.sidebar-cont-right .title:nth-child(2) {
    margin-top: 0;
}

.sidebar-cont-right {
    width: 38vw;
    position: relative;
}

.sidebar-cont-right img {
    max-width: 100%;
    width: 100%;
    height: auto;
}



.sidebar-cont-right iframe {
    width: 100%;
}

.sidebar-right-content {
    color: white;
    overflow-y: scroll;
    height: 90vh;
    scroll-behavior: smooth;
}

.sidebar-mini-menu {
    position: absolute;
    top: -8vh;
    left: 0;
    width: 40vw;
}

.sidebar-mini-menu {
    color: #D0FE38;
    font-size: 0.73vw;
}

.sidebar-mini-menu a {
    color: #D0FE38;
    font-size: 0.73vw;
    text-decoration: none;
}

.sidebar-mini-menu a:hover {
    text-decoration: underline;
}

/* Sidebar Arhiva */
.sidebar-arhiva {
    width: 6.5vw;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.75);
    padding-top: 4vh;
    padding-bottom: 7vh;
}

.sidebar-arhiva-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    gap: 15vh;
}

.sidebar-arhiva-menu a {
    text-decoration: none;
    color: black;
}

.filmovi .sidebar-arhiva-menu .side-button-filmovi,
.filmovi_list .sidebar-arhiva-menu .side-button-filmovi,
.fanzin .sidebar-arhiva-menu .side-button-fanzin,
.proces .sidebar-arhiva-menu .side-button-proces{
    text-decoration: underline;
}


.sidebar-right-content > *:last-child {
    margin-bottom: 10vh;
}

.sidebar-arhiva-menu-button {
    font-family: "Karrik";
    color: #1D1D1B;
    font-size: 1vw;
    letter-spacing: 0.03vw;
    line-height: 1.2vw;
    text-align: center;
    cursor: pointer;
}

.film-sort-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
       transform: rotate(90deg);
}

.film-button-godina {
    display: none;
    cursor: pointer;
    border: 0.05vw solid black;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 0.25vw 0.5vw;
}

.film-button-godina:first-child {
    display: block;
}

.film-sort-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 2vw;
}

.film-drop-godina {
    margin-top: 1vh;
    margin-left: 0.5vw;
}

.film-sort-dropdown:first-child {
    display: none;
}

.film-sort-button span,
.film-sort-button a {
    font-family: "Karrik";
    font-size: 1.56vw;
    line-height: 1.56vw;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    letter-spacing: 0.03vw;
}

/* Tko smo */
.tko-left-text {
    cursor: pointer;
}

.tko-right .title:first-child {
    padding-bottom: 5.5vh;
    border-bottom: 0.33vh solid #D0FE38;
}

.impressum-cont-right .title:first-child {
    padding-bottom: 1vh;
}

.tko-osoba > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-top: 3.7vh;
    padding-bottom: 5.5vh;
    border-bottom: 0.33vh solid #D0FE38;
}

.tko_title {
    margin-top: 10vh!important;
}

.tko-osoba img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    width: 6.4vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.tko-active img {
    width: 12vw;
}

.tko-osoba svg {
    width: 2vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -ms-flex-item-align: baseline;
        -webkit-align-self: baseline;
            align-self: baseline;
    margin-top: -0.5vh;
    cursor: pointer;
}

.tko-cont {
    margin-left: -5vw;
    -webkit-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.tko-active .tko-cont {
    margin-left: 0;
}

.tko-ime {
    width: 20vw;
    font-size: 1.7vw;
    line-height: 2vw;
    color: #D0FE38;
    letter-spacing: 0.05vw;
    margin-bottom: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.tko-ime strong {
    font-weight: normal;
}



.tko-ime:nth-child(2) {
    font-size: 1vw;
}

.tko-ime:last-of-type {
    margin-bottom: 1.7vw;
}

.tko-tekst {
    display: none;
    width: 20vw;
}

.tko-active .tko-tekst {
    display: block;
}

.tko-active svg {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
       transform: rotate(45deg);
}




/* Home */
.home {
    width: 94vw;
    height: 100vh;
    overflow-y: scroll;
    
}


.home-hero {
    position: relative;
    border-bottom: 0.33vh solid #1D1D1B;
    background: url('/wp-content/themes/restart/img/home-bg.jpg');
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: top;
}

.home-hero svg {
    width: 75vw;
    margin-left: 10vw;
    margin-top: 14vh;
    margin-bottom: 27vh;
}

.shadow-box {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    -webkit-box-shadow: 0px 2vh 20vh 10vh rgba(29,29,27,1);
    box-shadow: 0px 2vh 20vh 10vh rgba(29,29,27,1);
}

/* Home News Grid */

.news_element-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-top: 4vh;
    padding-bottom: 4vh;
    border-bottom: 0.33vh solid #1D1D1B;
    padding-left: 4.5vw;
    padding-right: 3.3vw;
}

.news_element-header > a {
    width: 38.5vw;
    text-decoration: none;
}


.news_element-title {
    width: 38.5vw;
    cursor: pointer;
    font-size: 1.73vw;
    letter-spacing: 0.05vw;
    line-height: 2vw;
    
}

.home .news_element-title {
    text-transform: none!important;
}

.news_element a,
.sidebar-menu a{
    color: black;
    text-decoration: none;
}

.news_element-info {
    width: 32vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

/*.news_element-info span {
    font-size: 1.3vw;
}*/

.news_element-location {
    display: none!important;
}

.news_element-icon {
    width: 1.5vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        -webkit-align-self: center;
            align-self: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.news-close {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

.news_element-content {
    border-bottom: 0.33vh solid #1D1D1B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 20px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: inset 20px 0px 20px 10px rgba(0,0,0,0.75);
}

.news_element-date {
    align-self: center;
    line-height: 1em;
    font-size: 1.3vw;
}

.news_element-image {
    width: 47vw;
    position: relative;
}

.news_element-image-container {
    height: 100%;
}

.news_element-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(100%) sepia(48%) brightness(88%) hue-rotate(59deg) saturate(415%) contrast(99%);
-webkit-filter: grayscale(100%) sepia(48%) brightness(88%) hue-rotate(59deg) saturate(415%) contrast(99%);
-moz-filter: grayscale(100%) sepia(48%) brightness(88%) hue-rotate(59deg) saturate(415%) contrast(99%);
    position: absolute;
    z-index: -1;
}



.news_element-excerpt {
    width: 40vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 1.4vw;
    line-height: 1.8vw;
}

.news_element-excerpt p {
    display: inline;
}

.news_element-excerpt a {
    color: #1D1D1B;
    display: block;
    text-transform: uppercase;
    margin-top: 0.5em;
}

.news_element-content p {
    margin-bottom: 0;
}

/* News Single */
.single_news-container {
    width: 94vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
    height: 100vh;
}

.single_news-content img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.single_news-image {
    margin-bottom: 1em;
}

.single_news-info {
    width: 33vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    border-right: 0.33vh solid #1D1D1B;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
    z-index: 2;
}

.single_news-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.single_news-title {
    font-size: 2.3vw;
    line-height: 3vw;
    letter-spacing: 0.05vw;
    margin-left: 3.75vw;
    margin-right: 3.75vw;
    margin-top: 5.5vh;

}

.single_news-control {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    padding-top: 4vh;
    padding-bottom: 2vh;
    border-top: 0.33vh solid #1D1D1B;
}

.single_news-control span {
    display: block;
    margin-bottom: 2vh;
    font-size: 1vw;
    line-height: 1.2vw;
}

.single_news-control a {
    color: #1D1D1B;
    text-decoration: none;
}


.single_news-subtitle {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    padding-bottom: 3vh;
    
    margin-right: -0.2vw;
}

.news_element-location {
    display: none;
}

.single_news-subtitle span {
    font-size: 1.7vw;
    line-height: 2vw;
    display: block;
    margin-bottom: 1vh;
}

.single_news-content {
    width: 45vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 6vh;
    height: 94vh;
    overflow-y: scroll;
    background-color: #D0FE38;
    z-index: 1;
}

.single_news-text {
    font-size: 1.5vw;
    line-height: 2vw;
    margin-bottom: 2vw;
}

.single_news-close {
    width: 6vw;
    padding-top: 6vh;
    height: 94vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    border-left: 0.33vh solid #1D1D1B;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
    z-index: 2;
}

.single_news-close svg {
    width: 1.45vw;
    cursor: pointer;
}

/* Filmovi Grid */
.filmovi .sidebar-arhiva {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}


.filmovi-content {
    width: 94vw;
    height: 100vh;
}

.filmovi-content-container {
    height: 100vh;
    width: 87.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 4vh;
}

.filmovi-grid-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16vw;
    margin-left: 2vw;
    max-width: 100%;
}

.flimovi-grid-year {
    font-family: "Karrik";
    font-size: 1.56vw;
    line-height: 1.56vw;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    letter-spacing: 0.03vw;
    
}

.filmovi-grid {
    margin-top: 1.6vh;
    border-top: 0.33vh solid black;
    padding-top: 1.6vh;
    overflow-y: scroll;
    height: -webkit-calc(94.43vh - 1.56vw);
    height: calc(94.43vh - 1.56vw);
}

.grid-title {
    font-family: "Karrik";
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin-top: 1.5vh;
    margin-bottom: 0.5vh;
    text-transform: uppercase;
    letter-spacing: 0.03vw;
    margin-bottom: 0.5vh;
}

.grid-author {
    text-transform: uppercase;
    letter-spacing: 0.02vw;
}

.grid-title a {
    color: black;
    text-decoration: none;
}

.filmovi .filmovi-grid-element .grid-img {
    overflow: hidden;
}

.filmovi .filmovi-grid-element img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
}

.filmovi .filmovi-grid-element:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
       transform: scale(1.1);
}

.fanzin .filmovi-grid-element .wp-block-image,
.proces .filmovi-grid-element .wp-block-image{
    overflow: hidden;
    margin-bottom: 1.3vw;
}

.fanzin .filmovi-grid-element img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.proces .filmovi-grid-element img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    aspect-ratio: 16/9;
    -o-object-fit: cover!important;
       object-fit: cover!important;
}

.fanzin .filmovi-grid-element img:hover,
.proces .filmovi-grid-element img:hover{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
       transform: scale(1.1);
}

.grid-info {
    font-family: "Karrik";
    font-size: 0.8vw;
    margin-bottom: 4vh;
}

.filmovi-grid-container:last-child {
    margin-right: 2vw;
}

/* Filmovi List */
.filmovi_list {
    width: 87.5vw;
    height: 100vh;
}

.filmovi_list .sidebar-arhiva {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.filmovi_list-content {
    height: -webkit-calc(94.2vh - 3.3vw);
    height: calc(94.2vh - 3.3vw);
    overflow-y: scroll;
}

.filmovi_list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 4vh;
    padding-bottom: 4vh;
    border-bottom: 0.33vh solid #1D1D1B;
    padding-left: 4.5vw;
    padding-right: 3.3vw;

}

.filmovi_list-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 65vw;
}

.filmovi_list-search svg{
    width: 1.5vw;
}

.filmovi_list .news_element-title {
    width: auto;
}

.filmovi_list .news_element-header {
    width: 65vw;
    border-bottom: none;
}

.filmovi_list .news_element {
    border-bottom: 0.33vh solid #1D1D1B;
}


.filmovi_list-head-film,
.filmovi_list .news_element-title{
    width: 18vw;
}

.filmovi_list-head-autor,
.filmovi_list .news_element-author {
    width: 21vw;
}

.filmovi_list-head-godina,
.filmovi_list .news_element-godina {
    width: 7vw;
}



.filmovi_list-head {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.filmovi_list-head-year {
    -webkit-text-stroke-color: white;
    background-color: black;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 0.25vw 0.7vw 0.25vw 0.5vw;
    margin-right: -0.5vw;
}

.side-nav-arrows {
    display: none!important;
}

.filmovi .side-nav-arrows,
.proces .side-nav-arrows,
.fanzin .side-nav-arrows {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.no-arrow {
    opacity: 0;
}

/* Fanzin */
.fanzin .grid-img img,
.proces .grid-img img{
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.fanzin .sidebar-arhiva,
.proces .sidebar-arhiva {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

/* SIngle FIlm */
.filmovi_list-head-generacija,
.single_film .news_element-year {
    width: 14vw;
}

.filmovi_list-head {
    font-size: 1.56vw;
    line-height: 1.56vw;
}

.single_film .filmovi_list-content {
    height: auto;
    overflow-y: auto;
}

.single_film-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2vw;
    width: 75vw;
    padding-top: 6vh;
    padding-left: 3.75vw;
    padding-right: 9.25vw;
    background-color: #D0FE38;
    overflow-y: scroll;
    height: -webkit-calc(81.2vh - 5.6vw);
    height: calc(81.2vh - 5.6vw);
}

.single_film-content img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
}

.single_film-visual .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vh;
    /*width: 47vw;*/
    max-width: 39.1vw;
}

.single_film-galerija {
    padding-bottom: 6vh;
}

.single_film-galerija .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.3vw;
}

.single_film-galerija .wp-block-image {
    max-width: 12.16vw;
}

.single_film-text {
    width: 25vw;
    font-family: "Karrik";
    color: black;
    font-size: 1vw;
    letter-spacing: 0.02vw;
    line-height: 1.7vw;
}

.single_film-festivali {
    border-top: 1px solid black;
    padding-top: 2vh;
}

.wp-block-embed iframe {
    max-width: 39.1vw;
    height: auto;
    aspect-ratio: 750/422;
}

/* Project LightBox */

.projects-lb_gallery .projects_lb {
    position: relative;
}

.projects-lb_gallery .projects_lb .projects-bg-block.active .wp-block-group__inner-container {
    opacity: 0;
}

.projects-lb_gallery .projects_lb .projects-grid-text_block p:nth-child(1) {
    margin-bottom: 0;

}

.projects-lb_gallery .projects_lb .projects-grid-text_block p:nth-child(2) {
    opacity: 1;    
}

.projects-lb_gallery .projects_lb .projects-bg-block {
    background: none;
}


.projects-lb_gallery .projects_lb .wp-block-image  {
    height: auto;
    width: auto;
}

.projects-lb_gallery .projects_lb .wp-block-image img {
    width: auto;
    height: auto;
    max-height: 70vh;
    max-width: 80vw;
    -o-object-fit: contain;
       object-fit: contain;
}

.projects-lb_gallery .projects-bg-block {
    display: none;
}

.projects-lb_gallery .projects-grid-text_block {
    margin-top: 1vh;
}

.projects-lb_gallery .projects-grid-text_block,
.projects-lb_gallery .projects-grid-text_block .wp-block-group__inner-container{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
}

.projects-grid-text_block .wp-block-group__inner-container p {
    cursor: pointer;
}



/* Next & previous buttons */
.projects-lb_gallery .slide-arrows {
    top: 50%;
}

.slide-arrows {
    position: absolute;
    width: 95vw;
    top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    z-index: 6;
}

.prev, .next {
  cursor: pointer;
}

.slide-arrows svg {
    width: 1.5vw;
    height: 1.5vw;
}

.prev svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
       transform: rotate(180deg);
}

.lb-close {
    cursor: pointer;
    position: absolute;
    top: 2vh;
    right: 2vh;
}



/* Project Slideshow */



.projects-lb_gallery .projects_lb {
    display: none;
}

.projects-lb_gallery .projects_lb.active-slide {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
}

.projects-lb_gallery .projects_lb img {
    width: auto;
    max-width: 90vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.projects-lb_gallery .projects_lb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}



.filmovi-grid img {
    cursor: pointer;
}

/* Kolaz */
.kolaz .side-nav-arrows {
    display: none;
}

.kolaz .sidebar-arhiva {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.kolaz-content-container {
    height: 100vh;
    overflow-y: scroll;
    width: 87.5vw;
}

.kolaz .filmovi-grid-element {
    width: 100%;
}

.kolaz .filmovi-grid-element .grid-img {
    overflow: hidden;
}

.kolaz .filmovi-grid-element img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
}

.kolaz-gallery {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    gap: 2vw;
    margin: 1.5vw;
    margin-right: 2vw;
}

.kolaz-gallery-element {
    margin-bottom: 1.5vw;
}

.kolaz-gallery .kolaz-fanzin img,
.kolaz-gallery .kolaz-proces img {
    max-width: 20vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.kolaz-gallery .grid-info {
    margin-bottom: 0;
}

.kolaz-imgs {
    cursor: pointer;
}

/* Search */
.search-button {
    width: 2vw;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-bottom: -4vh;
    cursor: pointer;
}

.search {
    position: fixed;
    top: 3.6vh;
    right: 14vw;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-bar label {
    display: none;
}

.search-exit {
    position: absolute;
    top: 0;
    right: -5.35vw;
    cursor: pointer;
}

.search-exit svg {
    width: 1.3vw;
}

.search-exit path {
    fill: black;
}

#searchsubmit {
    display: none;
}

.search-bar {
    width: 12vw;
}

.search-bar .field {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Sidebar nav arrows */
.side-nav-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    width: 86vw;
    margin-left: 0.5vw;
    position: absolute;
    top: 4.35vh;
}

.side-nav-arrows svg {
    cursor: pointer;
}

.side-nav-arrows .left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
       transform: rotate(180deg);
}

/* Home Prijava */
.home-prijava {
    position: absolute;
    top: 14vh;
    right: 11vw;
    background-color: #d0fe38;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    width: 10vw;
    height: 10vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5vw 0.5vw;
    text-align: center;
    font-family: "Karrik";
    color: #1D1D1B;
    font-size: 1.56vw;
    letter-spacing: 0.05vw;
    line-height: 2vw;
    text-transform: uppercase;
    -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
         -o-transform: rotate(13deg);
            transform: rotate(13deg);
}

.home-hero svg ellipse,
.home-hero svg text{
    display: none;
}

.home-prijava p {
    margin-bottom: 0;
    cursor: pointer;
}

/* Social */
.social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vh;
}

.social-icons div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.social-icons svg {
    width: 2vw;
}

/* Desktop */
@media only screen and (min-width: 769px) {
    .mobile-only {
        display: none!important;
    }
    
    .imp_title {
        font-size: 1.56vw;
        letter-spacing: 0.02vw;
        line-height: 1.7vw;
        margin-bottom: 0.3em;
        margin-top: 1em;
    }
    
    
    
}

/* Mobile */
@media only screen and (max-width: 768px) {
    /* Options */
    .desktop-only {
        display: none!important;
    }
    
    body {
    margin: 0;
    overflow: auto;
    height: auto;
    }
    
    .title {
        font-size: 27px;
        letter-spacing: 0.3px;
        line-height: 33px;
    }
    
    .subtitle {
        font-size: 23px;
        letter-spacing: 0.2px;
        line-height: 30px;
    }
    
    .text {
        font-size: 19px;
        letter-spacing: 0.2px;
        line-height: 25px;
    }
    
    .side-subtitle {
        font-size: 19px;
        line-height: 19px;
    }
    
    /* Sidebar */
    .sidebar-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #1D1D1B;
    z-index: 999;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
}

    .sidebar-container.mobile-menu {
        display: block;
    }

    .mobile-hamb {
        position: fixed;
        z-index: 99999;
        top: 20px;
        right: 20px;
        width: 40px;
    }
    
    .mobile-hamb svg {
        width: 100%;
    }
    
    .kolaz-gallery-element {
        margin-bottom: 20px;
    }
  
    
    .mobile-hamb.open line {
        fill: #D0FE38!important;
        stroke: #D0FE38!important;
    }
    
    .kolaz .open-f line,
    .filmovi .open-f line,
    .fanzin .open-f line,
    .proces .open-f line,
    .single_film .open-f line,
    .filmovi_list .open-f line {
        fill: #1d1d1b!important;
        stroke: #1d1d1b!important;
    }
    
    .sidebar-logo {
        margin-bottom: 10px;
        margin-top: -70px;
    }
    
    .sidebar-logo svg {
        width: 40px;
    }
    
    .sidebar-menu {
        gap: 0;
        margin-top: 0;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .sidebar-menu span {
        margin-top: 25px;
    }
    
    .sidebar-rotate-r {
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
           transform: none;
    }
    
    .sidebar-button-arhiva,
    .sidebar-menu-button {
        font-size: 20px;
        letter-spacing: 0.1px;
        line-height: 25px;
    }
    
    .lang-switch {
        font-size: 20px;
        letter-spacing: 0.1px;
        line-height: 25px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        width: 40px;
    }
    
    .sidebar-content {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        padding-top: 20px;
    }
    
    .sidebar-cont-left {
        width: 60px;
        height: 60px;
        gap: 0;
    }
    
    .sidebar-cont-left span:not(:first-child) {
        margin-right: 60px;
    }
    
    .sidebar-cont-right {
        width: 100%;
        margin-right: 60px;
    }
    
    .sidebar-mini-menu {
        display: none;
    }
    
    .sidebar-right-content {
        height: 100%;
    }
    
    .tko-osoba > .wp-block-group__inner-container {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #D0FE38;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
    }
    
    .tko-osoba img {
        width: 100vw;
    }
    
    .tko-active img {
        width: 100vw;
    }
    
    .tko-cont {
        margin-left: 0;
    }
    
    .tko-ime:last-of-type {
        margin-bottom: inherit;
    }
    
    .tko-ime {
        width: 100%;
        font-size: 25px;
        line-height: 33px;
        letter-spacing: 0.3px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .tko-ime:nth-child(2) {
        font-size: 15px;
        margin-top: -10px;
    }
    
    .tko-osoba svg {
        display: none;
    }
    
    .tko-tekst {
        width: 100%;
    }
    
    .tko_title {
        margin-top: 200px!important;
    }
    
    
    /* Home */
    .home {
        width: 100%;
    }
    
    /* Kolaz/Filmovi/Fanzin/Proces */
    .kolaz .sidebar-arhiva,
    .filmovi .sidebar-arhiva,
    .fanzin .sidebar-arhiva,
    .proces .sidebar-arhiva,
    .single_film .sidebar-arhiva,
    .filmovi_list .sidebar-arhiva{
        right: 0;
        top: 0;
        width: 80px;
        padding-top: 100px;
    }
    
    .filmovi-content {
        width: 100%;
    }
    
    .kolaz-content-container {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    
    .kolaz-gallery {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
        gap: 0;
        margin: 20px;
        margin-right: 20px;
    }
    
    .kolaz-gallery > *:not(:first-child) {
        margin-top: 20px;
    }
    
    .kolaz-gallery .kolaz-fanzin img, .kolaz-gallery .kolaz-proces img {
        width: 100%;
        max-width: 100%;
    }
    
    .sidebar-arhiva-menu-button.sidebar-rotate-r {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
           transform: rotate(90deg);
    }
    
    .sidebar-arhiva-menu {
        gap: 0;
    }
    
    .sidebar-arhiva-menu > *:not(:first-child) {
        margin-top: 120px;
    }
    
    .sidebar-arhiva-menu-button {
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 20px;
    }
    
    .search-button {
        width: 30px;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        margin-bottom: -40px;
        cursor: pointer;
    }
    
    .side-nav-arrows {
        display: none;
    }
    
    /* Filmovi Grid */
    .filmovi-content-container {
        width: 100%;
        padding-top: 20px;
    }
    
    .filmovi-grid-container {
        width: 90%;
        margin: auto;
    }
    
    .flimovi-grid-year {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: 0.3px;
    }
    
    .filmovi-grid {
        margin-top: 15px;
        border-top: 2px solid black;
        padding-top: 10px;
        overflow-y: scroll;
        height: auto;
        padding-bottom: 100px;
    }
    
    .grid-title {
        font-size: 20px;
        line-height: 25px;
        margin-top: 5px;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }
    
    .grid-info {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .filmovi .filmovi-content-container,
    .fanzin .filmovi-content-container, 
    .proces .filmovi-content-container {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        display: block;
        height: auto;
    }
    
    .fanzin .filmovi-grid-element .wp-block-image, .proces .filmovi-grid-element .wp-block-image {
        margin-bottom: 20px;
    }
    
    /* Single/List */
    .filmovi_list {
        width: 100%;
    }
    
    .single_film .filmovi_list-header {
        display: block;
        position: absolute;
        border: none;
        padding: 0;
        margin: 0;
        top: 40px;
        left: 20px;
    }
    
    .filmovi_list-search svg {
        width: 20px;
    }
    
    .filmovi_list .title {
        font-size: 20px;
        line-height: 25px;
    }
    
    .single_film .sidebar-arhiva {
        display: none!important;
    }
    
    .single_film .filmovi_list-menu {
        display: none;
    }
    
    .single_film .filmovi_list-content {
        height: auto;
        overflow-y: auto;
    }
    
    .filmovi_list .news_element {
        border-bottom: 2px solid #1D1D1B;
    }
    
    .single_film .news_element-header {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5%;
        padding-right: 5%;
        
    }
    
    .single_film .news_element-title,
    .single_film .news_element-author,
    .single_film .news_element-year {
        width: -webkit-calc(100% - 80px)!important;
        width: calc(100% - 80px)!important;
        display: block;
        margin-bottom: 5px;
    }
    
    .single_film-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 0;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20px;
        overflow-y: auto;
        height: auto;
    }
    
    .single_film-content > *:not(:first-child) {
        margin-top: 20px;
    }
    
    .single_film-text {
        width: 100%;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 25px;
        padding-bottom: 40px;
    }
    
    .single_film-visual .wp-block-group__inner-container {
        gap: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .wp-block-embed iframe {
        max-width: 100%;
        width: 100%;
        height: 210px;
    }
    
    .single_film-galerija {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    
    .single_film-galerija .wp-block-image:not(:first-child) {
        margin-top: 20px;
    }
    
    .single_film-galerija .wp-block-group__inner-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }
    
    .single_film-galerija .wp-block-image {
        max-width: 100%;
    }
    
    .slide-arrows svg {
        width: 20px;
        height: 20px;
    }
    
    /* News */
    .home-news .news_element-info {
        display: none;
    }
    
    .single_news-top {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: auto;
    }
    
    .news_element-title {
        width: 100%;
    }
    
    .single_news-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }
    
    .single_news-info {
    width: 90%;
    padding-right: 10%;
    border: none;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    }
    
    .single_news-title {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 25px;
        margin-left: 20px;
        margin-right: 40px;
    }
    
    .single_news-subtitle {
        display: none;
    }
    
    .single_news-content {
        width: 90%;
        height: auto;
    }
    
    .single_news-close {
        width: 20px;
        padding-top: 0;
        height: auto;
        display: block;
        border-left: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        position: relative;
        margin-left: 5vw;
    }

    
    .single_news-close svg {
        width: 20px;
        
    }
    
    .single_news-control {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: none;
        margin-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        border-top: 2px solid #1D1D1B;
    }

    .single_news-control span {
        display: inline;
        margin-bottom: 1em;
        font-size: 15px;
        line-height: 1.2em;
    }
    
    .single_news-next {
       
    }
    
    .news_element-icon {
        display: none;
    }

    /* Search */
    .filmovi_list-header {
        display: none;
        
    }
    
    .filmovi_list-content {
        height: auto;
        overflow-y: unset;
        width: 100%;
    }
    
    .filmovi_list .news_element-header {
        width: 90%;
        border-bottom: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 5vw;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
    }
    
    .single_film .news_element-header {
        width: 90%;
        border-bottom: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: -webkit-calc(5vw + 40px);
        padding-left: calc(5vw + 40px);
        padding-top: 15px;
        padding-bottom: 10px;
        padding-right: 0;
    }
    
    .news_element-header span {
        width: auto!important;
        margin-bottom: 10px;
    }
    
    /* Search */
    .search-bar {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: rgba(0,0,0,0.8);
    }
    
    .search-bar .field,
    .search-bar .field:focus,
    .search-bar .field:focus-visible {
        width: 70vw;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid white;
        outline: -webkit-focus-ring-color none;
        color: white;
        -webkit-border-radius: 0;
                border-radius: 0;
        font-size: 20px;
        padding: 1px 0;
    }
    
    .search-exit {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 99999;
    }
    
    .search-exit svg {
        width: 40px;
        height: 40px;
    }
    
    .search-exit line {
        stroke: white!important;
    }
    
    /* Home */
    .home-hero-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 400px;
        border-bottom: 2px solid #1D1D1B;
        position: relative;
    }
    
    .home-hero-mobile svg {
        width: 50%;
    }
    
    /* Home Prijava */
    .home-prijava {
        top: 22%;
        left: 22%;
        width: 100px;
        height: 100px;
        padding: 5px 5px;
        font-size: 17px;
        letter-spacing: 0.3px;
        line-height: 21px;
        -webkit-transform: rotate(-14deg);
            -ms-transform: rotate(-14deg);
             -o-transform: rotate(-14deg);
                transform: rotate(-14deg);
    }
    
    /* Social Icons */
    .social-icons {
        
        display: -webkit-box;
        
        display: -webkit-flex;
        
        display: -ms-flexbox;
        
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 30px;

        width: 100%;
    }
    
    .social-icons a:not(:first-child) {
        margin-left: 40px;
    }
    
    .social-icons svg {
        width: 40px;
    }
    
    .mobile-menu + .sidebar-arhiva {
        display: none!important;
    }
    
}

.gal-year {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 99999;
}

.gal-year .subtitle {
    color: white;
}

/* Mouse Gradient */
.home-hero {
    background: 
    -webkit-radial-gradient(
     at center, #ffffff, #000000
    );
    background: 
    -o-radial-gradient(
     at center, #ffffff, #000000
    );
    background: 
    radial-gradient(
     at center, #ffffff, #000000
    );
    
}

/* News Godina */
.home-godina {
    display: none;
}


