/*
Theme Name: Blogpaper
Theme URI: https://themeansar.com/free-themes/blogpaper/
Author: Themeansar
Author URI: https://themeansar.com
Description: Blogpaper is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Blogpaper is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Blogpaper is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demos.themeansar.com/blogus/blogpaper/ and documentation at https://docs.themeansar.com/docs/blogus/
Version: 0.4
Requires PHP: 7.0
Tested up to: 6.5.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: blogus
Text Domain: blogpaper
Tags: blog, portfolio, news, grid-Layout, one-column, two-columns, three-columns, flexible-header, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks

Blogpaper WordPress Theme is child theme of Newsup, Copyright 2020 Themeansar
Blogpaper is distributed under the terms of the GNU General Public License v3

Blogpaper 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.
*/
a{
	text-decoration: underline;
}
p{
	text-decoration: underline;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff4c60; 
}
/*---------------------------------------
	Top Bar           
-----------------------------------------*/
.bs-head-detail {
	padding: 8px 0;
	position: relative;
	z-index: 1;
}
.bs-head-detail ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.bs-head-detail .info-left {
	justify-content: flex-start;
}
.bs-head-detail .info-left li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.bs-head-detail .info-left li a {
	font-size: 13px;
}
.bs-head-detail .info-left i {
	font-size: 14px;
	padding-right: 10px;
}
.bs-head-detail .btn-theme.quote {
    margin: -5px 0 -5px 0;
    border-radius: 0;
    float: right;
}
.bs-head-detail .top-date {
	display: inline-flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.bs-head-detail .top-date .day {
    font-size: 14px;
    margin-right: 6px;
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.bs-head-detail .top-date .deta {
	font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    word-break: break-word;
}
.bs-head-detail .top-date .time {
    padding: 0 4px;
    height: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.btn.btn-subscribe {
	padding: 0 8px;
}
.bs-head-detail .info-right {
	justify-content: flex-end;
}
.info-right li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.info-right li:last-child {
    margin-right: unset;
}
.bs-head-detail .info-right li a {
	font-size: 13px;
}
.bs-head-detail .info-right i {
	font-size: 14px;
	padding-right: 10px;
}
.bs-head-detail .bs-social {
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.bs-head-detail .bs-social li {
	margin: 0;
	padding: 0;
	display: inline-flex;
}
.bs-head-detail .bs-social li a i {
	font-size: 14px;
	padding-right: unset;
}
.bs-social a{
	text-decoration: none;
}

/* -------default two---- */
.bs-headtwo .navbar-wp {
    margin: 0 0 30px ;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    min-height: 90px;
	height: auto;
}
.bs-headtwo .navbar-brand {
    margin-right: unset;
}
.bs-headtwo .navbar-header img {
	width: 100%;
    height: 100%;
}
.bs-headtwo .desk-header {
    padding: 0px;
}
.desk-header a{
text-decoration: none;
}
.bs-headtwo .navbar-wp .navbar-nav > li> a {
    padding: 7px 15px;
}
.bs-headtwo [role=button] {
    cursor: pointer;
    padding: 15px 0;
}
.site-branding-text .site-title{
	font-size: 30px;
}
.widget_block .wp-block-search__button{
    margin-bottom: 0px;
}