:root {
  
}

.navbar .mobile-nav .dropdown-menu .dropdown-menu {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.navbar .mobile-nav .dropdown-menu {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.single-listing .map-embed iframe {
  width: 100% !important;
}
.swiper-slide {
  justify-content: flex-start;
  flex-direction: column;
}
.amenities.list-group-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.amenities.list-group-horizontal .list-group-item {
  white-space: nowrap;
}
img.size-full {
  width: 100%;
  height: auto !important;
}
/* .four-column-listings.grid-listings .grid-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.5rem;
  row-gap: 1.5rem;
} */

div#gform_wrapper_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
div#gform_wrapper_2 .gform-footer.gform_footer.top_label {
  margin: 0;
  padding: 0;
}
input#gform_submit_button_2 {
  margin: 0;
  align-self: stretch;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
input#input_2_1 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mc-main .my-calendar-navigation .mc-active {
  border: 1px solid rgba(0,0,0,0.15);
  outline: none;
}
.single-event .time-block {
  margin-bottom: 2rem;
  border-bottom: none;
}
.mc-main .event-title button,
.mc-main .mc_general .event-title, .mc-main .mc_general .event-title a {
  font-size: 10px;
  font-weight: normal;
}
svg.category-icon, img.category-icon {
  display: none;
}
.mc-main td {
  height: 10em;
  min-height: 10em;
}
.my-calendar-modal {
  max-width: 32.625em;
  left: calc( ( 100% - 32.625em ) / 2 );
}
.my-calendar-modal img {
  width: 100%;
}
.mc-main .mc-event {
  margin-bottom: 2px;
}
.mc-main .mc_general .event-title, .mc-main .mc_general .event-title a {
  background-color: #00acc245 !important;
  text-decoration: none;
  color: #000 !important;
}
.mc-main .mc_general .event-title a:hover, .mc-main .mc_general .event-title a:focus {
  background-color: #cffaff !important;
}
.mc-main .current-day:not(.day .current-day, .list .current-day) {
  outline: none;
}
.mc-main td.current-day {
  border-left: 4px solid #db6027;
}
input#gform_next_button_3_1 {
  background-color: #212529;
  border: 1px solid #212529;
  color: #fff;
  font-weight: bold;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.navbar .desktop-nav .nav-item .nav-item .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.list-area.sm-list-area {
  width: 25%;
}
.list-area.sm-list-area .card-body h5.card-title {
  font-size: 14px;
}
.list-area.sm-list-area .card-body p {
  font-size: 12px;
}
.list-area.sm-list-area .card-body .btn-link {
  font-size: 12px;
}
.map-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.map-wrap #mapLocations {
  max-height: 600px;
  overflow-y: auto;
}


@media screen and (min-width: 1551px) {
  html,body {
    font-size: 16px;
  }
}

@media screen and (max-width: 820px) {
  .list-area.sm-list-area .card-body .btn-link {
    font-size: 10px;
  }
  header {
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding-top: 0;
  }
}