/*
Theme Name: News7
Author: Neem Chhetri
Description: News Theme
Version: 1.0
*/

/* Reset styles */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
ol,
li,
form,
label,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.single_post img {
	margin-bottom: 15px;
}
/* Basic styles */
body {
    font-family: Mukta,sans-serif!important;
    font-size: 20px!important;
    line-height: 1.5;
    background-color: #f9f9f9;
    color: #333333;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
	font-family: Mukta,sans-serif!important;
    font-weight: 600!important;
}
p.uk-text-muted a {
	color:#999!important;
}
.uk-heading-small,.uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
	font-family: mukta,sans-serif!important;
    font-weight: 600!important;	
}
.uk-link, a {
    color: #0f0f0f!important;
}
.uk-link,a:hover {
	opacity:0.9!important;
	text-decoration:none!important;
}
.uk-article-meta a {
    color: #999!important;
}
/* Custom styles */
.primary-menu .sticky-date {
    display: none;
}
.primary-menu.uk-active .sticky-date {
    display: inline-block;
    padding: 0 8px;
	margin:0;
	background:black;
	color:white;
}
.primary-menu {
	height: 60px;
}
.primary-menu .sticky-logo {
    display: none;
}
.primary-menu.uk-active .sticky-logo {
    display: flex;
    background: #f1f1f1;
    padding: 0 8px;
	margin:0;
}
.primary-menu .uk-navbar-nav > li > a,
.primary-menu .uk-icon-link {
	color: #fff!important;
}
.primary-menu .uk-icon-link:hover {
	transform: scale(1.5);
}
.primary-menu .uk-navbar-nav > li > a {
  padding: 0 15px;
  font-size: 18px;
  font-weight:600;	
}
.primary-menu .uk-navbar-nav > li.current-menu-item>a, .primary-menu .uk-navbar-nav > li > a:hover {
  background: #d10404;
}
.primary-menu .uk-navbar-dropdown {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;	
  padding: 0px;
  background:#1e87f0;
  box-shadow: 0 5px 12px rgba(0,0,0,.15);	
}
.primary-menu .uk-navbar-dropdown {
	color: #fff!important;
}
.primary-menu .uk-navbar-dropdown a {
	padding:17px!important;
	font-size: 18px;
	font-weight:600;
}
.primary-menu .uk-navbar-dropdown a:hover {
  background: #d10404;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 60px!important;
    font-family: mukta,sans-serif!important;
}
.primary-menu .uk-navbar-nav {
    gap: 5px!important;
}
.primary-menu .uk-navbar-right {
	gap: 5px!important;
}
/*Side Menu */
.uk-nav>li>a:hover {
	background: #d10404;
	color:white!important;	
	padding-left: 10px;
	transition: 0.5s;
}
.primary-menu .uk-navbar-toggle-icon {
	background-color: #525252!important;
	padding: 20px;
    font-weight: 600!important;
	color:white!important;
}
/*Menu Buttom */
.menu-button {
  border-radius: 8px;
  background-color: #d10404;
  border: none;
  text-align: center;
  font-size: 20px;
  padding: 8px 10px;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-button a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #FFFFFF!important;	
  font-weight:600;
}
.menu-button a:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.menu-button:hover a {
  padding-right: 25px;
}
.menu-button:hover a:after {
  opacity: 1;
  right: 0;
}
.icon-button .uk-icon {
	padding: 15px;
    font-weight: 600!important;
	color:white!important;
}
.tag-heading p {
    position: relative;
	text-align: center;
	text-transform: uppercase;
    padding: 10px 13px;
    color: #fc3728;
    line-height: 24px;
    font-size: 16px;
	font-weight:bold;
	background: #ebebeb;
	white-space: nowrap;
}
.tags{
	position:relative;
	padding:9px 5px 9px 15px;
}
@media (max-width: 767px) {
  .tags {
	overflow-x: scroll;
	white-space: nowrap;  
	}
}
.tags a{
	color:#3b3b3b;
	font-size: 17px!important;
	padding-right:18px;
	font-weight:normal!important;
	display: inline-block;
}
.tags a:before{
	content: "#";
	margin-right: 6px;
	margin-left: 3px;
	color: #b8b8b8;
	font-size: 16px;
}
/* mouse over link */
.tags a:hover {
  color: #707070;
}
/* selected link */
.tags a:active {
  color: #171a5e;
}
.uk-navbar-right .uk-search-default {
    max-width: 500px;
    min-width: 334px;
    display: flex;
    align-items: center;
    align-self: center;
    background-color: rgba(34,96,191,.08);
    border-radius: 68px;
    padding: 5px;
    margin-left: auto;
}
.uk-search-default .uk-search-input {
    border-style: none!important;
}
.uk-search-default {
    width: 100%!important;
	background-color: rgba(34,96,191,.08)!important;
}
.full-width-search .uk-search-default {
	border-radius: 68px;
}
a.backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding:13px 10px;
  border-radius: 4px;
  color:white!important;	
}
a.backtotop:hover {
  background-color: #555;
}
.bg-black {
	background: black;
	margin:0px;
	padding:auto;
}
.bg-red {
	background:red!important;
	color:white!important;
	font-weight: bold!important;
	top:0!important;
	right:0!important;
}
.bg-darkblue {
	background: #072dd9!important;
	color:white!important;
	font-weight: bold!important;
}
.taja-np.uk-list li {
	margin-bottom: 26px!important;
}
.taja-np li span {
    float: left;
    font-size: 30px;
    clear: both;
	line-height: 55px;
    margin: 2px 20px 10px 0px;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 10%;
    background: black;
 	color: #fff;
	box-shadow: 5px 5px #888888;
}
.uk-label.white a{
	color:white!important;
}
a.white {
	color:white!important;
}
.white a {
	color:white!important;
}
p.white {
	color:white!important;
}
.white-divider-left {
    border-left:1px solid #e5e5e5!important;
	border-left-color: rgba(255,255,255,.2)!important;
    }
