.pa-listing-box {
  background: #f5f5f5;
  margin: 40px 0;
  padding: 20px 0;
  border: 1px solid #e1e1e1;
}

.pa-listing-box-date {
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

.set-listing img {
  width: 100%;
  object-fit: cover;
  height: 180px;
}

.pa-listing-single-box {
  background: #f5f5f5;
  padding: 20px 0;
}

.pa-listing-box-contents {
  border: 1px solid #e1e1e1;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}

.pa-listing-img {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
}

.pa-listing-img-bg-properties {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.pa-listing-box-contents-details {
  padding: 20px;
  background: #f5f5f5;
  height: auto;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.pa-listing-box-contents-details-with-border {
  padding: 20px;
  background: #f5f5f5;
  height: auto;
  border: 1px solid #e1e1e1;
}

.pa-listing-more-button {
  background-image: url("../images/more-vertical.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 22px;
  padding: 0 !important;
}

.pa-listing-transparent-bg {
  background: transparent;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .pa-listing-box-contents {
    border: none;
  }

  .pa-listing-img {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: none;
  }

  .set-listing img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }

  .pa-listing-box-contents-details {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top: none;
    height: auto;
  }

  .pa-listing-more-button {
    background-image: url(../images/more.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 52px;
    width: 100%;
    background-size: 100%;
  }

  .pa-listing-img-bg-properties {
    height: 220px;
  }

  .pa-padding-0-xs {
    padding: 0;
  }
}

/*# sourceMappingURL=output_box_listing_w_more_button.css.map */
