/*
Theme Name: Sobizpress template for 3 ghumti
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description: Commercial Template of sobizpress
Version: 2.0.4
*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #2d957f;
}
.navbar-light .navbar-brand {
    color: #fff;
}
.nav-item {
    position: relative;
    margin: 0 18px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #f5b95b;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: 48px;
}
.nav-item:hover:after {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f5b95b;
}
.dropdown-menu {
    padding: 0;
    border: none;
    background: #ffffff;
    width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 0 0 8px 8px;
    top: 52px !important;
}
.dropdown-menu a {
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
}
.dropdown-menu a:hover {
    background: #2d957f;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
}
.navbar .nav-item .dropdown-menu {  
    display:block; 
    opacity: 0;  
    visibility: hidden; 
    transition:.3s; 
    margin-top:0;  
}
.navbar .dropdown-menu { 
    top:180%;  
}
.navbar .nav-item:hover .dropdown-menu { 
    transition: .3s; 
    opacity:1; 
    visibility:visible; 
    top:100%; 
    transform: 
    rotateX(0deg); 
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
.trend-tag-section {
    background: #f7f7f7;
    padding: 8px 0px;
}
.trending-tag a {
    background: #d9d9d9;
    margin-right: 10px;
    padding: 4px 13px;
    display: inline-block;
    font-size: 14px;
    border-radius: 50px;
}
.widget-title {
    display: none;
}
.videos-section {
    background: #525252;
    padding: 20px;
}
.uk-tab-right::before {
    border: none !important;
}
.news-list-box {
    background: #2d957f;
    padding: 9px;
    border-radius: 9px;
}
.entertainments-section {
    padding: 30px 0px;
    background: #221a54;
}
.my-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 45%, rgba(0, 0, 0, 0.97) 100%);
}
iframe {
    width: 100%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "mukta", sans-serif;
}
p {
    font-size: 21px;
    line-height: 35px;
}
.uk-link, a {
    color: #3a3a3a;
    text-decoration: none;
    font-weight: 600;
}
.uk-link:hover, a:hover {
    color: #e21309;
    text-decoration: none;
}
.today-date p {
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
}
.breaking-news-title h1 {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.news-excerpt p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.advertisement img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.post-author img {
    height: 40px;
    width: 40px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    padding: 1px;
    margin-right: 5px;
}
.xxxxlarge-thumbnail {
    height: 320px;
}
.xxxxmedium-thumbnail {
    height: 225px;
}
.small-videos-thumnail {
    height: 100px;
    width: 120px;
}
.xxsmall-thumbnail {
    height: 100px;
    width: 113px;
}
.extra-large-thumbnail {
    height: 470px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Heading Text---
------------------------------------------------------------------------------------------------------------*/
.heading-text>h1>span {
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
}
.cat-heading {
    position: relative;
    font-size: 23px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    left: 25px;
    color: #cf171f;
    margin-bottom: 25px;
}
.cat-heading:before, .cat-heading:after {
    position: absolute;
    top: 35%;
    overflow: hidden;
    height: 10px;
    content: "\A0";
    background-color: #313131;
}
.cat-heading a {
    color: #ffffff;
    background: #236353;
    padding: 0px 14px 0px 13px;
    border-radius: 7px;
}
.cat-heading:before, .cat-heading:after {
    position: absolute;
    top: 35%;
    overflow: hidden;
    height: 10px;
    content: "\A0";
    background-color: #313131;
}
.cat-heading:after {
    width: 108px;
    margin-left: 2%;
}
.cat-heading:before {
    content: "";
    width: 15px;
    margin-left: -25px;
    text-align: right;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-bg {
    background: rgb(20, 58, 49);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Part---
------------------------------------------------------------------------------------------------------------*/
.share-count {
    text-align: center;
    font-size: 24px;
    color: #555;
    font-family: sans-serif;
}
.share-text {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: -9px;
}
.single-published-date p {
    margin: 0;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
}
.single-news-title h1 {
    color: #4a4c4e !important;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.single-news-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Part---
------------------------------------------------------------------------------------------------------------*/
.search-modal {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #d71921;
    margin: 0;
}
.search-input {
    height: 61px !important;
    border-radius: 4px;
    background: #dbdbdb !important;
    border: 1px solid #d71921 !important;
}
.search-icon {
    background: #d71921;
    border-radius: 0px 4px 0px 0px;
    width: 52px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #039cff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 200px !important;
}
.navbar-logo-area {
    background: #ffffff;
    padding: 23px;
}
.offcanvas-bar-close button {
    background: #dc1e3d;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}
.sidebar-nav-area {
    background: #ffffff;
}
.searchInput {
    height: 49px !important;
    background: #d71921 !important;
    border: none !important;
}
.searchIcon {
    background: #e7b53a;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-navigation-item a {
    color: #707070;
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}
.sidebar-navigation-item a:hover {
    background: #e3e3e3;
    color: #363636;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Scroll Box---
------------------------------------------------------------------------------------------------------------*/
.scrollbox {
    height: 425px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.scrollbox-content, .scrollbox:hover, .scrollbox:focus {
    visibility: visible;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
#mybox::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e75726;
    padding: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Part---
------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .breaking-news-title h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0;
        font-weight: 800;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Skip Ads---
------------------------------------------------------------------------------------------------------------*/
#skip-advertisement {
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999999;
    margin: auto;
    position: fixed;
    text-align: center;
    background: #fff;
    left: 0;
    overflow: auto;
}
.advertisement-container {
    max-width: 850px;
    margin: 35px auto;
    background: #fff;
    padding: 20px;
    position: relative;
}
.skip-button {
    background: #d90000;
    border: none;
    font-size: 12px;
    padding: 9px 21px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.skip-button:hover {
    background: #01356f;
    color: #ffffff;
}
.advertisement-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #565656;
    margin: 0;
}
.desktop-skip-advertisement img, .mobile-skip-logo img {
    max-height: 45px;
}
.skip-advertisement-thumnail img, .mobile-skip-advertisement-thumnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}