/*
Theme Name: lumbinireview
Theme URI: http://www.sobizpress.com
Author: Sobizpress
Author URI: http://www.sobizpress.com
Description: Commercial Template of sobizpress for News Portal
Licence: commercial
Version: 1.0.4
*/
@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,500,600,700,800');
body {
    font-size: 20px;
    line-height: 28px;
    color: #444;
    background:#f5f5f5;
    font-family: 'Ek Mukta',sans-serif;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Ek Mukta', sans-serif;
}
a {
    color:#2d2c2b;
    text-decoration: none !important;
}
.uk-link:hover, a:hover {
    color: #ec1a0a;
    text-decoration: none;
}
/*===========================================================================
::Header
===========================================================================*/
.bg-main {
    background: #f79f0a;
}
.navbar-light .navbar-nav .nav-link {
    color: #360a3e;
    padding-right: 24px;
    padding-left: 25px;
    line-height: 35px;
    font-weight: 900;
    font-size: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #ec1a0a;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 255, 255);
    background: #e44712;
}
/*===========================================================================
::Body
===========================================================================*/
.cover {
    object-fit: cover;
}
.cat-head a:after {content: "";position: absolute;border: 2px solid #dc3545;width: 50%;left: 0;bottom: -2px;display: inline-block;}
.cat-head a {
    display: inline-block;
    position: relative;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
}
.sp-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.adds_menu img {
    margin-bottom: 15px;
}
iframe {
    max-width: 100%;
}
.ht-80 img {
    height: 80px;
    width: 80px;
}
.ht-115 img {
    height: 100px;
    width: 115px;
}
.scrollbox {
    height: 495px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.scrollbox-content, .scrollbox:hover, .scrollbox:focus {
    visibility: visible;
}
/*===========================================================================
::Footer
===========================================================================*/
#back-to-top {
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 999;
}
