/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* INNROAD WIDGET EDITS
 * CARMINE
 * SATURDAY NOVEMBER 7, 2020
 * HIDE 'PROMO CODE' IN WIDGET */
.Widget__fieldGroup___I7uPi.Widget__promoCodeContainer___25oEQ {
    display: none;
}



/* CARMINE'S EDITS */
/* HIDE DAY OF BOOKING - DOESN'T WORK
.mphb-selectable-date.datepick-today {
    pointer-events: none;
}
*/
/* ADD PADDING TO ACCOMMODATION TITLE AND IMAGE ABOVE IT */
.mphb-room-type-title {
    padding-top: 20px;
}

h2.mphb-reservation-form-title {
    margin-top: 40px;
}
.mphb-view-details-button:visited {
    color: #fff !important;
}
.mphb-view-details-button {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-decoration: none !important;
}
p.p-meta {
    display: none;
}
/* END CARMINE'S EDITS */

.hidden {
  display: none;
}


