/*
Theme Name: Rays Times
Theme URI: http://hashthemes.com
Author: Prabin Dangol
Author URI: http://dprabin.com.np
Description: Rays Times is a custom built theme
Version: 1.0.0
Text Domain: www.raystimes.com
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root{
	--rt-primary-color: #029fb2;
	--rt-secondary-color: #ff595e;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Ek Mukta', sans-serif;
	background: #FFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 0 20px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-editorial-inner,
input::-moz-editorial-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 17px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arya", sans-serif;
	margin: 0 0 10px;
	line-height: 1.2;
	font-weight: 500;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 20px;
}

p {
	margin: 0 0 25px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 15px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid var(--rt-secondary-color, #015793);
	background: var(--rt-secondary-color, #015793);
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	padding: 12px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea{
	padding: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	background: var(--rt-primary-color, #015793);
    position: relative;
}

.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: var(--rt-secondary-color, #015793) ;
	width: 220px;
	z-index: 999;
}

.main-navigation ul li:hover > ul{
    display: block;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	color: #FFF;
	padding: 10px 20px;
    font-size: 16px;    
}

.main-navigation ul ul li:last-child a {
	border-bottom: 0;
}

.main-navigation ul ul li:hover a{
	background: var(--rt-primary-color, #015793);
}

ul.guranshnews-menu > li:last-child{
	border-right: 0;
}

ul.guranshnews-menu > li{
	float: left;
	border-right: 1px solid rgba(255,255,255,0.1);
    font-weight: 600;
}

ul.guranshnews-menu > li > a{
	color: #FFF;
	padding: 18px 16px;
	font-size: 18px;	
	position: relative;
}

ul.guranshnews-menu > li:hover > a,
ul.guranshnews-menu > li.current-menu-item > a{
	background: var(--rt-secondary-color, #015793);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 25px;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.guranshnews-container{
	width: 1170px;
	margin: 0 auto;
}

#primary{
	width: 70%;
	float: left;
}

#secondary{
	width: 27%;
	float: right;
}

/*============Header==========*/

#top-header{
	border-bottom: 1px solid #EEE;
	font-size: 15px;
	padding: 10px 0;
	background: #F6F6F6;
}

.nepali-date{
    float: left;
}

.nepali-date .fa{
    font-size: 13px;
    margin-right: 6px;
}

.top-header-menu{
	float: right;
}

.top-header-menu ul{
    list-style: none;
    margin: 0;
    padding: 0
}

.top-header-menu ul li{
    display: inline-block;
    margin-right: 15px;
}

.main-header{
	padding: 40px 0;
}

.site-branding{
	float: left;
	width: 400px;
}

.site-header-ads{
	float: right;
	max-width: 728px;
}

.site-social-share{
    text-align: right;
    vertical-align: middle;
    margin-top: -15px;
    margin-bottom: 10px;
}

.site-social-share > div{
    display: inline-block;
    margin-left: 6px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 15px;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.tickler-news{
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
	margin-bottom: 40px;
}

.tickler-news .news-post{
	border-bottom: 0;
	padding: 0 0 0 20px;
	margin: 0;
	float: left;
}

.tickler-news .news-post .small-thumb{
	width: 100px;
}

.tickler-news-wrap .news-title{
	font-size: 20px;
}

.tickler-title{
	float: left;
	width: 10%;
}

.tickler-title h6{
	font-size: 24px;
	font-weight: 700;
}

.tickler-news-list{
	float: right;
	width: 90%;
	border-left: 1px solid #EEE;
}

.cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.goToPrevSlide,
.goToNextSlide{
	cursor: pointer;
	text-align: center;
	line-height: 20px;
	background: var(--rt-primary-color, #015793);
	height: 22px;
	width: 30px;
	display: inline-block;
	border-radius: 2px;
	color: #FFF;
}

/*===========Big News============*/
#big-news{
	margin-bottom: 60px;
}

#big-news .big-news{
	text-align: center;
	font-size: 24px;
    position: relative;
    border-left: 8px solid #EEE;
    border-right: 8px solid #EEE;
    border-bottom: 1px solid #EEE;
}

