@charset "utf-8";
/* CSS Document */

/* =========================================
   JAMESMARCEY / BOOK INDEX BRAND OVERRIDE
   Black + Red + White
   Consolidated from original override
   ========================================= */

:root {
  --jm-black: #0b0b0b;
  --jm-black-soft: #151515;
  --jm-red: #b5121b;
  --jm-red-dark: #8f0e15;
  --jm-red-deep: #5c0010;
  --jm-white: #ffffff;
  --jm-gray-50: #f7f7f7;
  --jm-gray-100: #f3f3f3;
  --jm-gray-200: #e5e5e5;
  --jm-gray-300: #d7d7d7;
  --jm-gray-500: #7a7a7a;
  --jm-gray-700: #444444;
  --jm-text: #1a1a1a;
  --jm-border: #d8d8d8;
  --jm-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* =========================================
   GLOBAL
   ========================================= */

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: Arial, sans-serif;
  color: var(--jm-text);
  background: var(--jm-white);
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  overflow-y: auto;
}

p {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

a {
  color: var(--jm-red);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--jm-red-dark);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--jm-black);
  font-weight: 700;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #f5f5f5;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--jm-gray-200);
}

label {
  font-size: 12px;
  font-weight: normal;
}

button:focus {
  outline: none !important;
}

/* =========================================
   LAYOUT
   ========================================= */

header {
  position: relative;
  width: 100%;
  z-index: 15;
  background: var(--jm-black);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}

#container {
  width: 100%;
  min-height: 100%;
  position: relative;
  margin-bottom: 0;
}

#content,
#column-left,
#column-right {
  background-color: transparent;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  #content,
  #column-left,
  #column-right {
    padding-bottom: 10px;
  }
}

/* =========================================
   ALERTS
   ========================================= */

#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

#alert .alert { margin-bottom: 15px; }
#alert .alert-primary { box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1); }
#alert .alert-secondary { box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1); }
#alert .alert-success { box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1); }
#alert .alert-warning { box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1); }
#alert .alert-danger { box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1); }
#alert .alert-info { box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1); }
#alert .alert-light { box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1); }
#alert .alert-dark { box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1); }

/* =========================================
   TOP BAR
   ========================================= */

#top {
  background-color: var(--jm-black-soft);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 0;
  padding: 6px 0;
  position: relative;
  z-index: 1001;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a,
#top .list-inline-item .dropdown > a {
  font-size: 1.05em;
  color: rgba(255,255,255,0.82);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0 5px 0;
}

#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover {
  color: var(--jm-red);
}

/* =========================================
   LOGO
   ========================================= */

#logo {
  text-align: center;
  margin: 12px 0 8px 0;
}

#logo img {
  max-width: 200px;
  height: auto;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}

/* =========================================
   SEARCH / CART
   ========================================= */

#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
        max-width: 100px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid var(--jm-border);
  border-radius: 0;
  box-shadow: none;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: none;
}

#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
}

#cart .dropdown-menu {
  background: var(--jm-white);
  border: 1px solid var(--jm-border);
}

#cart .dropdown-menu li {
  min-width: 250px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* =========================================
   MENU
   ========================================= */

#menu {
  background-color: var(--jm-red);
  background-image: linear-gradient(to bottom, var(--jm-red-dark), var(--jm-red));
  background-repeat: repeat-x;
  border: 1px solid var(--jm-red-dark);
  border-color: var(--jm-red-dark) var(--jm-red-dark) var(--jm-red-deep);
  min-height: 44px;
  border-radius: 0;
  padding: 0 1rem;
  margin: 6px auto 16px auto;
  width: 100%;
  max-width: 1500px;
  position: relative;
  left: auto;
  transform: none;
  z-index: 20;
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}

#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  text-shadow: none;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
  padding: 12px 15px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}

#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid var(--jm-border);
  background: var(--jm-black);
}

#menu .dropdown-menu a {
  color: #fff;
}

