/*
 Theme Name:     Blogit Child
 Theme URI:      http://webnus.biz/themes/blogit-wp/
 Description:    Blogit Child Theme
 Author:         WEBNUS
 Author URI:     http://themeforest.net/user/WEBNUS
 Template:       blogit-wp
 Version:        2.5.2
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.teaser__x__item--e {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.teaser__x__info {
    flex: 1;
    padding-left: 20px;
}

.teaser__x__image__wrap {
    width: 100px;
    padding-left: 25px;
    position: relative;
    font-size: 0;
}

.teaser__x__image {
    padding-top: 153%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    background-position: 100% 0;
    display: block !important;
}


@media (max-width: 767px){
    .teaser__x__image {
        background-position: 50% 0;
    }
}


a.teaser__x__category__link {
    background: #E7ECF2;
    border-radius: 20px;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 5px 5px;
    color: #36414C;
}

.teaser__x__category {
    display: flex;
    margin: 0 -5px 7px;
    flex-wrap: wrap;
}

a.teaser__x__category__link:hover {
    background: #f8e8e8;
    color: #e84c3d;
}

.teaser__x__title {
    font-family: "Lora", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1px;
    color: #000000;
    display: block;
}

.teaser__x__image__wrap:after {
    background: #0A141D;
    border-radius: 4px;
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    left: 11px;
    top: 0;
    transform: scale(0.875);
    bottom: 0;
    margin: auto;
    z-index: 0;
    filter: blur(1px);
}

.teaser__x__image__wrap:before {
    background: #4E4E4E;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 5px #B8C1CC; */
    filter: blur(1px);
    border-radius: 4px;
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    left: 0px;
    top: 0;
    transform: scale(0.775);
    bottom: 0;
    margin: auto;
    z-index: 0;
}
a.teaser__y__image {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    height: 228px;
}

.teaser__y__image__wrap {
    padding-top: 22px;
    position: relative;
    margin-bottom: 15px;
}

.teaser__y__image__wrap:after {
    background: #0A141D;
    border-radius: 5px;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 8px;
    transform: scale(0.875);
    margin: auto;
    z-index: 0;
    filter: blur(1px);
    height: 70px;
}

.teaser__y__image__wrap:before {
    background: #4E4E4E;
    filter: blur(1px);
    border-radius: 6px;
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    right: 0;
    top: -1px;
    transform: scale(0.775);
    margin: auto;
    z-index: 0;
    height: 50px;
}

.teaser__x__item--d {
    margin-bottom: 20px;
}

.teaser__y__info {
    text-align: center;
}

a.teaser__y__category__link {
    background: #E7ECF2;
    border-radius: 20px;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 5px 5px;
    color: #36414C;
}

.teaser__y__category {
    margin-bottom: 7px;
}

a.teaser__y__category__link:hover {
    background: #f8e8e8;
    color: #e84c3d;
}

.teaser__y__title {
    font-family: "Lora", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: -1px;
    color: #000000;
    display: block;
}

a.alith_epk_grid_post {
    display: block;
    color: #fff;
}

.alith_epk_title div {
    font-size: 0.65em;
    font-weight: 600;
}