/*
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 : 20-Nov-2021, 16:49:40
    Author     : Jafran Mjm
*/

@import 'config';

/*body:after{
    content: ' ';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: calc(100%);
    background: #f0f0f0;
    z-index: -1;
}*/

.date {
    display: block;
    margin-top: 10px;
}

.category-dtls {
    background: $clr_3;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    h5 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 0;
        line-height: 30px;
    }
}

.pagination {
    .nav-links {
        .page-numbers {
            display: inline-block;
            min-width: 20px;
            line-height: 20px;
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            &:hover {
                color: #0057b9;
            }
        }
        .current {
            background: #000;
            color: #fff;
            &:hover {
                color: #fff;
            }
        }
    }
}