#menu .dropdown-menu a:hover {
  background: var(--jm-red);
  color: #fff;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  #menu .dropdown-inner {
    flex-direction: row;
  }

  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 { left: -200px; }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 { left: -400px; }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 { left: -200px; }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 { left: -400px; }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 { left: -600px; }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

/* =========================================
   FORMS / BOOTSTRAP TWEAKS
   ========================================= */

div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: var(--jm-red);
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
  border-bottom-color: var(--jm-border);
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  border: 1px solid #bfbfbf;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus,
select:focus,
textarea:focus,
input:focus {
  border-color: var(--jm-red);
  box-shadow: none;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/* =========================================
   BUTTONS
   ========================================= */

.btn-primary,
button.btn-primary,
input.btn-primary,
#button-cart,
#button-search,
button[type="submit"] {
  background-color: var(--jm-red) !important;
  border-color: var(--jm-red) !important;
  color: #fff !important;
  border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
button.btn-primary:hover,
button.btn-primary:focus,
button.btn-primary:active,
input.btn-primary:hover,
#button-cart:hover,
#button-search:hover,
button[type="submit"]:hover {
  background-color: var(--jm-red-dark) !important;
  border-color: var(--jm-red-dark) !important;
  color: #fff !important;
}

.btn-outline-primary {
  color: var(--jm-red) !important;
  border-color: var(--jm-red) !important;
  border-radius: 0;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: var(--jm-red-dark) !important;
  border-color: var(--jm-red) !important;
  color: #ffffff !important;
}

button[type="submit"] {
  width: 100%;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
}

/* =========================================
   BREADCRUMB
   ========================================= */

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--jm-border);
  border-left: 4px solid var(--jm-red);
  border-radius: 0;
  background-color: var(--jm-gray-50);
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: var(--jm-red-dark);
}

.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid var(--jm-border);
  border-bottom: 1px solid var(--jm-border);
  transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

/* =========================================
   PRODUCT / BLOG CARDS
   ========================================= */

.product-thumb,
.blog-thumb,
.category-box,
.responsive-list,
.responsive-form,
#formbox {
  background: var(--jm-white);
  border: 1px solid var(--jm-border);
  box-shadow: var(--jm-shadow);
}

.product-thumb {
  position: relative;
  height: 100%;
  border-radius: 0;
}

.product-thumb .image,
.blog-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover,
.blog-thumb .image a:hover {
  opacity: 0.85;
}

.product-thumb .description,
.blog-thumb .description {
  padding: 15px;
}

.product-thumb .description {
  margin-bottom: 45px;
}

.product-thumb .description h4,
.blog-thumb h4 {
  font-weight: bold;
}

