/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.4
 Text Domain:  bricks
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');

/* ========================================
   GLOBAL / BASE
======================================== */
.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
}

.selectize-input {
    height: 56px;
    background: white !important;
    border-radius: 0px !important;
    border-color: #ccc!important;
}
.selectize-input input {
    height: 100%;
}
.selectize-input.items.has-options.full.has-items.dropdown-active.focus.input-active .item {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.selectize-control .item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

#skip-nav{ display: none; }

.floating-hero-image.brxe-image img {
height: fit-content;
}
.mobile-nav-link.brxe-text-link {
    text-transform: none!important;
}
/* Layout helpers */
.inner-content{
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: calc(100% - 160px);
}
.m-auto{ margin: auto; }

/* Typography */
h1, h2, h3, h4{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 500;
}

h5{
  font-family: "Big Shoulders", sans-serif;
  color: #D5B35D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  border-top: solid 1px #D5B35D;
  margin: 0px !important;
  margin-top: 0px !important;
  padding-top: 10px;
}

h1.map-results__title.heading-size-4 {
  max-width: 1400px;
  width: calc(100% - 160px);
  margin: auto;
  margin-bottom: 20px;
}

/* ========================================
   UTILITIES (FLEX + COLUMNS)
======================================== */
.d-flex{ display: flex; }
.flex-wrap{ flex-wrap: wrap; }

/* Align items */
.align-start{ align-items: flex-start; }
.align-center{ align-items: center; }
.align-end{ align-items: flex-end; }
.align-stretch{ align-items: stretch; }
.align-baseline{ align-items: baseline; }

/* Justify content */
.justify-start{ justify-content: flex-start; }
.justify-center{ justify-content: center; }
.justify-end{ justify-content: flex-end; }
.justify-between{ justify-content: space-between; }
.justify-around{ justify-content: space-around; }
.justify-evenly{ justify-content: space-evenly; }

/* Flex direction */
.flex-row{ flex-direction: row; }
.flex-col{ flex-direction: column; }
.flex-row-reverse{ flex-direction: row-reverse; }
.flex-col-reverse{ flex-direction: column-reverse; }

/* Wrap helpers */
.flex-nowrap{ flex-wrap: nowrap; }
.flex-wrap-reverse{ flex-wrap: wrap-reverse; }

/* Columns */
.col-1{ flex: 0 0 8.333333%; }
.col-2{ flex: 0 0 16.666667%; }
.col-3{ flex: 0 0 25%; }
.col-4{ flex: 0 0 33.333333%; }
.col-5{ flex: 0 0 41.666667%; }
.col-6{ flex: 0 0 50%; }
.col-7{ flex: 0 0 58.333333%; }
.col-8{ flex: 0 0 66.666667%; }
.col-9{ flex: 0 0 75%; }
.col-10{ flex: 0 0 83.333333%; }
.col-11{ flex: 0 0 91.333333%; }
.col-12{ flex: 0 0 100%; }
.col-auto{ flex: 0 0 auto; }
.col{ flex: 1; }

/* ========================================
   BUTTONS
======================================== */
.button {
  --fill: transparent;                 /* toggled per variant / hover */
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 14px 28px;
  color: #000;
  border: var(--b) solid var(--c);
  border-radius: 0;                    /* square corners */
}

.button-clipped{
  --b: 2px;
  --s: 12px;
  --c: #151515;
  padding: 10px 20px;
  border: var(--b) solid var(--c);
  border-radius: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--s) 100%, 0 calc(100% - var(--s)));
  background: linear-gradient(45deg, var(--c) calc(0.707 * var(--s) + var(--b)), #0000 0) border-box;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.button-clipped.clipped-black{
  background-color: #151515!important; 
  color: white;
}

.button-clipped.clipped-black:hover{
  background-color: transparent!important;
  color: #151515;
}

.button-clipped.clipped-clear{
  background-color: transparent!important;
  color: #151515;
}
.button-clipped.clipped-clear:hover{
  background-color: #151515!important; 
  color: white;
}

