/*!
Theme Name: RetroRGB Custom Theme
Theme URI:
Author: Justin Darner
Author URI:
Template: wp-bootstrap-4
Description: Custom RetroRGB child theme extending WP Bootstrap 4
Version: 9.9.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

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.

WP Bootstrap 4 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.
*/

.author-avatar img {
  float: left;
  margin: .5rem;
  border-radius: 50%;
  border: 1px solid;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
}

.type-post .entry-header {
  min-width: 100px;
  border-bottom: 2px solid rgba(0,0,0, 0.5);
  padding-bottom: 5px;
}

.nav-top-menu {
  width: 100%;
  height: 50px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #0069d9;
}


#primary-menu-wrap.collapse:not(.show) {
  display: block;
}

#primary-menu-wrap .dropdown-toggle::after {
 display: none;
}

#primary-menu-wrap #primary-menu .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-item a:hover  {
  border-bottom: inherit !important;
}


#primary-menu {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
}

#primary-menu a {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	padding-left: .5rem;
	padding-right: .5rem;
	vertical-align: middle;
	color: #fff;
}

#primary-menu li.menu-item-home {
  height: 100%;
}

#site-navigation {
  background-color: #000 !important;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#masthead {
  padding-bottom: 100px;
}

button#responsive-menu-button {
  background-color: #000 !important;
}
.navbar .custom-logo-link {
  margin: auto;
}

.nav-top-menu {
  background-color: #0069d9;
}

#primary-menu {
  height: 100%;
}

.navbar-nav:first-child {
  border-left: 1px solid rgba(0,0,0,.1);
}

.nav-item {
     border-right: 1px solid rgba(0,0,0,.1);
}

.nav-item .nav-link {
  padding-top: 16px;

    text-shadow: 1px 1px 2px rgba(0,0,0,.3)
 
}

@media screen and (max-width: 480px) {
  #primary-menu a {
    font-size: 8pt;
  }
}

@media screen and (max-width: 768px) {
  #primary-menu-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .menu-item-has-children {
    display: none;
  }
}



/* adjust in current css*/
#responsive-menu-wrapper {
  background: #000 !important;
}
#responsive-menu {
  background: #000 !important;
}
.navbar {
  padding: 0;
}

#primary-menu-wrap {
  margin: 0;
  padding: 0;
  height: 100%;
  linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.08) 60%,rgba(0,0,0,0.08) 100%);
  color: #fff;
  border-bottom: inherit
}

button#responsive-menu-button {
  margin-top: -10px;
}

.navbar-dark .navbar-nav .nav-item a {
  color: white;
}
/* */

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
  background-color: #000 !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
  background-color: #000 !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
  background-color: #000 !important;
}

.menu-item-home a.nav-link:before {
   font-family: "Font Awesome 5 Free";
   content: "\f015";
   font-weight: 900;
   font-size: 25px;
   padding: 5px;
   position: relative;
   top: -10px;
}

/* customize the style of ebay ads inside the articles */

article .ebayfeed {
    padding: 5px;
    margin: 5px;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
}

article .ebayfeed .ebayfeedtitle {
  font-size: 12px;
}

article .ebayfeed:before {
    width: 20px;
    height: 20px;
    content: 'Ad';
    background-color: #e1e8ed;
    font-size: 12px;
    float: right;
    margin-right: -5px;
    margin-top: -5px;
    text-align: center;
    color: #303030;
    opacity: .8;
}

#wpadminbar {
  display: block;
}

.archive-description {
  /* white-space: pre-line; */
  padding: 2.5rem 4rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: inherit !important; /* turn off text muted for now */
}



