body{
	background: #fff !important;
}
.elementor-section{
	background-color: #fff !important;
}
.site-header{
	padding: 20px !important;
	background: #fff !important;
	color: #000 !important;
}
.header-menu-container ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 16px;;
  color: #050505;
  text-transform: uppercase;
  padding: 0px 0;
	margin: 0px 20px;
  transition: 0.5s;
}
.header-menu-container ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #000000;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.header-menu-container ul li a:hover {
  color: #95a5a6;
}
.header-menu-container ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.site-title{
	font-family: -webkit-pictograph !important;
}
.after-menu span{
	margin: 8px 6px 0px 6px;
}
.elementor-element-6e1c872e .elementor-container .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .mphb_sc_rooms-wrapper .rooms-wrapper{
	display: flex;
}
.mphb-room-type-title, .mphb-regular-price .mphb-price{
	font-size: 20px !important;
	margin: 0px !important;
}
.mphb-room-type-title entry-title{
	margin-bottom: 0px !important;
}
.mphb-room-type-description{
	padding: 0px !important;
}
.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_services-wrapper .mphb-service:not(:first-of-type){
	margin-top: 0px !important;
}
.mphb-room-type-excerpt p{
	font-size: 14px !important;
	    line-height: 30px !important;
}
.mphb-room-type-content-wrapper{
	margin: 0px 20px;
}

#colophon{
	padding-bottom: 12px !important;
}
.site-footer-wrapper .site-info{
	text-align: center;
}
.footer-widgets > *:first-child:not(last-child){
	flex: 2 1 0% !important;
}
.site-header .default-navigation .header-menu-wrapper{
	justify-content: center;
}
@media screen and (max-width:600px){
	.site-branding .site-title a{
		font-size: 23px !important;
	}
	.site-branding a{
		width: 80px !important;
	}
	.after-menu{
		display: none;
	}
}
@media screen and (max-width:350px){
	.site-branding .site-title a{
		font-size: 20px !important;
	}
	.site-branding a{
		width: 60px !important;
	}
	.after-menu{
		display: none;
	}
}