/** Custom Icons **/
@font-face {
  font-family: 'fastfix';
  src: url('../fonts/icons/fastfix.eot?41341554');
  src: url('../fonts/icons/fastfix.eot?41341554#iefix') format('embedded-opentype'),
       url('../fonts/icons/fastfix.woff2?41341554') format('woff2'),
       url('../fonts/icons/fastfix.woff?41341554') format('woff'),
       url('../fonts/icons/fastfix.ttf?41341554') format('truetype'),
       url('../fonts/icons/fastfix.svg?41341554#fastfix') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fastfix';
    src: url('../font/fastfix.svg?41341554#fastfix') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fastfix";
  font-style: normal;
  font-weight: normal;
  /*speak: never;*/

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-check:before { content: '\e800'; } /* '' */
.icon-minus:before { content: '\e801'; } /* '' */
.icon-envelop:before { content: '\e802'; } /* '' */
.icon-review-icon:before { content: '\e803'; } /* '' */
.icon-phone:before { content: '\e804'; } /* '' */
.icon-arrow-right:before { content: '\e805'; } /* '' */
.icon-map-marker:before { content: '\e807'; } /* '' */
.icon-text-message:before { content: '\e808'; } /* '' */
.icon-locations-icon:before { content: '\e809'; } /* '' */
.icon-cancel-x:before { content: '\e80a'; } /* '' */
.icon-plus:before { content: '\e80b'; } /* '' */
.icon-time:before { content: '\e811'; } /* '' */

/** Base Styles **/
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 960px) {
  body {
    padding: 0;
  }
}
.editor-styles-wrapper :where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}
main {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1 {
  max-width: 1300px;
  margin-bottom: 2rem;
  text-align: center;
}
:where(.wp-site-blocks) > div {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
:where(body .is-layout-constrained) > div {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-block-video {
  margin: 0 !important;
}
h1, h2, h3, h4 {
  padding: 0 0 2rem;
}
p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  font-size: var(--wp--preset--font-size--normal);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}
._btn-white .wp-element-button {
  background: var(--wp--preset--color--base);
  border-color: #ddd;
  color: var(--wp--preset--color--contrast);
}
._btn-white .wp-element-button:hover {
  border-color: var(--wp--preset--color--gold);
}
._btn-white._btn-locations:hover {
  background: var(--wp--preset--color--base);
}
._btn-locations .wp-element-button {
  padding-left: 52px;
  position: relative;
}
._btn-locations .wp-element-button:before {
  content: '\e809';
  font-family: "fastfix";
  font-size: 22px;
  top: 2px;
  left: 22px;
  position: absolute;
}
a._bullet-btn,
._bullet-btn .wp-element-button {
  padding-left: 32px;
  color: var(--wp--preset--color--base);
  position: relative;
}
a._bullet-btn:hover,
._bullet-btn .wp-element-button:hover {
  color: var(--wp--preset--color--base);
}
._bullet-btn:has(a) {
  padding-left: 0;
}
a._bullet-btn:before,
._bullet-btn .wp-element-button:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wp--preset--color--base);
  display: block;
  top: 50%;
  margin-top: -3px;
  left: 15px;
  position: absolute;
}
a._btn-white,
._btn-white .wp-element-button {
  background: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--contrast) !important;
  border-color: #ddd !important;
}
a._btn-white._bullet-btn:before,
._btn-white._bullet-btn .wp-element-button:before {
  background: var(--wp--preset--color--contrast) !important;
}
a._btn-white:hover,
._btn-white .wp-element-button:hover {
  border-color: var(--wp--preset--color--gold) !important;
}
._btn-small {
  padding: 6px 20px 7px;
  font-size: 0.875rem;
}
._btn-small._bullet-btn {
  padding-left: 28px;
}
._btn-small._bullet-btn:before {
  left: 12px;
}
.multi-btns__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
}

/* grid */
._row {
  display: flex;
  flex-wrap: wrap;
}
._row-padded {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
}
._col-8 {margin: 0 1rem;width: calc(8.333% - 2rem);}
._col-17 {margin: 0 1rem;width: calc(16.666% - 2rem);}
._col-20 {margin: 0 1rem;width: calc(20% - 2rem);}
._col-25 {margin: 0 1rem;width: calc(25% - 2rem);}
._col-30 {margin: 0 1rem;width: calc(30% - 2rem);}
._col-33 {margin: 0 1rem;width: calc(33.333% - 2rem);}
._col-40 {margin: 0 1rem;width: calc(40% - 2rem);}
._col-42 {margin: 0 1rem;width: calc(41.666% - 2rem);}
._col-45 {margin: 0 1rem;width: calc(45% - 2rem);}
._col-50 {margin: 0 1rem;width: calc(50% - 2rem);}
._col-55 {margin: 0 1rem;width: calc(55% - 2rem);}
._col-58 {margin: 0 1rem;width: calc(58.333% - 2rem);}
._col-60 {margin: 0 1rem;width: calc(60% - 2rem);}
._col-67 {margin: 0 1rem;width: calc(66.666% - 2rem);}
._col-70 {margin: 0 1rem;width: calc(70% - 2rem);}
._col-75 {margin: 0 1rem;width: calc(75% - 2rem);}
._col-80 {margin: 0 1rem;width: calc(80% - 2rem);}
._col-83 {margin: 0 1rem;width: calc(83.333% - 2rem);}
._col-92 {margin: 0 1rem;width: calc(91.666% - 2rem);}
._col-100 {margin: 0 1rem;width: calc(100% - 2rem);}

