* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: #28463b;
}
h2 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 200;
  font-size: 36px;
  color: #000000;
}
body, input, textarea, select {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
body {
    color: #000000;
    font-weight: 300;
    line-height: 28px;
}
.description p {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
.find-a-store .breadcrumbs p,
.breadcrumb a,
.breadcrumbs a {
  color: #28463b !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
/* start page find a store */
.top-page-content .breadcrumbs {
  padding: 40px 0;
}
h1.title {
  font-size: 36px;
  font-weight: 300;
}
.top-page-content h1.title {
  text-align: center;
  margin-bottom: 30px;
}
section.main-banner {
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  background-color: #28463b !important;
  margin-top: 5%;
}
section.main-banner .text {
  font-size: 18px;
  width: 100%;
  position: absolute !important;
  bottom: 0px;
  top: auto;
  left: 20px;
  right: auto;
  text-align: left;
  color: #28463b;
}
section.main-banner .video-wrapper {
  margin-top: -5%;
}
section.main-banner .image {
  margin-left: 0;
}
section.taxonomy_location {
    padding-bottom: 2%;
}
.province-filter {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f4f3f0;
}
.province-filter .provinces {
  padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    transition: width 300ms ease 0ms;
    align-items: center;
    justify-content: center;
}
.searchandfilter ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}
.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
}
.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
}
.searchandfilter ul li li {
    width: auto;
    padding: 5px 20px;
    float: left;
    cursor: pointer;
}
.searchandfilter ul li li input[type=radio] {
    display: none;
}
.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
.searchandfilter ul li li label:hover {
    text-decoration: underline;
    cursor: pointer;
}
.search-filter-results {
    padding: 40px 0;
    margin-top: 20px;
}
.searchandfilter {
  display: flex;
}
.province-filter .provinces button.filter-btn {
  cursor: pointer;
  padding: 5px 20px;
  line-height: 26px;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  font-size: 14px;
}
.province-filter .provinces button.filter-btn.active {
  text-decoration: underline;
}
.store-image {
  position: relative;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 40px;
}
.store-image::before {
  z-index: -1;
  background: -o-linear-gradient(right, #28463b 100%, #ffffff 0%);
  background: -moz-linear-gradient(right, #28463b 100%, #ffffff 0%);
  background: linear-gradient(to right, #28463b 100%, #ffffff 0%);
  width: 90%;
  content: "";
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
}
.store-actions a ,
a.btn.btn-action{
  color: #000000;
  border-radius: 40px;
  font-size: 14px;
  background-color: #fff;
  width: 280px;
  text-align: center;
  line-height: 2.5em;
  height: 45px;
  display: inline-block;
  border: 2px solid #000;
  padding: 0.3em 1em;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  margin-bottom: 35px;
}
.store-actions a:hover,
section.bottom-archive a.btn.btn-primary,
a.btn.btn-action:hover {
  background: #28463b;
  color: #fff;
  border: 2px solid #28463b;
  padding: 0.3em 2em 0.3em 0.7em;
}
.reviews-content {
    margin-bottom: 2.75%;
}
a.btn.btn-action.et_pb_button:after {
    margin-top: 0 !important;
}
section.store-google-reviews {
    padding: 2% 0;
}
@media screen and (min-width: 1870px) {
    .page-template-page-find-a-store .container,
    .single-store .container {
        max-width: 1495px;
    }
}
@media (max-width: 991px) {
  .store-info {
    margin: 30px 0;
  }
  .video-wrapper {
    margin-top: -7%;
  }
  section.main-banner .image {
      padding: 0 !important;
  }
  section.main-banner .text {
      bottom: 10%;
  }
      .search-filter-results .store-button {
        padding: 0 0;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
  .store-actions a,
  a.btn.btn-action {
    margin-bottom: 20px;
    margin-right: 5px;
    width: 32%;
  }
}
/* .store-actions a:after {
    font-size: 32px;
    line-height: 1em;
    content: " >";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.store-actions a:hover:after {
    opacity: 1;
    margin-left: 0;
} */

.taxonomy_location .store-name {
  font-weight: 200;
  line-height: 1.3em;
  font-size: 36px;
  padding-bottom: 35px;
}
.taxonomy_location h4,
.taxonomy_location span.meta-title,
section.store-details-section h3,
span.meta-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-bottom: 15px !important;
  text-transform: uppercase;
}
.taxonomy_location .address,
.taxonomy_location .hours {
  font-weight: 300;
  line-height: 1.3em;
  padding-bottom: 20px;
  font-size: 20px;
}
.taxonomy_location .holiday-notice {
  font-size: 20px;
}
.single-store .hours-content .holiday-notice {
    font-size: 24px !important;
}
.store-info {
  padding: 0px 40px;
  margin-left: 50px;
}
.taxonomy_location .store-item {
  margin: 40px 0;
}
section.bottom-archive {
  padding: 1% 0 3% 0;
  margin-top: 100px;
}
section.bottom-archive .image-icon-wrapper {
  padding-bottom: 120px;
  position: relative;
  background: -webkit-linear-gradient(right, #ffffff 30%, #f4f3f0 0%);
  background: -o-linear-gradient(right, #ffffff 30%, #f4f3f0 0%);
  background: -moz-linear-gradient(right, #ffffff 30%, #f4f3f0 0%);
  background: linear-gradient(to right, #ffffff 30%, #f4f3f0 0%);
}
section.bottom-archive .content {
  background-color: #f4f3f0;
  padding-top: 20%;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 16%;
  height: 100%;
}
section.bottom-archive .content h2 {
  font-weight: 300;
  font-size: 36px;
  color: #000000;
  line-height: 1.3em;
  padding-bottom: 35px;
}
section.bottom-archive .content a.btn.btn-primary {
  color: #000000;
  border-radius: 40px;
  font-size: 14px;
  background-color: #fff;
  width: 280px;
  text-align: center;
  line-height: 2.5em;
  height: 45px;
  display: inline-block;
  border: 2px solid #000;
  padding: 0.3em 1em;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  margin-top: 80px;
}

section.bottom-archive .icon {
  margin-top: -25%;
  margin-right: 5%;
  width: 280px;
  position: absolute;
  right: 0;
  text-align: right;
}
.breadcrumbs-section {
  text-transform: uppercase;
}
h1.store-title {
  font-weight: 300;
  font-size: 36px;
}
section.store-title-section {
  margin-bottom: 2.75%;
  padding-bottom: 30px;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 11px;
  float: none;
  color: #28463b;
}
.store-main-image {
  margin-top: -24%;
}
section.store-details-section,
.store-main-image {
  padding-left: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.store-main-image {
  margin-left: 3%;
}
section.store-details-section p,
section.store-details-section td {
  font-size: 24px;
  line-height: 1.3em;
}
.hours-content {
  margin-bottom: 30px;
}

/** page commitment bands **/
.block-happy-pride {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
}

.block-happy-pride .happy-pride-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 600px;
  padding: 60px 0;
}

.block-happy-pride .content-box {
  background: #f4f3f0;
  padding: 50px;
  border-radius: 0;
  max-width: 500px;
  margin-right: 80px;
  position: relative;
  margin-top: 60px;
}

.block-happy-pride .icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.block-happy-pride .icon img {
  width: auto;
  display: block;
}

.block-happy-pride .title {
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 1.1;
  font-weight: 300;
  color: #000;
  text-align: left;
}

.block-happy-pride .description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

.block-happy-pride .description p {
  margin-bottom: 15px;
}

.block-happy-pride .mobile-image {
  display: none;
}

.block-happy-pride .mobile-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 991px) {
  .block-happy-pride,
  .background-desktop {
    min-height: auto;
    background-image: none !important;
  }

  .mobile-image {
    display: block;
  }

  .block-happy-pride .happy-pride-layout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding: 0;
  }

  .block-happy-pride .content-box {
    margin-right: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 60px 30px 40px;
    background: #f4f3f0;
    position: relative;
  }

  .block-happy-pride .icon {
    top: -30px;
  }

  .block-happy-pride .title {
    font-size: 2.2rem;
    text-align: center;
  }

  .block-happy-pride .description {
    text-align: center;
  }
  .block-happy-pride .container {
    padding: 0;
  }
  .mobile-image img {
    display: block;
  }
}
/** book appointment section **/
.block-book-appointment {
  background-color: #f4f3f0;
  padding: 80px 0;
  text-align: center;
}

.block-book-appointment .appointment-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.block-book-appointment .description {
  font-size: 16px;
}

.block-book-appointment .description p {
  margin-bottom: 20px;
}

.block-book-appointment .button-wrapper {
  margin-top: 40px;
}

.block-book-appointment .btn-appointment {
  display: inline-block;
  background-color: #29453c;
  color: #fff;
  height: 45px;
  padding: 0 45px;
  line-height: 45px;
  width: auto;
  border-radius: 40px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 300ms ease 0ms;
  border: 2px solid #29453c;
}

.block-book-appointment .btn-appointment:hover {
  background-color: transparent;
  color: #29453c;
  border-color: #29453c;
}

@media (max-width: 768px) {
  .block-book-appointment {
    padding: 60px 0;
  }

  .block-book-appointment .appointment-content {
    padding: 0 15px;
  }

  .block-book-appointment .description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .block-book-appointment .btn-appointment {
    /* padding: 12px 30px;
    font-size: 13px; */
  }
}

/** pride gallery section **/
.block-pride-gallery {
  padding: 80px 0;
  background-color: #fff;
}

.block-pride-gallery .gallery-item img {
  width: 100%;
  height: auto;
}

.page-template-page-commitment-bands .spence-guide,
.page-template-page-new-and-trending-styles .spence-guide  {
  display: none;
}
.page-template-page-commitment-bands main#primary .spence-guide,
.page-template-page-new-and-trending-styles main#primary .spence-guide {
  display: block;
}
@media (max-width: 991px) {
  .block-pride-gallery {
    padding: 60px 0;
  }
}

/** end commitment bands **/

/** New & Trending Styles page **/
.block-main-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20%;
}

.block-main-top .main-top-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  position: relative;
}

.block-main-top .content-box {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.block-main-top .title {
  font-size: 3.5rem;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  flex: 1;
}

.block-main-top .icon {
    position: absolute;
    right: 0;
}

.block-main-top .icon img {
  width: auto;
  height: 80px;
  display: block;
}

.mobile-image {
  display: none;
}

.block-main-top .mobile-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
section.block-discover_the_new_top_ten_collection {
    background: #ebedec;
    padding: 1% 0 3% 0;
}
section.block-discover_the_new_top_ten_collection .content-box {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    padding-top: 80px;
}
#spg-list {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 40px;
    padding: 0 0 23px 1em;
}
.products.columns-3 h2 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #000000;
    line-height: 1em;
    font-weight: 500;
    min-height: 75px;
}
.as-pictured-price {
    background: #fbfbfa;
    color: #28463b;
    font-size: 14px;
    display: block;
    max-width: 200px;
    padding: 8px 15px 8px 15px;
    text-align: right;
    float: right;
    z-index: 999999;
    position: relative;
    margin-top: -66px;
    margin-right: 15px;
}

/* Banner Bottom Styling */
#spg-list #spg-one-product {
    grid-column: span 2;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#spg-list #spg-one-product #bottom-banner {
    width: 100%;
    max-width: 100%;
    display: flex;
}

