/* Reset */
/* --------------------------------------------------------------- */
/* Hide bits of PEX we don't like or need */
.desktop-menu,
.user-profile,
.mobile-menu,
.logo,
.row.name,
.row::before {
  display: none;
}

/* Remove negative margins from .row classes */
.row {
  margin: 0;
}

/* Remove top margin from headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

/* Reset Bootstrap column classes */
[class*='col-']:not(.form-control, .advanced-options-section) {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}

.row::after {
  display: none;
}

/* Reset any forced styles */
.text-center {
  text-align: left;
}

/* Reset this forced style on some pages. */
.booking-details,
.room-details {
  margin: 0 !important;
}
