/* Child Theme - Custom CSS File for Buyers to Modify */
@media print {
  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  .site-header,
  .site-footer,
  .sidebar,
  .print {
    display: none !important;
  }

  .listing-title,
  .property-details,
  .listing-price,
  .listing-address,
  .listing-description {
    display: block;
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a[href]:after {
    content: "";
  }
}


