/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



.vrt-item{
    margin: 0.8em 0;
}
.vrt-item__img-wrapper{
    /*padding: 0.4em 0.4em 0.6em 0.4em;*/
    overflow: hidden;
    /*height: 145px;*/
    /*width: 145px;*/
    min-width: 100%;
}
.vrt-item__img-wrapper img{
    object-fit: cover;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*border-radius: 2px;*/
    width: inherit;
    height: inherit;


}

.vrt-item__img-wrapper:hover img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.vrt-item___article{
    background-color: #fdfdfd;
    box-shadow: 0 1px 4px rgba(41,51,57,.5);
}

.vrt-item__flex-column{
    display: flex;
}

.vrt-item__main-naslov{
    font-family: "Source Sans Pro",Helvetica,sans-serif;
    color: #37454d;
    font-weight: 700;
    margin-bottom: -0.1em;
}

.vrt-item__main-podnaslov{
    font-family: "Source Sans Pro",Helvetica,sans-serif;
    color: #37454d;
    font-weight: 500;
    font-size: 16px;
}
.vrt-item__main-text{
    font-family: "Source Sans Pro",Helvetica,sans-serif;
    color: #44535b;
    font-weight: 500;
    display: inline-block;
}
.znacka{
    font-weight: 400;
    font-size: 0.7em;
    color: #fff;
    background-color: #4d5f69;
    border-radius: 3px;
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    box-sizing: border-box;
    font-family: "Source Sans Pro",Helvetica,sans-serif;
    cursor: pointer;
    margin:0.1em;
}
.znacka:hover{
    background-color: #4d5f69;
}

.vrt-item__gumb-poglej{
    display: block;
    width: 100%;
    border: none;
    background-color: #ab4944;
    padding: 7px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 2px;
    border-bottom: 1px brown solid;
}
.vrt-item__gumb-poglej:hover{
    background-color: #c84f4a;
    color: white;
    text-decoration: none;
}

.vrt-item__main-text-wrapper i{
    margin: 0.15em;
    color: #37454d;
}
.vrt-item__main-text-wrapper{
    margin-top: 0.4em;
}

.vrt-item__img:before{
    content: ' ';
    /*background-image: url('http://lpt.uni-mb.si/e_vrt/evrt/wp-content/uploads/2018/06/pwa_logo_small.png');*/
}

