/*
Theme Name: Belbari
Theme URI: http://prabhu.name.np/
Author: prabhu yadav
Author URI: http://prabhu.name.np/
Description: A complete online magazine news portal theme designed and developed for Katwaal khabar by suman shrestha.
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker
* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons
 * http://getbootstrap.com/components/
*/


/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Mukta', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Mukta', sans-serif !important;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}
.top-header {
    background: #316e35;
}
.dates {
    float: left;
    font-family: Mukta;
    font-size: 15px;
    padding: 0px 0px 12px 0px;
}
.top-search {
    float: left;
}
.top-search .search-field {
    border: 0;
    padding: 6px 15px;
    border-radius: 8px;
    color: #333;
}
.top-search .fa {
    z-index: 999999;
    margin-left: -20px;
    color: #333;
    margin-top: 9px;
    position: absolute;
}


/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}


/* styles for canada64_pagination und canada64_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}



.nep-to-eng.nepali-date-converter {
    float: left;
    margin-right: 10px;
}
.eng-to-nep.nepali-date-converter {
    float: left;
}

.social-share {
    display: block;
    background: #eee;
    padding: 15px;
}
.economy1 p {
    font-weight: 400;
    font-size: 13px;
}


.col-suman1 {
    display: block;
    float: left;
    width: 30%;
}
.col-suman2 {
    display: block;
    float: left;
    width: 40%;
}
.no-mar-pad {
	margin: 0 !important;
	padding: 0 !important;
}
.col-centered {
	float: none !important;
	margin: 0 auto !important;
}
a, a:hover {
	text-decoration: none !important;
}
#mainWrap {
	max-width: 1920px !important;
	height: auto !important;
	margin: 0 auto !important;
	clear: both !important;
}
main a{
	font-size: 18px;
	color: #001b69;
}
main a:hover{
	color: #f90105;
}	
.blocknews {
    border-right: 1px solid #ddd;
    padding: 0 30px;
}
.blocknews:first-child{
	padding-left: 15px !important;
}
.blocknews:last-child{
	border-right: none !important;
	padding-right: 15px;
}

.economy-center {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: 10px;
}
.economy-center:last-child{border-bottom:none;}
.economy h3 {
    margin: 0;
}
.headlines {
    margin: 0 0 15px 0;
}
.block-center {
    background: #032260;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 26px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.economy a {
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 15px;
    display: block;
}
.economy p {
    padding-bottom: 15px;
}
.economy1 a {
    font-size: 22px;
    font-weight: 600;
}
.economy .animate-image {
    overflow: hidden;
    max-height: 150px;
}
.economy-center .animate-image {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    max-height: 285px;
}
.economy-full a {
    font-size: 30px; font-weight:600;
}
.headlines a {
    font-size: 26px; font-weight:600;
}
.titleSmall {
    display: block;
    background: #032260;
    color: #fff;
    margin-top: 0px;
    padding: 8px 20px;
    font-size: 20px;
} 
.titleSmall.orange, .block-center.orange {
    color: #fff;
    background: #ff5b25;
    font-size: 20px;
    padding-top: 14px;
}
.bigbang.orange{
	border-top: 5px solid #ff5b25;
}
.titleBig {
    display: block;
    background: #032260;
    color: #fff;
    margin-top: 0px;
    padding: 8px 20px;
    font-size: 20px;
}
.titleBig.brown {
    background: brown;
}
.titleBig.entertainments {
    background: #eb055b;
}
.featuredTitle {
    display: block;
    position: absolute;
    text-align: left;
    background: brown;
    padding: 8px 15px;
    top: -3.7%;
    z-index: 1;
    color: #fff;
}
.glamor {
    display: block;
    position: absolute;
    top: 92%;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
}
.glamor h3 {
    font-size: 20px;
    font-weight: 600;
	margin:5px 0px;
}
.left.carousel-control, .right.carousel-control {
    background: transparent !important;
}

.featuredTitle a {
    font-size: 26px;
	color:#fff;
	text-shadow: 1px 2px 1px #333;
}
#sumanshresthaa img {
    width: 100%;
    height: 100%;
}

.subpage-header:hover{
    background: #0322602e !important;
	}

.col-fullwidth.blocknews {
    display: block;
    background: #333;
    color: #fff;
    margin:20px 0px;
}
.featured-content {
    display: block;
    padding: 20px 40px 20px 20px;
    color: #fff;
	margin-top:30px;
}
.titleFeatured {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    float: right;
    background: red;
    padding: 7px 15px;
    margin-bottom: 20px;
    display: block;
    margin-right: -15px;
}
.featured-content h3 a {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight:600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.featured-content h3 a:hover{color:#ddd;}
.featured-content p {
    color: #fff !important;
    font-size: 18px !important;
}

.kattwal-ad h3 {
    display: block;
    background: #032260;
    color: #fff;
    margin-top: 0px;
    margin-bottom:0px;
    padding: 8px 20px;
    font-size: 24px;
}
.add.center-one h3 {
	font-size:20px;
    text-align: center;
}
.kattwal-ad ul {
    margin: 0;
    padding: 0;
}
.kattwal-ad ul li{
    list-style:none;
}
.kattwal-ad li a {
    display: block;
    background: #eee;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}

._mi._before.fa.fa-font {
    padding-right: 20px;
}
._mi._before.fa.fa-dollar {
    padding-right: 30px;
}
._mi._before.fa.fa-balance-scale {
    padding-right: 17px;
}
._mi._before.fa.fa-line-chart {
    padding-right: 20px;
}
._mi._before.fa.fa-play-circle-o {
    padding-right: 27px;
}
._mi._before.fa.fa-at {
    padding-right: 27px;
}
._mi._before.fa.fa-laptop {
    padding-right: 22px;
}

.twitter-block {
    display: block;
    margin-top: 30px;
    background: #eee;
    overflow: hidden;
    padding: 20px;
}


.titleVideo {
    display: inline-block;
    background: red;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 12px;
    margin-top: 0;
    margin-left: -30px;
}


.bigbang {
    display: block;
    text-align: center;
    background: #eee; border-top:5px solid #032260;
    padding: 20px;
}
.bigbang.katha {
    border-top: none;
}
.katha .block-center {
    background: #ff5b25;
    font-size: 20px;
    padding-top: 14px;
}
.bigbang .blocknews {
    margin-top: -3px;
}
.bigbang .economy h3 {
    float: left;
    display: block;
    clear: both;
}
.bigbang .economy h3 a {
    font-size: 28px;
}
.bigbang .economy p {
    float: left;
    text-align: left;
}
.bigbang .economy .merokatha a {
    font-size: 18px;
    text-align: center;
}
.animate-image.specials {
    max-height: 215px;
}
.tab-pane .animate-image, .newslisting .animate-image{
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}


.newslisting {
    margin-right: 0;
    padding-left: 0;
}
.newslisting li {
    color: #001b69;
    border-bottom: 1px solid #c5c5c4;
    padding: 5px 0;
	list-style: none;
	margin-left: -38px;
	    line-height: 2;
}
.newslisting h3 {
    margin: 0;
}
.newslisting a {
    font-size: 16px;
    font-weight: 600;
}


.subpage-header {
    background: #0031af17;
        margin-bottom: 20px;
    line-height: 1;
	    padding-left: 0;
	padding-right: 0;
}
.page-title {
    background: #fff;
    font-size: 64px;
    padding-right: 20px;
    font-weight: 800;
    display: inline-block;
    margin: 30px 0px 30px 0px;
    color: #032260;
}
.widget-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
}
.subpage-header i{
	    float: right;
    background: #032260;
    color: white;
    padding: 2px 7px;
}
.subpage-header-1 {
    background: #0031af17;
        margin-bottom: 20px;
    line-height: 1;
	    padding-left: 0;
	padding-right: 0;
}
.subpage-header-1 .fa-chevron-right{
	    float: right;
    background: #032260;
    color: white;
    padding: 2px 7px;
}
.subpage-header-1:hover{
    background: #0322602e !important;
	}
.subpage-header-1 .fa-chevron-left{
	    float: left;
    background: #032260;
    color: white;
    padding: 2px 7px;
}
.subpage-header-1 .page-title {
    background: #fff;
    font-size: 25px;
        padding-right: 20px;
	padding-left: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin: 0;
    color: #032260;
}
article .add {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
	
/*header*/
header{
	background-color: #1a5d78;
	color: white;
}
#ribbonWrapper{
background-color: #032260;
}
#ribbonWrapper .socila-icons {
	text-align: right;
}
#ribbonWrapper .socila-icons a{
	color: white;
}
#ribbonWrapper .social-icons {
    background-color: #1a5d78;
    display: inline-block;
    height: 40px;
    margin: 4px 4px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
	line-height: 2;
    font-size: 20px;
	border-radius: 50%;
}
#ribbonWrapper .social-icons:hover {
    background-color: #032260;
}
#logoWrapper .add .image{
	margin: 20px 0 !important;
}
#ournav.affix {
	background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.navbar-default {
    background-color: #316e35;
    border-color: #032260;
	border-bottom: 0;
	border-radius: 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #f90105;
}
.navbar-nav > li > a {
    text-transform: capitalize;
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f90105;
    color: #fff;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
#defaultNavbar1 i{
	font-size: 19px;
    padding: 0px 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #f90105;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	padding: 17px 20px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
	border-color: #f90105;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #f90105;
}
#defaultNavbar2 .navbar-nav > li > a {
    padding: 14px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