._col-8w {margin: 0;width: 8.333%;}
._col-17w {margin: 0;width: 16.666%;}
._col-20w {margin: 0;width: 20%;}
._col-25w {margin: 0;width: 25%;}
._col-30w {margin: 0;width: 30%;}
._col-33w {margin: 0;width: 33.333%;}
._col-40w {margin: 0;width: 40%;}
._col-42w {margin: 0;width: 41.666%;}
._col-45w {margin: 0;width: 45%;}
._col-50w {margin: 0;width: 50%;}
._col-55w {margin: 0;width: 55%;}
._col-58w {margin: 0;width: 58.333%;}
._col-60w {margin: 0;width: 60%;}
._col-67w {margin: 0;width: 66.666%;}
._col-70w {margin: 0;width: 70%;}
._col-75w {margin: 0;width: 75%;}
._col-80w {margin: 0;width: 80%;}
._col-83w {margin: 0;width: 83.333%;}
._col-92w {margin: 0;width: 91.666%;}

._col-fill {margin: 0 1rem;flex: 1;min-width: 0;}
._v-centered {align-items: center;}
._h-centered {text-align: center;}

/** Header w/ Navigation **/
.site-header {
  position: sticky;
  padding: 0 1.5rem;
  top: 0;
  height: 110px;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  background: var(--wp--preset--color--base);
  /*border-bottom: 1px solid #ccc;*/
  z-index: 20;
  /* Bind the scroll-driven animation */
  animation: shrink-header linear both;
  animation-timeline: scroll(root); /* Links animation to page scroll */
  animation-range: 0px 100px;       /* Effects happen between 0 and 100px scrolled */
}
@keyframes shrink-header {
  to {
    height: 77px;
  }
}
.header-logo {
  margin-right: 45px !important;
}
.site-header ul.main__nav > li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-header ul.main__nav li:hover > a,
.site-header ul.main__nav li.current-menu-item > a {
  color: var(--wp--preset--color--gold);
}
.wp-block-navigation__submenu-container {
  min-width: 250px !important;
  border-radius: 6px;
}

/* Custom CSS to control Navigation block breakpoint */
@media screen and (max-width: 850px) {
  /* Show the hamburger button */
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
  /* Hide the full menu, but only when the modal is closed */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }
  .site-header nav {
    right: 0;
    position: absolute;
  }
  .site-header ul.main__nav {
    gap: 0.4rem !important;
  }
  .wp-block-navigation__submenu-container {
    padding: 6px 10px !important;
  }
  .header__location-btn--wrap {
    margin-right: 40px !important;
  }
}

