/**
* ===================================================
* FONTS
* ===================================================
*/
/**
* ===================================================
* COMMON
* ===================================================
*/

*{
    box-sizing: border-box;
}
a{
    text-decoration: none !important;
    transition: all 300ms;
}
a:hover, a:focus, a:active{
    transition: all 300ms;
}
body{
    /*background: rgba(239, 240, 242, 0.2);*/
}
body, a{
    font-family: 'Roboto', sans-serif !important;
}
.w-100 {
    width: 100% !important
}
.w-auto {
    width: auto !important
}
#containerMain, #containerMainHeader {
    width: auto;
}
#headerMain {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
}
:root {
    --body-font: Lato, Arial, sans-serif;
    --title-font: Trueno, Arial, sans-serif;
    --alt-font: Noto Sans, Arial, sans-serif;
    --text-size: 13px;
    --excerpt-size: 14px;
    --single-content-size: 14px;
    --single-title-size: 34px;
    --large-post-title: 34px;
    --related-posts-title: 15px;
    --topbar-dark-bg: #000;
    --nav-text-ls: .12em;
    --nav-text-weight: 600;
    --nav-items-space: 19px;
    --nav-drop-text: 11px;
    --nav-drop-ls: .1em;
    --main-color: #c0a88a;
    --main-color-rgb: 192, 168, 138;
    --text-color: #161616;
    --black-color: #161616;
    --tags-color: #333
}
img.no-image{
    object-fit: scale-down !important;
    background-color: #e5e5e5;
}

#footerTags{
    background: #fff;
}

/**
* ===================================================
* SUB NAN HEADER
* ===================================================
*/
.header-sub-nav{
    background: #f3f6f9;;
}
    .header-sub-nav ul{
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-sub-nav ul li{
        margin: 0 15px;
        position: relative;
    }
    .header-sub-nav ul li:first-child{
        margin-left: 0;
    }
    .header-sub-nav ul li:last-child{
        margin-right: 0;
    }
        .header-sub-nav ul li a{
            font-size: 16px;
            border-bottom: 4px solid transparent;
            padding: 18px 0 14px;
            font-weight: 400;
            display: flex;
            align-items: center;
            text-decoration: none;
        }
        .header-sub-nav ul li a:hover{
            text-decoration: underline !important;
        }
        .header-sub-nav ul li ul{
            margin: 0;
            padding: 0;
            list-style: none;
            align-items: center;
            flex-wrap: wrap;
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            z-index: 1000;
            width: 265px;
            border: 1px solid #ccc;
            border-top: none;
        }
        .header-sub-nav ul li:last-child ul{
            left: auto;
            right: 0;
        }
        .header-sub-nav ul li:hover ul{
            display: -ms-flex;
            display: flex;
        }
        .header-sub-nav ul li ul li{
            margin: 0;
            padding: 0 10px;
            height: unset;
            width: 100%;
        }
        .header-sub-nav ul li ul li:first-child{
            margin-left: 0;
        }
            .header-sub-nav ul li ul li a{
                width: 100%;
                display: inline-block;
                padding: 10px 0;
                font-size: 15px;
                color: #333;
                border-bottom: 1px solid #ebebeb;
            }
            .header-sub-nav ul li ul li a:hover{
                color: #5196f3;
                border-bottom: 1px solid #ebebeb;
                text-decoration: none !important;
            }


/**
* ===================================================
* POST
* ===================================================
*/
.post-item{
    position: relative;
}
    .post-thumb{
        overflow: hidden;
        position: relative;
    }
        .post-thumb img{
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            display: inline-block;
        }
        .post-thumb img, .post-thumb:hover img{
            transition: all 600ms;
            border-radius: 5px;
        }
        .post-thumb:hover img{
            transform: scale(1.15);
        }
    .post-meta{

    }
        .post-cat-labels{
            margin:10px 0;
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
            .post-cat-labels a{
                letter-spacing: .05em;
                color: #fff;
                padding: 4px 7px;
                border-radius: 3px;
                font-size: .75rem;
                background: #868686;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                word-break: break-word;
            }
            .post-cat-labels a:hover{
                background: #5196f3;
            }
        .post-title{
            font-weight: 600;
            color: #161616;
            letter-spacing: -.01em;
            font-size: 1.2rem;
            line-height: 1.4;
        }
            .post-title a:hover{
                color: #2196f3;
            }
        .post-title, .post-description{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            word-break: break-word;
            min-height: 46px;
        }
        .post-meta-below{
            display: -ms-flex;
            display: -moz-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: .7rem 0;
        }
            .post-meta-below a{
                display: inline-flex;
                align-items: center;
                font-weight: 400;
                /*letter-spacing: .1em;*/
                color: #757575;
            }
            .post-meta-below a i{
                margin-right: .3rem;
            }


.blk-post-feat{

}
.blk-post-feat .row{
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.blk-post-feat .col-12{
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.blk-post-feat .post-title{
    min-height: 20px;
}
.blk-post-feat__l .post-title {
    font-size: 1.5rem;
}
.blk-post-feat__r .post-title {
    font-size: 1rem;
    margin-bottom: 0;
}
.blk-post-feat__r .post-meta-below {
    margin: 0;
}
.blk-post-feat__r .post-cat-labels {
    margin: 5px 0;
}

.most-popular{

}
    .most-popular .block-head-d{
        --block-head-bc: var(--main-color);
        --block-head-bw: 1px;
        --sep-distance: 11px;
        margin-bottom: 35px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        font-size: 1.5rem;
        letter-spacing: .03em;
        line-height: 1.2;
    }
        .most-popular .block-head-d .title{
            color: inherit;
            display: inline-block;
            border-bottom: 2px solid #eee;
            position: relative;
            padding-bottom: .8rem;
        }
        .most-popular .block-head-d .title:after{
            content: "";
            display: block;
            width: 20%;
            height: 2px;
            background: #2196f3;
            bottom: -2px;
            position: absolute;
            z-index: 1;
            left: 40%;
        }
    .most-popular .post-meta{
        padding: 10px;
        background: #fff;
    }

.blk-pencil{

}
    .blk-pencil .post-title{
        font-size: 1rem;
    }
    @media (max-width: 1199px) {
        .blk-pencil .post-thumb img{
            height: auto;
            max-height: 280px;
        }
    }

.blog-pagination{

}

