/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2024 | 22:06:07 */
.elementor-widget-roompresenter {
  margin: 30px;
}

.roompresenter {
  background-color: #fff;
  padding: 26px 22px;
  -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	-ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	-o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}
@media only screen and (min-width: 786px) {
	.roomcategory {
  		padding-left: 10px;
	}
}
@media only screen and (max-width: 786px) {
	.roomcategory {
  		padding-top: 16px;
	}
}
.image.fit {
	display: block;
	margin: 0 0 0.5em 0;
	width: 100%;        
}
.image.fit img {
	width: 100%;
}

.roomshort i {
  padding-right: 13px;
}
.roomshort i span {
  font-family: 'Work Sans';
  font-weight: 500;
  font-size: 17px;
}
.roomdetails {
  padding: 20px 8px 0px 14px;
  max-height: 1800px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
}
.roomcollapsed {
  max-height: 0;
}
.roomdetails h4{
  padding: 0;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
}
.roomgallery {
  padding: 13px 0px;
}
ul.roomgallery {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: auto;
  overflow-x: auto;
}
ul.roomgallery li {
  display: inline;
  height: 50px;
  width: auto;
}
ul.roomgallery li img {
  height: 20vw;
  width: auto;
}
@media only screen and (min-width: 786px) {
	ul.roomgallery li img {
  		height: 7vw;
  }
}
.roomimage {
  height: 50px;
  width: auto;
}
.roombutton {
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  color: black;
  background-color: #fff;
  border: 2px solid #332820;
}
.roombutton:hover {
  background-color: #332820;
  color: white;
}
.roomavailibility {
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  color: white;
  background-color: #332820;
  border: 2px solid #332820;
}
.roomavailibility:hover {
  background-color: #fff;
  color: black;
}
.roomul {
  list-style: none;
}

.roomul li:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.6em;
  width: 1.6em;
}

@media only screen and (min-width: 786px) {
  .roomul {
    -webkit-column-count: 3;
  	-moz-column-count: 3;
  	column-count: 3;
  }
}
.align-right {
  text-align: right;
  align-content: right;
}
.align-left {
  text-align: left;
  align-content: left;
}

/* Import from pricing */
.price {
  font-size: 72px;
  color: #000;
  line-height: 50px;
}
@media only screen and (max-width: 786px) {
  .price {
    display: none;
  }
}
.price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.price small {
  font-size: 8px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

/* Pricing mobile */
.price-mobile {
  display: none;
}
@media only screen and (max-width: 786px) {
  .price-mobile {
    display: inline;
    font-size: 72px;
  	color: #000;
  	line-height: 50px;
  }
}
.price-mobile .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.price-mobile small {
  font-size: 8px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
  text-align: left;
}