/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.bg_cream{
  background-color: #faf8f5;
}

.grid-sizer{
	width: 100%;
	max-width: 100%;
}
.rooms {
	width: 100%;
}

#filters {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--main-color);
	text-align: center;
}
.button p {
	margin-bottom: 0;
}
.button {
	background: transparent;
	border: none;
	padding-right: 30px;
}
.button.selected {
	color: var(--main-color);
}