/*
Theme Name: ListingHive Child
Theme URI: https://hivepress.io/themes/listinghive
Template: listinghive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing websites. Whether it’s a business directory, job board, real estate, classifieds or basically any listing website — ListingHive is a great choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.0
*/

/* --- FULL WIDTH OVERRIDE FOR SINGLE PROPERTY LISTING PAGE --- */
body.single-hp_listing .site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 40px !important;
  box-sizing: border-box;
}

body.single-hp_listing .site-main {
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
}

body.single-hp_listing .sidebar,
body.single-hp_listing .related-listings,
body.single-hp_listing .listing-single__sidebar,
body.single-hp_listing .listing-single__related {
  display: none !important;
}

body.single-hp_listing .entry-content,
body.single-hp_listing .hp-content {
  width: 100% !important;
  padding: 0 !important;
}

body.single-hp_listing table {
  width: 100% !important;
  table-layout: auto !important;
}

body.single-hp_listing th,
body.single-hp_listing td {
  white-space: nowrap;
  padding: 10px;
}

/* Hide default page title on all standard pages */
.page h1.entry-title {
  display: none;
}
