
main{
   background: #f5f5f5;
}
.vesti-i-arhiva{
    position: relative;
    z-index: 1;
}
.vesti{
    width: 100%;
}
ul.vesti-kratke{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.vesti-kratke li{
    width: 29%;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin: 2% 1%;
    background: #fff;
    box-shadow: var(--bottom-shadow);
}
ul.vesti-kratke li:hover{
    box-shadow: var(--hover-shadow);
    transition: var(--transitionIn);
    border:1px solid rgb(184, 184, 184);
}
ul.vesti-kratke li:hover a{
    text-decoration: underline;
    background: none;
}
ul.vesti-kratke li:hover .more{
    text-decoration: none;
    background: none;
}
.vesti-kratke a{
    display: inline-block;
    width: 100%;
}
.vesti-kratke h2{
    font-size: 1.1em;
    height: auto;
    margin-bottom: 0;
    font-weight: 700;
}
.vesti-kratke h2 a{
    padding: 0;
    text-decoration: none;
}
.kratka-vest-tekst{
    width: 100%;
    padding: 20px;
}
.kratka-vest-tekst p{
    height: auto;
    width: auto;
    padding: 0;
    margin: 0px;
    -webkit-line-clamp: 3;
}
.kratka-vest-tekst span{
    font-size: 0.8em;
}
.kratka-vest-tekst .more{
    text-decoration: none;
    text-align: right;
    margin: 0;
    margin-top: 20px;
    font-weight: 700;
}
.kratka-vest-tekst .more span{
    margin-left: 10px;
}
.vesti-kratke .vest-slika{
    height: 200px;
    width: 100%;
    padding: 0;
}
.vesti-kratke .vest-slika img{
    border-radius: 10px 10px 0px 0px;
}
.vesti-kratke a:hover{
    background-color:#f9f9f9;
    box-shadow: none;
}
#sve-vesti .datum{
    font-weight: normal;
}
#sve-vesti .datum i{
    margin-right: 5px;
}
#sve-vesti .vesti-kratke span{
    font-weight: normal;
}


@media all and (max-width: 991px){
    #sve-vesti svg{
        width: 300px;
        height: 300px;
    }
    #sve-vesti ul.vesti-kratke li{
        width: 100%;
        margin: 5% 1%;
    }
    #sve-vesti ul.vesti-kratke h2{
        font-size: 1.1em;
        line-height: normal;
    }
    #sve-vesti ul.vesti-kratke h2 a{
        padding-top: 0;
        font-weight: bold;
    }
    #sve-vesti .vesti-kratke .vest-slika{
        width: 100%;
    }
    #sve-vesti .kratka-vest-tekst{
        padding-top: 15px;
        padding: 15px;
    }
    #sve-vesti .kratka-vest-tekst p{
        height: auto;
        -webkit-line-clamp: 3;
        line-height: normal;
        font-size: 0.9em;
    }
    #sve-vesti .kratka-vest-tekst .more{
        font-size: 0.9em;
        margin-top: 15px;
    }
    #sve-vesti .vesti-kratke span{
        font-size: 0.9em;
    }
    #sve-vesti .close{
        top:17%
    }
}

/* zasebne */

#zasebna-vest{
    width: 90%;
    background: white;
    z-index: 3;
    position: relative;
    padding: 30px;
    border-radius: 10px;
}
#zasebna-vest .vest{
    padding: 0px;
}
#zasebna-vest .datum{
    margin-bottom: 50px;
    display: inline-block;
    padding-left: 10px;
}
#zasebna-vest .pocetak{
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}
#zasebna-vest .pocetak .vest-slike{
    width: 30%;
}
#zasebna-vest .pocetak .vest-slike button:focus{
  outline: 2px solid var(--grey);
  outline-offset: 3px;          /* Space between button and outline */
}
#zasebna-vest .pocetak .vest-slike img:hover{
    box-shadow: var(--hover-shadow);
    transition: var(--transitionIn);
}
#zasebna-vest .pocetak .vest-text{
    width: 70%;
    padding-left: 20px;
}
#zasebna-vest .pocetak .vest-text a{
    font-weight: bold;
}
#zasebna-vest .pocetak .vest-text p{
    margin-bottom: 0px;
}
#zasebna-vest .pocetak .vest-slike button{
    width: 100%;
    align-items: self-start;
    background: none;
    outline: none;
    border: none;
    height: fit-content;
}
#zasebna-vest .pocetak .vest-slike button img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
#zasebna-vest .fb-share{
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 30px;
    box-shadow: none;
}
#zasebna-vest .fb-share i{
    margin-left: 10px;
}
#zasebna-vest .fb-share:hover, #zasebna-vest .povratak:hover{
    box-shadow: var(--hover-shadow);
    transition: var(--transitionIn);
}
#povratak{
    text-decoration: none;
    box-shadow: none;
    color: var(--grey);
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    margin: 20px auto;
    position: relative;
}
#povratak span{
    display: inline-block;    /* so transform applies properly */
    transform: scaleX(-1);    /* or rotateY(180deg) */
    color: var(--grey);
    margin-right: 10px;
}



@media all and (max-width: 991px){
    #zasebna-vest{
        margin: 0 auto;
        width: 100%;
        padding: 0px;
        padding-top: 50px;
    }
    #zasebna-vest .pocetak{
        padding: 0;
    }
    #zasebna-vest .datum{
        font-size: 0.9em;
        margin-bottom: 15px;
    }
    #zasebna-vest .pocetak .vest-slike{
        width: 100%;
        padding: 15px;
        padding-bottom: 0;
    }
        #zasebna-vest .pocetak .vest-text{
        width: 100%;
        padding: 15px;
    }
    #zasebna-vest .pocetak .vest-text p{
        font-size: 0.9em;
    }
    #zasebna-vest .fb-share{
        right: 10px;
        top: 10px;
        font-size: 0.8em;
    }
    #zasebna-vest .pocetak .vest-text a{
        font-size: 0.9em;
    }
    #povratak{
        font-size: 0.9em;
    }
    #zasebna-vest .close{
        top:17%
    }
    #zasebna-vest .pocetak .vest-paragraf a{
        font-size: 1em;
    }
}



