.listing-header {
  background: #283139;
  color: #fff; }
  .listing-header h1, .listing-header span {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: .5em; }
.listing-photos {
  padding: 0; }
  .listing-photos .bx-wrapper .bx-viewport {
    box-shadow: none;
    left: 0;
    border: 0; }
.listing-pager {
  padding: 0; }
  .listing-pager .bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
    box-shadow: none; }
  .listing-pager a {
    display: block;
    padding-bottom: 56%;
    position: relative; }
    .listing-pager a.bx-prev {
      padding: 0; }
    .listing-pager a.bx-next {
      padding: 0; }
    .listing-pager a img {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%); }
.listing-details {
  background: #ddd;
  padding: 2rem; }
  .listing-details h2 {
    font-family: "Times New Roman", times, serif;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px; }
  .listing-details > strong {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1;
    display: block; }
  .listing-details dl {
    font-size: 1.125rem; }
  .listing-details dt {
    float: left;
    clear: both;
    line-height: 1;
    margin: 0 0 10px; }
  .listing-details dd {
    float: right;
    text-align: right;
    line-height: 1;
    margin: 0 0 10px; }
.listing-description {
  letter-spacing: 1px;
  line-height: 2rem;
  max-width: 100%;
  max-height: 100%;
  text-align: left;
  overflow: hidden;
  padding: 1rem;
  font-size: 1.125rem; }
  @media (max-width: 991.98px) {
    .listing-description {
      text-align: center;
      /*margin-left: 1rem;*/
      /*margin-right: 1rem;*/
      letter-spacing: 1px; } }
.listing-features {
  margin-bottom: 2rem; }
.listing-maps {
  width: 100%; }
  .listing-maps .google-maps iframe {
    height: 400px; }
.listing-tour div {
  display: flex;
  align-content: center;
  justify-content: center; }
  .listing-tour div a {
    background: #283139;
    color: #fff;
    padding: .5em 3em;
    border-radius: .25em;
    font-size: 24px;
    margin: 1em 0 2em;
    line-height: 1; }
.listing-flag {
  position: absolute;
  top: 0;
  left: 0; }
.listing-recip {
  font-size: .875rem;
  margin: 2rem 0; }

.more-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  letter-spacing: 2.5px; }
  .more-info__gridbox {
    grid-area: feats; }
  .more-info__container {
    display: none; }
  .more-info > div {
    flex-grow: 1;
    padding: 1rem; }
    @media (max-width: 1199.98px) {
      .more-info > div {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .more-info > div {
        width: 100%; } }
    .more-info > div.more-info__features {
      width: 100%; }
  .more-info__property-list {
    flex-grow: 1; }
    .more-info__property-list ul {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      margin: 0; }
      .more-info__property-list ul li {
        margin-left: 2em;
        width: 30%;
        width: calc(33% - 2em); }
  .more-info table {
    word-break: break-word;
    width: 100%;
    line-height: 1.5rem;
    margin-right: 10px; }
    .more-info table tr {
      margin: 2px; }
      .more-info table tr:first-child {
        font-weight: bold; }
      .more-info table tr td:nth-child(even) {
        text-align: right; }
  .more-info h2 {
    font-weight: bold;
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin-bottom: .5em; }
  .more-info p {
    line-height: 1.5rem;
    margin-bottom: 0px; }

button.listing__btn-more {
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  margin: 0 auto;
  border: none;
  background-color: #f7f7f7;
  padding: 10px;
  display: block;
  width: 95%;
  cursor: pointer; }
  button.listing__btn-more:hover {
    color: #fff;
    background-color: #172953; }

/*# sourceMappingURL=listing.css.map */
