/*
Theme Name: Sobizpress
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description:  sobizpress Theme
Version: 2.0.1 
*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.header-section {
    background: white;
}
.menu-button {
    border: 2px solid #d3d3d3;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
}
.menu-button span {
    font-size: 15px;
    font-weight: 600;
    color: #585858;
}
.header-subnav li a {
    font-size: 16px !important;
    text-transform: capitalize !important;
    color: #2c2c2c !important;
    font-weight: 500;
}
.header-subnav {
    margin: 0;
}
.mobile_header {
    background: white;
}
.full-search-box {
    background: #fdfdfd;
    border-radius: 11px;
}
.search-heading {
    font-size: 17px;
    font-weight: 500;
    color: #2c388a;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: white;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.nav-item {
    position: relative;
    margin: 0 18px;
}
.nav-item:hover:after {
    width: 100%;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 1px solid #e21309;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: -1px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: poppins,sans-serif;
    line-height: 30px;
    font-size: 17px;
    color: #444;
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e21309;
}
.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: #e21309;
}
.dropdown-menu a:hover {
    background: #e2150b;
    color: #fff;
}
.menu li a {
    font-size: 17px;
    font-weight: 500;
    line-height: 60px;
    color: #282828 !important;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 20px;
}
.menu li a:hover {
    background: #d5d5d5;
}
.sidebar-menu {
    width: 243px;
    padding: 0;
}
.page-contant {
    padding-left: 20px;
}
.team-button a {
    background: #0c3eb1;
    padding: 3px 13px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    color: #ffffff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: poppins,sans-serif;
}
body {
    background: #f7f7f7e8;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #2260bf;
}
.slider-card {
    border: 1px solid #dadada;
}
.podcasts-news-box {
    background: #f5f5f5;
    padding: 8px;
    border: 1px solid #ececec;
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.border-botton {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Fonts---
------------------------------------------------------------------------------------------------------------*/
.ft-1 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.ft-2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}
.ft-4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
}
.post-date {
    font-size: 10px;
    color: black;
    font-weight: 500;
}
.breaking-author a {
    font-size: 15px;
    font-weight: 600;
    color: #464646;
}
.breaking_news_desktop_title {
    font-size: 49px;
    font-weight: 500;
    line-height: 64px;
}
.author a {
    font-size: 11px;
}
.subtitle_box {
    font-style: italic;
    font-size: 17px;
    font-weight: 500;
}
.page-contant p {
    font-size: 13px;
    color: #363636;
    margin: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Thumnail---
------------------------------------------------------------------------------------------------------------*/
.cover {
    object-fit: cover;
}
.logo {
    width: 100%;
    transition: all 0.8s ease;
}
.logo-small {
    width: 350px;
    transition: all 0.8s ease;
}
.breaking-author img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
    border: 1px dashed #d12229;
    padding: 2px;
}
.medium-thumnail img {
    height: 205px;
}
.xsmall-thumnail img {
    height: 90px;
    width: 90px;
}
.small-thumnail img {
    height: 115px;
    width: 130px;
}
.author img {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}
.large-thumnail img {
    height: 380px;
}
.xxmedium-thumnail img {
    height: 195px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.uk-heading-divider h3 {
    font-size: 19px;
    color: #e30001;
    margin: 0;
    font-weight: 600;
}
.hh-category-heading {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.hh-category-heading span {
    color: #0c0c0c;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 0;
}
.hh-category-heading a {
    font-size: 0px;
    color: #6e6e6e;
    position: absolute;
    right: 0;
    top: 20%;
    font-weight: 600;
    background: #dedede;
    padding: 0px;
    width: 25px !important;
    border-radius: 50px;
    height: 25px;
}
.hh-category-heading a:after {
    content: "\f054";
    font-family: fontawesome;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    top: 3px;
    margin-left: 9px;
}
.hh-category-heading a:hover {
    background: #0c3eb1;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Scroll Box---
------------------------------------------------------------------------------------------------------------*/
.scrollbox {
    height: 425px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
}
.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;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 10px;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d5d5d5;
    padding: 0;
}