/*!
 * Heritage Jewelers
 * Copyright 2008-2017 Punchmark
 */

.toolbar > .toolbar-inner > ul > li > a:hover,
.toolbar > .toolbar-inner > ul > li > a:focus {
  color: white;
  text-decoration: underline;
}

nav.navbar .nav-item.holiday-red > .nav-link {
  color: red !important;
  font-weight: bolder !important;
}

footer form div.input-group {
	max-width: 90%;
}

footer form div.input-group input.form-control {
	background: none !important;
}

#jewelry-details-description {
  font-size: 16px !important;
}

@media(min-width:992px){
  a#logo {
    min-width: 500px !important;
  }
}