#postList {
  margin: 10px;
}
.list-item {
  color: #000;
  margin: 10px 15px;
  width: 100%;
}

h1.show_location {
  position: relative;
  font-size: 30px;
  color: #575757;
  display: inline-block;
  margin-right: 5px;
}
h2.show_location {
  position: relative;
  font-size: 30px;
  color: #575757;
  display: inline-block;
  margin-right: 5px;
}
.h4 a {
  margin-left: 5px;
  color: #0066cc;
}
h2 {
  color: #000000;
}
.list-item h5 {
  color: #000;
  margin: 1px;
  padding: 0px;
  height: auto;
}
.card {
  margin: 5px;
}
.card-header {
  font-weight: 700;
  margin: 0;
  padding: 5px 0 0 5px;
  height: 25px;
  color: #000;
}
.card-header a {
  color: #333;
}
.card-header a:hover {
  color: #0066ff;
  text-decoration: none;
}

.card-header-h {
  font-weight: 700;
  margin: 0;
  padding: 5px 0 0 5px;
  height: 25px;
  color: #000;
}
.card-header-h a {
  color: #fff;
}
.card-header-h a:hover {
  color: #ff0;
  text-decoration: none;
}

.col-auto {
  width: 150px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.imageCenterer {
  width: 10px;
  position: absolute;
  left: 50%;
  top: -50%;
  margin: 0 auto;
  margin-left: -75px;
}
.imageCenterer img {
  display: block;
  margin: 0 auto;
}
.img-fluid {
  width: auto;
}
.icon {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -2px;
  padding-right: 5px;
}
.icon a {
  color: #999;
}
.icon a:hover {
  color: #f00;
  text-decoration: none;
}
.states {
  color: #0066cc;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 325px) {
  .card-text {
    font-size: 10px;
  }
  .title {
    font-size: 10px;
  }
  .details {
    width: 50% !important;
  }
  #btn_i {
    font-weight: 500;
    font-size: 10px;
  }
  #btn_p {
    width: 100px !important;
    font-weight: 300;
    font-size: 9px;
  }
  #btn_n {
    width: 100px !important;
    font-weight: 300;
    font-size: 9px;
  }
  .states {
    color: #0066cc;
    padding-left: 10px;
    padding-top: 95px;
    margin: 0;
  }
  .container {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 425px) {
  h1.show_location {
    font-size: 20px;
    color: #575757;
    display: inline;
  }

  h2.show_location {
    font-size: 20px;
    color: #575757;
    display: inline;
  }
}
@media (min-width: 326px) {
  .card-text {
    font-size: 12px;
  }
  .title {
    font-size: 12px;
  }
  .details {
    width: 100% !important;
  }
  #btn_i {
    font-weight: 500;
    font-size: 10px;
  }
  #btn_p {
    width: 120px !important;
    font-weight: 400;
    font-size: 10px;
  }
  #btn_n {
    width: 120px !important;
    font-weight: 400;
    font-size: 10px;
  }
  .states {
    color: #0066cc;
    padding-left: 10px;
    padding-top: 95px;
    margin: 0;
  }
}
@media (min-width: 568px) {
  .card-text {
    font-size: 14px;
  }
  .title {
    font-size: 14px;
  }
  .details {
    width: 50% !important;
  }
  #btn_i {
    font-weight: 500;
    font-size: 10px;
  }
  #btn_p {
    width: 100px !important;
    font-weight: 500;
    font-size: 10px;
  }
  #btn_n {
    width: 100px !important;
    font-weight: 500;
    font-size: 10px;
  }
  .states {
    padding-left: 5px;
    padding-top: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .card-text {
    font-size: 14px;
  }
  .title {
    font-size: 14px;
    height: 0 !important;
    display: block;
    float: left;
  }
  .details {
    width: 70% !important;
  }
  #btn_i {
    font-weight: 500;
    font-size: 12px;
  }
  #btn_p {
    width: 100px !important;
    font-weight: 500;
    font-size: 12px;
  }
  #btn_n {
    width: 100px !important;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .card-text {
    font-size: 14px;
  }
  .title {
    font-size: 14px;
    padding-top: 0px;
  }
  #btn_i {
    font-size: 18px;
    width: 150px !important;
  }
  .details {
    width: 75% !important;
  }
  .states {
    color: #0066cc;
    padding-left: 5px;
    padding-top: 24px;
    margin: 0;
  }
}
.bg-light2 {
  background-color: #ccc;
}

