/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
 *
-------------------------------------- */

.pyc-list { list-style: none; padding-left: 0; margin: 0; }
.pyc-list-item { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.pyc-item-title { font-weight: 600; display: inline-block; margin-right: 10px; }
.pyc-item-notes { margin-top: 6px; font-size: 0.95em; opacity: .85; }

.pyc-badge { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 12px; line-height: 1.2; }
.pyc-badge-muted { background: rgba(0,0,0,.06); }
.pyc-badge-info { background: rgba(0,0,0,.08); }
.pyc-yacht-services-meta { margin-top: 6px; }
.pyc-yacht-services-rule-notes { margin-top: 6px; font-size: 0.95em; opacity: .85; }

/* Make PYC services look like Houzez blocks */
.pyc-services-wrap .block-content-wrap {
  background: #fff;
  padding: 25px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.pyc-services-wrap .block-title-wrap {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding-bottom: 10px;
}

/* Logo no header Houzez */
.houzez-header img,
.houzez-header svg {
    max-height: 70px;
    width: auto;
}
    .pycbe-booking-summary{
      display:grid;
      grid-template-columns: 260px 1fr;
      gap:16px;
      background:#fff;
      border:1px solid #e6e6e6;
      border-radius:12px;
      padding:14px;
      margin-bottom:18px;
      align-items:start;
      box-shadow: 0 6px 16px rgba(0,0,0,.06);
    }
    .pycbe-summary-media img{
      width:100%;
      height:180px;
      object-fit:cover;
      border-radius:10px;
      display:block;
    }
    .pycbe-summary-placeholder{
      width:100%;
      height:180px;
      background:#f2f2f2;
      border-radius:10px;
      display:flex;
      align-items:center;
      justify-content:center;
      opacity:.7;
    }
    .pycbe-summary-topline{
      display:flex;
      gap:12px;
      align-items:center;
      justify-content:space-between;
      flex-wrap:wrap;
    }
    .pycbe-summary-title{
      font-size:20px;
      font-weight:700;
      line-height:1.2;
    }
    .pycbe-summary-location{
      margin-top:6px;
      opacity:.85;
      font-size:14px;
    }
    .pycbe-summary-meta{
      display:flex;
  	  flex-wrap:wrap;
  	  gap:10px;
  	  margin-top:12px;
   		align-items:center;
     }
    .pycbe-summary-pill{
      border:1px solid #e9e9e9;
  	  border-radius:999px;
  	  padding:7px 12px;
  	  font-size:13px;
  	  background:#ffffff;
  	  box-shadow: 0 1px 0 rgba(0,0,0,.03);
   	  display:flex;
   	  gap:6px;
      align-items:center;
  	  line-height:1;
    }
	.pycbe-summary-pill strong{
  	  font-weight:600;
  	  opacity:.85;
	}
    .pycbe-summary-note{
      margin-top:10px;
      font-size:13px;
      opacity:.85;
    }
	.pycbe-summary-back{
  	  border-radius:10px !important;
  	  padding:10px 14px !important;
	}
    @media (max-width: 768px){
      .pycbe-booking-summary{grid-template-columns:1fr;}
      .pycbe-summary-media img, .pycbe-summary-placeholder{height:200px;}
    }
#pycbe-hold-summary{
  margin-top:14px;
  padding:12px 14px;
  border-radius:10px;
  background:#f6fbf8;
  border:1px solid #d9efe4;
  font-size:14px;
  line-height:1.4;
}

#pycbe-hold-summary strong{
  font-weight:600;
}

#pycbe-hold-summary .pycbe-expiry{
  display:block;
  margin-top:4px;
  font-size:13px;
  opacity:.85;
}

