/*
Theme Name: SobizPress New
Theme URI: http://www.sobizpress.com
Author: Sobizpress
Author URI: http://www.sobizpress.com
Description: Commercial Template of sobizpress for News Portal
Version: 2.0.4
*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #0054a6;
    position: relative;
    z-index: 999;
}
 .navbar-light .navbar-brand {
    color: #fff;
}
.nav-item {
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 22px;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #fa7e07;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: 58px;
}
.nav-item:hover:after {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #fa7e07;
}
.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: 60px !important;
}
.dropdown-menu a {
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
}
.dropdown-menu a:hover {
    background: #e2150b;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    background: #FA7E07;
}
.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); 
}
.uk-sticky-fixed .sticky-date {
    display: block;
    background: #f16420;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    top: 60px;
    color: white;
}
.sticky-date {
    position: absolute;
    display: none;
}
.uk-sticky-fixed .sticky-favicon {
    display: flex;
}
.sticky-favicon {
    display: none;
}
.sticky-favicon img {
    height: 44px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.title-tag-box {
    background: #eb0826;
    padding: 5px;
}
.uk-link, a {
    color: #333;
    text-decoration: none !important;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #006eb8;
    text-decoration: underline;
}
a:focus, a:hover {
    color: #006eb8;
    text-decoration: none;
}
.float-right-eco {
    float: right!important;
    margin-right: 107px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #196570;
}
.main-bar {
    background: #222222;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Fonts---
------------------------------------------------------------------------------------------------------------*/
.breaking-author a {
    font-size: 15px;
    font-weight: 600;
    color: #464646;
}
.breaking_news_desktop_title {
    font-size: 67px;
    line-height: 89px;
    margin: 0;
    font-weight: 800;
}
.breaking-excerpt {
    font-size: 20px;
    margin: 0;
}
.opinion_author a {
    font-size: 17px;
    font-weight: 500;
}
.news-excerpt {
    font-size: 19px;
    line-height: 27px;
    text-align: justify;
}
p {
    font-size: 20px;
    line-height: 35px;
    color: #444;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.breaking-author img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
    border: 1px dashed #d12229;
    padding: 2px;
}
.xmedium-thumnail img {
    height: 185px;
}
.small-thumnail img {
    height: 143px;
}
.xlarge-thumnail img {
    height: 331px;
}
.large-thumnail img {
    height: 450px;
}
.xsmall-thumnail img {
    height: 92px;
    width: 92px;
}
.opinion_author img {
    height: 20px;
    width: 20px;
    border: 1px solid #006ec3;
}
.xxlarge-thumnail img {
    height: 420px;
}
.xxsmall-thumnail img {
    height: 89px;
    width: 101px;
}
.xxmedium-thumnail img {
    width: 114px;
    height: 108px;
}
.medium-thumnail img {
    height: 196px;
}
.cover {
    object-fit: cover;
}
.small-x-thumnail img {
    height: 114px;
    width: 140px
}
.ht-50 img {
    height: 40px;
    width: 40px;
    border: 1px solid #f00;
    margin-right: 10px;
    padding: 3px;
    border-radius: 50%;
}
a.author_name {
    font-weight: 700;
    font-size: 17px;
}
.date_post {
    font-size: 13px;
    color: #2e2e2e;
}
.auth_box {
    float: right;
}
.xxxxxsmall-thumnail img {
    height: 80px;
    width: 80px;
}
.news-writer img {
    height: 25px;
    width: 25px;
    border: 1px solid #fa7e07;
    padding: 2px;
}
.ads img {
    margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.cat-heading {
    overflow: hidden;
    background: #eeeeee;
    border-bottom: 2px solid #e4e4e4;
}
.cat-heading span {
    padding: 0 20px;
    font-size: 27px;
    font-weight: 700;
    position: relative;
    line-height: 56px;
    display: inline-block;
    color: #0054a6;
}
.cat-heading div {
    display: inline-block;
    float: right;
    line-height: 55px;
    margin: 0 10px;
}
.cat-heading div a {
    background: #fa7e0721;
    padding: 0 13px;
    padding-right: 9px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
    color: #fa7e07;
}
.cat-heading ul a:after {
    display: none;
}
.cat-heading ul a {
    padding: 0 15px;
}
.lists li {
    margin-right: 15px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Section---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #e5e5e5;
    padding: 30px 0px;
    border-top: 1px solid #d5d5d5;
}
.trademark-section {
    background: #0054a6;
}
.trademark-content p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.trademark-content a {
    color: #d06900;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single---
------------------------------------------------------------------------------------------------------------*/
.single-title {
    color: #4a4c4e !important;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    transition: all .3s ease 0s !important;
    margin: 0;
}
.title-sticky .uk-sticky-fixed {
    padding-top: 22px;
}
.title-sticky .uk-sticky-fixed .single-title {
    font-size: 30px;
    transition: all .3s ease 0s;
    top: 38px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0px 6px 0px;
}
.tag-box {
    background: #e5e5e5;
    border: 1px solid #cbcbcb;
    padding: 11px;
    border-radius: 7px;
    margin-bottom: 28px;
}
.tags a {
    font-size: 15px;
    margin-right: 11px;
    background: #196570;
    padding: 1px 10px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
.sidebar-navigation-item .sub-menu a {
    margin-left: 20px;
    font-size: 14px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}