#formbox {
  width: 100%;
  margin: auto 0;
  text-align: center;
}
.clicker {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: #fff;
  padding: 0px;
  margin: 0px;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
.clicker a {
  color: #000;
  text-decoration: none;
}
.clicker:hover {
  background: hsla(44, 100%, 50%, 0.25);
  color: #000;
  text-decoration: none;
}
.bg-success2 {
  background-color: #5cb85c;
  color: #fff;
}
.bg-success2 a {
  background-color: #5cb85c;
  color: #fff;
}
.bg-primary2 {
  background: #428bca;
  color: #fff;
}
.bg-primary2 a {
  background: #428bca;
  color: #fff;
}
.breadcrumb h1 {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 14px;
  display: inline;
  font-weight: 700;
  color: #333;
}
.total {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  alignment-baseline: top;
  margin-top: 2px;
}
.breadcrumb {
  padding: 2px;
  margin: 2px;
}

* {
  box-sizing: border-box;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;

  display: none;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.card-img-top {
  height: auto;
  width: 100%;
}

.img {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translateY(-75%) translateX(-100%);
  transform: translateY(-75%) translateX(-100%);
}
.fluid {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.col-special {
  overflow: hidden;
}
.card-body h3 {
  display: block;
  display: -webkit-box;
  width: 100%;
  max-height: 100%;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.card-body {
  display: block;
  display: -webkit-box;
  width: 100%;
  height: 98%;
  max-height: 98%;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.listing-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  background-position: center center;
  border-radius: 5px 5px 0 0;
}
.listing-img-container {
  background: white;
  height: 150px;
}
.listing_list {
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 50px;
}
div .location_badge {
  font-size: 20px;
  font-weight: 400;
  padding-left: 2px;
  height: 23px;
  line-height: 21px;
  background: hsla(210, 100%, 40%, 0.75);
  color: white;
  width: 100%;
  border-radius: 5px 5px 0 0;
  margin-bottom: -23px;
  position: relative;
  z-index: 2;
  top: 0px;
  overflow: clip;
}
.listings {
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
  border: 1px solid #f00;
}
@media (max-width: 1024px) {
  .listings > .location_badge {
    font-size: 22px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    height: 25px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .listing_list {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 150px;
  }
  .card-body {
    display: block;
    display: -webkit-box;
    width: 100%;
    max-height: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }

  .listings > .location_badge {
    font-size: 22px;
    font-weight: 400;
    padding: 0px;
    margin: 0;
    height: 25px;
    line-height: 25px;
  }
}
@media (max-width: 425px) {
  .listings > .location_badge {
    font-size: 22px;
    font-weight: 400;
    padding: 3px;
    margin: 0;
    height: 25px;
    line-height: 20px;
  }
}
nav[aria-label='Breadcrumb'] ol {
  list-style: none; /* Remove default numbers or bullets */
  padding: 4px;
  margin: 0;
  display: flex; /* Make items inline */
  flex-wrap: wrap; /* Wrap if it overflows */
}

nav[aria-label='Breadcrumb'] li {
  display: flex;
  align-items: center;
}

nav[aria-label='Breadcrumb'] li + li::before {
  content: '›'; /* Add separator */
  margin: 0 8px;
  color: #888;
}

nav[aria-label='Breadcrumb'] a {
  text-decoration: none;
  color: #0066cc;
}

nav[aria-label='Breadcrumb'] a:hover {
  text-decoration: underline;
}
