@import url("https://use.typekit.net/ehy3mhd.css");
body {
  color: #404040;
  font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: libre-franklin, sans-serif;
}
* {
  box-sizing: border-box;
}
.sidebar {
  position: absolute;
  width: 33.3333%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.map {
  position: absolute;
  left: 33.3333%;
  width: 66.6666%;
  top: 0;
  bottom: 0;
  height: 100vh;
}
h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
  line-height: 20px;
  padding: 20px 2px;
  font-family: libre-franklin, sans-serif;
}
a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  color: #101010;
}
.heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  min-height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: #CC3432;
  color: #fff;
}
.listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 300px;
}
.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 30px;
  text-decoration: none;
}
.listings .item:last-child {
  border-bottom: none;
}
.listings .item .title {
  display: block;
  color: #CC3432;
  font-weight: 700;
  font-size: 22px;
  font-family: libre-franklin, sans-serif;
}
.listings .item .title small {
  font-weight: 400;
}
.listings .item.active .title,
.listings .item .title:hover {
  color: #18181b;
}
.listings .item.active {
  background-color: whitesmoke;
  color: #18181b;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.listings::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.listings::-webkit-scrollbar-track {
  background: none;
}
.listings::-webkit-scrollbar-thumb {
  background: #CC3432;
  border-radius: 0;
}
.marker {
  border: none;
  cursor: pointer;
  height: 56px;
  width: 56px;
  background: no-repeat center / 100% url(./marker.svg);
}

.mapboxgl-popup {
  padding-bottom: 50px;
}
.mapboxgl-popup-close-button {
  display: none;
}
.mapboxgl-popup-content {
  font-family: libre-franklin, sans-serif;
  padding: 0;
  width: 300px;
}
.mapboxgl-popup-content h3 {
  background: #CC3432;
  color: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
.mapboxgl-popup-content h4 {
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.mapboxgl-popup-content div {
  padding: 10px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  display: none;
}
.mapboxgl-popup-tip {
  display: none;
}
.sidebar_heading {
  font-weight: 600;
}
.sidebar_item {
  list-style-type: none;
  font-size: 16px;
  padding: 7px 0px;
}
.item ul {
  list-style-type: none;
  margin: 0 !important;
  padding-inline-start: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  font-size: 0;
}
.sidebar_ahref:hover {
  text-decoration: underline;
}
.sidebar_item_address {
  font-size: 18px;
  padding: 20px 0px;
  font-weight: 600;
}
.div input {
  accent-color: #CC3432;
}
.divWrapper {
  padding: 20px 0px;
  border: 2px solid #e2e8f0;
}
.div fieldset {
  border: none;
  padding: 1rem 1rem;
}
.div legend {
  font-size: 18px;
  font-weight: 600;
}
.div select {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  color: #212121;
  font-weight: 600;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
option:hover {
  background-color: red;
}
select option:checked:after {
  content: attr(title);
  background: #666;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  border: none;
}

.sidebar_heading_clock {
  display: block;
}

.elementor-element-2a28c00  {
  z-index: 999;
}
@media (max-width: 768px) {
  .sidebar {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 17%;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
  }
  .map {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80%;
    top: 0;
    bottom: 0;
  }
  .mapWrapper {
    position: relative;
    height: 60vh;
    width: 100%;
  }
  .contentGrid {
    display: grid;
    height: auto;
    width: 100%;
  }
  .listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }
  .mapWrapper {
    order: 1;
  }
  .sidebarWrapper {
    height: 100vh;
    order: 2;
  }
  .sidebar,
  .map {
    height: 100%;
  }
  .div {
    padding: 20px 0px;
  }
  .sidebar_item_address {
    font-size: 16px;
  }
}
#listings {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
#listings .item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
#listings .title,
#listings ul {
  position: relative;
  z-index: 3;
  display: inline-block;
}
#listings .title {
  display: block;
}
#listings .linkbox {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
#listings .sidebar_item a {
  position: relative;
  z-index: 3;
}
#listings .listbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mapboxgl-popup-content {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
  position: relative;
}


.popup_image {
  display: block;
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: auto;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 40px;
}

.mapboxgl-popup-content h3 {
  margin-top: 0;
  font-size: 15px;
}
.mapboxgl-popup-content h4 {
  font-weight: 700;
  padding: 1rem;
  font-size: 15px;
  width: calc(100% - 60px);
}
.mapboxgl-popup-content div {
  padding: 0 1rem 1rem;
}
.mapboxgl-popup-content .mapbox-details p {
  font-size: 15px;
  margin: 0 0 5px;
}
.mapboxgl-popup-content .mapbox-details p a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.mapboxgl-popup-content .mapbox-details p a:hover {
  color: #CC3432;
}
.mapboxgl-popup-content .mapbox-details p span {
  font-size: 13px;
  font-weight: 600;
}
.sidebar {
  width: 25%;
}
.map {
  left: 25%;
  width: 75%;
}
.sidebar .heading {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sidebar fieldset {
  padding: 15px;
  margin-bottom: 10px;
}
.sidebar fieldset legend {
  font-size: 16px;
  margin-bottom: -5px;
}
.sidebar fieldset select {
  width: 100%;
  font-size: 16px;
  border: none !important;
  box-shadow: none;
  padding: 10px 0;
  border-radius: 0;
  outline: none 0 !important;
}
h1 {
  font-weight: 700;
}
#locationType div.locationTypeOption {
  display: inline-block;
  float: left;
  width: calc(100% / 3);
}
#locationType div.locationTypeOption label {
  text-align: center;
  display: block;
  cursor: pointer;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
}
#locationType div.locationTypeOption label input {
  display: none;
}
#locationType div.locationTypeOption label.active {
  font-weight: 600;
  border-bottom: 2px solid #CC3432;
  color: #CC3432;
}
.sidebar_item {
  padding: 0 0 5px;
}
@media (max-width: 834px) {
  .sidebar {
    display: block !important;
    z-index: 999;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .sidebar.active {
    left: 0;
  }
  .sidebar .div {
    padding: 0 !important;
  }
  .map {
    left: 0;
    width: 100%;
  }
  #toggleSidebar {
    display: block!important;
    background: #CC3432;
    color: #fff;
    font-size: 24px;
    position: fixed;
    top: 20%;
    right: 10px;
    z-index: 11;
    border-radius: 10px;
    padding: 6px 8px;
    border: 2px solid #fff;
  }
  h1 {
    padding: 26px 10px;
  }
  .sidebar {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
  }
}