h1.wp-block-post-title {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
h1.wp-block-post-title em {
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.inpage__heading {
  font-size: 55px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.inpage__heading em {
  padding-right: 0.1em;
  display: inline-block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 63px;
  font-weight: 600;
}
h3.inpage__heading {
  font-size: 36px;
}
h3.inpage__heading em {
  font-size: 42px;
}
.small__subheading {
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gold-divider {
  border: 5px solid var(--wp--preset--color--gold);
  border-radius: 900px;
}
.cta-btn__card {
  padding: 14px 20px;
  width: 100%;
  max-width: 400px;
  background: var(--wp--preset--color--base);
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-btn__card:hover {
  transform: translateY(-4px);
}
.cta-btn__icon--column {
  width: 90px;
  height: 77px;
  flex-shrink: 0;
}
.cta-btn__text {
  flex: 1;
}
.cta-btn__text p {
  margin: 0 !important;
  font-weight: 600;
}
.cta-btn_subtext {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400 !important;
}
.cta-btn__arrow--circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--wp--preset--color--base);
  font-size: 1.3rem;
  background-color: var(--wp--preset--color--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.optimized__ul > li {
  padding: 5px 0;
  break-inside: avoid;
  line-height: 1.4;
  width: 100%;
  position: relative;
}

.multi-column__ul {
  column-count: 2;
  padding-left: 0;
  column-gap: 20px;
  line-height: 1.2;
}
.multi-column__ul > li {
  padding: 3px 0 3px 1.5rem;
  break-inside: avoid;    /* Keeps the list item text from splitting across columns */
  display: inline-block;  /* Helps prevent marker misalignment in older engines */
  width: 100%;            /* Forces the inline-block item to fill its column width */
  position: relative;
}
.multi-column__ul > li:before {
  content: "\2022";
  /*color: #ff4500;*/
  font-weight: bold;
  display: block;
  top: 2px; 
  left: 9px;
  position: absolute;
}
.multi-column__ul--3col {
  column-count: 3;
}
.multi-column__ul--4col {
  column-count: 4;
}

.two-column__section--image--col,
.accordion__section--left-column {
  overflow: hidden;
  position: relative;
}
.accordion__section--left-column:after {
  content: '';
  background-image: url(../images/fast-fix-logo-color2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  aspect-ratio: 3 /2;
  display: block;
  top: 140px;
  left: 50%;
  margin-left: -110px;
  position: absolute;
  z-index: 2;
}
.two-column__section--image--col .wp-block-cover,
.accordion__section--left-column .wp-block-cover {
  min-height: 100% !important;
}

.buy-gold__section--right-column {
  overflow: hidden;
  position: relative;
}
/*.buy-gold__section--right-column:after {
  content: '';
  background-image: url(../images/fast-fix-logo-color2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  aspect-ratio: 3 /2;
  display: block;
  top: 10%;
  left: 10%;
  position: absolute;
  z-index: 2;
}*/
.buy-gold__section--right-column .wp-block-cover {
  min-height: 100% !important;
}
.testimonials__card {
  padding: 6rem 2rem 2rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  position: relative;
}
.testimonials__card:before {
  content: '\e803';
  font-family: 'fastfix';
  font-size: 3rem;
  color: var(--wp--preset--color--gold);
  display: block;
  top: 1rem;
  left: 2rem;
  position: absolute;
  z-index: 10;
}
.reviewer__info {
  margin-bottom: 2px !important;
}
.reviewer__info em {
  font-size: var(--wp--preset--font-size--small);
  color: #808080;
}
.rating-stars__wrap .wp-block-icon {
  margin: 0px -3px;
}
.simple__heading {
  margin: 0;
  padding-bottom: 12px;
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 20px;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
}

.location-info__wrap {
  margin-top: -80px !important;
  /*background: linear-gradient(to bottom, #f5f5f5 100px, transparent 100px);
  background-size: 100% 100px;
  background-repeat: no-repeat;*/
}
.location-info__wrap .location-card__title {
  display: none;
}
.google-map__embed--wrap {
  width: 100%;
}
.google-map__embed--wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* Automatically calculates height based on width */
  border: none;
  border-radius: 12px;
}

main {min-height: 1000px;}

.footer__main--wrap a {
  color: #bbb !important;
}
.footer__main--wrap a:hover {
  color: #fff !important;
}
.footer__bottom--row {
  padding-block: 50px 10px;
  color: #808080;
  position: relative;
}
.footer__bottom--row a {
  color: #808080 !important;
}
.footer__bottom--row a:hover {
  color: #fff !important;
}
.footer__bottom--row:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #444;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1180px) {
  .wp-block-columns.footer__nav--wrap {
    flex-wrap: wrap !important;
  }
  .footer__nav--wrap > div:first-of-type {
    flex-basis: 100% !important;
  }
  .footer__nav--wrap > div:nth-child(2) {
    flex-basis: 50% !important;
  }
}
@media (max-width: 1040px) {
  .locations__section .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .locations__section .wp-block-columns > div.wp-block-column {
    flex-basis: calc(50% - 12px) !important;
    flex-grow: 0;
  }
  .buy-gold__section--left-column {
    padding-top: 0rem !important;
    padding-bottom: 0.5rem !important;
  }
  .footer__info {
    display: flex;
    flex-direction: column;
  }
  .footer__info .wp-block-media-text__media {
    width: 150px;
  }
  .footer__info .wp-block-media-text__content {
    padding-left: 0;
  }
  .footer__info .wp-block-media-text__content > div:first-of-type {
    height: 30px !important;
  }
}
@media (max-width: 850px) {
  .footer__nav--wrap > div:nth-child(2) {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .site-header {
    height: 77px;
  }
  .accordion__section--left-column {
    height: 600px;
  }
  .two-column__section--image--col {
    height: 400px;
  }
  .two-column__section--reverse {
    flex-direction: column-reverse;
  }
  .two-column__section--reverse .two-column__section--image--col {
    height: 400px;
  }
  .two-column__section--reverse .two-column__section--image--col .wp-block-cover {
    height: 400px;
    min-height: 400px;
    flex-shrink: 0;
  }
  .accordion__section--left-column:after {
    top: 40px;
    width: 180px;
    margin-left: -90px;
  }
  .buy-gold__section--right-column {
    height: 400px;
  }
  .footer__main--wrap {
    flex-direction: column-reverse;
  }
  .footer__optin--column .form__submit--btn {
    width: auto !important;
  }
  .footer__info .wp-block-media-text__media {
    padding-top: 50px;
  }
}
@media (max-width: 720px) {
  .footer__bottom--row i {
    visibility: hidden;
    display: block;
    height: 2px;
  }
}
@media (max-width: 501px) {
  .locations__section .wp-block-columns > div.wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}