/*.header-v3 .header-logo{
background-color: #ffffff !important;
}
*/
/*
.site-header .header-logo img {
    max-width: none !important;
}*/

/* MENU */
.hidden{
   display:none !important;
}

/* LOGO */
.header-v3 .header-logo {
   width: 372px !important;
   /*width: 372px !important;*/
}
.header-v3 .header-logo {
   left: auto;
   margin-left: auto;
}

/* PRICING PLANS */
.hb_room_pricing_plans{
  display: none !important;
}

/* ROOM PREVIEW */
.summary.entry-summary .price {
    display: none !important;
}

.form-contact input.wpcf7-text,
.form-contact input.wpcf7-date,
.form-contact select.wpcf7-select,
.form-contact textarea {
    border: 1px solid #ccc;
  	border-radius: 0px;
  	height: 50px 
}

.form-contact textarea {
  	height: 80px !important;
}

/* ALL ROOMS PAGE */
.load-more.room-loadmore {
    display: none !important;
}

/* CONTACT FORM 7 */
.wpcf7-response-output.wpcf7-display-none {
    margin-top: 50px !important;
}

/* WHITE SPACE ROOM PAGE */
.hb_room_carousel_container{
  margin-bottom: 0px !important;
}

/* ROOM SEPARATOR*/
#room_separator_custom h4{
  font-weight: normal !important;
  color: #9c9c9c;
}

@media ( max-width: 400px ) {
  /* MOBILE*/
h1.header-logo img {
	background-size: contain;
	max-height: 70px;		
}}