#big-news .big-news:hover{
	border-left: 8px solid var(--rt-primary-color, #015793);
    border-right: 8px solid var(--rt-primary-color, #015793);
}

#big-news .big-news:last-child{
	border-bottom: 0;
}

#big-news .big-news-wrap{
	padding: 40px 50px;
	
}

#big-news .guranshnews-header{
	background: var(--rt-primary-color, #015793);
	display: inline-block;
	padding: 8px 30px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 30px;
}

#big-news .big-news-header{
	padding: 0 8%;
}

#big-news .big-news-header h2{
	font-size: 50px;
	margin-bottom: 25px;
}

#big-news .big-news-header h2 a{
	color: var(--rt-primary-color, #015793);
}

#big-news .big-news-header h2 a:hover{
	color: var(--rt-secondary-color, #015793);
}

#big-news .big-news-header h6{
	font-size: 26px;
	color: #444;
	margin-bottom: 30px;
}

#big-news .big-news .guranshnews-author{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	font-style: italic;
	color: #666;
}

#big-news .big-news-excerpt{
	padding: 0 2%
}

#big-news .big-news-excerpt p:last-child{
	margin-bottom: 0;
}

/*=============General CSS==============*/
.flexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-title{
	font-size: 18px;
    margin-bottom: 35px;
    position: relative;
    line-height: 26px;
    font-weight: 500;
    color: #333;
    border-top: 5px solid var(--rt-primary-color, #015793);
}

.section-title:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    top: 0;
    background: #EEE;
    border-bottom: 1px solid #E0E0E0;
}

