/*
Theme Name: Nepali News Portal
Theme URI: http://underscores.me/
Author: Nirmal Soft Incoporation
Author URI: http://nirmalsoft.com.np
Description: Simple one  time use Wordpress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nepali-news-portal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nepali News Portal is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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


span.current.page-link {
  background-color: #ff1616;
  border-color: #fff;
  color: #fff;
  box-shadow: 0 0 5px #eeeeee;
  -webkit-box-shadow: 0 0 5px #eeeeee;
}

.no-section-full-content {
    color: rgba(0, 0, 0, 0.6);
}

.no-section-full-content p img {
    margin-bottom: 15px;
}

.no-news-details-wrap .no-section-full-content blockquote p {
        font-size: 24px;
    
}
.no-sticky-vigyapan {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.no-sticky-vigyapan .no-vigyapan-section {
    margin: 0;
}

.no-sticky-vigyapan .no-sticky-vigyapan-close {
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: -15px;
    height: 25px;
    width: 25px;
    background-color: #f00;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
}

.no-sticky-vigyapan .no-vigyapan-section a {
    border-color: #999;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .no-sticky-vigyapan .no-sticky-vigyapan-close {
        height: 35px;
        width: 35px;
        line-height: 38px;
        font-size: 18px;
    }
}