@media (min-width: 768px) {
    .col-md-1 {
        width: 10.0333333333%;
    }
}

/* fix skip this step button text color */
#gd-skip-step > div > a {
	color: white!important;
}    

.gd-room-results .gd-room-results-grid-unit, .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main {
	min-height: 38em;
}


/* hide rate line on results */
#gd-main-content > room > room-results > div > div > room-detail-card-grid > div > room-detail-card > div > div > div:nth-child(2) > div.card-block > div:nth-child(3) > div {
	display: none;
} 

.highlighted-criteria {
  color: white !important;
  font-weight: bold;
}
breadcrumbs {
	display: none;
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 10.0333333333%;
    }
}
#gd-main-content-container {
	background-color:white!important;
}
#search-form {
    border: 10px solid #ECEEEF;
    }
    
room-bedding.ng-star-inserted {
    display: none;
}    

/* fix the width of the booking engine on the our proeprties page.  this should fix crowding on the child drop down. */
.e-con-inner {
    max-width: 1280px !important;
}

/* hide the quick filter buttons on the /our-properties page */
.toolbar-filter-checkbox-group.hidden-sm-down.ng-star-inserted {
    display: none;
}