#spg-list #spg-one-product #bottom-banner img {
    width: 100%;
    height: auto;
}
@media (max-width: 991px) {
  .block-main-top {
    min-height: auto;
  }

  /* Tablet responsive for banner */
  #spg-list #spg-one-product {
    grid-column: span 2;
  }

  #spg-list #spg-one-product #bottom-banner img {
    max-height: 300px;
  }  .block-main-top .main-top-layout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .block-main-top .content-box {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }

  .block-main-top .title {
    font-size: 2.5rem;
  }

  .block-main-top .icon {
    position: absolute;
    bottom: -30px;
    z-index: 10;
    right: 50px;
  }

  .block-main-top .icon img {
    height: 60px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .block-main-top .title {
    font-size: 2rem;
  }

  .block-main-top .icon img {
    height: 60px;
  }

  .block-main-top .content-box {
    padding: 30px 15px;
    position: relative;
  }
      #spg-list {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 40px;
    }

    /* Mobile responsive for banner */
    #spg-list #spg-one-product {
        grid-column: span 2;
    }

    #spg-list #spg-one-product #bottom-banner img {
        max-height: 250px;
    }

    /* Mobile responsive for banner */
    #spg-one-product {
        grid-column: span 2;
    }

    #bottom-banner img {
        max-height: 250px;
    }
    .store-card .store-actions {
      text-align: center;
  }
}
/** Product Grid Shortcode Section **/
.block-product-grid {
  width: 100%;
  position: relative;
  padding: 5% 0;
}

