/*!
 * Blue Marlin Jewelers
 * Copyright 2008-2021 Punchmark
 */


.widget-media-feed .media-heading {
  font-size: 12px !important;
  font-weight: bold !important;
}

.toolbar {
  position: relative;
  z-index: 1501;
}

.toolbar,
.toolbar .toolbar-inner,
.toolbar .toolbar-inner ul,
.toolbar .toolbar-inner ul > li,
.toolbar .toolbar-inner ul > li > a {
  overflow: visible;
}

.toolbar .toolbar-item.breitling-btn {
  position: absolute;
  top: 40px;
  left: 10px;
}
.toolbar .toolbar-item.breitling-btn,
.toolbar .toolbar-item.breitling-btn > iframe {
  aspect-ratio: 110 / 50!important;
  max-width: 80px!important;
  padding: 0!important;
  margin: 0!important;
}
.toolbar .toolbar-item.wells-fargo-btn {
  position: absolute;
  top: 40px;
  right: 10px;
}
.toolbar .toolbar-item.wells-fargo-btn {
  max-width: 25%!important;
  padding: 0!important;
  margin: 0!important;
  aspect-ratio: 225 / 80!important;
}
.toolbar .toolbar-item.wells-fargo-btn > * {
  max-width: 100%!important;
  height: 100% !important;
  padding: 0!important;
  margin: 0!important;
}

@media(min-width:768px){
	.toolbar>.toolbar-inner>ul.left {
	  display: flex !important;
	}
	.toolbar .toolbar-item.breitling-btn {
	  position: absolute;
	  top: 60px;
	  top: 90px;
	  left: 10px;
	}
	.toolbar .toolbar-item.wells-fargo-btn {
	  position: absolute;
	  top: 60px;
	  top: 70px;
	  right: 10px;
	  display: block;
	  aspect-ratio: 225 / 80!important;
	}
	.toolbar .toolbar-item.breitling-btn,
	.toolbar .toolbar-item.breitling-btn > iframe {
	  max-width: 80px!important;
	}
	.toolbar .toolbar-item.wells-fargo-btn,
	.toolbar .toolbar-item.wells-fargo-btn > * {
	  max-width: 200px!important;
	}
}
@media(min-width:1200px){
	.toolbar .toolbar-item.breitling-btn {
	  top: 75px;		
	}
	.toolbar .toolbar-item.wells-fargo-btn {
	  top: 65px;
	}
	.toolbar .toolbar-item.breitling-btn,
	.toolbar .toolbar-item.breitling-btn > iframe {
	  max-width: 120px!important;
	}
	.toolbar .toolbar-item.wells-fargo-btn,
	.toolbar .toolbar-item.wells-fargo-btn > * {
	  max-width: 250px!important;
	}
}

@media(max-width:767px){
	a#logo {
	  width: calc(100% - 220px) !important;
	}
	.toolbar > .toolbar-inner > ul.left {
	  display: flex !important;
	}
}

.meet-our-staff .staff-member img {
  border-radius: 0;
}

/* hide schedule a viewing button on diamond details pg */
#product-details > div > div.d-flex.justify-content-around {
  display: none !important;
}