.button-clipped.clipped-yellow{
  --c: #D5B35D;
  background-color: #D5B35D;
  color: black;
}
.button-clipped.clipped-yellow:hover{
  background-color: transparent;
  color: #D5B35D;
}

/* Phone icon button (FROM <style> TAG) */
a.phone-button {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========================================
   MAP LAYOUT
======================================== */

/* Container and Layout */
.vtx-map-container {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 30% 70%;
  height: 740px !important;
}

a.view-map.small-link {
    margin-left: auto;
}

/* If admin bar exists */
.admin-bar .vtx-map-container {
  height: 740px !important;
}

@media (max-width: 767px) {
  .vtx-map-container {
    height: auto !important;
    display: block;
  }
}

/* Map Element */
#vtx-map {
  display: none;
}

#vtx-map .facetwp-facet-vtx_map, 
#vtx-map #facetwp-map {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  #vtx-map {
    display: block;
  }
}

#vtx-map .facetwp-map-filtering {
  display: none;
}

/* Updated positioning for map + results */
.map-results,
#vtx-map{
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  height: 100%;
  width: 100%;
}

/* ========================================
   GOOGLE MAPS INFO WINDOW STYLING
======================================== */
#vtx-map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
#vtx-map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
#vtx-map .gm-style .gm-style-iw-c,
#vtx-map .gm-style .gm-style-iw-t::after {
  background: #000000;
}

#vtx-map .gm-style .gm-style-iw-c {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  transform: translateX(0) translateY(11px);
  padding-right: 50px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  overflow: visible;
  padding-left: 40px;
  height: 64px !important;
}

#vtx-map .gm-style .gm-style-iw-c::before {
  content: "";
  display: block;
  width: 60px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  background-image: url('https://env-aimglobalcom-phase2dev.kinsta.cloud/wp-content/themes/bricks-child/assets/map/map-pins/pin_aimoffice.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

#vtx-map .gm-style .gm-style-iw-chr {
  position: absolute;
  right: 8px;
  top: 10px;
}

#vtx-map .gm-style .gm-style-iw-chr button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
}

#vtx-map .gm-style .gm-style-iw-chr button > span {
  margin: 0 !important;
  width: 18px !important;
  height: 18px !important;
}

#vtx-map .gm-style button.gm-ui-hover-effect {
  color: #ffffff;
}

#vtx-map .gm-style button.gm-ui-hover-effect > span {
  background-color: #ffffff;
}

#vtx-map .gm-style .gm-style-iw-tc {
  display: none;
}

#vtx-map .gm-style .gm-style-iw-d {
  overflow: auto !important;
}

#vtx-map .gm-style .infowindow .title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px!important;
}

#vtx-map .gm-style .infowindow .city {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
  color: #D4D4D3;
  margin: 0px;
  line-height: normal;
}

/* ========================================
   RESULTS SIDEBAR
======================================== */
.map-results {
  padding: 30px 20px;
  overflow: scroll;
  border-radius: 0px;
  border: none;
}

.map-card-logo {
  height: 26px;
  width: auto !important;
  max-width: fit-content;
}

.view-map{
  width: fit-content!important;
  display: inline-block!important;
}

.card-logo-cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Desktop sidebar inside grid */
@media (min-width: 768px) {
  .map-results {
    position: relative;
    top: unset;
    right: unset;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 24px;
    padding-right: 12px;
    border-radius: 0px;
    border: none;
  }
}

@media (min-width: 1200px) {
  .map-results {
    width: 100%;
    top: unset;
    right: unset;
    height: 100%;
  }
}

.map-results__inner {
  height: 100%;
}

@media (min-width: 768px) {
  .map-results__inner {
    overflow-y: auto;
    padding-right: 12px;
  }
  .map-results__inner::-webkit-scrollbar {
    width: 6px;
  }
  .map-results__inner::-webkit-scrollbar-thumb {
    background: #D4D4D3;
    border-radius: 10px;
  }
}

