
/** Category page styling Start
===========================================*/


/*Desktop Breadcrumbs Start*/
@media screen and (min-width:768px){
    [aria-label="breadcrumb"] ol.breadcrumb{
        border-bottom:1px solid #ccc;
    }
}
.breadcrumb-item a:hover,.breadcrumb-item a h5:hover{
    color: #1e88e5 !important;
}
.breadcrumb-item a:hover,.breadcrumb-item a h6:hover{
    color: #1e88e5 !important;
}
.breadcrumb-item.active a,.breadcrumb-item.active a h5{
    color: #1e88e5 !important;
}
.breadcrumb .breadcrumb-item:nth-child(2)::before {
    content: "";
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "|";
}
/*---------Desktop Breadcrumbs End---------*/

/*Mobile Breadcrumbs Start*/
#dropdown-menu-item .topMenuWrapper ul li a {
    font-size: 18px !important;
}
/*---------Mobile Breadcrumbs End---------*/

/*=======================Category page styling End================================*/


/** Sub-category page styling Start
===========================================*/
/*Mobile Breadcrumbs Start*/
.breadcrumb-item h6.subcate-name{
    border-left:4px solid coral;
}
/*-------Mobile Breadcrumbs end--------*/

/*=======================Sub-category page styling Start===========================*/

/*=======================Country page styling Start===========================*/
    @media screen and (max-width: 768px) {
        #country-breadcrumbs ol {
            border-top: 2px groove #eee;
            border-bottom: 2px groove #eee;
        }
        #country-breadcrumbs .list-inline {
            border-bottom: 2px groove #eee;
            padding: 0 10px 10px;
        }
    }
    #country-breadcrumbs ol {
        border-bottom: 2px groove #eee;
    }
    #country-breadcrumbs .list-inline .list-inline-item a:hover{
        color: #1e88e5 !important;
    }

    #country-breadcrumbs .list-inline li a{
        border-right: 1px solid #c6c8ca;
        padding-right: 10px;
    }
    #country-breadcrumbs li:last-child a{
        border-right: none !important;
    }
/*=======================Country page styling End===========================*/

/*=======================Todays paper page styling Start===========================*/
#todays-breadcrumbs .list-inline .list-inline-item a:hover{
    color: #1e88e5 !important;
}

#todays-breadcrumbs .list-inline li a{
    border-right: 1px solid #c6c8ca;
    padding-right: 10px;
}
#todays-breadcrumbs li:last-child a{
    border-right: none !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(to top, #bec1c7,#1e2637, #3e3f41);
    border-bottom:3px solid #3b3636 !important
}

#todays-newslist .toadays-news-shoulder{
    color: #656a2a;
}
#todays-newslist .todays-shownews figure img{
    height: 150px;
}
#todays-newslist .separator{
    border-bottom: 1px dotted #ccc !important;
}
#daily-newslist .list-group-item a{
    text-decoration: none;
    font-size: 15px;
    color: #000;
}

#daily-newslist .list-group-item a:hover{
    text-decoration: none !important;
    color: #1e88e5 !important;
}

#daily-newslist .list-group-item {
    padding: 0 0 3px 15px;
    border-bottom: 1px dotted #ccc !important;
}

.toadays-news-title a:hover {
    color: #1e88e5 !important
}

/*=======================Todays paper page styling End===========================*/
/*=======================Archive page styling Start===========================*/

#archive-block{
    border: 1px solid #ccc;
    border-top-color: #666;
}
#archive-block .archive-cat-caption > h6:after{
    left: 100%;
    height: 0;
    position: absolute;
    top: 0;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 20px solid #666;
    border-right: 8px solid transparent;
}
.pre-scrollable {
    max-height: 300px;
    overflow-y: scroll;
}

.archive-newslist ul li a:hover{
    color: #1e88e5 !important;
}

/*=======================Archive page styling End===========================*/

