/** Shopify CDN: Minification failed

Line 91:21 Expected identifier but found whitespace
Line 91:24 Unexpected "{"
Line 91:32 Expected ":"
Line 91:61 Expected identifier but found "!"

**/
/* Style addons from Charity's ADA compliance edits project */

/* Alignment and centering */

.full { max-width: 100%; width: 100%; }
.center { margin: 0 auto; display: block;}
.center-fl { float: center; }


/* Fixing mobile menu button */

  .mobile-menu-trigger {
    color: #aa8b5f !important;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    left: 10px;
    top: 30%;
    
  }
  .mobile-menu-trigger span {
    color: #aa8b5f !important;
  }

  /* If you use an icon font or SVG for the menu icon, target it too: */
  .mobile-menu-trigger i,
  .mobile-menu-trigger svg {
    color: #aa8b5f !important;
    fill: #aa8b5f !important;
  }

  .menu-icon {
  margin-right: 8px;   /* space between icon and logo */
  vertical-align: middle;
}
  



  /* Dropdown menu styles */
.dropdown {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 100;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.dropdown.is-closed {
  display: none;
}
.has-dropdown {
  position: relative;
}


/* Styles removed from header.liquid and moved here for clarity */
  @media (max-width: 600px)
    {
  #announcementbar{
        line-height: 1.4 !important;
      height: 50px !important;
      letter-spacing: 1.09px !important;
      font-size: 14px !important;
  }
    }

    #announcementbar{
    color:/*{{section.settings.fontcolor}}*/#302E2F;
      justify-content: center;
      display: flex;
      align-items: center;
     text-align: center;
        font-family: "Gotham Medium" !important;
      letter-spacing: 1.44px;
      opacity: 1;
      font-size: 16px;
      height:30px;
    }

    .promo-bar{
    background-color:  {{section.settings.background_color}} !important;
    }
    .menutitle{
      text-transform: uppercase;
      font-size: 1rem;
      font-family: Gotham A, Gotham B, sans-serif;
      letter-spacing: 0.2em;
      line-height: 1.4;
      font-weight: 600;
      color: #aa8b5f;
      margin: 40px 20px 12px 0;
    }
    .image-section p{    color: #aa8b5f;
      font-family: Surveyor Display A, Surveyor Display B, serif;
      text-transform: uppercase;
      font-size: 1.6rem;
      letter-spacing: 0.075em;
      line-height: 1;}



/* Hide account-links like Acocunt and Cart by default 
.account-links {
  display: none;
}

/* Show account-links only on mobile 
@media (max-width: 600px) {
  .account-links {
    display: flex !important;
  }
} */


  /* Font updates */

.split-header, .surveyor-header {
    color: #231F20 !important;
    font-family: "Surveyor Display A", "Surveyor Display B" !important;
    font-size: 3em !important;
    line-height: 0.9 !important;
    margin-block-start: 0.3em !important;
    margin-block-end: 0.3em !important;
}

.gold-subtitle {
    color: #aa8b5f !important;
    font-family: "Gotham A", "Gotham B", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin-block-start: 0.5em !important;
    margin-block-end: 0.5em !important;
}

@media only screen and (max-width: 600px) {
    .split-block .image-wrap img {height:auto;}
    .split-header, .surveyor-header { font-size: 1.7em !important; }


    /* Logo sizing in mobile */
    .site-logo svg {
    max-width: 180px !important;
    display: block !important;
    margin: 0 auto !important;
    height: auto !important; }

  }