span.uk-card-badge.uk-label {
	color:white!important;
	background:black!important;
}
span.uk-card-badge.uk-label a {
	color:white!important;
}
/* Skip ads Style*/
.ad-modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.ad-image {
	max-width: 100%;
	height: auto;
	}
#skip-btn {
    position: absolute;
    top: 10px;
    right: 0px;
    }
.ad-header {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	position: relative;
}
.ad-text {
	position: absolute;
	left: 0px;
	top: 10px;
}
.ads-logo {
	max-width: 250px;
	margin: 0 auto;
}
/* End Skip ads Style*/
.below-menu-ads img {
	margin-top:10px!important;
    width: 100%!important;
	margin-bottom:-25px!important;
}
.news-cat {
    display: block;
    position: relative;
	overflow: hidden;
}
.news-cat::before, .news-cat::after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em)/ 2));
    right: 0;
    z-index: 0;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
	overflow: hidden;
}
.news-cat .cat-name {
    color: #000;
    padding: 0 10px 0 0;
    margin: 0;
    display: inline-block;
    border: 0;
    position: relative;
    z-index: 1;
}
.news-cat a.all {
    display: inline-block;
    margin-top: 0;
    color: #8f8f8f!important;
    border: 1px solid #e5e5e5;
    padding: 5px 5px 5px 10px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 3px;
    font-weight: 600;
    -webkit-border-radius: 9px;
    border-radius: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.news-cat a.sub-cat {
    display: inline-block;
	text-align: center;
    margin-top: 0;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    padding: 5px 12px;
	margin: 0px 15px;
    position: relative;
    z-index: 2;
    top: -5px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
a:hover, a:focus, a {
    outline-style: none;
    text-decoration: none;
}
/* Comment form field */
.comment-author {
	margin-top: 15px!important;
	}
.comment-author img{
	width:40px;
	height:40px;
	border-radius:50%;
	margin-right:10px;
}
.comment-metadata a {
	font-size: 14px!important;
	color: #828181!important;
	
}
#comments a.comment-reply-link{
	position:relative;
	font-weight:600;
	font-size:14px;
	color:white!important;
	background:#2d2e2e!important;
	padding:4px 10px;
	border-radius:15px;
	margin-bottom: 15px!important;
}
#comments a.comment-reply-link:hover{
	background:#011a85;
}
.comment-notes { 
   color:red;
   font-weight:normal;
   font-size:14px;	 
} 
.commentlist{
	clear: both!important;
  	list-style: none!important;
}
ul.children {
	clear: both!important;
  	list-style: none!important;
}
h3#comments {
	font-weight:bold;
	font-size:19px;
	padding-left:15px;
}
/* Highlight active form field */
  
#respond input[type=text],input[type=email], input[type=url], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none!important;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  width:100%;	
}   
#respond input[type=text]:focus,
input[type=email]:focus, 
input[type=url]:focus,
textarea:focus {
margin: 5px 1px 3px 0px;
border: 1px solid #2d2e2e;
width:100%;
}
#respond input[type=submit]{
	background:#2d2e2e;
	color:white;
	border-radius:25px;
	border:none;
	outline: none;
	padding:5px 15px;
	transition: 0.5s;
}
#respond input[type=submit]:hover{
	background:#696969!important;
	cursor:pointer;
}
.uk-pagination>* {
    margin-left: 5px!important;
    padding: 5px!important;
}
img.kp-sqr-s {
	width: 90px!important;
	height: auto;
}
.uk-subnav li a{
	color: white!important;
}
.uk-subnav li.uk-active a {
  color: black !important;
}
.uk-padding-xsmall {
	padding: 5px;
}
.uk-lightbox a.uk-slidenav {
	color:white!important;
}
/* Make the iframe responsive */
iframe {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    margin: 0 auto;
    aspect-ratio: 16 / 9; /* Maintains 16:9 aspect ratio */
}
.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ads-logo {width:120px}