.product-thumb:hover,
.blog-thumb:hover {
  border-color: var(--jm-red);
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--jm-border);
  background-color: var(--jm-gray-50);
  color: var(--jm-gray-700);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: var(--jm-black);
  background-color: var(--jm-gray-100);
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--jm-border);
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button {
    border-left: 1px solid var(--jm-border);
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

/* =========================================
   PRICING / RATING
   ========================================= */

.rating .fa-stack { width: 20px; }
.rating .fa-star { color: #fc0; font-size: 15px; }
.rating .fa-star + .fa-star { color: #e69500; }

.price {
  color: var(--jm-black);
}

.price-new {
  font-weight: 700;
  color: var(--jm-red);
}

.price-old {
  color: var(--jm-red-dark);
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* =========================================
   FOOTER
   ========================================= */

footer {
  border: 0;
  position: relative;
  bottom: auto;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  background-color: var(--jm-black);
  border-top: 3px solid var(--jm-red);
  color: rgba(255,255,255,0.86);
}

footer hr {
  border-top: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: var(--jm-red);
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* =========================================
   COOKIE
   ========================================= */

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* =========================================
   CONTENT UTILITY BLOCKS
   ========================================= */

.category-box {
  display: none;
  padding: 10px;
  margin: 10px 0;
  background-color: #fdfdfd;
}

.disclaimer {
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  padding: 10px;
  border-left: 3px solid var(--jm-red);
  margin: 20px auto;
  font-size: 14px;
}

.disclaimer ul {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
}

.list {
  display: none;
}

.responsive-list {
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 0;
}

.responsive-form {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 0;
}

.responsive-form th {
  vertical-align: top;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.form-grid ul li,
.form-grid input,
.form-grid checkbox,
.form-grid text_area,
.form-grid select,
.form-grid textarea {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  list-style-type: none;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-grid-2 ul li,
.form-grid-2 input,
.form-grid-2 checkbox,
.form-grid-2 text_area,
.form-grid-2 select,
.form-grid-2 textarea {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  list-style-type: none;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.list-grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.list-grid li {
  padding: 12px;
  list-style-type: none;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
}

.list-grid input,
.list-grid checkbox,
.list-grid select {
  padding: 12px;
  list-style-type: none;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
}

.list-grid-1 li th td,
.list-grid-1 input,
.list-grid-2 checkbox,
.list-grid-1 select {
  padding: 20px;
  list-style-type: none;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 768px) {
  .list-grid {
    grid-template-columns: 1fr;
    margin: 10px auto;
  }
}

#formbox {
  border: 0;
  background: rgba(255,255,255,0.92);
  padding: 25px;
  margin-bottom: 30px;
  width: 90%;
  left: 20%;
}

th, td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #c5c5c5;
}

/* =========================================
   FOOTER CONTACT BLOCK
   ========================================= */

#fcopy-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.4;
}

#fcopy-left {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.fcopy-photo {
  width: 100px;
  height: 100px;
  border-radius: 5%;
  object-fit: cover;
}

.fcopy-contact a {
  color: inherit;
  text-decoration: none;
}

.fcopy-contact a:hover {
  text-decoration: underline;
}

#fcopy-right {
  text-align: right;
  max-width: 65%;
}

@media (max-width: 768px) {
  #fcopy-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #fcopy-right {
    text-align: left;
    max-width: 100%;
  }
}

/* =========================================
   EMAIL CTA
   ========================================= */

.email-cta {
  padding: 10px 0 0 50px;
}

#jlm-email-cta {
  margin: 0;
}







/* =========================
   GLOBAL PAGE BACKGROUND
   ========================= */
body,
html {
    background: #000 !important;
}

#common-home,
#information-information,
#product-category,
#product-product,
#checkout-cart,
#account-login,
#account-register,
#account-account {
    background: #000 !important;
}

/* Main site content area */
#content,
#content.col-sm-9,
#content.col-md-9,
.container,
.container-fluid {
    position: relative;
}

/* Black content background with subtle red glow */
#common-home .container,
#information-information .container,
#product-category .container,
#product-product .container,
#checkout-cart .container,
#account-login .container,
#account-register .container,
#account-account .container {
    background: #000;
    color: #fff;
    box-shadow:
        0 0 40px rgba(180, 0, 0, 0.18),
        0 0 100px rgba(180, 0, 0, 0.10);
    position: relative;
    z-index: 1;
}

/* Optional: soften page glow behind content */
body:before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top center, rgba(180, 0, 0, 0.20) 0%, rgba(180, 0, 0, 0.08) 18%, rgba(0,0,0,0) 55%);
    pointer-events: none;
    z-index: 0;
}

/* =========================
   TOP BAR / HEADER SPACING
   ========================= */

/* Very top utility bar */
header .nav,
header .header-top,
.top-bar,
#top {
    background: #222 !important; /* use #333 if you want slightly lighter */
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin: 0 !important;
    min-height: auto !important;
}

/* Remove mystery spacing pushing header down */
body,
header,
#top,
#header,
header .container,
header .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Logo/header area */
#header {
    background: #000 !important;
    padding: 18px 0 14px !important;
    margin: 0 !important;
}

/* If any hidden spacer exists above header */
header > .container,
header > .container-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================
   FULL-WIDTH MENU BAR
   ========================= */

/* Full-width red menu wrapper */
#menu,
.navbar,
.navbar-default,
.nav-fullwidth,
.menu-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, #8d0000 0%, #c30d12 45%, #a40000 100%) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    position: relative;
    z-index: 20;
}

