/*!
 * Callahan Jewelers
 * Copyright 2008-2022 Punchmark
 */



/* =======================================================================================
	HELPERS
======================================================================================= */

@media(max-width:767px){
	.mobile-stack .btn-light {
	  color: var(--dark);
	  border-color: var(--dark);
	}
	.mobile-stack .btn-light:hover,
	.mobile-stack .btn-light:focus {
	  background-color: var(--dark);
	  border-color: var(--dark);
	  color: var(--light);
	}
	.mobile-stack .btn-outline-light {
	  color: var(--dark);
	  border-color: var(--dark);
	}
	.mobile-stack .btn-outline-light:hover,
	.mobile-stack .btn-outline-light:focus {
	  background-color: var(--dark);
	  border-color: var(--dark);
	  color: var(--light);
	}
}

.lh-1 {
  line-height: 1 !important;
}

.btn-link {
  font-weight: 400 !important;
  font-family: "nobel", sans-serif;
}

.btn, .form-control {
	border-radius: 0 !important;
}

.link-container .btn-link {
	position: relative;
}

.link-container .btn-link:after {
	content: "";
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary);
}

label, .label,
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.toolbar > .toolbar-inner > ul > li > a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  letter-spacing: 0.05rem !important;
}

.toolbar > .toolbar-inner > ul > li > a:hover,
.toolbar > .toolbar-inner > ul > li > a:focus {
  color: white;
}

.toolbar .social-networks.outline-circles .network:hover, 
.toolbar .social-networks.outline-circles .network:focus {
  background: white;
  border-color: white;
}

header .content-toolbar > .content-toolbar-inner > ul > li > a > span {
  font-weight: 300;
}

nav.navbar .nav-item .nav-link {
  letter-spacing: 0.075rem!important;
}

footer h6 {
  letter-spacing: 0.075rem!important;
}

footer .input-group {
  max-width: 100%;
}

footer .footerlinks,
footer .footerlinks > li {
  line-height: 1.2 !important;
}

footer .footerlinks > li > a,
footer address > table tr > td > span,
footer address > table tr > td > strong {
  color: rgba(255,255,255,0.6) !important;
  font-size: 14px;
  letter-spacing: 0.05rem !important;
  text-transform: uppercase !important;
}

footer address,
footer address a,
footer address a strong {
  color: rgba(255,255,255,0.6) !important;
}

footer address a:hover strong,
footer address a:focus strong,
footer .footerlinks > li > a:hover,
footer .footerlinks > li > a:focus {
  color: white !important;
}