/*
Theme Name: Online Sajha Pro
Theme URI: https://www.toplinetech.com.np/themes/online_sajha
Version: 1.1.1
Author: TopLine Technology
Author URI: https://www.toplinetech.com.np
Slug: online_sajha
Description: This Theme is for Online Sajha online news portl. Online Sajha is neplai online news portal. we make this website for news magazine and more
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none !important;
}

/*Tranding-Tag*/
a.tag-cloud-link:before {
	content: '#';
	font-size: 16px;
	margin-right: 3px;
}
a.tag-cloud-link {
	padding: 8px 15px;
}
.wrapper-bg{
	background: #ffffff;
}
iframe{
	width: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body{
	background: #FFFFFF!important;
	font-family: "Poppins", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4 !important;
	font-weight: 600 !important;
	color: #111 !important;
}
h5{
	font-size: 18px !important;
}
h1{
	font-size: 50px !important;
}
h3{
	font-size: 24px !important;
}
h4{
	font-size: 20px !important;
}
.big-news-content h3{
	font-size: 30px !important;
}
a{
	color: #4b4b4b !important;
}
a:hover{
	color: #e91017 !important;
}
.fa.fa-genderless.align-self-center {
	color: #d31e02;
	font-size: 20px;
}
.epaper_items .items_image figure.image {
    display: block;
    height: 200px;
    width: 100%;
    background: #CCC;
}
.epaper_items .items_image figure.image img {
    height: 200px;
    display: block;
    width: 100%;
    object-fit: cover;
    background: #CCC;
}
.mobile_nav{
	display: none;
}
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon {
	color: #eee!important;
}
.adv-box-wrap img{
	width: 100%;
	margin-bottom: 10px;
}
/*------------------------------Nav Bar--------------------------*/
.nav-link {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #ffffff;
	background: transparent;
	border: none;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 2px;
}
.header li a:hover, .header .menu-btn:hover, li.nav-item .active a {
	background-color: #e91017;
	color: #fff;
}
.nav-item:hover{
	background: #e91017;
}
li.nav-item a.nav-link.active{
	border-bottom: 2px #e91017 solid;
	color: #4b4b4b !important;
}
.nav-item:hover a.nav-link{
	color: #FFFFFF !important;
}
.navbar, .main-menu, .footer-bg, .top_header_section {
	background:  #03386b !important;
}
.dropdown{
	border-radius:0;
	border:0;
}
.dropdown-item{
	background: transparent !important;
}
.dropdown-menu{
	background: #333;
	border:0;
	top:90%;
	border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
	background:#e91017 !important;
	color:#fff !important;
}
.dropdown-menu a{
	color:#fff !important;
	font-size: 18px;
} 
.navbar .nav-item .nav-link{
	color:#eee !important; 
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
	color:#D31E02 !important;

}
.my-menu .nav-item {
	padding: 3px 8px;
}
.dropdown-toggle::after{
	content: none !important;
}
.epaper_items .items_image .items_image figure.items_image 	img{
	height: 200px;
	width: 100%;
	background: #CCC;
	display: block;
}
a.logo{
	font-size: 50px;
	font-weight: 600;
	font-family: sans-serif;
	text-decoration: none;
	color: #03386b !important
}
a.logo:second-child{
	font-size: 50px;
	font-weight: 600;
	font-family: sans-serif;
	text-decoration: none;
	color: #e91017 !important
}
@media (min-width: 1200px){
	.container {
		width: 1250px;
	}
}

.single_feat{
	position: relative;
}
.feature_caption {
    font-size: 18px;
    background: rgba(0,0,0,0.56);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    padding: 5px 20px;
}
.single_feat{
	position: relative;
}
.feature_caption {
    font-size: 18px;
    background: rgba(0,0,0,0.56);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    padding: 5px 20px;
}
.single_content p a{
	text-decoration: none;
	font-weight: 600;
	color: #03386b !important;
	transition: all .3s ease;
	font-size: 18px;
	line-height: 168%;
}
.author-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;

}
.author-meta .author-img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	border: 1px #ddd solid;
}
.author-meta .author-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.author-meta .author-img img.writer_image {
    padding: 0 !important;
}
.author-meta .author-name {
	font-family: Mukta,sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px;
}
.team-name_list p{
	color: #eee;
}
.editor-box table tr:nth-child(odd) {
	background: #f7f8fb !important;
}
.editor-box table th {
	background: #03386b;
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	line-height: 22px;
}
.editor-box table td {
	font-size: 16px;
	border: 1px solid #dddddd;
	padding: 5px 10px;
	line-height: 24px;
}
.editor-box table td {
	vertical-align: middle !important;
}
.editor-box table td .media {
	justify-content: center;
	align-items: center;
}
.editor-box table td .media .user-img img {
	margin: 0 !important;
	width: 70px;
	height: 70px;
}
.editor-box table td .media .user-img img {
	margin: 0 !important;
}
.items img {
	display: block;
}
.editor-box img {
	margin-bottom: 30px;
	max-width: 100%;
}
.editor-box table td .media .main-title {
	margin-top: 0;
	font-size: 16px;
}
.items .main-title {
	line-height: 28px;
	display: block;
	color: #222;
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 32px;
}
.editor-box table td ul.social-links {
	margin: 0;
	display: inline-block;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.editor-box table td ul.social-links li{
	list-style: none;
	display: inline-block;
	padding: 5px 10px;
	height: 30px;
	width: 30px;
	border-radius: 50% !important;
}
.content-box-ad{
	display: flex;
	margin-left: 10px;
}
.content-box-ad aside{
	margin-right: 10px;
}
.epaper_items .items_image figure.image img, .epaper_items .items_image figure.image{
	height: auto !important;
}
.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}