#defaultNavbar2 .navbar-nav > li > a:active,
.current_page_item a:active {
    background: #f90105 !important;
}
.navbar .collapse.in a {
    padding: 5px 30px;
}
.navbar .collapse.in .dropdown-menu a {
    color: #fff !important;
    padding: 3px 40px;
}
.navbar .collapse.in .dropdown-menu a:hover {
    color: #fff !important;
    background: #069 !important;
}
.dropdown-menu {
    background: #032260;
    color: #fff; margin-top:0px !important;
}
.dropdown-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{
	background:#f90105;
	color:#fff !important;
}

#logoWrapper{
	background: #316e35;
	padding: 20px 0;
}
#logoWrapper img{
	position: relative;
}
#logoWrapper span{
	position: absolute;
    top: 86%;
	z-index: 1;
}

.divider h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
#dividerWrapper2 h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
img:hover{
	opacity:1;
}
#footer-top li a {
    display: block;
    border-bottom: 1px solid #069;
    padding: 7px 0;
}

#footer-top a:hover {
    color: #f90105;
    border-bottom: 1px solid #f90105;
}


/*footer*/
footer{
	background: #132b58;
	color: white;
}
#footer-top{
	    padding: 25px 0;
	    margin-top: 30px;
}
#footer-top h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
#footer-top ul li{
	list-style: none;
	margin-left: -38px;
}
#footer-top ul li a{
	color: white;
	font-size: 13px;
}
#footer-bottom{
	background: #111;
    padding: 10px 0;
}
#footer-bottom p {
    margin: 0;
    font-size: 14px;
}
#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}



