.tcl-map {
  /* Fixes potential theme css conflict. */
}
.tcl-map__wrapper {
  color: white;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tcl-map .acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}
.tcl-map .acf-map img {
  max-width: inherit !important;
}
.tcl-map .acf-map > div {
  background-color: #111111 !important;
}
.tcl-map__filter select,
.tcl-map__filter input {
  width: 100%;
  background: transparent;
  color: white;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  padding: 10px 0;
  height: 44px;
}
.tcl-map__filter input {
  text-transform: none;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px 40px 10px 10px;
  position: relative;
  color: #d9d9d9;
}
.tcl-map__filter input:focus, .tcl-map__filter input:focus-visible {
  outline: 1px solid #ffffff;
}
.tcl-map__filter option {
  background-color: #111111;
}
.tcl-map__location-table {
  display: block;
  width: 100%;
  padding-right: 30px;
  margin-top: 20px;
  height: 400px;
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
}
.tcl-map__location-table::-webkit-scrollbar {
  display: none;
}
.tcl-map__location-table::-webkit-scrollbar-thumb {
  display: none;
}
.tcl-map__location-table-row {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #111111;
  -webkit-transition: all 2s;
  transition: all 2s;
  white-space: nowrap;
  cursor: pointer;
}
.tcl-map__location-table-row:after {
  content: "";
  width: 100%;
  height: 1.1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0))), #727272;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0) 91.9%), #727272;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tcl-map__location-table-row:before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 10px);
  height: 20px;
  width: 20px;
  position: absolute;
  border-radius: 5px;
  background: #ffffff url("../../../images/icon-arrow-dark.svg") no-repeat center;
  background-size: 15px;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
.tcl-map__location-table-row:hover:before {
  opacity: 1;
}
.tcl-map__location-table-title, .tcl-map__location-table-content {
  width: 33.3333333333%;
  display: inline-block;
  line-height: 120%;
  padding-right: 10px;
  white-space: normal;
}
.tcl-map__location-table-title {
  width: 44.4444444444%;
  padding-left: 20px;
}
.tcl-map__location-table-content {
  word-break: break-word;
}
.tcl-map__location-table-phone, .tcl-map__location-table-email, .tcl-map__location-table-web, .tcl-map__location-table-contact-person {
  position: relative;
  margin-bottom: 5px;
}
.tcl-map__location-table-phone:before, .tcl-map__location-table-email:before, .tcl-map__location-table-web:before, .tcl-map__location-table-contact-person:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: 15px;
  background: no-repeat center;
  background-size: contain;
}
.tcl-map__location-table-phone:before {
  background-image: url("../../../images/icon-phone-mini.svg");
}
.tcl-map__location-table-email:before {
  background-image: url("../../../images/icon-mail-mini.svg");
}
.tcl-map__location-table-web:before {
  background-image: url("../../../images/icon-link-mini.svg");
}
.tcl-map__location-table-contact-person:before {
  background-image: url("../../../images/icon-person.svg");
}
.tcl-map__location-table-address {
  width: 22.2222222222%;
  display: inline-block;
  line-height: 120%;
  color: #969696;
  font-size: 14px;
  white-space: normal;
}
.tcl-map__location-table-container {
  position: relative;
}
.tcl-map__location-table-container:before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5px;
}
.tcl-map__location-table-container.no-scroll:before {
  display: none;
}
.tcl-map__location-table-scrollbar {
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  width: 13px;
  border-radius: 10px;
  background: url("/wp-content/themes/avantgarde-acoustic/images/knob.png") center no-repeat;
  height: 13px;
  position: absolute;
  right: -6px;
  top: 0;
  cursor: pointer;
}
.no-scroll .tcl-map__location-table-scrollbar {
  display: none;
}
.tcl-map .autocomplete {
  position: relative;
  display: block;
}
.tcl-map .autocomplete-submit {
  height: 23px;
  width: 23px;
  background: url("../../../images/icon-search.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.tcl-map .autocomplete-clear {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background: url("../../../images/icon__close.svg") no-repeat center;
  background-size: contain;
}
.tcl-map .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.tcl-map .select {
  cursor: pointer;
  display: block;
  position: relative;
}
.tcl-map .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: white;
  border: 1px solid #111111;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  height: 44px;
}
.tcl-map .styledSelect.chosen::after, .tcl-map .styledSelect.chosen::before {
  display: none;
}
.tcl-map .styledSelect.chosen span {
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background: url("../../../images/icon__close.svg") no-repeat center;
  background-size: contain;
}
.tcl-map .styledSelect:after, .tcl-map .styledSelect:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url("../../../images/small-arrow-down.svg") no-repeat center;
  background-size: contain;
  right: 10px;
  top: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-map .styledSelect:active:after,
