/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */

nav a[href="/education-gold-buying"] {
  display: none !important;
}

#widget-about-store-hours h5 {
  font-weight: 600;
  font-size: 14px;
}

footer p,
footer address,
footer address *,
footer p.copyrights,
footer p.copyrights *,
footer address > table,
footer address > table tr > td,
footer address > table tr > td > strong {
  font-size: 14px !important;
  font-weight: normal;
}

footer p.copyrights,
footer p.copyrights * {
  font-size: 11px !important;
}

footer a:hover,
footer a:focus {
  text-decoration: underline !important;
}

footer strong.text-uppercase.small {
  display: none !important;
}

footer .footerlinks li a {
  font-weight: 400 !important;
}

footer form[action="/newsletter-subscription"]{
  margin-top: -5px;
}

@media(max-width:767px){
	nav.navbar {
      -ms-flex-pack: start !important;;
      justify-content: flex-start !important;;
	}
}