/* Header and Facets */
.map-results__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.map-results__header .map-results__title {
  width: 100%;
  flex: 0 0 auto;
  order: 1;
}

@media (min-width: 576px) {
  .map-results__header .map-results__title {
    width: 50%;
  }
}

.map-results__header .facetwp-facet.facetwp-type-pager {
  width: 100%;
  flex: 0 0 auto;
  order: 3;
  margin-top: 16px;
  font-size: 1.4rem;
  color: #333333;
  font-style: italic;
}

@media (min-width: 576px) {
  .map-results__header .facetwp-facet.facetwp-type-pager {
    width: 50%;
    order: 2;
    margin-top: 0;
    text-align: right;
  }
}

.map-results__header .facetwp-type-dropdown,
.map-results__header .facetwp-type-fselect {
  width: 100%;
  flex: 0 0 auto;
  order: 2;
  margin-top: 16px;
}

@media (min-width: 576px) {
  .map-results__header .facetwp-type-dropdown,
  .map-results__header .facetwp-type-fselect {
    order: 3;
  }
}

/* ========================================
   RESULT CARDS
======================================== */
.map-results__card {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #D4D4D3;
  padding: 16px;
  transition: all 0.3s ease;

  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #ccc;
  margin-bottom: 0px !important;
}

.map-results__card:not(:last-child) {
  margin-bottom: 16px;
}

/* Force all text to black in cards */
.map-results__card *{
  color: black!important;
}

/* Selected Card State */
.map-results__card.selected {
  background-color: #F8F8F8;
  color: unset;
  border-color: #ccc!important;
}

.map-results__card.selected .map-results__card__title { color: black!important; }
.map-results__card.selected .map-results__card__link .content { color: black!important; }
.map-results__card.selected .map-results__card__directions .link-label { color: black!important; }

.map-results__card.selected .map-results__card__directions:hover .link-icon {
  background-color: #ffffff;
  color: #000000;
}

.map-results__card.selected .map-results__card__link--phone a,
.map-results__card.selected .map-results__card__link--website a {
  color: black!important;
}

.map-results__card.selected .map-results__card__link--button {
  border-color: #00aaff;
  color: #ffffff;
}

.map-results__card.selected .map-results__card__link--button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.map-results__card .map-results__card__title {
  margin-bottom: 25px;
}

/* Updated typography for title */
h2.map-results__card__title.heading-size-6 {
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: normal;
}

.list-results__card h2.map-results__card__title.heading-size-6 {
  margin-top: 20px;
}

/* New helper */
.small-link{
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
}

.map-results__card .map-results__card__link,
.list-results__card .map-results__card__link{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;

  font-family: 'Barlow';
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px;
}

/* Updated padding */
.map-results__card .map-results__card__link .content {
  width: 100%;
  flex: 1 1 auto;
  padding-left: 16px;
  color: #333333;

  padding-left: 7px!important;
}

.map-results__card .map-results__card__link .content p:not(:last-child) {
  margin-bottom: 4px;
}