.tcl-map .styledSelect.active:after {
  rotate: -90deg;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  top: 25px;
}
.tcl-map .styledSelect:active:before,
.tcl-map .styledSelect.active:before {
  rotate: 90deg;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  top: 25px;
}
.tcl-map .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ffffff;
  background: #111111;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tcl-map .options::-webkit-scrollbar {
  background: #444444;
  border: 1px solid #ffffff;
  width: 9px;
}
.tcl-map .options::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  width: 2px;
}
.tcl-map .options li {
  margin: 0 0;
  padding: 10px 15px;
  position: relative;
}
.tcl-map .options li:after {
  content: "";
  width: 100%;
  height: 1.1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.tcl-map .options li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.ui-widget-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid white;
  background: #111111;
  color: white;
  font-size: 14px;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-widget-content::-webkit-scrollbar {
  background: #444444;
  border: 1px solid #ffffff;
  width: 9px;
}
.ui-widget-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  width: 2px;
}
.ui-widget-content .ui-menu-item {
  position: relative;
  margin: 0;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  padding: 10px 15px;
  position: relative;
}
.ui-widget-content .ui-menu-item:after {
  content: "";
  width: 100%;
  height: 1.1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.ui-widget-content .ui-menu-item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.ui-widget-content--light {
  background: #ffffff;
  color: #111111;
  border-color: #111111;
}
.ui-widget-content--light .ui-menu-item:after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(29.68%, rgba(0, 0, 0, 0.8)), color-stop(60.79%, rgba(0, 0, 0, 0.8)), color-stop(91.9%, rgba(0, 0, 0, 0.05)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 29.68%, rgba(0, 0, 0, 0.8) 60.79%, rgba(0, 0, 0, 0.05) 91.9%);
}
.ui-widget-content--light .ui-menu-item:hover {
  background: rgba(17, 17, 17, 0.3);
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcl-section--light .acf-map > div {
  background-color: white !important;
}
.tcl-section--light .tcl-map__wrapper {
  color: #111111;
}
.tcl-section--light .tcl-map__filter select,
.tcl-section--light .tcl-map__filter input {
  color: #111111;
}
.tcl-section--light .tcl-map__filter input {
  border: 1px solid #111111;
  color: #111111;
}
.tcl-section--light .tcl-map__filter input:focus, .tcl-section--light .tcl-map__filter input:focus-visible {
  outline: 1px solid #111111;
}
.tcl-section--light .tcl-map__filter option {
  background-color: white;
}
.tcl-section--light .tcl-map__location-table-row {
  background-color: white;
}
.tcl-section--light .tcl-map__location-table-row:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(29.68%, rgba(0, 0, 0, 0.8)), color-stop(60.79%, rgba(0, 0, 0, 0.8)), color-stop(91.9%, rgba(0, 0, 0, 0))), #727272;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 29.68%, rgba(0, 0, 0, 0.8) 60.79%, rgba(0, 0, 0, 0) 91.9%), #727272;
  opacity: 0.5;
}
.tcl-section--light .tcl-map__location-table-row:before {
  background-color: #111111;
  background-image: url("../../../images/icon-arrow.svg");
}
.tcl-section--light .tcl-map__location-table-phone:before {
  background-image: url("../../../images/icon-phone-mini-dark.svg");
}
.tcl-section--light .tcl-map__location-table-email:before {
  background-image: url("../../../images/icon-mail-mini-dark.svg");
}
.tcl-section--light .tcl-map__location-table-web:before {
  background-image: url("../../../images/icon-link-mini-dark.svg");
}
.tcl-section--light .tcl-map__location-table-contact-person:before {
  background-image: url("../../../images/icon-person-dark.svg");
}
.tcl-section--light .tcl-map__location-table-container {
  position: relative;
}
.tcl-section--light .tcl-map__location-table-container:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(0, 0, 0, 0) 60%);
}
.tcl-section--light .tcl-map__location-table-scrollbar {
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(0, 0, 0, 0) 60%);
  background: url("/wp-content/themes/avantgarde-acoustic/images/knob-dark.png") center no-repeat;
}
.tcl-section--light .autocomplete-submit {
  background: url("../../../images/icon-search-dark.svg") no-repeat center center;
  background-size: contain;
}
.tcl-section--light .styledSelect {
  color: #111111;
}
.tcl-section--light .styledSelect:after, .tcl-section--light .styledSelect:before {
  content: "";
  background: url("../../../images/small-arrow-down-dark.svg") no-repeat center;
  background-size: contain;
}
.tcl-section--light .options {
  border: 1px solid #111111;
  background: #ffffff;
}
.tcl-section--light .options li:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(29.68%, rgba(0, 0, 0, 0.8)), color-stop(60.79%, rgba(0, 0, 0, 0.8)), color-stop(91.9%, rgba(0, 0, 0, 0.05)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 29.68%, rgba(0, 0, 0, 0.8) 60.79%, rgba(0, 0, 0, 0.05) 91.9%);
}
.tcl-section--light .options li:hover {
  background-color: rgba(17, 17, 17, 0.3);
}

@media (max-width: 991px) {
  .tcl-map .order-helper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 1px;
  }
  .tcl-map select,
  .tcl-map input {
    margin-bottom: 10px;
  }
  .tcl-map__location-table-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tcl-map__location-table-title, .tcl-map__location-table-content, .tcl-map__location-table-address {
    width: 100%;
  }
  .tcl-map__location-table-content {
    margin: 30px 0 15px;
  }
  .tcl-map__location-table-title {
    font-weight: 600;
  }
}