/*!
 * Harr's Jewelry
 * Copyright 2008-2022 Punchmark
 */


/* =======================================================================================
	HELPER
======================================================================================= */

body#services nav.navbar + section {
  padding-bottom: 10px !important;
  overflow: visible;
}

.social-widgets-section {
  border: 0 !important;
}

section[data-pagebuilder="section"] .btn-link {
  position: relative;
}

section[data-pagebuilder="section"] .btn-link::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D7995A;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white !important;
}



/* =======================================================================================
	HEADER
======================================================================================= */

header,
header.sticky-xs {
  z-index: unset;
}

a#logo {
  margin: -20px auto -40px auto !important;
  position: relative;
  z-index: 4000;
}

nav.navbar .dropdown > .dropdown-menu, 
nav.navbar .dropdown-submenu > .dropdown-menu {
  background: #ffffff !important;
}

@media(min-width:768px){
	a#logo {
	  margin: -20px auto 15px auto !important;
	}
}

/* =======================================================================================
	FOOTER
======================================================================================= */

footer p, 
footer p.small, 
footer address,
footer address a,
footer address a *,
footer address > table,
footer address > table tr > td > strong,
footer address > table tr > td > span,
footer .footerlinks li a {
  font-size: 14px;
  font-weight: 300;  
}

footer address a .text-uppercase.small {
  display: none !important;
}

footer .footerlinks li a {
  text-transform: none !important;
}

footer form[action="/newsletter-subscription"]{
  display: block;
  margin-top: -0.5rem;
}

footer form[action="/newsletter-subscription"] label {
  display: none !important;
}

footer .social-networks {
  margin-top: 30px;
}


/* =======================================================================================
	Drop a Hint
======================================================================================= */

#dropAHintText,
#reviewSectionText {
  margin-top: 0 !important;
}

#store-reviews {
  padding-bottom: 10px !important;
}

#dropAHintMessagePreview,
#dropAHintMessagePreview * {
  font-family: "sofia-pro", sans-serif;
  color: var(--dark) !important;
  font-size: 24px !important;
  text-transform: none !important;
  font-weight: normal !important;
  line-height: 2.5rem !important;
}

#dropAHintModal .modal-body > div > .row {
  margin: 0 auto !important;
  width: 100% !important;
}

#dropAHintModal .modal-dialog-centered .modal-content button.close {
  z-index: 20000 !important;
}

@media(min-width:768px){
	#dropAHintModal .modal-dialog-centered .modal-content {
	  width: calc(100% + 10px) !important;
	}
}

.madlibs {
  display: inline-flex;
  border-bottom: 1px solid var(--dark) !important;
  min-width: 180px;
  text-align: center;
  justify-content: center;
}

.madlibs.populated {
  min-width: 1px;
  width: auto;
  border-bottom: 0 !important;
}