.section-title > span{
	padding: 6px 25px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 20px;
    z-index: 9;
    background: var(--rt-primary-color, #015793);
    color: #FFF;
}

.section-title a{
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
    font-weight: bold;
    color: #333;
    background: #FFF;
    z-index: 9;
}

.section-title a .fa{
	font-size: 11px;
    margin-left: 4px;
}

.news-title{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.news-title:last-child{
	margin-bottom: 0;
}

.news-title a{
	color: #444 
}

.news-title a:hover{
	color: var(--rt-secondary-color, #015793) ;
}

.news-subtitle{
	font-size: 14px;
	color: #999;
	font-weight: 600;
	line-height: 1;
}

.news-post{
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #EEE;
}

.news-post:last-child{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0;
}

.news-post p{
	margin-bottom: 0;
}

.news-list{
	margin: -8px 0 0;
	padding: 0;
	list-style: none;
}

.news-list li{
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #F6F6F6;
	line-height: 1.2;
	background: url(img/arrow.gif) no-repeat left 14px;
}

.news-list li:last-child{
	border-bottom: 0;
}

.float-left{
	float: left;
	margin-right: 15px;
}

.float-right{
	float: right;
	margin-left: 15px;
}

.thumb{
	width: 90px;
}

.small-thumb{
	width: 65px;
}

.round-thumb{
	border-radius: 50%;
	overflow: hidden;
}

.top-big-thumb{
	margin-bottom: 15px;
}

.guranshnews-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.image-thumb a{
	position: relative;
	overflow: hidden;
	display: block;
}

.image-thumb img{
    width: 100%;
}

.full-width-ads{
	margin-bottom: 60px;
	text-align: center;
}

.sidebar-ads{
    margin-bottom: 60px;
}

.sidebar-ads img{
	width: 100%;
}

.sidebar-ads .widget{
	margin-bottom: 5px;
}

.sidebar-ads .widget:last-child{
	margin-bottom: 0;
}

.content-area blockquote{
    background: #F6F6F6;
    padding: 30px;
    position: relative;
    width: 60%;
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
    border-left: 4px solid var(--rt-secondary-color, #015793) ;
    font-size: 17px;
    color: #888;
}

.content-area blockquote:before, 
.content-area blockquote:after {
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    bottom: 15px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    width: 50%;
}

.content-area blockquote:after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    left: auto;
    right: 10px;
}

.content-area blockquote p:last-child{
    margin-bottom: 0;
}

/*============Single Page==============*/
.page-header{
    margin-bottom: 30px;
    position: relative;
    border-top: 10px solid var(--rt-primary-color, #015793);
} 

h1.page-title{
	font-size: 44px;
	line-height: 1.3;
	margin-bottom: 20px;
}

h2.entry-title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

h2.entry-title a:hover{
	color: var(--rt-secondary-color, #015793) ;
}

.page-sub-title{
    margin: 30px 0 0;
}

.sharethis{
	margin-bottom: 40px;
}

.page .page-header,
.archive .page-header{
	margin-bottom: 30px;
    padding: 10px 20px;
    background: #F6F6F6;
}

.archive .page-header .page-title,
.page-header .page-title{ 
	margin: 0;
}

.entry-meta{
	font-size: 15px;
    color: #666;
    font-weight: 500;
}

.single .entry-meta{
	padding-left: 30px;
}

.single .entry-meta:before{
	 content: "\f133";
    font: normal normal normal 36px/1 FontAwesome;
    float: left;
    margin-left: -45px;
    margin-top: 5px;
}

.entry-visitor-count{
	text-align: right;
}

.entry-visitor-count .fa{
	margin-right: 8px;
}

.share-holder{
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-subtitle{
	width: 73%;
	float: left;
	padding: 30px 30px 0 0;
}

.title-subtitle .page-title:last-child,
.title-subtitle .page-title:last-child{
	margin-bottom: 0;
}

.author-date{
	padding: 30px;
	background: #F6F6F6;
	margin-bottom: 40px;
}

.single .entry-content,
.page .entry-content{
	font-size: 19px;
	line-height: 2;
}

.archive .entry-content{
	margin-bottom: 0;
}

.archive .entry-meta{
	margin-bottom: 15px;
}

.archive-wrap{
	margin-left: -4%;
}

.archive .hentry,
.search .hentry{
	margin-bottom: 40px;
	float: left;
	float: left;
	width: 46%;
	margin-left: 4%;
}

.archive .hentry:nth-child(2n+1),
.search .hentry:nth-child(2n+1){
	clear: both;
}

.entry-content p{
	margin-bottom: 25px;
}

.content-middle-ads{
	max-width: 300px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.content-middle-ads .fb_iframe_widget{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.content-middle-ads .fb_iframe_widget iframe{
	width: 100%;
	height: 100%; 
}

#fb-comments{
	margin: 40px 0;
}

.fb-like{
    vertical-align: top;
    margin-left: 10px;
}

.widget-area .widget_sp_image{
	margin-bottom: 5px;
}

#related-news{
	margin-bottom: 30px;
}

.related-news-wrap{
	margin-left: -3%;
}

.related-news-wrap .news-post{
	width: 30.33%;
	margin-left: 3%;
	float: left;
	border-bottom: 0;
}

.related-news-wrap .news-post:nth-child(3n+1){
    clear: both;
}

.related-news-wrap .news-title{
	margin-bottom: 0;
}

.widget-area ul,
.widget-area ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area li{
	padding: 10px 0;
	border-bottom: 1px solid #F0F0F0;
	line-height: 1.2;
	background: url(img/arrow.gif) no-repeat left 14px;
}

.pagination{
	text-align: center;
	clear: both;
	margin-bottom: 40px;
	font-family: Arial;
}

.pagination .page-numbers{
	font-size: 16px;
	margin: 0 2px;
	padding: 12px 15px;
	line-height: 1;
	background: var(--rt-secondary-color, #015793) ;
	color: #FFF ;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	background: var(--rt-primary-color, #015793) ;
	color: #FFF;
}

.sidebar-recent-news{
	margin-bottom: 30px;
}

.sidebar-recent-news .news-post{
    position: relative;
}

.sidebar-recent-news .news-count{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 40px;
    color: #EEE;
    z-index: 8;
}

.sidebar-recent-news .news-title{
    position: relative;
    z-index: 9;
    font-size: 20px;
}

.time-ago{
	font-size: 16px;
	margin-top: 15px;
}

.time-ago .fa{
	margin-right: 8px;
}

.slick-slide{
	display: none;
}

/*=========Home Page Section=========*/

.bisesh-news-slider{
	padding-right: 80px;
}

.bisesh-news-slider .news-post{
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bisesh-news-slider .image-thumb{
	padding-right: 50px;
	width: 40%;
	float: left;
}

.bisesh-news-slider .news-excerpt{
	width: 60%;
	float: right;
}

.bisesh-news-slider .news-title{
	font-size: 40px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.bisesh-news{
	margin-bottom: 60px;
    border: 1px solid #EEE;
    padding: 30px;
}

.bisesh-news-slider .slick-dots{
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	width: 40px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0;
	padding: 0;
}

.bisesh-news-slider .slick-dots li{
	display: block;
	text-align: center;
}

.bisesh-news-slider .slick-dots li button{
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	background: #EEE;
	border-radius: 50%;
	border: none;
	padding: 0;
	margin: 5px 0;
}

.bisesh-news-slider .slick-dots .slick-active button{
	background: var(--rt-secondary-color, #015793);
}

.interview-news{
	margin-bottom: 60px;
}

.interview-news-wrap{
	margin-left: -3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.interview-news-wrap .news-post{
	float: left;
	width: 30.33%;
	margin-left: 3%;
	text-align: center;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 1px solid #E0E0E0;
	background: #EEE;
}

.interview-news-wrap .news-post .news-title{
	font-size: 24px;
	padding: 30px 20px 20px;
	position: relative;
}

.interview-news-wrap .cat-name{
	position: absolute;
	background: var(--rt-secondary-color, #015793);
	font-size: 13px;
	padding: 6px 15px;
	color: #FFF;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.imp-news-wrap{
	margin-bottom: 60px;
}

.imp-news-top-wrap{
	margin-left: -3%;
	margin-bottom: 30px;
	text-align: center;
}

.imp-news-left{
	width: 20%;
	float: left;
	margin-left: 3%;
}

.img-news-middle{
	width: 51%;
	float: left;
	margin-left: 3%;
}

.img-news-right{
	width: 20%;
	float: left;
	margin-left: 3%;
}

.img-news-middle .news-title-wrap{
	width: 90%;
	margin: -80px auto 0;
	background: #FFF;
	padding: 30px 30px 0;
	position: relative;
}

.img-news-middle .news-title-wrap .time-ago{
	margin:  0 0 15px;
}

.img-news-middle .news-title{
	font-size: 28px;
}

.imp-news-bottom-wrap{
	margin-left: -3%;
	text-align: center;
}


.imp-news-bottom-wrap .news-post{
	float: left;
	width: 22%;
	margin-left: 3%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#slider-news{
	margin-bottom: 60px;
}

.slider-news-wrap .news-post{
	position: relative;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.slider-news-wrap .news-image a{
	position: relative;
	display: block;
}

.slider-news-wrap.news-image a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.25);
}

.slider-news-wrap .news-title-wrap{
	position: absolute;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	bottom: 90px;
	padding: 50px;
	pointer-events: none;
	background: rgba(255,255,255,0.8);
	text-align: center;
	padding: 30px;
}

.slider-news-wrap .news-title{
	font-size: 32px;
	margin-bottom: 0;
}

.slider-news-wrap .slick-arrow{
	position: absolute;
	top: 50%;
	height: 50px;
	width: 30px;
	margin-top: -20px;
	background: #FFF;
	z-index: 99;
	line-height: 50px;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.slider-news-wrap .slick-arrow.prev{
	left: 0;
}

.slider-news-wrap .slick-arrow.next{
	right: 0;
}

.slider-news-nav{
	width: 80%;
	background: #FFF;
	padding: 30px 22px 0;
	margin: -80px auto 0;
}

.slider-news-nav .image-thumb{
	padding: 0 8px;
	cursor: pointer;
}

.slider-news-nav .image-thumb:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
/*-------------*/

.top-left-news{
	width: 70%;
	float: left;
}

.top-news-sidebar{
	width: 27%;
	float: right;
}

#samachar-news{
	margin-bottom: 60px;
}

.samachar-news-wrap .image-thumb{
	margin-right: 30px;
}

.samachar-news-wrap .news-post:nth-child(odd) .image-thumb{
	float: right;
	margin: 0 0 0 30px;
}

.samachar-news-wrap .news-title{
	font-size: 26px;
}

.samachar-news-wrap .news-post{
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#block-news{
	margin-bottom: 60px;
}

.block-news-top-wrap{
	margin-left: -4%;
	margin-bottom: 30px;
}

.block-news-top-wrap .news-post{
	float: left;
	width: 46%;
	margin-left: 4%;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.block-news-top-wrap .news-title{
	width: 90%;
	margin: -50px auto 0;
	background: #FFF;
	padding: 25px 15px;
	position: relative;;
}

.block-news-bottom-wrap{
	margin-left: -2%;
}

.block-news-bottom-wrap .news-post{
	float: left;
	width: 23%;
	margin-left: 2%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}	

#top-news .block-news-bottom-wrap .news-title{
	font-size: 18px;
}

#bottom-news .block-news-bottom-wrap .news-post{
	width: 48%;
	margin-bottom: 30px;
}

#bottom-news .block-news-bottom-wrap .news-post:nth-child(2n+1){
	clear: both;
}

#bottom-news .block-news-bottom-wrap .news-post:nth-child(n+3){
	margin-bottom: 0;
}


#big-block-news{
	margin-bottom: 60px;
}

.big-block-news-top-wrap{
	margin-bottom: 30px;
}

.big-block-news-top-wrap .news-post{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.big-block-news-top-wrap .news-title{
	font-size: 30px;
	width: 90%;
	margin: -50px auto 0;
	background: #FFF;
	padding: 25px 15px;
	margin-bottom: 0;
	text-align: center;
	position: relative;;
}

.big-block-news-bottom-wrap{
	margin-left: -3%;
}

.big-block-news-bottom-wrap .news-post{
	float: left;
	width: 30.33%;
	margin-left: 3%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#sidebar-block-news{
	margin-bottom: 60px;
}

.sidebar-block-news .image-thumb + .news-title{
	width: 90%;
	margin-top: -40px;
	background: #FFF;
	padding: 25px 15px 0 0;
	margin-bottom: 0;
	position: relative;
}

.news-tabs{
	margin-bottom: 60px;
}

.tab-nav-wrap {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    color: #333;
    border-top: 5px solid var(--rt-primary-color, #015793);
}

.tab-nav-wrap:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #EEE;
    border-bottom: 1px solid #E0E0E0;
}

.tab-nav-wrap ul {
    list-style: none;
    margin: 0;
    display: flex;
	position: relative;
    z-index: 99;
	margin: 10px 10px 0;
}

.tab-nav-wrap ul li {
    width: 50%;
    text-align: center;
    position: relative;
    line-height: 36px;
    padding: 0;
}

.tab-nav-wrap ul li a {
    display: block;
    line-height: 40px;
	background: #DDD;
}

.tab-nav-wrap ul li.active a {
    background: var(--rt-primary-color, #015793);
    color: #FFF
}

#one-block-news{
	margin-bottom: 60px;
}

.one-block-news,
.tab-content{
	background: #F6F6F6;
}

.one-block-news .news-post.news-post1,
.tab-content .news-post.news-post1{
	position: relative;
	border-bottom: none;
	padding: 0;
}

.one-block-news .news-post,
.tab-content .news-post{
	padding-left: 60px;
	padding-right: 15px;
}

.one-block-news .news-count,
.tab-content .news-count{
	float: left;
	margin-left: -60px;
	width: 50px;
	text-align: center;
	font-size: 32px;
	color: #CCC;
	line-height: 1.2;
}

.one-block-news .news-post.news-post1 .news-title,
.tab-content .news-post.news-post1 .news-title{
	position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    padding: 10px 15px 0;
    margin-bottom: 0;
    background: #F6F6F6;
    font-size: 22px;
}

.one-block-news .news-post .news-title,
.tab-content .news-post .news-title{
	font-size: 20px;
}

.one-block-news .news-post:last-child,
.tab-content .news-post:last-child{
	padding-bottom: 18px !important
}

.sidebar-news{
	margin-bottom: 60px;
}

#three-col-news{
	margin-bottom: 60px;
}

.three-col-news-left{
	float: left;
	width: 65%;
}

.three-col-news-left-wrap{
	margin-left: -3%;
}

.three-col-news-left .news-post{
	position: relative;
	width: 47%;
	float: left;
	margin-left: 3%;
	border-bottom: 0;
	padding-bottom: 0;
}

.three-col-news-left .news-post:nth-child(2n+1){
	clear: both;
}

.three-col-news-right{
	float: right;
	width: 32%
}

.three-col-news-right .news-title{
	font-size: 18px;
}

.bottom-three{
	margin-bottom: 60px;
}

.bottom-three-wrap{
	margin-left: -3%;
}


.bottom-three-wrap .col1,
.bottom-three-wrap .col2,
.bottom-three-wrap .col3{
	width: 30.33%;
	float: left;
	margin-left: 3%;
	border: 1px solid #EEE;
	border-top: 0;
}

.bottom-three-wrap .news-post{
	padding-left: 15px;
	padding-right: 15px;
}

.bottom-three-wrap .news-post:last-child{
	padding-bottom: 18px !important;
}

#video-news{
	margin-bottom:60px;
}

.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-item-text{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	font-size: 22px;
}

.rvs-nav-container h4.rvs-nav-item-title{
	white-space: normal;
}

.rvs-container.rvs-xs.rvs-sm.rvs-md.rvs-lg{
	padding-right: 340px;
	height: 468px;
}

.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-nav-container{
	width: 340px;
}
/*===============Footer==============*/

.site-footer{
	background: #2d2d2d;
    border-top: 5px solid var(--rt-primary-color, #015793);
    color: #FFF;
}

.site-footer a{
	color: #333;
}

.top-footer{
    margin: 0 0 25px;
}

.top-footer-wrap{
	margin-left: -3%;
}

.footer-block{
	width: 30.333%;
	margin-left: 3%;
	float: left;
}

.footer-block .widget-title{
	font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    line-height: 20px;
    font-weight: 600;
    color: #FFF;
}

.footer-block .widget-title span{
	background: var(--rt-primary-color, #015793);
    display: inline-block;
    padding: 10px 35px;

}

.footer-block p{
	margin-bottom: 10px;
}

.footer-block ul,
.footer-block ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-block li{
	padding: 5px 0;
	line-height: 1.1;
}

.footer-block .menu li{
	width:50%;
	display: inline-block;
	margin-left:-4px;
}

.footer-block a:hover{
	color: #EEE ;
}

.site-info{
    text-align: center;
	color: #FFF;
	font-size: 16px;
	padding-bottom: 20px;
}

.site-info .guranshnews-container{
	background: var(--rt-primary-color, #015793);
	padding: 25px 20px;
	position: relative;
}

.site-info a{
    color: #F6F6F6;
} 

.site-links{
    float: left;
}

.footer-social-icons a{
	margin-left: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
}

.footer-social-icons a:hover{
	color: var(--rt-secondary-color, #015793);
}

.site-credit{
    float: right;
}

#go-to-top{
	height: 50px;
	width: 50px;
	background: url(img/top.png) no-repeat center #2d2d2d ;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
	margin-top: -20px;
	cursor: pointer;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: var(--rt-secondary-color, #015793) ;
	border-radius: 50%;
	display: block;
}

#go-to-top:hover{
	background-color: var(--rt-primary-color, #015793);
}

.toggle-menu{
	display: none;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
/*
.headroom--unpinned {
    transform: translateY(-100%);
}
*/

#masthead{
	position: relative;
	z-index: 999;
}

.main-navigation{
	margin-bottom: 40px;
}

.holder{
	height: 68px;
	display: block;
}

/*Responsive CSS*/

@media screen and (max-width:1180px){
	.guranshnews-container{
	   width: auto;
		padding: 0 40px;
	}
    
    .site-branding{
        float: none;
        text-align: center;
        padding: 0 0 30px;
        width: auto;
    }
    
    .site-header-ads{
        float: none;
        text-align: center;
        padding-top: 0;
        max-width: 100%;
    }
	
    .main-navigation .guranshnews-container{
        position: relative;
    }

	.toggle-menu{
		height: 48px;
		width: 52px;
		cursor: pointer;
		display: block;
	}

	.toggle-menu span{
		height: 3px;
		width: 38px;
		background: #FFF;
		display: block;
		margin: 0 auto;
		border-radius: 2px;
		position: relative;
		top: 23px;
		-webkit-box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
		box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF; 
	}

	.main-navigation ul.guranshnews-menu{
		position: absolute;
		top: 48px;
		background: var(--rt-secondary-color, #015793) ;
		width: 100%;
		z-index: 9999;
		padding-right: 0;
		border-top: 2px solid #FFF;
		display: none;
        left: 0;
	}

	ul.guranshnews-menu > li{
		float: none;
        border: 0 !important;
	}

	ul.guranshnews-menu > li > a{
		padding: 8px 25px;
	}

	ul.guranshnews-menu > li >  a:after{
		display: none;
	}

	.main-navigation ul ul{
		position: static;
		display: block;
		width: auto;
		padding-left: 10px;
	}

	.main-navigation ul ul a{
		border: 0;
		background: none !important
	}
    
	.tickler-title{
		width: 20%;
	}
	
	.tickler-news-list{
		width: 80%;
	}
	
	.site-info .guranshnews-container{
		margin: 0 40px;
	}
}

@media screen and (max-width:880px){

	.news-post img{
		width: 100%;
	}
    
    .guranshnews-container{
        width: auto;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .nepali-date,
	.top-header-menu{
    	float: none;
    	text-align: center;
    }
	
	.top-header-menu{
		margin-top: 15px;
	}

    .header-social-icons{
    	float: none;
    	text-align: center;
    	margin-top: 10px;
    }
	
	#big-news .big-news-wrap{
    	padding: 20px 30px;
    }
    
    #big-news .big-news-header h2{
        font-size: 36px
    }
    
    #big-news .big-news-header h6{
        font-size: 20px;
    }
	
	.top-left-news,
	.top-news-sidebar{
    	float: none;
    	width: auto;
    	margin-bottom: 30px;
    }
}

@media screen and (max-width:768px){
	.imp-news-top-wrap,
	.imp-news-bottom-wrap,
	.big-block-news-bottom-wrap,
	.block-news-top-wrap,
	.block-news-bottom-wrap,
	.bottom-three-wrap{
    	margin-left: 0;
    }

    .imp-news-left,
	.img-news-middle,
	.img-news-right,
	.imp-news-bottom-wrap .news-post,
	.big-block-news-bottom-wrap .news-post,
	.block-news-top-wrap .news-post,
	.block-news-bottom-wrap .news-post,
	#bottom-news .block-news-bottom-wrap .news-post,
	#bottom-news .block-news-bottom-wrap .news-post:nth-child(n+2),
	.three-col-news-left,
	.three-col-news-right,
	.bottom-three-wrap .col1, 
	.bottom-three-wrap .col2, 
	.bottom-three-wrap .col3{
    	width: auto;
    	float: none;
    	margin: 0 0 20px;
    }
	
	.imp-news-left .news-post,
	.img-news-right .news-post,
	.big-block-news-top-wrap,
	.block-news-top-wrap{
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 20px !important;
	}
	
	.imp-news-left,
	.imp-news-top-wrap{
		margin-bottom: 0;
	}
	
	.rvs-container{
		padding-right: 0 !important;
	}
	
	.rvs-nav-container{
		width: auto !important;
		position: static !important;
	}
	
	.rvs-item-container{
		height: 335px !important;
	}
	
	.rvs-container{
		height: auto !important;
	}
	
    .top-footer-wrap{
    	margin-left: 0;
		margin-top: 25px;
    }

    .footer-block{
    	width: auto;
    	float: none;
    	margin-left: 0;
    }

    .site-links,
    .site-credit{
    	float: none;
		text-align: center;
    }
	
	#primary,
	#secondary{
		width: auto;
		float: none;
		display: block;
		padding: 0;
		border: 0;
	}

	#primary{
		margin-bottom: 30px;
	}
	
	.title-subtitle{
		width: 100%;
    	float: none;
		padding: 30px 0;
	}

	.share-holder{
		display: block;
	}

	.author-date{
		width: auto;
		text-align: center;
		float: none;
	}

	.sharethis > div{
		float: none;
	}
	
	.site-info .guranshnews-container{
		margin: 0 5%;
	}
}

@media screen and (max-width:620px){

	.three-col-news-left-wrap,
	.interview-news-wrap{
		margin-left: 0;
		display: block;
	}

	.three-col-news-left .news-post,
	.samachar-news-wrap .image-thumb,
	.samachar-news-wrap .news-post:nth-child(odd) .image-thumb,
	.bisesh-news-slider .image-thumb,
	.interview-news-wrap .news-post{
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
	
	.bisesh-news-slider .image-thumb{
		padding-right: 0;
	}
	
	.bisesh-news-slider{
		padding-right: 40px;
	}
	
	.bisesh-news-slider .news-excerpt{
		width: auto;
		float: none;
	}
	
	.slider-news-nav{
		margin: 0;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.slider-news-wrap .news-title-wrap{
		bottom: 10px;
		padding: 20px;
	}
	
	#slider-news .news-title{
		font-size: 22px;
	}
	
	.bisesh-news{
		padding: 20px;
	}
	
	.bisesh-news-slider .news-title{
		font-size: 28px;
	}
}

@media screen and (max-width:580px){
	.guranshnews-container{
		padding-left: 4% !important;
		padding-right: 4% !important;
	}
	
	.site-info .guranshnews-container{
		margin: 0 4%;
	}

    .sharethis{
    	display: none;
    }

    .related-news-wrap,
	.archive-wrap{
    	margin-left: 0;
    }

    .related-news-wrap .news-post,
	.archive .hentry, .search .hentry{
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	.entry-thumbnail img{
		width: 100%;
	}
	
	.tickler-title,
	.tickler-news-list{
		width: 100%;
		float: none;
	}
	
	.tickler-news-list{
		border-left: none;
		border-top: 1px solid #EEE;
		margin-top: 20px;
		padding-top: 20px;
	}
	
	.tickler-news .news-post{
		padding: 0;
	}
}

@media screen and (min-width:1171px){
	.main-navigation ul.guranshnews-menu{
		display: block !important;
	}
}