.footer-about {
    line-height: 26px;
    font-size: 17px;
}
.footer-about h4, .social-box h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #e46c02;
    padding: 5px 10px;
    border-radius: 2px;
}
.footer-about p {
    display: block;
    overflow: hidden;
    clear: both;
    line-height: 26px;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0px;
}
.footer-about .fa {
    padding-right: 8px;
}
.footer-contact p {
    font-weight: 300;
    line-height: 26px;
    font-size: 18px;
    padding-top: 50px;
    text-align: justify;
    letter-spacing: 1px;
}
.social-box.lasts h2 {
    display: inline-block;
    clear: both;
    overflow: hidden;
}
.socila-icons {
    float: right;
    margin-top: 35px;
}
.social-icons {
    display: block;
    float: left;
}
.social-icons a {
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
}
.social-icons a:hover{
	color: #ddd;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu li {
    float: left;
}
.footer-menu li a {
     color:#eee;
	padding-right: 15px;
}


/*breakingNewsWrapper*/
.breakingNews {
    background: #fff;
    margin-bottom: 30px;
    padding: 15px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.16);
}
.breakingNews a {
    color: #032260;
    font-size: 64px;
    font-weight: 900;
}
.breakingNews a:hover {
	color: #f90105;
}
.breakingNews h1 {
	margin-top: 0; margin-bottom: 25px;
}
.breakingNews img {
	
}
.breakingNews p {
    font-size: 20px;
    margin-top: 20px;
}

#mainNewsWrapper p{
	color: #000;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
}
#mainNewsWrapper .left img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}


.advertisement {
    margin-bottom: 20px;
}

/*econmoyWrapper*/
.economy {
    border-bottom: 1px double #ddd;
    margin-bottom: 25px;
}
.economy img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.economy1 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.economy1:last-child{border-bottom: none;}
.economy1 h3 {
	margin-top: 0;
}
.economy1 img {
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.enter {
    margin-bottom: 20px;
}
.enter h3 {
    margin-top: 5px;
}
.entered h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 15px;
}
.entered .animate-image {
    max-height: 115px;
    overflow: hidden;
}
.text-ads {
    display: block;
    background: #eee;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 20px 0px;
}


