body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 980px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.bg-dark {
  background-color: #000000 !important;
  border-bottom: 1px solid #ee8722;
}

.img-100p {
  width: 100%;
  height: auto;
  display: block;
}

.card {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.search_form {
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.search_form .form-group {
  margin-bottom: 0;
}

.page_header {
  padding: 5px 0 10px 0;
  margin-bottom: 25px;
}

.navbar {
  margin-bottom: 0;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background: none;
  border-radius: 0;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  content: "/\00a0";
}

.submit_btn {
  color: #fff;
  background-color: #b72a6c;
  border-color: #b72a6c;
  text-transform: uppercase;
}

.submit_btn:hover {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.wp_btn {
  background-color: #4cba59;
  border-color: #4cba59;
}

.wp_btn:hover {
  background-color: #3ca048;
  border-color: #3ca048;
}

.left_area {
  width: 15%;
  float: left;
}

.right_area {
  width: 80%;
  float: left;
  padding: 2px 8px 0 0;
}

.right_area h3 {
  margin-top: 0;
}

.short_text {
  display: none;
}

.listing_page .panel-body {
  padding: 0;
}

.list-item {
  padding: 0 10px;
}

.list-item .row {
  margin-bottom: 30px;
  border-radius: 20px;
  border: 1px solid #e8e7ea;
  overflow: hidden;
  align-items: stretch;
}

.padding_zero {
  padding: 0;
}

.listing-image {
  display: flex;
  height: 165px;
}

.listing-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.listing-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}

.list-details {
  padding: 6px 10px 8px;
}

.list-details h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 6px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-details .card-text {
  font-size: 1em;
  margin-bottom: 6px;
  max-height: calc(0.9em * var(--line-height, 1) * 5);
  overflow: hidden;
}

.listing_detail_page {
  padding-bottom: 20px;
}

.listing_detail_page .gallery {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Mobile-first layout defaults */
.navbar-brand img {
  width: 180px;
  height: auto;
}

.search_form .row > div {
  margin-bottom: 12px;
}

.search_form .row > div:last-child {
  margin-bottom: 0;
}

a.search_btn {
  display: none !important;
}

#search_form {
  display: block !important;
}

.left_area,
.right_area {
  width: 100%;
  float: none;
}

.right_area {
  padding: 12px;
}

.img-responsive-cust {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Progressive enhancement for larger screens */
@media (min-width: 768px) {
  .navbar-brand img {
    width: 300px;
  }

  .search_form .row > div {
    margin-bottom: 0;
  }

  .left_area {
    width: 25%;
    float: left;
  }

  .right_area {
    width: 70%;
    float: left;
    padding: 8px 8px 0 0;
  }

  .listing-image {
    height: 165px;
  }

}

@media (min-width: 992px) {
  .left_area {
    width: 15%;
  }

  .right_area {
    width: 80%;
  }

  .listing-image img {
    border-radius: 20px 0 0 20px;
  }
}

.disclaimer {
  background-color: #fbfbfb;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  display: block;
  padding-top: 30px;
}

footer .fnav {
  margin-bottom: 30px;
}

@media (max-width: 540px) {
  .listing-image {
    height: auto;
  }

  .listing-image img {
    height: 100%;
    min-height: 100%;
    border-radius: 20px 0 0 20px;
  }

  .short_text {
    display: block;
  }

  .long_text {
    display: none;
  }
}
