/*
 * MOD_IC_EVENT_LIST
 * iCagenda by JoomliC
 * lgd css file for iCagenda event list module
 *
 * @layout      lgd
 * @author      Matej Plestejak - https://www.dpoint.si
 * @version     3.14.4 2017-08-14
 * @since       1.0
 */




.kategorija h4 {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.11px;
    margin: 20px 0px 15px 0px;
}

.datum-dogodka h3 {
    font-size: 14px !important;
    line-height: 1;
    margin: 10px 0 5px 0;
    color: #000;
    transition: color 400ms;
    text-transform: uppercase;
}


.naslov-dogodka {
    margin-top: 4rem;
    height: 100%;
}

@media screen and (min-width: 991px) {
    .naslov-dogodka {
        height: 3rem;
    }
}

.naslov-dogodka h3 {
    font-size: 20px !important;
    line-height: 1;
    padding: 0px 0 0;
    margin: 10px 0 10px;
    color: #000;
    letter-spacing: -1px;
    transition: color 400ms;
}

.naslov-dogodka h3:hover {
    color: #1ecc8d;
    transition: color 400ms;
}

.lokacija h4 {
    font-size: 14px;
    font-weight: 300;
}

.naslovna-slika {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    z-index: 1;
}

img.slika {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.lgd-ic-module-h3-title {
    font-size: 20px;
}

.lgd-ic-module-h4-category {
    font-size: 16px;
}

.lgd-ic-module-h3-datum {
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
   .lgd-ic-module-h3-title {
        font-size: 20px !important;
    }

    .lgd-ic-module-h4-category {
        font-size: 14px !important;
    }

    .lgd-ic-module-h3-datum {
        font-size: 12px !important;
    } 
    
    .naslovna-slika {
        height: 150px !important;
    }
}