/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Jul-2022, 16:42:13
    Author     : Jafran Mjm
*/


@import 'config';

.banner{
    height: 420px;
}

.content-sidebar{
    margin-top: -100px;
}

.post-half-content{
    background: #fff;
    margin-bottom: 20px;
    .text-inner{
        float: right;
        width: calc(100% - 354px);
        position: relative;
        padding-top: 54px;
        .text{
            width: 100%;
            padding: 0px 41px 35px 41px;
            &.absolute{
                position: absolute;
                bottom: 0;
            }
            h6,p{
                display: inline;
            }
            h6{
                font-size: 17px;
                font-weight: bold;
                color: $clr_3;
                display: inline-block;
                line-height: 23px;
            }
            p{
                font-size: 14px;
                line-height: 22px;
            }
        }
        .pagination{
            position: absolute;
            top: 32px;
            right: 41px;
            color: $clr_6;
            b{
                font-weight: normal;
                color: #808080;
            }
            i.readmore{
                top: 2px;
                color: $clr_6;
            }
        }
        .time{
            position: absolute;
            top: 32px;
            left: 41px;
            color: #808080;
        }
    }
    .post-img{
        float: left;
        width: 354px;
        height: auto;
    }
}

.content-sidebar .sidebar.fixed.fix-bottom{
    margin-bottom: 30px;
}