/** Shopify CDN: Minification failed

Line 141:8 Unexpected "and"

**/
.contact.spaced-section .field {

    margin-bottom: 1.5rem
}

@media (min-width: 768px) {

    .contact.spaced-section .field {

        margin-bottom: 2rem
    }

    .contact__fields {

        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 2rem
    }
}

.grecaptcha-badge {

    visibility: hidden
}

.contact-brown .loc-wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    margin: 1rem 0;
}
.contact-brown .loc-wrapper.active {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-brown .btn a{
    background-color: red;
    color: #fff;
}
.contact-brown{
  max-width: 1200px !important;
}
.contact-map{
    display: none;
}
.contact-map.active{
    display: block;
}
.wrap h3{
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
p.ph-num {
    font-weight: 700;
    font-size: 20px;
}
.full-location .wrap{
  margin-bottom: 2rem;
}
 select {
  color: #000;
    /* styling */
  background-color: white;
  border: thin solid #cecee2;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
  select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.full-location .wrap{
  display: none;
}
.full-location .wrap.active{
  display: block;
}
.sidebar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.location-drop,.full-location {
    flex: 1;
}
@media  and (max-width:750px) {
  .contact-brown{
    max-width: 100%;
    width: 100%;
  }
}