/*
Theme Name: Blogboom
Theme URI: https://themeansar.com/free-themes/blogboom/
Author: Themeansar
Author URI: https://themeansar.com
Description: Blogboom 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. Blogboom 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. Blogboom is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demos.themeansar.com/blogus/blogboom/ and documentation at https://docs.themeansar.com/docs/blogus/
Version: 0.6
Requires PHP: 7.0
Tested up to: 6.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: blogus
Text Domain: blogboom
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

Blogboom WordPress Theme is child theme of Newsup, Copyright 2020 Themeansar
Blogboom is distributed under the terms of the GNU General Public License v3

Blogboom 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:focus {
    outline: 1px solid;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff5200; 
}
.bs-headfive .navbar-wp {  
	border-width: 1px 0 1px 0;
	border-style: solid;
	box-shadow: var(--bxsh);
}
.bs-headfive .bs-header-main .inner {
    display: flex;
    padding: 30px 0;
    margin: 0;
    height: auto;
    align-items: center;
    text-align: center;
}
.bs-headfive .navbar-wp .navbar-nav > li> a {
    padding: 8px 15px;
    font-weight: 600; 
}
.bs-masonry-columns.c2 {
    column-gap: 1.5rem;
    columns: 2;
}
.bs-masonry-columns div {
  display: inline-block;
  width: 100%; 
}
.back-img {
    background-color: #333;
}
.modal .btn-close{
    background-image: none;
}
.mainfeatured .list-blog .bs-blog-thumb {
    width: 50.333333%;
    max-width: 50.333333%;
    min-width: 50.333333%;
    height: 400px;
    min-height: 250px;
    margin-right: 25px;
}
.bs-blog-post .title, .bs-blog-post .title a, .bs-blog-post .title, .bs-blog-post .title a, .bs-sidebar .bs-widget ul li a:hover, .bs-sidebar .bs-widget ul li a:focus{
    text-decoration: underline;
}
.mainfeatured .bs-blog-post .title {
    font-size: 2.5rem;
}
@media (min-width: 992px) {
    #sidebar-right {
        padding-right: unset;
        padding-left: 20px;
    }
}
@media (max-width: 991.98px) {
    .bs-masonry-columns.c3 { 
        columns: 2;
    }
    .site-branding-text .site-title{
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .bs-masonry-columns.c3, .bs-masonry-columns.c2 { 
        columns: 1;
    }
    .bs-blog-post .bs-blog-meta {
        justify-content: flex-start;
    }
    .mainfeatured .bs-blog-post .title {
        font-size: 2rem;
    }
    .mainfeatured .list-blog .bs-blog-thumb{
        margin-right: 0;
    }
}
@media (max-width: 640px) {
    .site-branding-text .site-title{
        font-size: inherit;
    }
}