@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");

body {
  color: whitesmoke;
  background: #000;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
/*
 * Override Bootstrap's default container.
 */
.container {
  max-width: 60rem;
}
.has-custom-header h1,
.has-custom-header p {
  background-color: #343a40d4;
  display: inline-block;
  padding: 0.5rem;
  color: #fff !important;
}
/*
 * Override Bootstrap's default collapse behavior if JS is not supported.
 */
.no-js .collapse:not(.show) {
  display: inherit;
}
/*
 * Masthead for nav
 */
.blog-masthead {
  /* margin-bottom: 3rem; */
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}
/* Nav links */
.nav-link {
  position: relative;
  font-weight: 500;
  color: #cdddeb;
}
.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background-color: #2376bb;
}
/* Active state gets a caret at the bottom */
.nav-link.active {
  color: #fff;
}
.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.3rem;
  vertical-align: middle;
  content: "";
  border-right: 0.3rem solid transparent;
  border-bottom: 0.3rem solid;
  border-left: 0.3rem solid transparent;
  background: transparent;
}

.nav-scroller {
  position: relative;
  z-index: 2;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

/*
 * Blog name and description
 */
.blog-header {
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
  padding-top: 3rem;
  line-height: 1;
  border-bottom: 1px solid #202020;
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn,
.round {
  border-radius: 2rem;
}
/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  color: #999;
}
/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #202020;
  /* border-top: 0.05rem solid #e5e5e5; */
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  color: #868e96;
}
ul.sub-menu {
  padding-left: 0.5rem;
  border-left: 1px solid #dee2e6;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  font-weight: bold;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky h2 {
  padding: 0.5rem 1rem;
  background-color: #343a40;
  color: #f8f9fa;
}
.sticky a.read-more {
  padding-right: 0.7rem;
}
.gallery-caption {
}
.bypostauthor {
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.widget ul {
  list-style-type: none;
  padding-left: 0;
}
.widget ul.children {
  padding-left: 1.5rem;
}
footer ul li {
  list-style: none;
  text-align: left;
}

.form-control,
.modal-header,
.modal-footer {
  border: none;
}

.alert-secondary {
  border-color: rgba(0, 0, 0, 0.125);
}
.modal-content,
.alert-secondary,
.dropdown-menu,
.card {
  background-color: #202020;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.card:hover {
  filter: brightness(120%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table,
.dropdown-item,
.alert-secondary {
  color: whitesmoke;
}

.nav-scroller .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.blog-masthead {
  display: none;
  background-color: #ffc107;
}

.modal-header .close {
  color: red;
  font-size: 34px;
  line-height: 23px;
  font-weight: 100;
  text-shadow: none;
}

.bold {
  font-weight: 700;
}

.scroll-400-wrap,
.scroll-500-wrap,
.deals-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-500-wrap {
  max-height: 500px;
}

.scroll-400-wrap {
  max-height: 400px;
}

.deals-wrap {
  max-height: 800px;
}

.table td,
.table th {
  vertical-align: middle;
  border-color: #424242;
}

.table thead th {
  border-color: #676767;
}

.table-hover tbody tr {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-hover tbody tr:hover {
  color: #4caf50;
  background-color: rgb(255 255 255 / 9%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-regular {
  font-weight: 400;
}

.text-thin {
  font-weight: 300;
}

.img-inverse {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
}

.alert,
.badge,
.card,
.btn,
.form-control,
.dropdown-menu,
.input-group-text,
.modal-content {
  border-radius: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.nav-pills .nav-link {
  border-radius: 0 !important;
}

.nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #d39e0033 !important;
}

.nav-link:hover,
.nav-link:focus {
  background-color: #d39e0033 !important;
}

.nav-link.active:after {
  display: none !important;
}

.nav-tabs .nav-link {
  box-shadow: none !important;
  border-radius: 0 !important;
  background: #181818 !important;
}
