/* Homepage Search Bar */
.mphb_sc_search-form {
  font-family: libre baskerville;
  background-color: #f9efe1;
  display: flex;
  border-radius: 10px;
  justify-content: center;	
}

/* Homepage Search Bar Button */
.mphb_sc_search-submit-button-wrapper .button {
  background-color: #742c2d;
  color: #f9efe1;
	font-family: libre baskerville;
	font-size: 15px;
	border-radius: 10px;
	padding: 10px;
}

.mphb_sc_search-submit-button-wrapper {
	padding-top: 25px;
}

/* Homepage Search Bar Check-In, Check-Out */
.mphb_sc_search-check-in-date input, .mphb_sc_search-check-out-date input  {
  font-family: libre baskerville;
  color: #7d8491;
  border-radius: 10px;
  padding: 10px;
}

/* Hides "required fields are followed by a *" message */
.mphb-required-fields-tip {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

/* Media queries for screen width */
@media only screen and (max-width: 768px){
  .mphb_sc_search-form{
    flex-direction:column;
    align-items:center;
    width:20rem;
  }
  .wp-block-cover__inner-container{
    width:auto;
  }
  .mphb_sc_search-check-in-date,    .mphb_sc_search-check-out-date,   .mphb_sc_search-submit-button-wrapper{
    font-weight:900;
    float:left;   		
  }
}

@media only screen and (min-width: 769px){
  .mphb_sc_search-check-in-date, .mphb_sc_search-check-out-date,       .mphb_sc_search-submit-button-wrapper{
    float:left;
    font-weight:900;
    width: 15%;
    margin-left: 100px;
  }
  .wp-block-cover{
    align-items:flex-end;
	}
}

/*  */
.search:after {
    content: '';
    display: block;
    clear: both;
}

/* Book Buttons */
.mphb-book-button {
  background-color: #742c2d;
  color: #f9efe1;
  font-family: libre baskerville;
  font-size: 15px;
  border-radius: 10px;
  padding: 10px;
  width: 100px;
}

/* Button Defaults */
.button {
  background-color: #742c2d;
  color: #f9efe1;
  font-family: libre baskerville;
  font-size: 15px;
  border-radius: 10px;
  padding: 10px;
}

/* Search Availability Page */
.mphb-check-in-date-wrapper, .mphb-check-out-date-wrapper, .mphb-reserve-btn{   
  font-weight: 900;
}

.mphb-check-in-date-wrapper input, .mphb-check-out-date-wrapper input  {
  font-family: libre baskerville;
  color: #7d8491;
  size: 50px;
  border-radius: 10px;
  padding: 10px;
}

.datepick-month-year {
  font-family: libre baskerville;
}

/* Booking Page */
input {
  font-family: libre baskerville;
  color: #7d8491;
  border-radius: 10px;
  border-width: 2px;
  border-style: outset; 
  padding: 10px;
  box-shadow: 3px 3px;
}

#mphb_country, #mphb_previous-guest, #mphb_reason-for-stay, .mphb_checkout-guests-chooser {
  font-family: libre baskerville;
  color: #7d8491;
  border-radius: 10px;
  padding: 10px;
  border-width: 2px;
  box-shadow: 3px 3px;
}

/*This hides the Coupon Code on the booking page*/
#mphb-coupon-details {
	display: none;
}

/*This hides the Cleaning Fee Service on the booking pgae - eliminated this once cleaning fee no longer in use
.mphb_checkout-services-list > li:first-child {
 visibility: hidden;
}
*/

/*This removes the check-in/out date and time from displaying on the Booking Confirmation page - used in an attempt to make the full/partial day bookings less confusing.  This also removes the "Accommodation #1" from the top per Terra's request*/
.mphb-check-in-date, .mphb-check-out-date, .mphb-booking-details-title, .mphb-room-number {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.mphb-room-type-title {
  font-weight: 900;	
  font-size: 20px;
}

#mphb_note {
  box-shadow: 3px 3px;
  border-radius: 10px;
  font-family: libre baskerville;
  padding: 10px;
}

/* Price Breakdown Table */
.mphb-price-breakdown-dates, .mphb-price-breakdown-dates-subtotal, .mphb-price-breakdown-accommodation-subtotal, .mphb-price-breakdown-accommodation-taxes, .mphb-price-breakdown-accommodation-taxes-subtotal, .mphb-price-breakdown-fees, .mphb-price-breakdown-fees-subtotal, .mphb-price-breakdown-subtotal, .mphb-price-breakdown-total  {
  text-align: left; 
  margin-top: 50px;
  color: #f9efe1;
  background: #742c2d;
}

table, th, td {
  border: 1px solid;
}

table {
  width: 100%;
  border-radius: 10px;
}

th, td {
  padding: 10px;
}

.mphb-price-breakdown td {
  text-indent: 20px;
  color: #742c2d;
}

.mphb-price-breakdown-subtotal td{
background: #ffffff;
	color: #742c2d;
}

/* Random Booking Page We Can't Find' */
.mphb-single-room-type-attributes, .mphb-details-title {
  display: none;
}

/* Review Ratings */
.dashicons, .dashicon-before:before {
  width: 5em;
}

.star-rating, .dashicons-star-filled {
  color: #742c2d;
}

.comment-form-comment textarea {
  border-radius: 10px;
  margin-left: 20px;
}

.avatar {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.comment-metadata a {
  pointer-events: none;
  text-decoration: none;
}

.edit-link {
  visibility: hidden;
}
} */