/* subpageWrapper*/
.newslist{
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
    background: #fff;
	padding:20px;
	margin-bottom:30px;
}
.newslist h3{
	margin: 0;
}
.newslist.listings a {
    font-size: 28px;
    font-weight: 600;
}
.newslist.listings .entry-meta a, .entry-meta a {
    font-size: 13px;
    color: #000;
    font-weight: 300;
}
.entry-meta {
    clear: both; overflow: hidden;
    font-size: 18px;
    background: #fcfcfc;
    padding: 20px 5px;
    margin: 10px 0px 40px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.meta_format {
    display: block;
    float: left;
    padding-right: 20px;
}
.meta_format_right{
    display: block;
    float: right;
    width: 50%;
}
.mashsb-box {
    line-height: 1;
    margin-top: -20px;
    margin-bottom: -20px;
}

.author-page {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 40px 0px;
    background: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
.post-author h2 {
    font-size: 20px;
    margin-top: 0px;
}
.avatar {
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-right: 20px;
    background: #fff;
}
.economy-rounded {
    margin-bottom: 25px;
}
.author-image {
    border-radius: 50%;
    overflow: hidden;
    width: 40%;
    display: block;
    margin: 0 auto;
}
.authorimage {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100%;
    margin-right: 15px;
}
.author-name {
    font-size: 22px;
}
.auth-head, .auth-name {
    text-align: center;
}
.auth-head a {
    font-size: 22px; font-weight:600;
}
.auth-name a {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    border-bottom: 1px solid red;
}
.details p {
    font-size: 16px;
}

.animate-images {
    overflow: hidden;
    max-height: 500px;
}

.newslist.listings .entry-meta {
    margin-bottom: 15px;
}
.newslist img{
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.entry-summary p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #032260;
    border-color: #032260;
}
.pagination-sm > li > a{
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #032260 !important;
}
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    color:  white !important;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #f90105 !important;
}



/*innerContant */
#contantWrapper .space-cap{
	margin-top: 20px;
}
.inner-heading{
	color: #000;
    line-height: 50px;
}

.add .image {
    /*margin: 15px 0px;
    background: #666;
    color: #fff; font-size: 26px;
    padding: 20px;
    text-align: center;*/
}
.innercontant p{
	font-size: 22px;
	font-weight: 400;
    line-height: 1.9em;
}
.inner-time{
	background: whitesmoke;
    padding: 5px 20px;
    margin-top: 10px;
    color: #032260;
}
.innerimage{
	margin-bottom: 20px;
}
.innerimage img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.social-cover{
	float: left;
    padding-top: 8px;
	
}
.share{
	padding: 0 0 30px 0;
}
.share .share-no{
	float: left;
}
.share .share-no{
	color: #c23321!important;
    font-size: 2.5em!important;
    text-shadow: 1px 1px 1px #c23321!important;
    margin-bottom: 0px !important;
}
.share .inner-share p{
	margin-top: 11px;
    font-size: 24px;
    color: black;
    margin-left: 82px;
}


.relatednews {
    margin-bottom: 0;
    min-height: 300px;
}
.relatednews h3 a {
    font-size: 20px;
    font-weight: 600;
}
.relatednews img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}


.heading h2{margin:0px;}
.heading h2 a {
    font-size: 36px;
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
#slider1 {
    height: 1%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}
#slider1 .viewport {
    height: 250px;
    overflow: hidden;
    position: relative;
}
#slider1 .buttons {
    border: 1px solid;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    width: 25px;
    height: 35px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
}
#slider1 .next {
    right: 0;
    left: auto;
    top: 35%;
}
#slider1 .buttons:hover {
    color: #C01313;
    background: #fff;
}
#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 380px;
    left: 0;
    top: 0;
}
#slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 250px;
    width: 345px;
}
.item.single img {
    width: 100%;
    height: auto;
}
.carousel-contents {
    background: #eee;
    padding: 10px 15px;
}
.carousel-contents h3 {
    font-size: 18px; font-weight:600;
    line-height: 20px;
    margin-top: 5px;
}
.news-post-special-image {
    overflow: hidden;
    max-height: 150px;
}


.panel-default > .panel-heading {
    color: #fff;
    background-color: #001b69;
    border-color: #001b69;
    border-radius: 0px !important;
    padding: 0px !important;
}
.nav-tabs {
    border-bottom: none !important;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 20px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #001b69;
    border: none;
}

.headline {
    margin-top: 0px;
}
.headline a {
    font-size: 18px; font-weight:600;
}
.divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px !important;
}
.divider:last-child{border-bottom: none;}
.post-views {font-size: 12px;}

