/* Enter Your Custom CSS Here */
.themo_rooms .room-wrap img.img-responsive.room-img {
    margin: 0 auto;
}
@media (min-width:1200px){
 #themo_rooms_1 .container{
width:100% ;
max-width:100% ;
  padding:0px !important;
}
}

/* Add style to Availability page */
/* Calendar */

body div.wpbs-calendar {
	width: auto;
	border-radius: 15px;
	border-color: #33ccff !important;
}

div.wpbs-select-container .wpbs-dropdown {
	background-color: #fff !important;
	border-radius: 5px;
}

body div.wpbs-calendar ul li {
	margin: 0 !important;
	width: 30px;
}


/* Form */

body .wpbs-form {
	display: inline-block !important;
	width: 100% !important;
}

body .wpbs-form-form .wpbs-form-item {
	display: inline-block !important;
	clear: none !important;
	margin: 0.5rem !important;
}

body .wpbs-form-form label {
	display: none !important;
}

body .wpbs-form-form input {
	border-color: #33ccff !important;
	padding: 1.5rem !important;
}

body .wpbs-form-form textarea {
	border-color: #33ccff !important;
	padding: .8rem !important;
}

body .wpbs-form-form .wpbs-form-submit {
	height: 3.5rem !important;
	padding: 0 1.2rem !important;
	background-color: #33ccff !important;
	border-color: #33ccff !important;
	border-radius: 15px !important;
	box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.6) !important;
	color: #fff !important;
}

body .wpbs-form-form .wpbs-form-submit:hover {
	color: #33ccff !important;
	background-color: #fff !important;
}