/* Button inside Card */
.map-results__card .map-results__card__link--button {
  margin-bottom: 0;
  display: block;
  background-color: transparent;
  border: 2px solid #D4D4D3;
  color: #000000;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}

.map-results__card .map-results__card__link--button:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.map-results__card .map-results__card__link > span {
  flex: 0 0 auto;
  font-size: 24px;
  color: #00aaff;
}

/* Directions Link */
.map-results__card .map-results__card__directions {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.map-results__card .map-results__card__directions .link-label {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.1;
  background-image: linear-gradient(#333333, #333333);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease;
}

.map-results__card .map-results__card__directions .link-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  flex: 0 0 auto;
  margin-left: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00aaff;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.map-results__card .map-results__card__directions:hover .link-label {
  background-size: 0 1px;
  background-position: right bottom;
}

.map-results__card .map-results__card__directions:hover .link-icon {
  background-color: #000000;
  color: #ffffff;
}

.map-results__card .map-results__card__link--phone a {
  color: #333333;
  text-decoration: none;
}

.map-results__card .map-results__card__link--website a {
  color: #333333;
  background-image: linear-gradient(#333333, #333333);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
  text-decoration: none;
}

.map-results__card .map-results__card__link--website a:hover {
  background-size: 0 1px;
  background-position: right bottom;
}

/* ========================================
   LIST VIEW (FROM <style> TAG)
======================================== */
.list-results__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 20px;
  column-gap: 20px;
}

.list-results__card {
  padding: 20px;
}

.list-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-left: auto;
}

.list-results .map-results__card__link--address{
  margin-top: 10px;
  margin-bottom: 0px;
}

.list-results .map-results__card__address{
  margin-bottom: 5px;
  padding-left: 7px;
}

.get_directions{
  text-decoration: underline;
}

/* ========================================
   FILTERS (FROM <style> TAG + EXISTING)
======================================== */

/* Existing row wrapper */
.filters-row {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  max-width: 1400px;
  width: calc(100% - 160px);
  margin: auto;
}

.facetwp-facet-vtx_count {
  margin-left: auto;
}

.facetwp-type-dropdown {
  max-width: 100%;
  width: 300px;
}

/* From <style> tag */
.list-filters {
  display: flex;
  gap: 8.3333%;
}

.filter-label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.label-group{
  display: flex;
  gap: 22px;
}

.filter-label span {
  color: black;
  font-size: 16px;
  font-family: 'big shoulders';
}

.filter-label .facetwp-facet{
  margin-bottom: 10px;
}

.filter-label ::placeholder {
  color: #666;
  font-family: barlow;
  font-size: 16px;
}

.filter-label input,
.filter-labeoption {
  color: #222;
  font-family: barlow;
  font-size: 16px;
}

.filter-label .facetwp-facet input.facetwp-location {
  min-width: 310px;
}

.single-post .bricks-post-header {
    margin-top: 80px;
}

/* ========================================
   TOOLTIP (FROM <style> TAG)
======================================== */
[tooltip]{
  position:relative;
  display:inline-block;
}

[tooltip]::before {
  content: "";
  position: absolute;
  top:-6px;
  left:50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0,0,0,1) transparent transparent transparent;
  z-index: 99;
  opacity:0;
}

[tooltip-position='left']::before{
  left:0%;
  top:50%;
  margin-left:-12px;
  transform:translatey(-50%) rotate(-90deg);
}
[tooltip-position='top']::before{
  left:50%;
}
[tooltip-position='buttom']::before{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}
[tooltip-position='right']::before{
  left:100%;
  top:50%;
  margin-left:1px;
  transform:translatey(-50%) rotate(90deg);
}

[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: black;
  text-align: center;
  color: #fff;
  pointer-events: none;

  min-width: max-content;
  border-radius: 0px;
  z-index: 99;
  opacity: 0;

  font-family: 'Barlow';
  font-size: 14px;
  padding: 10px;
}

[tooltip-position='left']::after{
  left:0%;
  top:50%;
  margin-left:-8px;
  transform: translateX(-100%) translateY(-50%);
}
[tooltip-position='top']::after{
  left:50%;
}
[tooltip-position='buttom']::after{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translateY(0%);
}
[tooltip-position='right']::after{
  left:100%;
  top:50%;
  margin-left:8px;
  transform: translateX(0%) translateY(-50%);
}

[tooltip]:hover::after,
[tooltip]:hover::before {
  opacity:1;
}

/* ========================================
   CLUSTERS
======================================== */
.vtx-cluster {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #222222;
  border: 2px solid white;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

/* ========================================
   DETAIL TOGGLE
======================================== */
.detail-toggle{
  display: none;
}

.detail-toggle__inner{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.toggle-detail-button {
  display: flex;
  padding-bottom: 5px;
}

.toggle-detail-button img{
  cursor: pointer;
}

/* toggle animation */
.detail-toggle {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
  visibility: hidden;
  opacity: 0;
}

/* The Inner Wrapper */
.detail-toggle__inner {
  overflow: hidden;
}

/* Active State (triggered by JS) */
.map-results__card.is-open .detail-toggle {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

/* Flip the Icon */
.toggle-detail-button img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.map-results__card.is-open .toggle-detail-button img {
  transform: rotate(180deg);
}

/* ========================================
   RESPONSIVE MEDIA QUERIES
======================================== */
@media( max-width: 1267px ){
  /* .map-results__card .card-logo-cont{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  img.map-card-logo {
    height: auto!important;
    max-width: 100%!important;
  } */
}
@media(max-width: 1167px){
  .filter-label:nth-of-type(2) {
    width: calc(91.6% - 310px);
  }
  .filter-label:nth-of-type(2) .facetwp-type-dropdown{
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .inner-content{ width: calc(100% - 80px); }
  
  h1.map-results__title.heading-size-4{ width: calc(100% - 80px); }

  .hero-triangle-cutout{
    width: 80px;
    height: 80px;
  }
}
@media(max-width: 967px){
  .vtx-map-container {
    grid-template-columns: 40% 60%!important;
  }
  .list-filters{
    flex-direction: column;
    width: 100%!important;
  }
  .filter-label:nth-of-type(2) .facetwp-type-dropdown {
      width: 100%;
      max-width: 300px;
  }
  .filter-label{
    width: 100%!important;
  }
  .filters-row {
      flex-direction: column;
      align-items: flex-start;
  }
  .filters-row .facetwp-type-dropdown{
    width: 100%;
  }
  .filters-row .facetwp-type-proximity span.facetwp-input-wrap, .filters-row .facetwp-facet.facetwp-facet-kgr_zip.facetwp-type-proximity {
    width: 100%;
  }
  .facetwp-facet-vtx_count{
    margin-left: 0px!important;
  }
  .facetwp-facet {
    margin-bottom: 0px!important;
}
  .list-results__cards{
    grid-template-columns: repeat(2, 1fr)!important;
  }
}
@media (max-width: 768px) {
  .inner-content{ width: calc(100% - 40px); }
  h1.map-results__title.heading-size-4{ width: calc(100% - 40px); }
  .padding-big{ padding: 80px 0px; }

  h2{ font-size: 36px; }
  h3{ font-size: 28px; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    flex: 0 0 100%;
  }
}
@media(min-width: 768px){
  body:not(.home) #brx-footer {
    margin-top: 275px !important;
}
}
@media(max-width: 767px){
  body:not(.home) #brx-footer {
    margin-top: 100px !important;
}
  .map-results{
    height: 400px;
  }
  .vtx-map-container {
    display: flex;
    flex-direction: column-reverse;
}
  .list-filters, .filter-label, .label-group { 
    flex-direction: column; 
    gap: 10px!important;
  }
  .list-filters{
    margin-bottom: 10px;
  }
  .list-results__cards {
    grid-template-columns: repeat(1, 1fr)!important;
  }
  .facetwp-type-proximity span.facetwp-input-wrap {
      width: 100%;
  }
  .facetwp-type-dropdown { max-width: 100%!important; }
  
  #vtx-map {
    display: inline-block !important;
    height: 450px !important;
  }
  .admin-bar div.vtx-map-container{
    height: auto!important;
  }
  .filters-row{
    width: 100%;
  }
  ul#menu-footer-final {
    display: none;
}
.col-7.d-flex.flex-wrap.footer-nav-container {
    padding-top: 10px;
    padding-bottom: 40px;
}
.site-footer h3{
  font-size: 20px!important;
  margin-top: 20px!important;
}

}

@media (max-width: 576px) {
  .button-clipped{
    font-size: 11px;
    padding: 8px 16px;
  }
}