#mainNewsWrapper\ bigbang {
    padding: 40px 0;
}

.archive-heading a {
    color: #333;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.item_content p {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 30px;
}
.archive-post.clearfix {
    padding: 0px 0px 25px 0;
}
.archive-post p {
    font-size: 16px;
}
.blog-posts {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.blog-post-lists {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
    padding: 15px;
	min-height: 290px;
}
.blog-post-lists .bimg {
    max-height: 110px;
    overflow: hidden;
}
.blog-post-lists .item_content {
    margin-top: 20px;
}
.blog-post-lists .item_content p {
    font-size: 16px;
    text-align: left;
    padding: 0px;
}
.add.innerpage {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.category-page .page-title {
    margin-top: 0;
}



.animate-image {
    display: block;
    overflow: hidden;
}
.animate-image img{
	margin:0px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.animate-image img:hover{
    transform: scale(1.1);
}
.animate-image{
    margin-bottom: 0px;
}

.hover-image {
    display: block;
    overflow: hidden;
    max-height: 135px;
    border-radius: 5px;
}
.hover-image:hover {
    opacity:0.8;
}

.economy4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.economy4:last-child{
	border-bottom:none;
}
.economy4 h3 {
    margin-top: 0px;
}.economy4 a {
    font-size: 18px;
    font-weight: 600;
}
.titleSmall a, .titleBig.brown a, .titleBig a, .katha .block-center a , 
.titleFeatured a, .titleSmall.orange a, .block-center.orange a, .titleVideo a{
    color: #fff !important;
	font-size:20px;
	font-weight:600;
}



@media(max-width:767px){
	#logoWrapper {
		text-align: center;
	}
	.socila-icons {
		display: block;
		float: none !important;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.social-icons {
		float: none !important;
		display: inline-block !important;
	}
	.kattwal-ad img {
		width: 100%;
	}
	.economy1 img {
		height: 100%;
	}
	#top-menu {
	    margin: 0;
	    display: block;
	    text-align: center;
	}
	#defaultNavbar2 .nav > li {
	    position: relative;
	    display: inline-block;
	    float: none;
	    text-align: center;
	}

	#defaultNavbar2 .navbar-nav > li > a {
	    padding: 11px 5px;
	    font-size: 14px;
	}
	#ribbonWrapper .socila-icons {
		text-align: center;
	}
	#logoWrapper span {
	    top: 89%;
	    font-size: 12px;
	}
	#breakingNewsWrapper, #mainNewsWrapper, #subnewsWrapper, #politicalWrapper, .space, #kalaWrapper, #economyWrapper, #sportsWrapper, .pravash {
		margin: 15px 0;
	}
	.breakingNews a {
	    font-size: 35px;
	}
	.breakingNews {
    	padding: 30px 15px;
	}
	.breakingNews img {
    	height: 240px;
	}
	.politics2 .space{
		padding: 0;
	}
	.newslist .time{
	    width: 100%;
	}
	.updateWrapper .nav > li > a {
	    padding: 10px 48.4px;
	    font-size: 17px;
	}
	.pravashcap{
		padding: 0;
	}
	.innerimage img {
	    height: 355px;
	}
	.col-suman1, .col-suman2 {
        width: 100% !important;
    }
    .economy .animate-image, .economy-center .animate-image {max-height:100% !important; }
}

@media(min-width:767px){
	#breakingNewsWrapper, #mainNewsWrapper, #subnewsWrapper, #politicalWrapper, .politics1, .politics2, #kalaWrapper, #economyWrapper, #sportsWrapper, .pravash{
		margin: 20px 0;
	}
	.politics3{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.no-pad-left{
		padding-left: 0;
	}
	.no-pad-right{
		padding-right: 0;
	}
	#ribbonWrapper .patra{
	    background: #1a5d78;
	}
	#ribbonWrapper .patra a:hover{
		background: #1a5d78;
	    color: white;
	}
	.sub-page{
		padding-right: 30px;
	}
	.cover-left{
		padding: 0;
	}
	.mobilecover{
		padding: 0;
	}
	.contantimage{
		padding: 15px 15px 15px 25px;
		float: left;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.mobilecover{
		padding: 0 30px;
	}
}

/*
 * Katwaal theme is designed and developed by Suman Shrestha
 * Email: suman.shrestha2009@gmail.com, admin@sumanshresthaa.com.np
 * Website: www.sumanshresthaa.com.np
 */