/* Pull menu up closer to header */
#menu,
.navbar {
    margin-top: -6px !important;
}

/* Keep actual menu links centered */
#menu .container,
.navbar .container,
#menu .navbar-nav,
.navbar .navbar-nav {
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

/* Center menu items */
#menu .nav,
.navbar-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    float: none !important;
}

/* Menu links */
#menu .nav > li > a,
.navbar-nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 16px 18px !important;
    background: transparent !important;
}

/* Hover state */
#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: rgba(255,255,255,0.08) !important;
    color: #fff !important;
}

/* =========================
   CONTENT TEXT ON DARK BG
   ========================= */

#content,
#content p,
#content li,
#content span,
#content div {
    color: #e9e9e9;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #fff;
}

#content a {
    color: #ff3a3a;
}

#content a:hover {
    color: #fff;
}

/* Cards / side blocks over dark bg */
.card,
.well,
.box,
.panel,
.quick-snapshot,
.feature-box {
    background: #111 !important;
    color: #eee !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    border-radius: 16px;
}

/* Buttons */
.btn-primary,
.btn-danger,
.btn-default:hover {
    background: linear-gradient(90deg, #9a0000 0%, #d11217 100%) !important;
    border-color: #b80d11 !important;
    color: #fff !important;
}





#menu {
  position: relative !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  margin: 0 0 20px 0 !important;
}



/* menu */
#menu {
  background-color: #ff0000;
  background-image: linear-gradient(to bottom, #990000, #ff0000);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin: 0 0 20px 0;
  z-index: 20;
  position: relative;
  left: auto;
  transform: none;
  width: auto;
}









/* =========================================================
   RESTORE FULL-WIDTH JAMES MARCEY RED MENU BAR
   ========================================================= */

#menu {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  position: relative !important;
  left: auto !important;
  transform: none !important;

  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: 54px !important;
  z-index: 9999 !important;

  background:
    linear-gradient(to bottom,
      #7c0008 0%,
      #b70f18 28%,
      #d81722 50%,
      #ab0913 75%,
      #7d0008 100%) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.90),
    inset 0 -1px 0 rgba(255,255,255,0.55),
    0 1px 14px rgba(210,15,25,0.35),
    0 8px 18px rgba(0,0,0,0.55) !important;
}

/* force Bootstrap/nav inner layers to stop covering the red */
#menu .navbar,
#menu .navbar-collapse,
#menu #navbar-menu,
#menu .container,
#menu .container-fluid,
#menu .navbar-nav {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* center menu items inside full-width bar */
#menu .navbar-collapse,
#navbar-menu {
  justify-content: center !important;
}

/* menu links */
#menu .navbar-nav > li > a,
#menu .navbar-nav > .nav-item > .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 17px 22px !important;
  line-height: 20px !important;
  background: transparent !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.45);
}

/* brighter red hover */
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus,
#menu .navbar-nav > .nav-item > .nav-link:hover,
#menu .navbar-nav > .nav-item > .nav-link:focus {
  color: #fff !important;
  background:
    linear-gradient(to bottom,
      #f12630 0%,
      #d71920 48%,
      #a0000b 100%) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -1px 0 rgba(0,0,0,0.35),
    0 0 18px rgba(255,0,32,0.30) !important;
}

/* active/open state */
#menu .navbar-nav > li.open > a,
#menu .navbar-nav > li.active > a,
#menu .navbar-nav > .nav-item.show > .nav-link,
#menu .navbar-nav > .nav-item.active > .nav-link {
  color: #fff !important;
  background:
    linear-gradient(to bottom,
      #f12630 0%,
      #c4121d 55%,
      #8d0009 100%) !important;
}

/* dropdowns */
#menu .dropdown-menu {
  background: #0d0d0d !important;
  border: 1px solid #2b2b2b !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  z-index: 10000 !important;
}

#menu .dropdown-menu a {
  color: #fff !important;
}

#menu .dropdown-menu a:hover {
  background: linear-gradient(to right, #8d0009, #c4121d) !important;
  color: #fff !important;
}