.block-product-grid .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.block-product-grid .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.block-product-grid .product-grid-content {
  width: 100%;
}
button.btn-close.btn-close-black {
    z-index: 9999;
}
/* Responsive for product grid */
@media (max-width: 991px) {
  .block-product-grid .section-header {
    margin-bottom: 40px;
  }

  .block-product-grid .section-title {
    font-size: 2rem;
  }
  .block-product-grid {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .block-product-grid .section-title {
    font-size: 1.8rem;
  }

  .block-product-grid .section-header {
    margin-bottom: 30px;
  }
  .mobile-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/** End Product Grid Shortcode Section **/

/** Who Makes a Spence Diamonds Diamond Ring Section **/
.block-who_makes_a_spence_diamonds_diamond_ring {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.block-who_makes_a_spence_diamonds_diamond_ring .container {
  position: relative;
  z-index: 2;
}

.block-who_makes_a_spence_diamonds_diamond_ring .main-content {
  text-align: center;
  color: white;
}

.block-who_makes_a_spence_diamonds_diamond_ring .header-content {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 0px;
    max-width: 800px;
    margin: 0 auto;

}

.block-who_makes_a_spence_diamonds_diamond_ring .main-title {
 font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 200;
    font-size: 46px;
    text-align: center;
    color: white;
}

.block-who_makes_a_spence_diamonds_diamond_ring .main-description {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    max-width: 600px;
     margin: 0 auto;
}

.block-who_makes_a_spence_diamonds_diamond_ring .main-description p {
  margin: 0px;
  padding: 0px;
}

.block-who_makes_a_spence_diamonds_diamond_ring .three-columns-container {
  margin-top: 350px;
  padding: 2% 0;
}

.block-who_makes_a_spence_diamonds_diamond_ring .column-item {
  padding: 40px 20px;
  text-align: center;
  color: black;
}

.block-who_makes_a_spence_diamonds_diamond_ring .column-title {
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 19px;
  padding: 0;
  margin-bottom: 0.3em;
}

.block-who_makes_a_spence_diamonds_diamond_ring .column-description {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-size: 19px;
}

.block-who_makes_a_spence_diamonds_diamond_ring .column-description p {
  margin-bottom: 15px;
}

/* Responsive for Who Makes Section */
@media (max-width: 991px) {
  .block-who_makes_a_spence_diamonds_diamond_ring {
    display: initial;
    align-items: initial;
    min-height: auto;
  }

  .block-who_makes_a_spence_diamonds_diamond_ring .main-title {
      font-size: 32px;
      color: black;
  }

  .block-who_makes_a_spence_diamonds_diamond_ring .main-description {
    font-size: 18px;
    color: black;
  }

  .block-who_makes_a_spence_diamonds_diamond_ring .header-content {
    margin-bottom: 60px;
  }

    .block-who_makes_a_spence_diamonds_diamond_ring .column-item {
        padding: 0px 30px;
        margin-bottom: 30px;
    }
  .block-who_makes_a_spence_diamonds_diamond_ring .three-columns-container {
    margin: 30px 0;
    padding: 0;
  }
      .block-who_makes_a_spence_diamonds_diamond_ring .header-content {
        margin-bottom: 0;
        margin-top: 30px;
    }
}
/** End Who Makes a Spence Diamonds Diamond Ring Section **/

/** End New & Trending Styles page **/

/* responsive */
@media (min-width: 981px) {
  section.main-banner .text,
  section.main-banner .content {
    margin-bottom: 5.82%;
  }
  section.breadcrumbs-section {
    padding: 2% 0;
  }

  .store-actions {
    text-align: center;
  }
}
@media (min-width: 992px) {
  section.bottom-archive .image-icon-wrapper {
    margin-right: -12px;
    margin-top: -12%;
  }
  section.bottom-archive .content {
    margin-left: -12px;
  }
}
@media screen and (min-width: 1870px) {
  .container {
    width: 1495px;
    max-width: 1495px;
  }
}
/* end page find a store */

@media (max-width: 560px) {
  section.bottom-archive .icon {
    width: 150px;
  }
  section.bottom-archive .image-icon-wrapper {
    padding-bottom: 80px;
    background: -o-linear-gradient(right,#ffffff 100%,#f4f3f0 0%);
    background: -moz-linear-gradient(right,#ffffff 100%,#f4f3f0 0%);
    background: linear-gradient(to right, #ffffff 100%, #f4f3f0 0%);
}
}
