/*
Theme Name:     News Vibrant Lite
Theme URI:      https://codevibrant.com/wpthemes/news-vibrant-lite
Author:         CodeVibrant
Author URI:     https://codevibrant.com
Description:    News Vibrant Lite is a child theme of News Vibrant modern magazine WordPress theme, with creative design and powerful features that lets you write articles and blog posts with ease. It uses the best clean SEO practices, responsive HTML5, and on top of that, it’s fast, simple, and easy to use.  Use the Customizer to add your own background, page layout, site width and more.
Version:            1.0.3
Requires at least:  4.7
Tested up to:       5.7
Requires PHP:       5.2.4
License:        GNU General Public License v3 or later
License URI:    http://www.gnu.org/licenses/gpl-3.0.html
Template:       news-vibrant
Text Domain:    news-vibrant-lite
Tags:           news, blog, grid-layout, custom-colors, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-logo, footer-widgets, full-width-template, translation-ready
*/

.nv-header-menu-wrapper {
  box-shadow: none;
  border-top: none;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-menu-ancestor>a {
  color: #08408E;
  background: none;
}

#site-navigation ul li a::before {
  display: none;
}

#site-navigation ul li a {
  padding: 0 15px;
  margin-right: 0;
}

.nv-home-icon a {
  color: #333 !important;
}

.home .nv-home-icon a,
.nv-home-icon a:hover {
  background: none !important;
  color: #08408E !important;
}

.home .comments-link {
  display: none;
}

.nv-block-title,
.widget-title,
.page-header .page-title,
.nv-related-title {
  border-left: none;
  padding: 0;
  padding: 0 0 8px;
  color: #08408e;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.nv-block-title::after,
.widget-title:after,
.page-header .page-title:after,
.nv-related-title:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #08408e;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#top-footer .nv-block-title::after,
#top-footer .widget-title:after {
  display: none;
}

#top-footer .widget-title {
  border: none;
  margin: 0 0 10px;
  color: #fff !important;
}

.nv-block-title-nav-wrap .carousel-nav-action .carousel-controls {
  padding: 0px 13px;
}

.nv-block-title-nav-wrap .carousel-nav-action {
  top: -5px;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.archive .entry-meta span.comments-link a,
.single .entry-meta span.comments-link a {
  padding: 6px 10px;
}

.post-cats-list a {
  background: #104692;
}

.comment-list .comment-body {
  background: #f9f9f9;
}

.navigation.posts-navigation::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 767px) {
  .nv-related-section-wrapper {
    margin-top: 30px;
  }
  #secondary,
  .home.blog #secondary {
    margin-top: 30px;
  }
}