/* Start Waqas */
.room-list-item.room-list-item-archive .btn {
	color: #858a99;
}
.room-list-item.room-list-item-archive .btn i {
	background-color: #858a99;
}
.room-list-item.room-list-item-archive .btn:hover {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.room-list-item.room-list-item-archive .btn:hover i {
  background: #ffffff;
  color: #000;
}
.testimonial-item .rating i{
	color: #222!important;
}

@media(min-width: 778px) and (max-width: 1023px) {
	#hero_forcefullwidth #slider-13-slide-11-layer-26{
		width: 300px!important;
	}
}

@media(max-width: 767px) {
	.image-text .wpb_column:first-child {
		order: 1;
	}
	.home h1 {
		font-size: 30px;
		line-height: 35px;
		font-weight: 500;
	}
	.home h2 {
		font-size: 28px;
		font-weight: 500;
	}
	.home h3 {
		line-height: 30px;
		font-weight: 400;
	}
	.home h3 strong {
		line-height: 35px;
		font-weight: 400;
	}
	.home h4 {
		font-weight: 400;
	}
	.home h5 {
		line-height: 28px;
		font-weight: 400;
	}
	.home h6 {
		font-weight: 400;
	}
	.home p {
		 font-weight: 400;
	}
}

/* Photo-Gallery */
.bwg_container .bwg-item {
	padding-left: 10px;
  padding-right: 10px;
}
.bwg_container .bwg-item > a.bwg-a {
	margin-bottom: 30px!important;
}
.bwg_container .bwg-item > a.bwg-a .bwg-title2 {
	font-family: 'Montserrat', sans-serif!important;
 font-size: 20px!important;
 font-weight: 700!important;
 color: #000000!important;
	position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 10px 0!important;
  text-align: center;
  z-index: 99;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.bwg_container .bwg-item > a.bwg-a .bwg-zoom-effect:before {
  content: "\f0b2";
	font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #a4a4a4;
    z-index: 99;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none;
}
.bwg_container .bwg-item > a.bwg-a .bwg-zoom-effect:hover:before {
    opacity: .8;
}

@media(max-width: 1199px) and (min-width: 768px) {
	.bwg_container .bwg-item{
		width: 50%!important;
		max-width: 50%!important;
	}
}
@media(max-width: 767px) {
	.bwg_container .bwg-item{
		width: 100%!important;
		max-width: 100%!important;
	}
	.bwg_container .bwg-item > a.bwg-a .bwg-zoom-effect .bwg-title2 {
		opacity: 0!important;
	}
	.bwg_container .bwg-item > a.bwg-a .bwg-zoom-effect:hover .bwg-title2 {
		opacity: 1!important;
	}
}

/* Top Bar */
@media(max-width:991px){
	.top_menu .welcome_mssg{
		 margin-right: 15px;
	}
}
@media(max-width:520px){
	.top_menu .top_menu_right li a {
    word-break: break-all;
}
	.top_menu .top_menu_right li:first-child {
		margin-right: 15px;
	}
	.top_menu .top_menu_right li {
    float: left!important;
		font-weight: 500;
		padding-left: 0px;
 }
}
/* End Waqas */

/* Fayyaz Fayzi */
::placeholder{
	color:gray !important;
}
form#resBooking .rb-col input.calender{
	font-size:15px !important;
}
form#resBooking .rb-col button{
	text-align:center !important;
	background:#000;
}
.eb-widget .btn, .eb-widget button{
	margin-top:10px;
}