/*
	Theme Name: hamro kantipur
	Theme URI: https://hamrokantipur.com
	Author: ProTech Nepal
	Author URI: https://protech.org.np/
	Description:  Hamro Kantipur Online Theme
	Version: 1.1.2
	Tags: Hamro Kantipur FM Custom theme.
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



body {
    background: #fff;
    color: #000;
    transition: margin-left .5s;
}

body,
p {
    font-family: "Ek Mukta", sans-serif;
    line-height: 24px;
    font-size: 14px;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c1c;
    font-weight: 700;
    font-family: "Ek Mukta", sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

a:link,
a:visited {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

#second-sec {
    position: relative;
    z-index: 1007;
}

.navbar-sec {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
}

.navbar {
    background-color: #fff;
    z-index: 0;
    padding: 0;
    border-top: 1px solid #f3f3f3;
}

.navbar-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.sticky-list {
    display: none;
    transition: ease-in-out .5s;
}

.sticky-list img {
    width: auto;
    border-radius: 2px;
    margin-right: 20px;
}

.sticky-date {
    position: absolute;
    top: 100%;
}

.sticky-date p {
    margin-bottom: 0;
    background: rgb(45 45 45/75%);
    color: #fff;
    font-size: 11px;
    padding: 2px 10px 0;
    margin-top: 0;
}

.logo.mob {
    display: none;
}

.logo a {
    display: block;
}

.time-class {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #757474;
    line-height: 26px !important;
}

.time-class p {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}

.navbar-section {
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav a {
    font-size: 20px;
    padding: 20px 18px;
    color: #000;
    display: block;
    transition: ease-in-out .3s;
    font-weight: 500;
    white-space: nowrap;
}

.trending-head {
    margin-left: 18px;
}

.trending-head a {
    font-size: 22px !important;
    padding: 20px 15px !important;
    display: block;
    color: #000;
    transition: ease-in-out .3s;
}

.trending-menu {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: auto;
    background: #f8f8fb;
    box-shadow: 0 2px 7px rgb(0 0 0 / 15%);
    padding: 30px;
    display: none;
}

.trending-section-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 15px 30px;
    font-size: 25px;
    margin-bottom: 0;
    border: 1px solid #e8e8e8;
}

.trending-menu h2 {
    font-size: 25px;
    margin-bottom: 0;
}


.sidenav {
    z-index: 99999;
    padding-top: 0;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    overflow-x: hidden;
    padding-top: 10px;
    box-shadow: 3px 5px 5px rgb(0 0 0 / 7%);
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .2s;
    background: #fff;
}

.sidebar-head {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: solid 1px rgb(163 163 163/19%);
    position: relative;
    padding: 10px 20px;
}

.bars {
    margin-right: 30px;
}

.bars span {
    height: 2px;
    width: 25px;
    background: #3e3e3e;
    display: block;
    margin: 5px 0;
}

.search a {
    color: #000;
    display: block;
    padding: 20px 15px;
    font-size: 22px;
    transition: ease-in-out .3s;
}

.search a i {
    vertical-align: middle;
}

.search-up {
    background: #efefef;
    top: 100%;
    position: absolute;
    z-index: 1002;
    width: 100%;
    padding: 20px 0;
}

.search-up .padding {
    padding-left: 0;
    padding-right: 0;
}





.post-block-style {
    position: relative;
    overflow: hidden;
}

.list-post-block .list-post .post-block-style .post-thumb.thumb-ok {
    height: 90px;
    overflow: hidden;
}

.list-post-block .list-post .post-block-style .post-thumb {
    width: 130px;
    height: 85px;
    margin-bottom: 30px;
    margin-right: 25px;
}

.post-block-style .post-thumb {
    /* border-radius: 5
px
; */
    max-width: 100%;
    position: relative;
    overflow: hidden;
}


.list-post-block .list-post .post-block-style .post-thumb.thumb-ok img {
    max-width: 100%;
    height: 100%;
}

.list-post-block .list-post .post-block-style .post-thumb img {
    width: 100%;
}

.post-block-style .post-thumb img.img-fluid {
    object-fit: cover;
}

.post-block-style .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-title {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
    line-height: 130% !important;
    transition: all .3s ease;
}


/* hide indesktop */
.hide_desktop {
    display: none;
}


/* hide in mobile view */
.hide_mobile {
    display: block;
}

@media (max-width: 767px) {
    .hide_mobile {
        display: none;
    }

    .hide_desktop {
        display: block;
    }

    /* Reduce height of post overlay style on mobile */
    .post-overaly-style.post-lg,
    .item.post-overaly-style.post-lg,
    .col-lg-6.post-overaly-style.post-lg,
    .col-md-6.post-overaly-style.post-lg {
        min-height: 400px !important;
        height: 400px !important;
        max-height: 400px !important;
    }
}



/* new category module */