body{font-family: 'Roboto', sans-serif;}
/* =========================
   WHAT WE BUY (bbt-*)
   ========================= */

.bbt {
  --bbt-max: 1440px;
  --bbt-pad: 20px;

  --bbt-bg: #fff;

  --bbt-text: #09090B;
  --bbt-muted: rgba(242, 242, 242, 0.72);
  --bbt-border: rgba(255, 255, 255, 0.10);

  --bbt-accent: #C99F26;
  --bbt-accent-2: #a9852f;

  --bbt-radius: 16px;

  color: var(--bbt-text);
  background: var(--bbt-bg);
  font-family: inherit;
}

.big-width {max-width:1720px!important;}

.bbt-card__body{
  display: flex;
  flex-direction: column;
}

.bbt-card__body .bbt-btn{
  margin-top: 14px;
  align-self: center;
}


.wwb-bg {background-color: #383838;}

.bbt-container {
  max-width: var(--bbt-max);
  margin: 0 auto;
  padding: 0 var(--bbt-pad);
}

.bbt-section {
  padding: 56px 0;
}

.bbt-section__header {
  margin-bottom: 60px;
}
.bbt-whitetext {
	color:#fff!important;
}

.bbt-darktext {
	color:#09090B!important;
}

.bbt-goldtext {
	color:#C99F26!important;
}

.hallmarksection {background-color: #f9f9f9; padding:100px;}
.hallmarkbg {background: url("/images/bury-store-1024x576.webp"); background-position:center; background-size:cover;}

.smallpad {padding:20px 0px!important;} 

.bbt-h2 {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  text-align:center;
  font-family: 'Buenard', serif;	
}

.bbt-h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #fff;
  text-align:center;
  font-family: 'Buenard', serif;	
}

.bbt-h3--sub {
  margin-top: 10px;
}

.bbt-h3-hallmark {font-size: 30px;
  line-height: 1.2;
  margin:30px 0px;
  color: #09090B;
  text-align:center;	}

.bbt-lead {
  margin: 0;
  color: #09090B;
  font-size: 19px;
  line-height: 1.3;	
  text-align:center;
  font-family: 'Roboto', sans-serif;
}

.bbt-text {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;  
  font-family: 'Roboto', sans-serif;	
}

.bbt-text + .bbt-text {
  margin-top: 10px;
}

.bbt-text-center {
	text-align:center;
}

.bbt-text--muted {
  color: var(--bbt-muted);
}

.bbt-link {
  color: var(--bbt-text);
  text-decoration: none;
  /*text-decoration-color: rgba(198, 162, 75, 0.6);
  text-underline-offset: 3px;*/
}

.bbt-link:hover {
  text-decoration-color: rgba(198, 162, 75, 1);
}

.bbt-cta {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align:center;
  color:#fff;
}

.thicchr {height:5px; color:#fff; opacity:1;}
.pad10 {padding:10px;}
.pad20 {padding:20px;}
.bg-image-carat {background: url("/images/gold-by-timepiece-sell-your-gold-tint.jpg"); background-size:cover; background-position: center;}
.gold-pack-bg {background-color:#C99F26; color:#fff; padding:10px 0px;}
.gold-pack-bg p {font-size:20px; font-family: 'Buenard', serif;}
.marleft10{margin-left:10px;}
.fullwidth{width:100%;}
.formimage{max-width:100%; border-radius:20px; border:1px solid #bbb;}
.circlebg{border-radius:50%; background-color:#fff; align-content:center; text-align:center; width:100px; height:100px; font-size:40px; color:#C99F26; margin: 10px auto; border:3px solid #C99F26;}
.darkgrey-bg{background-color:#383838; color:#fff;}


/* Buttons */
.bbt-btn {
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #fff;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, opacity 150ms ease;
  user-select: none;
  white-space: nowrap;
  max-width:230px;
}

.bbt-btn:active {
  transform: translateY(1px);
}

.bbt-btn--primary {
  background-color: #fff;
  color: var(--bbt-accent);
	font-size:16px;
}

.bbt-btn--primary:hover {
  opacity: 0.95;
}

.bbt-btn--ghost {
  background: transparent;
  color: var(--bbt-text);
  border-color: var(--bbt-border);
}

.bbt-btn--ghost:hover {
  border-color: rgba(198, 162, 75, 0.65);
}
.carouselimage{min-height:600px; background-size:contain!important; background-position:center!important; background-repeat:no-repeat!important;}
.bbt-btn--hero {background-color:#C99F26; color:#fff;}

.bbt-btn--hero:hover {background-color:#ffffff00;}

.whitecircle {background-color: #fff; border-radius: 999px; width: 20px; display: inline-block; height: 20px; margin-left: 10px; color: #C99F26;}

.bdt-slide-btn-icon .icon {
  display: inline-block;
	color:#C99F26;
}
.bdt-slide-btn-icon{
	    background-color: #fff;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    display: inline-block;
	margin-left:10px;
}
.icon--arrow-right {
  stroke-width: 2;            /* adjust thickness */
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hero */
.bbt-hero {
  padding: 76px 0 44px;
  background: url("/images/sell-gold-by-post.jpg");
  background-size:cover;
  background-position:center;	
  border-bottom: 1px solid var(--bbt-border);
  min-height:480px;	
}

.bbt-hero-location {
  padding: 76px 0 44px;
  background: url("/images/gold-by-timepiece-sell-your-gold-tint.jpg");
  background-size:cover;
  background-position:center;	
  border-bottom: 1px solid var(--bbt-border);
  min-height:480px;	}

.bbt-hero__inner {
  display: grid;
  gap: 30px;
  max-width: 72ch;
}

.bbt-hero__title {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
  color:#fff;
  font-family: 'Buenard', serif;	
}

.bbt-hero__subtitle {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight:400;	
}

/* Grids */
.bbt-grid {
  display: grid;
  gap: 18px;
}

.bbt-grid--cards {
  grid-template-columns: repeat(3, 1fr);
}

.bbt-grid--cards-store {
  grid-template-columns: repeat(4, 1fr);	
}

.bbt-grid--locations {
  grid-template-columns: repeat(12, 1fr);
}

.bbt-grid--media {
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
}

/* Cards (metals) */
.bbt-card {
  grid-column: span 12;
  background-color:#151c2b;
  border: 1px solid var(--bbt-border);
  border-radius: var(--bbt-radius);
  overflow: hidden;
}

.bbt-card-home {
  grid-column: span 1;
  background-color:#151c2b;
  border: 1px solid var(--bbt-border);
  border-radius: var(--bbt-radius);
  overflow: hidden;
}

.bbt-card__media {
  aspect-ratio: 16 / 9;
  background: #0e0e0e;
}

.bbt-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bbt-card__body {
  padding: 18px;
}

.bbt-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #fff;
  line-height: 1.65;
}

.bbt-list li {
  margin: 2px 0;
}

.fam-own-bg {background-color: #151C2B;}

.fam-own-bg p, .fam-own-bg h2 {color:#fff;}

/* CTA */
.bbt-cta {
  padding: 46px 0px;
  background-color: var(--bbt-accent); 
}

.bbt-cta__inner {
  align-items: center;
}

.bbt-cta__content {
}

.bbt-cta__actions {
  gap: 12px;
}
.store-locations{background-color: #151C2B;}
/* Table */
.bbt-table-wrap {
  background: linear-gradient(180deg, var(--bbt-surface), var(--bbt-surface-2));
  border: 1px solid var(--bbt-border);
  border-radius: var(--bbt-radius);
  overflow: auto;
}

.bbt-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.bbt-table th,
.bbt-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--bbt-border);
  vertical-align: top;
}

.bbt-table thead th {
  color: #fff;
  font-weight: 700;
  background: var(--bbt-accent);
  text-align:center;
}

.bbt-table tbody td {
  color: #333;
  background-color: #FFFFFFCC;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #9C9C9C;
  text-align:center;	
}

.bbt-table tbody tr:last-child td {
  border-bottom: 0;
}

/* Locations */
.bbt-location {
  grid-column: span 12;
  background: linear-gradient(180deg, var(--bbt-surface), var(--bbt-surface-2));
  border: 1px solid var(--bbt-border);
  border-radius: var(--bbt-radius);
  overflow: hidden;
  display: grid;
}

.bbt-location__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.bbt-location__body {
  padding: 18px;
  display: grid;
  gap: 6px;
  background-color:#fff;
  text-align:center;
  min-height:310px;	
}
.grey-bg {background-color:#eee;}

.business-bg {box-shadow:0 10px 10px 0 rgba(0,0,0,.1);}
.mega-pad{padding:40px 320px;}
.listgoldwebuy {list-style:none;}
.listgoldwebuy li{font-size:20px; padding:5px 0px; font-weight:300;}
.listgoldwebuy i {color:var(--bbt-accent);}

.orderedlist{font-size:20px;}
.form-label{font-weight:600;}
.btn-gold{background-color:#C99F26; color:#fff; font-weight:500; padding:10px 20px;}
.btn-gold:hover{background-color:#fff; color:#C99F26; border: 1px solid #C99F26; font-weight:500; padding:10px 20px;}
.form-border{border: 1px solid #999; border-radius:10px;}


.location-h3 {color:var(--bbt-text);}
.location-text {color:var(--bbt-text); margin:0px;}
.marbot10{margin-bottom:10px;}
.marbot19{margin-bottom:19px;}
.marbot20{margin-bottom:20px;}
.pad0{padding:0px;}
.pad20{padding:20px;}
.margin0{margin:0px;}
.margin10{margin:10px;}
/* Reviews */
.bbt-reviews {
  background: linear-gradient(180deg, var(--bbt-surface), var(--bbt-surface-2));
  border: 1px solid var(--bbt-border);
  border-radius: var(--bbt-radius);
  padding: 18px;
}
.sectionpad{padding:56px 20px;}
.location-btn{align-items: center; padding: 12px 18px; border-radius: 999px; font-weight: 600; text-decoration: none; border: 2px solid #fff; background-color:#C99F26; color:#fff;}

/* Media grid (hallmarks section) */
.bbt-media__img {
  grid-column: span 12;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--bbt-radius);
  border: 1px solid var(--bbt-border);
  display: block;
}
/* =========================
   CONTACT PAGE ADDITIONS
   ========================= */
.bbt-contact-h3 {color: #09090B;}

.bbt-contact-text {color: #09090B; font-weight:500; font-size:20px;}

.bbt-contact__grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.bbt-contact__cards {
  display: grid;
  gap: 18px;
}

.bbt-panel {
  background: linear-gradient(180deg, var(--bbt-surface), var(--bbt-surface-2));
  border: 1px solid #eee;
  border-radius: var(--bbt-radius);
  padding: 36px;
}

.bbt-hours {
  margin: 12px 0 0;
}

.bbt-hours__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.bbt-hours__row:last-child {
  border-bottom: 0;
}

.bbt-hours__day {
  margin: 0;
  font-weight: 600;
  color: var(--bbt-text);
}

.bbt-hours__time {
  margin: 0;
  color: #09090B;
  text-align:right;
}

/* Placeholders */
.bbt-placeholder__box {
  margin-top: 14px;
  height: 360px;
  border-radius: calc(var(--bbt-radius) - 4px);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.bbt-placeholder__box--small {
  height: 160px;
}

.mobimage {border-radius:10px; max-width:100%; height:auto;}

@media (max-width: 1405px) {
	#mainNav .nav-item a {
		font-size:15px;
		padding:20px 10px;
	}
	.gold-pack-bg p {font-size:17px;}
}

/* Responsive */
@media (min-width: 900px) {
  .bbt-contact__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
  }
}


/* Responsive */
@media (min-width: 720px) {
  .bbt-card {
    grid-column: span 6;
  }

  .bbt-location {
    grid-column: span 6;
  }

  .bbt-cta__inner {
    grid-template-columns: 1fr auto;
  }

  .bbt-media__img {
    grid-column: span 6;
    height: 320px;
  }		
}

@media (min-width: 1024px) {
  .bbt-card {
    grid-column: span 1;
  }

  .bbt-location {
    grid-column: span 4;
  }
	
}
@media (max-width: 992px) {
	.sectionpad{padding:56px 20px!important;}
}
@media (max-width: 768px) {
	.bbt-grid--cards {grid-template-columns: repeat(1, 1fr);}
	.mega-pad{padding:0px;}
	.mobpad {padding:20px!important;}
	.mobimage {max-height:220px;}
	.carouselimage {min-height:500px;}
	#postform {margin-top:20px;}
}